Transaction Hash:
Block:
22139693 at Mar-27-2025 05:17:59 PM +UTC
Transaction Fee:
0.00006129590829412 ETH
$0.15
Gas Used:
92,366 Gas / 0.66361982 Gwei
Emitted Events:
253 |
QBX.Transfer( from=[Receiver] 0xee9230e4893739f29def13450f2655c5c3b690f1, to=[Sender] 0x0bcb1b65b21fe73b16b8a203731af9fce72962c3, value=8505358273959401920 )
|
254 |
0xee9230e4893739f29def13450f2655c5c3b690f1.0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934( 0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934, 0x0000000000000000000000000bcb1b65b21fe73b16b8a203731af9fce72962c3, 00000000000000000000000000000000000000000000000076091a496ec799c0 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x0bcB1b65...ce72962C3 |
0.001071484520921301 Eth
Nonce: 7
|
0.001010188612627181 Eth
Nonce: 8
| 0.00006129590829412 | ||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 10.041407600434750556 Eth | 10.041411078147195766 Eth | 0.00000347771244521 | |
0x72FDc31f...CdcF5D9B1 | |||||
0xeE9230E4...5c3b690F1 |
Execution Trace
0xee9230e4893739f29def13450f2655c5c3b690f1.c4658599( )
-
Null: 0x000...001.9d6f0e50( )
-
QBX.transfer( to=0x0bcB1b65b21FE73b16B8a203731AF9Fce72962C3, value=8505358273959401920 ) => ( True )
1234567891011121314151617181920212223242526// 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);/**