This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20895751, which is 2 minutes old. We're running behind the tip but working to resolve the issue.

My Nft Collection

Verified contract

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

No balances found for "My Nft Collection"

0x357d7db1b2412c11bc97db8abfd01bbbb47e5138dd92549d25fef9d5894c99a7
0x33a1528faa1e31280d53f4c53f01f1b60fdc344895214bf045ec2818611fa799
0x9f53046b7ba9e044398f38df35c038f645b1858d30296b2714ae06686d0d5e9d
0xd80dd69fedaec1919d84cdb0c30941c52fb370fd5d816b5973b279548692c4f3
0x6060a6fbaa63f180caf75f4817c84c5c78f7b9f439bb5771546e960e55ce7447
0x06aa9174ad91c8030a35999d89065d0e8af512d486767de521c9efcd69459f8d
0x3936d1832070e384da152c824ce86c64968324dba53a5c55fab36ccd19c2c42d
From
0x9c0e5bf6f48717bd471ebd50b04bb713c470718efd30775783eba4a746b6c6d9
0x76900f521e552db783659daec3053e7463fef3b3f8f397f89251a95560696647
0xb99bb9d4530ab2b89310f35648abf136cafa6213534f535bb6c354d4f848f8b7

Functions
Getter at block 20895750
getBaseUri(view returns (string)
getHiddenMetadataUri(view returns (string)
ipfs://QmPHNUrQvZF4jtEfPhzM4DUmsQ6bcfiVs8SyyZgdUS7qVr
getMaxMintAmountPerTx(view returns (uint256)
5
getMaxSupply(view returns (uint256)
2000
getMerkleRoot(view returns (bytes32)
0x2341226ce9a9947a4425958bb191df391a9d2b0940891aa76381f0f432d2b4b9
getMintPrice(view returns (uint256)
100000000000000000
getRevealed(view returns (bool)
false
getSaleState(view returns (uint8)
0
name(view returns (string)
My Nft Collection
owner(view returns (address)
0x73c803a0d47587f0d05938be9da3bce569c9549c
symbol(view returns (string)
MNC
totalSupply(view returns (uint256)
2000
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[])
State-modifying
allowlistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
approve(address touint256 tokenId
mintForAddress(uint256 _mintAmountaddress _receiver
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistOnly(
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseUri
setClosed(
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setMintPrice(uint256 _mintPrice
setPublicOpen(
setRevealed(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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
Mint(address indexed minteruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string nftNamestring nftSymbolstring hiddenMetadataUriuint256 maxSupplyuint256 mintPriceuint256 maxMintAmountPerTx
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MyNftCollection__AddressAlreadyClaimed(
MyNftCollection__AllowlistSaleClosed(
MyNftCollection__InsufficientFunds(
MyNftCollection__InvalidMintAmount(
MyNftCollection__InvalidProof(
MyNftCollection__MaxSupplyExceeded(
MyNftCollection__NonexistentToken(
MyNftCollection__PublicSaleClosed(
MyNftCollection__TransferFailed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(