ETH Price: $2,504.52 (-9.54%)

Transaction Decoder

Block:
22325032 at Apr-22-2025 02:06:11 PM +UTC
Transaction Fee:
0.000248302480429864 ETH $0.62
Gas Used:
29,176 Gas / 8.510504539 Gwei

Emitted Events:

152 KishimotoInu.Approval( owner=[Sender] 0xdd27af033b8f499d31e5aa20044b4b19cfbea76f, spender=0x1231DEB6...7486F4EaE, value=1835722389282499155030 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
10.395522401519015399 Eth10.395553739609383823 Eth0.000031338090368424
0xdd27AF03...9Cfbea76f
0.015638675657854951 Eth
Nonce: 400
0.015390373177425087 Eth
Nonce: 401
0.000248302480429864
0xf5b1Fd29...e3B38FB65

Execution Trace

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