ETH Price: $3,547.63 (+1.78%)

Transaction Decoder

Block:
16680199 at Feb-21-2023 11:39:11 PM +UTC
Transaction Fee:
0.004114939420224 ETH $14.60
Gas Used:
144,000 Gas / 28.575968196 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x1e46d644...56098B35D
0.00597558401719565 Eth
Nonce: 82
0.00186064459697165 Eth
Nonce: 83
0.004114939420224
(MEV Builder: 0xBaF...e19)
6.054448577424344971 Eth6.054488653612040971 Eth0.000040076187696

Execution Trace

KishimotoInu.transfer( recipient=0x268FAEf75421D82aEbe06d64c39D88C615B0A328, amount=220028657675985570301 )
transfer[KishimotoInu (ln:790)]
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
//SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
/**
* @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`.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX