ETH Price: $2,669.47 (+5.17%)

Transaction Decoder

Block:
22557362 at May-25-2025 04:08:35 AM +UTC
Transaction Fee:
0.000171374190667692 ETH $0.46
Gas Used:
51,756 Gas / 3.311194657 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x2Fc617E9...920B3befe
(Layerswap 1)
75.452058729068604971 Eth
Nonce: 400881
75.451887354877937279 Eth
Nonce: 400882
0.000171374190667692
(beaverbuild)
14.747187199863090742 Eth14.747342467863142498 Eth0.000155268000051756
0xF57e7e7C...c346e79fF

Execution Trace

IMXToken.transfer( recipient=0x8F073FeC0ACe74577bCF127030A5d06Ff016D424, amount=19090326920000000000 ) => ( True )
transfer[ERC20 (ln:218)]
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.8.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