Transaction Hash:
Block:
19114063 at Jan-29-2024 06:46:35 PM +UTC
Transaction Fee:
0.000604319298380823 ETH
$1.59
Gas Used:
48,801 Gas / 12.383338423 Gwei
Emitted Events:
24 |
UltraToken.Approval( owner=[Sender] 0x17e52f38fe8a779005b714b0300b90df7610e269, spender=0xDef1C0de...027b25EfF, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x17E52F38...F7610e269 |
0.008150716505714479 Eth
Nonce: 42
|
0.007546397207333656 Eth
Nonce: 43
| 0.000604319298380823 | ||
0xD13c7342...72cAb5C8c | |||||
0xDAFEA492...692c98Bc5
Miner
| (Flashbots: Builder) | 14.865560980294705834 Eth | 14.865561029095705834 Eth | 0.000000048801 |
Execution Trace
UltraToken.approve( spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( True )
approve[ERC20 (ln:269)]
_approve[ERC20 (ln:270)]
Approval[ERC20 (ln:405)]
1234567891011121314151617181920212223242526// File: openzeppelin-solidity/contracts/token/ERC20/IERC20.solpragma solidity ^0.5.0;/*** @dev Interface of the ERC20 standard as defined in the EIP. Does not include* the optional functions; to access them see `ERC20Detailed`.*/interface IERC20 {/*** @dev Returns the amount of tokens in existence.*/function totalSupply() external view returns (uint256);/*** @dev Returns the amount of tokens owned by `account`.*/function balanceOf(address account) external view returns (uint256);/*** @dev Moves `amount` tokens from the caller's account to `recipient`.** Returns a boolean value indicating whether the operation succeeded.** Emits a `Transfer` event.*/