ETH Price: $3,718.13 (+2.66%)

Transaction Decoder

Block:
22652975 at Jun-07-2025 01:21:35 PM +UTC
Transaction Fee:
0.000046244668169972 ETH $0.17
Gas Used:
29,966 Gas / 1.543237942 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x06354ce0...EdF256Ce6
(Upbit Dep: 0x06354ce08f96BC961b9f5110D513e1bEdF256Ce6)
11.854901591039617545 Eth
Nonce: 14220
11.854855346371447573 Eth
Nonce: 14221
0.000046244668169972
0x69af81e7...ECE623074
(BuilderNet)
97.284009299570365289 Eth97.284016687898206405 Eth0.000007388327841116

Execution Trace

MaskToken.transfer( recipient=0x371aF05c8f05d38f891Eb4D7e12B48Bf68fF85af, amount=2099000000000000000000 ) => ( True )
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
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
// SPDX-License-Identifier: MIT
pragma solidity >=0.6.0 <0.8.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
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