ETH Price: $3,786.17 (+1.21%)
Gas: 0.22 Gwei

Transaction Decoder

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 Code
0x1B8782d4...122E9915d
(Hegic: Token Sale)
17,678.479152822463322121 Eth17,680.479152822463322121 Eth2
(F2Pool Old)
5,658.652239326141678418 Eth5,658.657264560141678418 Eth0.005025234
0xaD7D50D8...3997E6E54
34.121971881876919697 Eth
Nonce: 70
32.116946647876919697 Eth
Nonce: 71
2.005025234

Execution Trace

ETH 2 HegicInitialOffering.CALL( )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma 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.
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX