MetaStore

Verified contract

Active on Ethereum with 2,924 txns
Deployed by via 0x2dde82ee at 14467785
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional variables

No balances found for "MetaStore"

0x1e7611f5d4f48743580e75a11c0d200908f2972e3689dcdcddb999c89519f8cb
From
0xf75039e4a397040b974cb39d95c45e556ac8fec2bb817af3f621177572623822
0x174c107302b3abcc15468d5dd7870dedf2dce145b6f89dec370567c4520284e6
0x3b4004ac1366f87f825153628fb4c61af2141cf101ed376a8b7dac3c61957e14
0xcab8a8b83fb2110731c2056e1d3ce20285b585d853cdaa57fd951ea89a7712fc
0x1a7c6bc1e6d41cdc1338878dddb5677f65343105b8a02bc9e102366322c7eb01
0xfe63e6bfe59e80369a45e63e2153a27f94fe9f794c69ae620b5c7852c76bc4fd
0xe98f5e5f4a8a34c3a0f95e3c6d839758c46cf43f3691c680e7f57277255e8e05
0x70bd0d6be5cd7758c8d4d55cbd236e3f9585264a6e5d4bd0583baff8f49b3247
0xd5d099de8212a4d705db6df4869dcf2a06a660379dd760fa204fbb34725aa84d

Functions
Getter at block 20857787
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://metastorenft.io/pfp/metadata/
currentIndex(view returns (uint256)
6667
currentMergedIndex(view returns (uint256)
6667
isAllTokenRevealed(view returns (bool)
true
isPreSaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
true
maxMergeNum(view returns (uint256)
2222
maxMetaStoreSupply(view returns (uint256)
6666
maxMintAmount(view returns (uint256)
20
maxTeamReverseNum(view returns (uint256)
200
maxTotalSupply(view returns (uint256)
8888
mergeIsOpen(view returns (bool)
false
mergedBonusLevel(view returns (uint8)
3
name(view returns (string)
MetaStore
nftPerAddressLimit(view returns (uint256)
1
owner(view returns (address)
0x71c64ff71ec4ee6f2582c1f97efde0892315e001
paused(view returns (bool)
false
preSalePrice(view returns (uint256)
168000000000000000
preSaleTime(view returns (uint256)
0
publicSalePrice(view returns (uint256)
188000000000000000
publicSaleTime(view returns (uint256)
1652500800
s_requestId(view returns (uint256)
110359057306942879120574458624831641253171684564633613017997110155534530750126
symbol(view returns (string)
MS
totalMergedMinted(view returns (uint256)
0
totalNormalMinted(view returns (uint256)
6666
totalSupply(view returns (uint256)
6666
unrevealAmount(view returns (uint16)
0
Read-only
balanceOf(address ownerview returns (uint256)
checkAllowlist(address addrbytes32[] proofview returns (bool)
checkAllowlist(bytes32[] proofview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isAllowCommission(uint256 tokenIdview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMergedToken(uint256 tokenIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
s_randomWords(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenLevel(uint16 _tokenIdview returns (uint8)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
merge(uint16[3] tokenIDsreturns (uint16)
preSaleMint(uint256 _mintAmountbytes32[] proof_payable 
publicMint(uint256 _mintAmountuint16 _invitationCodepayable 
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
requestRandomWords(uint32 numWords
revealTokenLevel(uint16 amountuint8 ridx
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setIsPreSaleActive(bool _state
setIsPublicSaleActive(bool _state
setKeyHash(bytes32 _keyHash
setMaxMintAmount(uint256 _newMaxMintAmount
setMergeMode(bool _state
setMergedBonusLevel(uint8 _mergedBonusLevel
setMerkleRoot(bytes32 _merkleRoot
setNftPerAddressLimit(uint256 _limit
setPause(bool _state
setPreSalePrice(uint256 _newPreSalePrice
setPreSaleTime(uint256 _preSaleTime
setPublicSalePrice(uint256 _newPublicSalePrice
setPublicSaleTime(uint256 _publicSaleTime
setStateTunnel(address _stateTunnel
setStateTunnelEnabled(bool _enabled
setSubscriptionId(uint64 subscriptionId
setVrfCallbackGasLimit(uint32 _callbackGasLimit
teamReserve(uint256 _mintAmount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(uint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetTokenLevel(uint16 tokenIduint8 level
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _vrfCoordinatoraddress _linkstring _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
NonValidRandomWords(uint256 randomNumber
OnlyCoordinatorCanFulfill(address haveaddress want
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(