Transaction Hash:
Block:
22088832 at Mar-20-2025 03:00:23 PM +UTC
Transaction Fee:
0.00016161533826958 ETH
$0.48
Gas Used:
75,290 Gas / 2.146571102 Gwei
Emitted Events:
780 |
QBX.Transfer( from=[Receiver] 0xee9230e4893739f29def13450f2655c5c3b690f1, to=[Sender] 0xe0d974e974d2e73f6ef9081d56f34a2d161d73e7, value=12818657745726495726490 )
|
781 |
0xee9230e4893739f29def13450f2655c5c3b690f1.0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934( 0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934, 0x000000000000000000000000e0d974e974d2e73f6ef9081d56f34a2d161d73e7, 0000000000000000000000000000000000000000000002b6e69cb79429571b9a )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 6.144931568525066572 Eth | 6.145006858525066572 Eth | 0.00007529 | |
0x72FDc31f...CdcF5D9B1 | |||||
0xe0D974E9...D161D73E7 |
0.006403795026262779 Eth
Nonce: 10
|
0.006242179687993199 Eth
Nonce: 11
| 0.00016161533826958 | ||
0xeE9230E4...5c3b690F1 |
Execution Trace
0xee9230e4893739f29def13450f2655c5c3b690f1.c4658599( )
-
Null: 0x000...001.31297063( )
-
QBX.transfer( to=0xe0D974E974d2E73F6eF9081D56f34A2D161D73E7, value=12818657745726495726490 ) => ( 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);/**