Transaction Hash:
Block:
22138559 at Mar-27-2025 01:29:47 PM +UTC
Transaction Fee:
0.00009994900203717 ETH
$0.28
Gas Used:
92,378 Gas / 1.081956765 Gwei
Emitted Events:
172 |
QBX.Transfer( from=[Receiver] 0xee9230e4893739f29def13450f2655c5c3b690f1, to=[Sender] 0x5449d32b763379d22f36029af9ec8d03c163899c, value=146413597409426244989 )
|
173 |
0xee9230e4893739f29def13450f2655c5c3b690f1.0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934( 0x12f4533b5cbd2c9f8a0752a2d0b16379af992dbb2a0844a5007a19d983b3a934, 0x0000000000000000000000005449d32b763379d22f36029af9ec8d03c163899c, 000000000000000000000000000000000000000000000007efe5971c83e7857d )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5449D32B...3C163899C |
0.0002622 Eth
Nonce: 0
|
0.00016225099796283 Eth
Nonce: 1
| 0.00009994900203717 | ||
0x72FDc31f...CdcF5D9B1 | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 18.496551390898116161 Eth | 18.496558040885950651 Eth | 0.00000664998783449 | |
0xeE9230E4...5c3b690F1 |
Execution Trace
0xee9230e4893739f29def13450f2655c5c3b690f1.c4658599( )
-
Null: 0x000...001.758350c2( )
-
QBX.transfer( to=0x5449D32B763379d22F36029AF9EC8d03C163899C, value=146413597409426244989 ) => ( 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);/**