ETH Price: $3,011.04 (+1.28%)

Transaction Decoder

Block:
13881828 at Dec-26-2021 04:14:46 PM +UTC
Transaction Fee:
0.00509349331786704 ETH $15.34
Gas Used:
103,692 Gas / 49.12137212 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x42DBEE60...3F3887983
0.069850998948676468 Eth
Nonce: 10
0.064757505630809428 Eth
Nonce: 11
0.00509349331786704
0x4f508B9b...26dcDF11d
(EzilPool 3)
248.268245028854139241 Eth248.268400566854139241 Eth0.000155538
0xF0d33BeD...15D0a7935

Execution Trace

SingularityLaunchpad.CALL( )
  • NuNetToken.transfer( recipient=0x42DBEE60Aa97e9fde06AeABc76Ed81e3F3887983, amount=5001764290 ) => ( True )
    File 1 of 2: SingularityLaunchpad
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // File: @openzeppelin\contracts\utils\Context.sol
    // SPDX-License-Identifier: MIT
    pragma solidity >=0.6.0 <0.8.0;
    /*
    * @dev Provides information about the current execution context, including the
    * sender of the transaction and its data. While these are generally available
    * via msg.sender and msg.data, they should not be accessed in such a direct
    * manner, since when dealing with GSN meta-transactions the account sending and
    * paying for execution may not be the actual sender (as far as an application
    * is concerned).
    *
    * This contract is only required for intermediate, library-like contracts.
    */
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: NuNetToken
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    /**
    *Submitted for verification at Etherscan.io on 2021-04-28
    */
    // File: node_modules\@openzeppelin\contracts\utils\EnumerableSet.sol
    // SPDX-License-Identifier: MIT
    pragma solidity ^0.6.0;
    /**
    * @dev Library for managing
    * https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive
    * types.
    *
    * Sets have the following properties:
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX