ETH Price: $2,545.67 (+0.58%)

Transaction Decoder

Block:
22544150 at May-23-2025 07:42:59 AM +UTC
Transaction Fee:
0.000060944 ETH $0.16
Gas Used:
30,472 Gas / 2 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x06FD4bA7...Caa99E3B0
(Binance Dep: 0x06FD4bA7973a0d39a91734bbc35bC2bCaa99E3B0)
0.013349104 Eth
Nonce: 113469
0.01328816 Eth
Nonce: 113470
0.000060944
0x61E90A50...477738406
(beaverbuild)
18.306105594153028137 Eth18.306120089581255521 Eth0.000014495428227384

Execution Trace

LOKA.transfer( recipient=0x28C6c06298d514Db089934071355E5743bf21d60, amount=68084498618550000000000 ) => ( True )
transfer[ERC20 (ln:232)]
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
pragma solidity ^0.8.0;
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.3.2 (token/ERC20/IERC20.sol)
/**
* @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