NOTHING

Verified contract

Active on Ethereum with 19,881 txns
Deployed by via 0x329f0746 at 14997370
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#8247)
ERC-721
--
 (#853)
ERC-721
--
0x6f6a6679b793e64de5f8fa03102cca3b0d5a10276e2652dbff75e99c03ad2f74
0x5d7358f791c948d33b2f341de6595d446a64cc5f524fcaef93e8980e77acbef6
0xc34fe86417f3ab02bdbcf11271831ab76d1639cd376c4f3d326f9c35dfab693c
0xa07bd4b8ab2e3101fd52cdf12d42f14b562048228e23db5961ea653f9ac8c3f5
0x127f7343ecb7b6cf965e488a89e2d73450c91fa52161ccb78c24ed1d71829e24
0x0070d7fa6e490cc41f4b2de1d5686febadf36cbaea8d19abb1e6a5f693c3820f
0x85aa263a4d3fa3a229a62aa8be82cbd38be04a1b6d02cc392d4529b1e2f4e24c
0x8694ec2d9433aa152de32aa8cdd961ca20cea1084736845fc4896e30a6c4878d
0x4167501398bdfdd7771852a239f396c3363ae942ba322cf0ebb4b47755920b2a
0x7983ef3e52fdde9b0c7e0e16b378bd16515b6f3a0ffd4a079bd8c5e6a6b5c82e

Functions
Getter at block 21160588
PER_TX_LIMIT_PUBLIC(view returns (uint256)
1
PER_WALLET_LIMIT_TOTAL(view returns (uint256)
3
PER_WALLET_LIMIT_WL1(view returns (uint256)
1
PER_WALLET_LIMIT_WL2(view returns (uint256)
2
baseURI(view returns (string)
ipfs://QmZoBCEcfvNQ9GTpXMkRn9B61tY2ZYC14Suz73CncfRY4P/
deployer(view returns (address)
0xe1432944a2fe49451131803646518022a2aa21fc
initialSupplyForWL2(view returns (uint256)
1379
maxSupply(view returns (uint256)
8888
metadataFrozen(view returns (bool)
false
mintPaused(view returns (bool)
true
mintState(view returns (uint8)
2
name(view returns (string)
NOTHING
owner(view returns (address)
0xe1432944a2fe49451131803646518022a2aa21fc
symbol(view returns (string)
NULL
totalSupply(view returns (uint256)
6960
wl1Limit(view returns (uint256)
4000
wl2Limit(view returns (uint256)
6969
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedInWL1(addressview returns (uint256)
numberMinted(address addrview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
advanceToPublicSale(
advanceToWL2(
airdropOwner(address addruint256 count
airdropOwnerArray(address[] addruint256[] count
approve(address touint256 tokenId
burn(uint256 tokenId
freezeMetadata(
mint(uint256 countbytes signature
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string _uri
setDeployerAddress(address deployerAddress
setWLSupply(uint256 newWL1Supplyuint256 newWL2Supply
togglePauseMinting(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address deployerAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(