ETH Price: $2,788.36 (+2.92%)

Transaction Decoder

Block:
22523077 at May-20-2025 08:55:11 AM +UTC
Transaction Fee:
0.000205676074477728 ETH $0.57
Gas Used:
150,482 Gas / 1.366781904 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x0B452278...e373e7E43
(beaverbuild)
16.401616061658999203 Eth16.401677731815281793 Eth0.00006167015628259
0xbb4EF3C7...9E562d0F2
0.001519789962571506 Eth
Nonce: 151
0.001314113888093778 Eth
Nonce: 152
0.000205676074477728

Execution Trace

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