Wacky Wizards
Verified contract
Active on
Ethereum with 418 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($2,701.94)
Native
Value
$2,701.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.08 | $2,501.80 |
$2,701.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19390055 | 8 months ago | | | 0 | 0.0022992406 | |
| 17679611 | a year ago | | | 0 | 0.0016143764 | |
| 17679599 | a year ago | | | 0 | 0.0018115298 | |
| 17679589 | a year ago | | | 0 | 0.0017377937 | |
| 17679576 | a year ago | | | 0 | 0.0015391346 | |
| 17679558 | a year ago | | | 0 | 0.0015185118 | |
| 17679538 | a year ago | | | 0 | 0.0014394947 | |
| 15862445 | 2 years ago | | | 0 | 0.00037901791 | |
| 15828186 | 2 years ago | | | 0 | 0.00079029475 | |
| 15462227 | 2 years ago | | | 0 | 0.0012405243 |
ABI
ABI objects
Getter at block 21091916
NFTS_PER_MINT() view returns (uint256)
2
NFT_MAX() view returns (uint256)
3333
NFT_PRICE() view returns (uint256)
10000000000000000
_mysteryURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUquHZ62A55Q8PWdgXMmPHpiGB3Ah9m8vszrf8GmT8oAg/1.json
burnLive() view returns (bool)
false
contractURI() view returns (string)
https://wackywizards.mypinata.cloud/ipfs/QmTNvZYnr4MherpnvfxxToEXwqiELbKCwoXZW437c13oKP/
giftLive() view returns (bool)
false
name() view returns (string)
Wacky Wizards
owner() view returns (address)
0xeef3559dde7dbd532dc934ef68f3ad48dc6bf474
revealed() view returns (bool)
true
saleLive() view returns (bool)
true
symbol() view returns (string)
WZRD
totalBurnedSupply() view returns (uint256)
0
totalSupply() view returns (uint256)
417
verifiedSigner() view returns (address)
0xf41d419b73ac92f0f2c2135e798879ce9ab24b63
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnMint(uint256 _tokenId)
burnMintAsOwner(uint256 _tokenId)
mint(uint256 tokenQuantity, uint256 nonce, address wallet, bytes signature) payable
mintGift(uint256 tokenQuantity, uint256 nonce, address wallet, bytes signature)
mintGiftAsOwner(uint256 tokenQuantity, address wallet)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setMysteryURI(string URI)
setNFTMax(uint256 max)
setPriceOfNFT(uint256 price)
setVerifiedSigner(address wallet)
toggleBurnStatus()
toggleMysteryURI()
toggleSaleGiftStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.