ETH Price: $2,564.87 (-6.53%)

Transaction Decoder

Block:
22348408 at Apr-25-2025 08:25:23 PM +UTC
Transaction Fee:
0.00013091622405328 ETH $0.34
Gas Used:
121,070 Gas / 1.081326704 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x0B452278...e373e7E43
(Titan Builder)
10.81513931618966078 Eth10.81519985118966078 Eth0.000060535
0xEC0B4b68...bdA2BcD39
0.00046641989770104 Eth
Nonce: 222
0.00033550367364776 Eth
Nonce: 223
0.00013091622405328

Execution Trace

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