ETH Price: $2,723.52 (-2.91%)

Transaction Decoder

Block:
21892406 at Feb-21-2025 04:44:11 AM +UTC
Transaction Fee:
0.000160316200592952 ETH $0.44
Gas Used:
138,158 Gas / 1.160383044 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x0B452278...e373e7E43
0x1BBEcB57...0Db8b872f
0.009725527158018004 Eth
Nonce: 15
0.009565210957425052 Eth
Nonce: 16
0.000160316200592952
(Titan Builder)
15.755182177563023035 Eth15.755251256563023035 Eth0.000069079

Execution Trace

SUZUME.transfer( recipient=0x8D21B9b4Ff8912E1338e346f27c83f67aE53A6EB, amount=8000000000000000000000000000 ) => ( True )
transfer[SUZUME (ln:461)]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// www.medium.com/@0xsuzume
// https://twitter.com/s_shitakiri
// SPDX-License-Identifier: MIT
pragma 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/2691
return 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);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX