Mask of ZEE
Verified contract
Active on
Ethereum with 6,557 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 "Mask of ZEE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21136394 | 4 days ago | | | 0 | 0.00070720293 | |
| 21123061 | 5 days ago | | | 0 | 0.00060024909 | |
| 21121047 | 6 days ago | | | 0 | 0.00024777018 | |
| 21121027 | 6 days ago | | | 0 | 0.00021851583 | |
| 21100608 | 9 days ago | | | 0 | 0.00015671362 | |
| 21100587 | 9 days ago | | | 0 | 0.00029038597 | |
| 21093168 | 10 days ago | | | 0 | 0.00066801930 | |
| 21088922 | 10 days ago | | | 0 | 0.00033132753 | |
| 21083759 | 11 days ago | | | 0 | 0.00037107838 | |
| 21083725 | 11 days ago | | | 0 | 0.00035892589 |
ABI
ABI objects
Getter at block 21161983
MAX_PUBLIC_MINT() view returns (uint256)
3000
MAX_SUPPLY() view returns (uint256)
3333
getWhitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintIsActive() view returns (bool)
true
name() view returns (string)
Mask of ZEE
owner() view returns (address)
0x2cf2f73a7966894f5cda2a67a282f071831b596d
publiclyMintedTokens() view returns (uint256)
2277
symbol() view returns (string)
MoZ
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
canMint(address account) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isUserWhitelisted(address account, bytes32[] whitelistProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes32[] whitelistProof)
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMintState(bool newState)
setWhitelistMerkleRoot(bytes32 merkleRoot)
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)
MerkleRootSet(bytes32 merkleRoot)
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.