ETH Price: $2,511.72 (-1.30%)

Transaction Decoder

Block:
22224010 at Apr-08-2025 11:53:35 AM +UTC
Transaction Fee:
0.0000696674 ETH $0.17
Gas Used:
63,334 Gas / 1.1 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
5.081139118203080281 Eth5.081141076091862753 Eth0.000001957888782472
0xB91D2F85...0685E59c8
0.00197049861966606 Eth
Nonce: 18
0.00190083121966606 Eth
Nonce: 19
0.0000696674

Execution Trace

0xee9230e4893739f29def13450f2655c5c3b690f1.c4658599( )
  • Null: 0x000...001.bd1cd8b6( )
  • QBX.transfer( to=0xB91D2F850218BC8c6bE795A5E3C1c180685E59c8, value=140254608447149228932 )
    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
    // 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.
    */
    event Approval(address indexed owner, address indexed spender, uint256 value);
    /**
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX