MetaStore
Verified contract
Active on
Ethereum with 2,924 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional
variables
Balances ($0.00)
No balances found for "MetaStore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20839790 | 2 months ago | | | 0 | 0.00045953245 | |
| 17961335 | a year ago | | | 0 | 0.00056597128 | |
| 17961233 | a year ago | | | 0 | 0.0020796648 | |
| 17303839 | 2 years ago | | | 0 | 0.0011863362 | |
| 16976536 | 2 years ago | | | 0 | 0.0020107891 | |
| 16525784 | 2 years ago | | | 0 | 0.00067651944 | |
| 16525767 | 2 years ago | | | 0 | 0.00076348741 | |
| 16275902 | 2 years ago | | | 0 | 0.00056182235 | |
| 16261175 | 2 years ago | | | 0 | 0.00061676063 | |
| 16261081 | 2 years ago | | | 0 | 0.00057724551 |
ABI
ABI objects
Getter at block 21281591
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 owner) view returns (uint256)
checkAllowlist(address addr, bytes32[] proof) view returns (bool)
checkAllowlist(bytes32[] proof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isAllowCommission(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isMergedToken(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
s_randomWords(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenLevel(uint16 _tokenId) view returns (uint8)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
merge(uint16[3] tokenIDs) returns (uint16)
preSaleMint(uint256 _mintAmount, bytes32[] proof_) payable
publicMint(uint256 _mintAmount, uint16 _invitationCode) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
requestRandomWords(uint32 numWords)
revealTokenLevel(uint16 amount, uint8 ridx)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetTokenLevel(uint16 tokenId, uint8 level)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _vrfCoordinator, address _link, string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
NonValidRandomWords(uint256 randomNumber)
OnlyCoordinatorCanFulfill(address have, address want)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()