ETH Price: $2,962.08 (-0.08%)

Transaction Decoder

Block:
22611364 at Jun-01-2025 05:33:47 PM +UTC
Transaction Fee:
0.000047906688079178 ETH $0.14
Gas Used:
34,778 Gas / 1.377499801 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
14.808593070669756884 Eth14.808593324787490518 Eth0.000000254117733634
0x69af81e7...ECE623074
0xe3792A9c...C41631090
(Upbit Dep: 0xe3792A9c235D434B702023b33F03C48C41631090)
43.206268759586586408 Eth
Nonce: 56053
43.20622085289850723 Eth
Nonce: 56054
0.000047906688079178

Execution Trace

MaskToken.transfer( recipient=0xd833A1D33B853D07BF484e973F3Ca0782AFc2c38, amount=9783200000000000000000 ) => ( 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