ETH Price: $2,610.71 (+2.27%)

Transaction Decoder

Block:
22542407 at May-23-2025 01:51:59 AM +UTC
Transaction Fee:
0.000263587192028052 ETH $0.69
Gas Used:
133,394 Gas / 1.976004858 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x0B452278...e373e7E43
(Titan Builder)
6.348044871485434279 Eth6.348159936963616255 Eth0.000115065478181976
0xe8CC4DD5...761A01165
0.019256007921978184 Eth
Nonce: 981
0.018992420729950132 Eth
Nonce: 982
0.000263587192028052

Execution Trace

SUZUME.transfer( recipient=0x70b902CB12c2116aB394f201410e9db13a5A90eD, amount=3028825096055853983084122174 ) => ( 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