ETH Price: $2,535.55 (+0.07%)

Transaction Decoder

Block:
15995798 at Nov-18-2022 08:47:35 AM +UTC
Transaction Fee:
0.0011624954722 ETH $2.95
Gas Used:
100,000 Gas / 11.624954722 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x868B6025...46306C2BE
0.618366902567256572 Eth
Nonce: 47
0.617204407095056572 Eth
Nonce: 48
0.0011624954722
(eth-builder)
10.22755558150324123 Eth10.22756816959034123 Eth0.0000125880871

Execution Trace

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