Transaction Hash:
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:
247 |
NuNetToken.Transfer( from=[Receiver] SingularityLaunchpad, to=[Sender] 0x42dbee60aa97e9fde06aeabc76ed81e3f3887983, value=5001764290 )
|
248 |
SingularityLaunchpad.Claimed( user=[Sender] 0x42dbee60aa97e9fde06aeabc76ed81e3f3887983, tokenAddress=NuNetToken, amount=5001764290 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x42DBEE60...3F3887983 |
0.069850998948676468 Eth
Nonce: 10
|
0.064757505630809428 Eth
Nonce: 11
| 0.00509349331786704 | ||
0x4f508B9b...26dcDF11d | |||||
0xc3348B43...3d2B1cDEa
Miner
| (EzilPool 3) | 248.268245028854139241 Eth | 248.268400566854139241 Eth | 0.000155538 | |
0xF0d33BeD...15D0a7935 |
Execution Trace
SingularityLaunchpad.CALL( )
-
NuNetToken.transfer( recipient=0x42DBEE60Aa97e9fde06AeABc76Ed81e3F3887983, amount=5001764290 ) => ( True )
File 1 of 2: SingularityLaunchpad
File 2 of 2: NuNetToken
12345678910111213141516// File: @openzeppelin\contracts\utils\Context.sol// SPDX-License-Identifier: MITpragma 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.*/
File 2 of 2: NuNetToken
12345678910111213141516/***Submitted for verification at Etherscan.io on 2021-04-28*/// File: node_modules\@openzeppelin\contracts\utils\EnumerableSet.sol// SPDX-License-Identifier: MITpragma 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: