ETH Price: $2,623.30 (+4.45%)

Transaction Decoder

Block:
22205614 at Apr-05-2025 10:11:47 PM +UTC
Transaction Fee:
0.00006013743797737 ETH $0.16
Gas Used:
116,246 Gas / 0.517329095 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x0B452278...e373e7E43
0x93461223...5A8407855
0.000062620617652 Eth
Nonce: 217
0.00000248317967463 Eth
Nonce: 218
0.00006013743797737
(beaverbuild)
13.829516892780279891 Eth13.829528203791350419 Eth0.000011311011070528

Execution Trace

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