ETH Price: $4,415.53 (+3.21%)

Transaction Decoder

Block:
21981224 at Mar-05-2025 02:16:59 PM +UTC
Transaction Fee:
0.000060636784017308 ETH $0.27
Gas Used:
46,276 Gas / 1.310328983 Gwei

Emitted Events:

345 KishimotoInu.Approval( owner=[Sender] 0xf09defcad8705318bbcdbc1695ee78d380e73da8, spender=0xAC4c6e21...E63F80b75, value=671380447551998622982 )

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
16.558211471851164278 Eth16.558241088491164278 Eth0.00002961664
0xF09DEFca...380e73Da8
0.003782883474080075 Eth
Nonce: 115
0.003722246690062767 Eth
Nonce: 116
0.000060636784017308
0xf5b1Fd29...e3B38FB65

Execution Trace

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