It's a box II

Verified contract

Active on Ethereum with 147 txns
Deployed by via 0x01780b21 at 15617391
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "It's a box II"

0x80f317f64314169e97ff575f27a1e8e3bd5df20a89b27bc81f7fbf4f60a771e1
0xd7844a717ecc59e1b4e409a1d90390cb7bdf242f7e9a8a104ba708b3d8c6d156
0x171ac374219bdc1a914c5e6af45623d6fd683636697c6b605d17c298f0534d9d
0x72ef42940e753eea0066899855e375eec45b15f43e22941a28086b4868f8b1b1
0x96e723ddca794b1c5f90321acf9fd828dd602f9a99134ebdfbaed4ffab7a186d
0x5ce9b52be75b078bedd519b1d523b05ecd9f4d0f5d9f2d88079465077d131856
0xe5b02809a35f7cc84e92ab8e9fdcbede63a70fb422a7f3ef6881873506b08b60
0x5b53646f683a8829968d1a197738b1b04afc090982b7ebc991388487198aba27
0xc4b0155d262e1a39fac481e638f7007a9aa7bd7c6390d2d5da9913978bc94341
0x4d09104e48f5dcc9e447585cc3a389037c5e174325194b9d1fc9dd9c487dd8c4

Functions
Getter at block 20929233
maxPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
333
name(view returns (string)
It's a box II
price(view returns (uint256)
0
symbol(view returns (string)
BOX
totalSupply(view returns (uint256)
333
Read-only
addressMintBalance(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
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)
State-modifying
approve(address touint256 tokenId
mint(uint256 qtypayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPrice(uint256 newPrice
transferFrom(address fromaddress touint256 tokenId
withdraw(
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidPrice(
InvalidQuantity(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(