ETH Price: $3,720.04 (-0.23%)

Transaction Decoder

Block:
19392470 at Mar-08-2024 07:15:11 PM +UTC
Transaction Fee:
0.001538807821482692 ETH $5.72
Gas Used:
24,268 Gas / 63.408926219 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
5.640147659996928218 Eth5.640147684264928218 Eth0.000000024268
0x5A68D927...7760Cd316
0.069997654612105041 Eth
Nonce: 26
0.068458846790622349 Eth
Nonce: 27
0.001538807821482692
0xf5b1Fd29...e3B38FB65

Execution Trace

KishimotoInu.approve( spender=0xe66B31678d6C16E9ebf358268a790B763C133750, amount=0 ) => ( True )
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