ETH Price: $4,714.68 (+7.56%)
Gas: 2.24 Gwei

Transaction Decoder

Block:
15299008 at Aug-08-2022 02:41:06 AM +UTC
Transaction Fee:
0.0012 ETH $5.66
Gas Used:
150,000 Gas / 8 Gwei

Account State Difference:

  Address   Before After State Difference Code
(F2Pool Old)
6,831.159580856310577847 Eth6,831.159731416912477847 Eth0.0001505606019
0xc9a5ec9e...2E9664bfc
0.014874 Eth
Nonce: 71
0.013674 Eth
Nonce: 72
0.0012

Execution Trace

KishimotoInu.transfer( recipient=0xeFDA0cB780A8564903285ED25df3CC024f3b2982, amount=2810043956854242169259 )
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