Mystery Sneaker Box

Verified contract

Active on Ethereum with 5,961 txns
Deployed by via 0x0aa72093 at 15091030
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mystery Sneaker Box"

0x9bf05cd55a1717d07bb2a516320bc4d7612326f92f6f57dc82b5a68d80cc0843
0x0067dd4f24aca6da5c46e1012bdf611145bb1c3a7b6a6af65cf3e1e81611dbe4
0xa310fa984ca91f01ea462d28dd61f7c50e49063f3d75769b7c916b9cf444e305
0x8062b04c66886e597470fa32dbbfda1cb0cc5f29460e87664fc1e65c9955e5d8
0x754b504fe62c9d5bb45422afc805b3b4246348b9025d14e07f15ca8933e3d395
0x0958a5a13b9e3d106a201f268a34d576dcc87e2fd2b92151d4cdb8a0958d9818
0x3bf26652477385ad0eda4d1d1407847b501f29d15744e316d13b606effa90a2e
0xf30cf54216de5d42900d3e746c82e840ec2fa34869649e4dbb2be74b95f6a578
0x0f7830dc7a274211c0479dfb32feaa01d6d9cb19ab6e00081498f6adad73ef7c
0xc68dd3de34067fc6c3a46eb760352b89325a34ee62aaa505c4f16c2a13883782

Functions
Getter at block 21177030
CLAIM_DOMAIN_SEPARATOR(view returns (bytes32)
0x48d4b7276602bee02c68aa38f28ba8e1a0b82c67d732511ba6d5561302c0a281
CLAIM_TYPEHASH(view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
DISCOUNT_DOMAIN_SEPARATOR(view returns (bytes32)
0x3e62b00361615af1f9aae006e78f9bcb245352814091124e10e8e0cca2c70268
DISCOUNT_TYPEHASH(view returns (bytes32)
0x2744a6917094ca2ea2ac15d34cf9febe9c2a504b2370fa0f60e99090ad07d83e
MAX_PER_WALLET(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
10000
WHITELIST_DOMAIN_SEPARATOR(view returns (bytes32)
0xacfd577b54c93b718c88b36feee891698abffd16166b10b99104cebe74685d05
WHITELIST_TYPEHASH(view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
baseTokenURI(view returns (string)
ipfs://QmVtKNreAesGwhfs3K9bZVyG9JjAEaF57CVSa1bvyv9yNc
name(view returns (string)
Mystery Sneaker Box
owner(view returns (address)
0x8f20333d57d90d229ff89cf354e87a2b4943fb0c
saleIsActive(view returns (bool)
true
symbol(view returns (string)
MSB
totalSupply(view returns (uint256)
9984
whitelistIsActive(view returns (bool)
true
Read-only
allowedMintCount(address minterview returns (uint256)
balanceOf(address ownerview returns (uint256)
checkWhitelist(bytes signatureview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
flipSaleState(
flipWhitelistState(
mint(uint256 _count
ownerMint(uint256 _countaddress _recipient
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setMaxPerWallet(uint256 _max
setSigningAddress(address newSigningKey
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _countbytes _signature
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbolstring _customBaseURIuint256 _tokensForSale
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractsCannotMint(
ExceedsMaxPerWallet(
ExceedsMaxSupply(
InvalidQueryRange(
InvalidSignature(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSigningKey(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WhitelistNotActive(