ETH Price: $2,793.10 (+3.81%)

Transaction Decoder

Block:
16591325 at Feb-09-2023 12:54:35 PM +UTC
Transaction Fee:
0.00265064548761 ETH $7.40
Gas Used:
90,000 Gas / 29.451616529 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x09627D1e...07BC8F221
0.008112211129106582 Eth
Nonce: 7
0.005461565641496582 Eth
Nonce: 8
0.00265064548761
(builder0x69)
2.052092678468759603 Eth2.052272678468759603 Eth0.00018

Execution Trace

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