Mystery Sneaker Box
Verified contract
Active on
Ethereum with 5,961 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 "Mystery Sneaker Box"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20248259 | 4 months ago | | | 0 | 0.00010546465 | |
| 19715669 | 7 months ago | | | 0 | 0.00029506307 | |
| 19558243 | 7 months ago | | | 0 | 0.00078896417 | |
| 19540087 | 7 months ago | | | 0 | 0.0012532249 | |
| 19413983 | 8 months ago | | | 0 | 0.0040192045 | |
| 19223169 | 9 months ago | | | 0 | 0.00096759004 | |
| 19114088 | 9 months ago | | | 0 | 0.00031905750 | |
| 18909896 | 10 months ago | | | 0 | 0.00044419524 | |
| 18907996 | 10 months ago | | | 0 | 0.00083303721 | |
| 18907030 | 10 months ago | | | 0 | 0.00063348961 |
ABI
ABI objects
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 minter) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkWhitelist(bytes signature) view returns (bool)
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[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipSaleState()
flipWhitelistState()
mint(uint256 _count)
ownerMint(uint256 _count, address _recipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxPerWallet(uint256 _max)
setSigningAddress(address newSigningKey)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _count, bytes _signature)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, string _customBaseURI, uint256 _tokensForSale)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractsCannotMint()
ExceedsMaxPerWallet()
ExceedsMaxSupply()
InvalidQueryRange()
InvalidSignature()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSigningKey()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistNotActive()