WizNFT
Verified contract
Active on
Ethereum with 33,601 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WizNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105165 | 8 days ago | | | 0 | 0.00014403950 | |
| 21105156 | 8 days ago | | | 0 | 0.000099182401 | |
| 21097660 | 9 days ago | | | 0 | 0.000087382360 | |
| 21008566 | 21 days ago | | | 0 | 0.00054215404 | |
| 20879692 | a month ago | | | 0 | 0.0013090043 | |
| 20777294 | 2 months ago | | | 0 | 0.00015758278 | |
| 20730457 | 2 months ago | | | 0 | 0.000091406431 | |
| 20705310 | 2 months ago | | | 0 | 0.000064479626 | |
| 20648573 | 2 months ago | | | 0 | 0.000019693475 | |
| 20634894 | 2 months ago | | | 0 | 0.00012320957 |
ABI
ABI objects
Getter at block 21159621
isPublicSale() view returns (bool)
true
maxPerWallet() view returns (uint256)
1
maxTokenSupply() view returns (uint256)
10000
name() view returns (string)
WizNFT
owner() view returns (address)
0x006856cad5f6405dd327070fdbb88bf6d8d2d282
symbol() view returns (string)
WZNFT
tokenPrice() view returns (uint256)
0
totalSupply() view returns (uint256)
8750
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 addAltar(address a)
approve(address to, uint256 tokenId)
burnFromAltar(uint256 tokenId)
mint(bytes proof) payable
mintFromAltar(address a, uint256 quantity)
mintWhitelist(bytes proof) payable
removeAltar(address a)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseMetadataUri(string a)
setOpenSeaRegistryAddress(address a)
startPublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()