Transaction Hash:
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:
121 |
E2EssenceToken.Transfer( from=[Sender] 0x25c178fdd7ebb1764e8cf5fafc50f506d3f8fee3, to=0x68d332EC97800Aa1a112160195cc281978eC8Eea, value=27946739011772636128 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x25c178fD...6d3f8fEE3 |
0.000321112534694464 Eth
Nonce: 5
|
0.000291890918744014 Eth
Nonce: 6
| 0.00002922161595045 | ||
0x2c068721...e92A02aCA | |||||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 20.334700577952174956 Eth | 20.334715658952174956 Eth | 0.000015081 |
Execution Trace
E2EssenceToken.transfer( to=0x68d332EC97800Aa1a112160195cc281978eC8Eea, value=27946739011772636128 ) => ( True )
1234567891011121314151617181920212223242526// 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.