ETH Price: $3,558.21 (+3.32%)

Transaction Decoder

Block:
15984815 at Nov-16-2022 07:58:11 PM +UTC
Transaction Fee:
0.00302444109528134 ETH $10.76
Gas Used:
209,531 Gas / 14.43433714 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(builder0x69)
2.173107712725184684 Eth2.173432485775184684 Eth0.00032477305
0xbd690A0b...E08436cEB
0.00884734770561513 Eth
Nonce: 9
0.00582290661033379 Eth
Nonce: 10
0.00302444109528134
0xCE3f08e6...e220827B2

Execution Trace

SAITAMA.transfer( recipient=0xCD88B7aA264b6dff8d18D39dF36B75e039Eb5f37, amount=325642336183693 ) => ( True )
transfer[SAITAMA (ln:792)]
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
/**
SAITAMA V2
*/
pragma solidity ^0.8.14;
// SPDX-License-Identifier: Unlicensed
interface IERC20 {
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX