ETH Price: $2,671.35 (+1.32%)

Transaction Decoder

Block:
22200397 at Apr-05-2025 04:41:47 AM +UTC
Transaction Fee:
0.00002922161595045 ETH $0.08
Gas Used:
30,162 Gas / 0.968822225 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x25c178fD...6d3f8fEE3
0.000321112534694464 Eth
Nonce: 5
0.000291890918744014 Eth
Nonce: 6
0.00002922161595045
0x2c068721...e92A02aCA
(Titan Builder)
20.334700577952174956 Eth20.334715658952174956 Eth0.000015081

Execution Trace

E2EssenceToken.transfer( to=0x68d332EC97800Aa1a112160195cc281978eC8Eea, value=27946739011772636128 ) => ( True )
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
// Sources flattened with hardhat v2.22.4 https://hardhat.org
// SPDX-License-Identifier: MIT
// File @openzeppelin/contracts/token/ERC20/IERC20.sol@v5.0.2
// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol)
pragma solidity ^0.8.20;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX