ETH Price: $2,750.51 (-2.82%)

Transaction Decoder

Block:
22557825 at May-25-2025 05:41:47 AM +UTC
Transaction Fee:
0.000172245053478588 ETH $0.47
Gas Used:
51,756 Gas / 3.328020973 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x2Fc617E9...920B3befe
(Layerswap 1)
75.270540636271727107 Eth
Nonce: 400891
75.270368391218248519 Eth
Nonce: 400892
0.000172245053478588
(Titan Builder)
18.234003833730165643 Eth18.234159101730217399 Eth0.000155268000051756
0xF57e7e7C...c346e79fF

Execution Trace

IMXToken.transfer( recipient=0x70022Ffe7f412CFc638725cd33B1a3A2aa5edD0f, amount=226077754960000000000 ) => ( 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