The Wizop
Verified contract
Active on
Ethereum with 1,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14.77)
Native
Value
$14.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,691.47 |
$14.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19207332 | 10 months ago | | | 0.001 | 0.0024565559 | |
| 18295398 | a year ago | | | 0 | 0.00027047859 | |
| 18279582 | a year ago | | | 0 | 0.00071859398 | |
| 18268510 | a year ago | | | 0 | 0.00039809212 | |
| 18256360 | a year ago | | | 0 | 0.00037420970 | |
| 18230740 | a year ago | | | 0 | 0.00053797373 | |
| 18230452 | a year ago | | | 0 | 0.00049421174 | |
| 18193729 | a year ago | | | 0 | 0.00055366997 | |
| 18193726 | a year ago | | | 0 | 0.00076159178 | |
| 18193718 | a year ago | | | 0 | 0.00074756909 |
ABI
ABI objects
Getter at block 21302712
MAX_TOTAL_USERS() view returns (string)
2222
cost() view returns (uint256)
1000000000000000
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
2222
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
The Wizop
owner() view returns (address)
0xa1703cc5b0094b24b5b18c573fae4acf7fed7f48
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
WIZOP
totalSupply() view returns (uint256)
1828
uriPrefix() view returns (string)
ipfs://Qmeoo7AFWZRJpcvTxbutKyEoNGYebFcno4zp8sEqSEZ3Ar/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
tenantdrop(uint256 _mintAmount, address _receiver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()