WizzWTFMinter
Verified contract
Active on
Ethereum with 93 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($108.64)
Native
Value
$108.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,621.24 |
$108.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16400132 | 2 years ago | | | 0 | 0.0014337201 | |
| 16348398 | 2 years ago | | | 0 | 0.00052246074 | |
| 16335819 | 2 years ago | | | 0 | 0.0015529071 | |
| 16335619 | 2 years ago | | | 0 | 0.0016677894 | |
| 16335513 | 2 years ago | | | 0 | 0.0020337385 | |
| 16335509 | 2 years ago | | | 0 | 0.00042669240 | |
| 16320530 | 2 years ago | | | 0 | 0.0016956598 | |
| 16320525 | 2 years ago | | | 0 | 0.0019177475 | |
| 16320521 | 2 years ago | | | 0 | 0.0019920747 | |
| 16320514 | 2 years ago | | | 0 | 0.0017428717 |
ABI
ABI objects
Getter at block 21286093
freeMintsPerAddress() view returns (uint256)
1
mintEnabled() view returns (bool)
false
mintPrice() view returns (uint256)
10000000000000000
numArtworkTypes() view returns (uint256)
1
owner() view returns (address)
0x4bb4c1b0745ef7b4642feeccd0740dec417ca0a0
wizzWTFAddress() view returns (address)
0x8e4638eefee96732c56291fbf48bbb98725c6b31
Read-only
canClaim(address claimer) view returns (bool)
minted(address) view returns (uint256)
tokenFrozen(uint256) view returns (bool)
State-modifying
Events claim(uint256 artworkType)
mint(uint256 artworkType) payable
setFreeMintsPerAddress(uint256 _numMints)
setFreezeToken(uint256 _tokenId, bool freeze)
setMintEnabled(bool _newMintEnabled)
setMintPrice(uint256 _newMintPrice)
setNumArtworkTypes(uint256 _artworkTypeMax)
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed user, address indexed newOwner)
WizzWTFClaimed(address claimer, uint256 artworkType)
WizzWTFMinted(address minter, uint256 artworkType)
constructor(address _artworkAddress, uint256 _numArtworkTypes, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.