ETH Price: $3,455.59 (-1.80%)

Transaction Decoder

Block:
16776498 at Mar-07-2023 12:43:11 PM +UTC
Transaction Fee:
0.006123639581067454 ETH $21.16
Gas Used:
263,899 Gas / 23.204481946 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x45187486...43BdC29c7
0.039904224885496903 Eth
Nonce: 11
0.033780585304429449 Eth
Nonce: 12
0.006123639581067454
(builder0x69)
1.985784207846081902 Eth1.986312005846081902 Eth0.000527798
0xf5b1Fd29...e3B38FB65

Execution Trace

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