ETH Price: $2,758.23 (-2.91%)

Transaction Decoder

Block:
22521367 at May-20-2025 03:08:59 AM +UTC
Transaction Fee:
0.000112919756225624 ETH $0.31
Gas Used:
51,508 Gas / 2.192276078 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
3.113041681689910124 Eth3.113105456312950512 Eth0.000063774623040388
0x33ABE795...590f5FdAE
0x5Ca71F05...79E344532
0.003775017737448543 Eth
Nonce: 61
0.003662097981222919 Eth
Nonce: 62
0.000112919756225624

Execution Trace

WOLFToken.transfer( to=0x73d3715b8bCD75959A5bE67d8AB9F4Eebeb27407, amount=28840735343792178120974741 ) => ( True )
transfer[ERC20 (ln:172)]
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