ETH Price: $2,640.90 (+3.34%)

Transaction Decoder

Block:
21330920 at Dec-04-2024 06:27:11 PM +UTC
Transaction Fee:
0.007477385043447901 ETH $19.75
Gas Used:
263,899 Gas / 28.334268199 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
13.191465576927107423 Eth13.191725754401769705 Eth0.000260177474662282
0x88ddA53A...100722b89
0.008907510389249871 Eth
Nonce: 47
0.00143012534580197 Eth
Nonce: 48
0.007477385043447901
0xf5b1Fd29...e3B38FB65

Execution Trace

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