ETH Price: $2,568.30 (-1.89%)

Transaction Decoder

Block:
22524870 at May-20-2025 02:57:59 PM +UTC
Transaction Fee:
0.00012528158821695 ETH $0.32
Gas Used:
46,365 Gas / 2.70207243 Gwei

Emitted Events:

162 WOLFToken.Approval( owner=[Sender] 0xfeced0ba92f4214f1191439994381f5d70384c21, spender=0x40aA958d...a374bcD7f, value=20111857490738895340340240 )

Account State Difference:

  Address   Before After State Difference Code
0x33ABE795...590f5FdAE
(beaverbuild)
6.606482923954049862 Eth6.606523970555185512 Eth0.00004104660113565
0xFeCED0Ba...D70384C21
0.008939053282903193 Eth
Nonce: 24
0.008813771694686243 Eth
Nonce: 25
0.00012528158821695

Execution Trace

WOLFToken.approve( spender=0x40aA958dd87FC8305b97f2BA922CDdCa374bcD7f, amount=20111857490738895340340240 ) => ( 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
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_transferOwnership(_msgSender());
}
/**
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX