Transaction Hash:
Block:
21795212 at Feb-07-2025 02:25:11 PM +UTC
Transaction Fee:
0.000107218389228126 ETH
$0.27
Gas Used:
24,387 Gas / 4.396538698 Gwei
Emitted Events:
230 |
SUZUME.Approval( owner=[Sender] 0xf8cedbf126367f5c1d83dc4f5aa7071800c77775, spender=0x68b34658...D8665Fc45, value=0 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x0B452278...e373e7E43 | |||||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 11.01012591652464655 Eth | 11.01014412425781787 Eth | 0.00001820773317132 | |
0xF8ceDBf1...800c77775 |
0.00020362446041 Eth
Nonce: 454
|
0.000096406071181874 Eth
Nonce: 455
| 0.000107218389228126 |
Execution Trace
SUZUME.approve( spender=0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45, amount=0 ) => ( True )
approve[SUZUME (ln:466)]
_approve[SUZUME (ln:467)]
Approval[SUZUME (ln:652)]
_msgSender[SUZUME (ln:467)]
1234567891011121314151617181920212223242526// www.medium.com/@0xsuzume// https://twitter.com/s_shitakiri// SPDX-License-Identifier: MITpragma solidity >=0.6.0 <0.9.0;abstract contract Context {function _msgSender() internal view returns (address payable) {return payable(msg.sender);}function _msgData() internal view returns (bytes memory) {this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691return msg.data;}}/*** @dev Interface of the ERC20 standard as defined in the EIP.*/interface IERC20Upgradeable {/*** @dev Returns the amount of tokens in existence.*/function totalSupply() external view returns (uint256);