ETH Price: $4,291.00 (+1.12%)

Transaction Decoder

Block:
22110979 at Mar-23-2025 05:06:35 PM +UTC
Transaction Fee:
0.000052854513136838 ETH $0.23
Gas Used:
58,166 Gas / 0.908683993 Gwei

Emitted Events:

258 QBX.Transfer( from=[Receiver] 0xee9230e4893739f29def13450f2655c5c3b690f1, to=[Sender] 0x347d4c049251d81c7b38b654c6659cd8d354bbc6, value=4992926121328039021 )
259 0xee9230e4893739f29def13450f2655c5c3b690f1.0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934( 0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934, 0x000000000000000000000000347d4c049251d81c7b38b654c6659cd8d354bbc6, 000000000000000000000000000000000000000000000000454a6fda8b86d46d )

Account State Difference:

  Address   Before After State Difference Code
3.783955558589679368 Eth3.783984641589679368 Eth0.000029083
0x347D4C04...8d354bbC6
0.000567776421816142 Eth
Nonce: 8
0.000514921908679304 Eth
Nonce: 9
0.000052854513136838
0x72FDc31f...CdcF5D9B1
0xeE9230E4...5c3b690F1

Execution Trace

0xee9230e4893739f29def13450f2655c5c3b690f1.c4658599( )
  • Null: 0x000...001.1d6c55f5( )
  • QBX.transfer( to=0x347D4C049251d81c7b38B654C6659cD8d354bbC6, value=4992926121328039021 ) => ( 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
    // 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