Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,729.30)
Native
Value
$15,729.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.01 | $3,139.58 |
$15,729.3 | |
Wizz | ERC-20 | 2.441053M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18973035 | 10 months ago | | | 0 | 0.00051078428 | |
| 18756049 | a year ago | | | 0 | 0.00052118101 | |
| 17676843 | a year ago | | | 0 | 0.00041948517 | |
| 17608450 | a year ago | | | 0 | 0.00045876733 | |
| 17460434 | a year ago | | | 0 | 0.00075497675 | |
| 17460419 | a year ago | | | 0 | 0.00058196545 | |
| 17422971 | a year ago | | | 0 | 0.0017248104 | |
| 17418315 | a year ago | | | 0 | 0.0010038814 | |
| 17417056 | a year ago | | | 0 | 0.0011720181 | |
| 17416923 | a year ago | | | 0 | 0.0014900501 |
ABI
ABI objects
Getter at block 21206997
buyFee() view returns (uint256)
0
creatorWallet() view returns (address)
0xb817a92da886e352d0f93f25d5601e8cdefe1182
decimals() view returns (uint8)
18
name() view returns (string)
Wizards
owner() view returns (address)
0x000000000000000000000000000000000000dead
sellFee() view returns (uint256)
0
symbol() view returns (string)
Wizz
totalSupply() view returns (uint256)
10000000000000000000000000000000999999999999999999999999999
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events airdrop(address _to, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
buy() payable
renounceOwnership()
sell(uint256 _amount)
setFees(uint256 newBuyFee, uint256 newSellFee)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creatorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.