Transaction Hash:
Block:
22131417 at Mar-26-2025 01:35:59 PM +UTC
Transaction Fee:
0.000137272069029524 ETH
$0.36
Gas Used:
92,378 Gas / 1.485982258 Gwei
Emitted Events:
364 |
QBX.Transfer( from=[Receiver] 0xee9230e4893739f29def13450f2655c5c3b690f1, to=[Sender] 0xf17a33daa3f49470ccd55ca21669160e64326bbf, value=125264470321164611851 )
|
365 |
0xee9230e4893739f29def13450f2655c5c3b690f1.0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934( 0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934, 0x000000000000000000000000f17a33daa3f49470ccd55ca21669160e64326bbf, 000000000000000000000000000000000000000000000006ca64cc13d67a710b )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 5.756961988180466403 Eth | 5.756962023284106403 Eth | 0.00000003510364 | |
0x72FDc31f...CdcF5D9B1 | |||||
0xeE9230E4...5c3b690F1 | |||||
0xf17a33dA...e64326bBf |
0.000975025584196259 Eth
Nonce: 0
|
0.000837753515166735 Eth
Nonce: 1
| 0.000137272069029524 |
Execution Trace
0xee9230e4893739f29def13450f2655c5c3b690f1.c4658599( )
-
Null: 0x000...001.a397096d( )
-
QBX.transfer( to=0xf17a33dAA3f49470CCD55CA21669160e64326bBf, value=125264470321164611851 ) => ( 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);/**