ETH Price: $2,760.63 (-1.14%)

Transaction Decoder

Block:
15995769 at Nov-18-2022 08:41:47 AM +UTC
Transaction Fee:
0.000259056231676528 ETH $0.72
Gas Used:
22,187 Gas / 11.676036944 Gwei

Account State Difference:

  Address   Before After State Difference Code
(bloXroute: Regulated Builder)
2.016281160120019494 Eth2.01629282467807779 Eth0.000011664558058296
0x868B6025...46306C2BE
0.62277882027931783 Eth
Nonce: 39
0.622519764047641302 Eth
Nonce: 40
0.000259056231676528

Execution Trace

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