Transaction Hash:
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:
65 |
LOKA.Transfer( from=[Sender] 0x06fd4ba7973a0d39a91734bbc35bc2bcaa99e3b0, to=0x28C6c06298d514Db089934071355E5743bf21d60, value=68084498618550000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x06FD4bA7...Caa99E3B0 | (Binance Dep: 0x06FD4bA7973a0d39a91734bbc35bC2bCaa99E3B0) |
0.013349104 Eth
Nonce: 113469
|
0.01328816 Eth
Nonce: 113470
| 0.000060944 | |
0x61E90A50...477738406 | |||||
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 18.306105594153028137 Eth | 18.306120089581255521 Eth | 0.000014495428227384 |
Execution Trace
LOKA.transfer( recipient=0x28C6c06298d514Db089934071355E5743bf21d60, amount=68084498618550000000000 ) => ( True )
transfer[ERC20 (ln:232)]
_transfer[ERC20 (ln:233)]
_beforeTokenTransfer[ERC20 (ln:348)]
Transfer[ERC20 (ln:357)]
_afterTokenTransfer[ERC20 (ln:359)]
_msgSender[ERC20 (ln:233)]
1234567891011121314151617181920212223242526pragma 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.*/