Box

Verified contract

Active on Ethereum with 1,062 txns
Deployed by via 0xebf23a6a at 15609956
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Box"

0x8899886553027f762adb8d63f5ceccb7a8780f0ff8486b72bf6f2401aaea66e1
0x2623a591af9090d57e64020e7dda4333b9eec72d74d2e6ef1d34912a612a38f8
0xc65fdec72cb57dd6aee79a0aebf2fc28766f5ef6229534043bfb8e4928091b89
0x444d062589850cb9b57fbc4cb10cc9674a45c76bca0a079ec7ab3b5853b16786
0xc00dc4a2e7e1b8ea36c61679d919ffa21f4aadf5e29b142e39cc76225b625295
From
0x3139c96d354d06a184d4a17dbe04a6cb00663fe4b465b62c63a169de12a89c9c
0x5109a5e434e5709830c320eaf13360fb379d296da40a3fa1461f63df54817280
0x0e74e94192108dd6491e24e6ab11e1cb2e5f459995d3f8128c23aa35ce1eb7ae
0x1f5227bb194a098e8a5768599bf8d06c0da0d09c17dd506038c04046f2fe9b75
0xdbcacbe44655d90cb3f1c15aa439fe444c6ea88c3a9c7a218e61b2bcb47573ca

Functions
Getter at block 21229082
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
false
maxMintAmountPerTx(view returns (uint256)
1
maxSupply(view returns (uint256)
333
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
BOX
owner(view returns (address)
0x0cb584c86419021f5f2af210d78d5db4ae375464
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
BOX
totalSupply(view returns (uint256)
333
uriPrefix(view returns (string)
https://tan-characteristic-wolf-804.mypinata.cloud/ipfs/QmZmbjy4CVqYCJxfzvcMqnuj8mEVW3fD66w79VGPnB7WcF/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
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[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool 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
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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