Transaction Hash:
Block:
22124860 at Mar-25-2025 03:38:11 PM +UTC
Transaction Fee:
0.00011774011325963 ETH
$0.30
Gas Used:
75,266 Gas / 1.564320055 Gwei
Emitted Events:
376 |
QBX.Transfer( from=[Receiver] 0xee9230e4893739f29def13450f2655c5c3b690f1, to=[Sender] 0xf1b42184c4f2e49cb8f7a3b9de23c67c52329172, value=3974052986464398593306 )
|
377 |
0xee9230e4893739f29def13450f2655c5c3b690f1.0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934( 0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934, 0x000000000000000000000000f1b42184c4f2e49cb8f7a3b9de23c67c52329172, 0000000000000000000000000000000000000000000000d76f1067c116b9cd1a )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x72FDc31f...CdcF5D9B1 | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 15.696572882131168633 Eth | 15.696648148131168633 Eth | 0.000075266 | |
0xeE9230E4...5c3b690F1 | |||||
0xF1b42184...c52329172 |
0.004558034493526584 Eth
Nonce: 3
|
0.004440294380266954 Eth
Nonce: 4
| 0.00011774011325963 |
Execution Trace
0xee9230e4893739f29def13450f2655c5c3b690f1.c4658599( )
-
Null: 0x000...001.1b018c7d( )
-
QBX.transfer( to=0xF1b42184c4F2E49Cb8F7A3B9dE23c67c52329172, value=3974052986464398593306 ) => ( 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);/**