Transaction Hash:
Block:
10848150 at Sep-12-2020 04:11:56 PM +UTC
Transaction Fee:
0.005025234 ETH
$19.03
Gas Used:
49,267 Gas / 102 Gwei
Emitted Events:
196 |
HegicInitialOffering.Received( account=[Sender] 0xad7d50d88dcfec80d97892469ad19b23997e6e54, amount=2000000000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x1B8782d4...122E9915d | (Hegic: Token Sale) | 17,678.479152822463322121 Eth | 17,680.479152822463322121 Eth | 2 | |
0x829BD824...93333A830
Miner
| (F2Pool Old) | 5,658.652239326141678418 Eth | 5,658.657264560141678418 Eth | 0.005025234 | |
0xaD7D50D8...3997E6E54 |
34.121971881876919697 Eth
Nonce: 70
|
32.116946647876919697 Eth
Nonce: 71
| 2.005025234 |
Execution Trace
ETH 2
HegicInitialOffering.CALL( )
1234567891011121314151617181920212223242526// File: @openzeppelin/contracts/token/ERC20/IERC20.solpragma solidity ^0.6.0;/*** @dev Interface of the ERC20 standard as defined in the EIP.*/interface IERC20 {/*** @dev Returns the amount of tokens in existence.*/function totalSupply() external view returns (uint256);/*** @dev Returns the amount of tokens owned by `account`.*/function balanceOf(address account) external view returns (uint256);/*** @dev Moves `amount` tokens from the caller's account to `recipient`.** Returns a boolean value indicating whether the operation succeeded.** Emits a {Transfer} event.*/