Polyverse Genesis
Verified contract
Active on
Ethereum with 1,989 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Polyverse Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21111703 | 13 days ago | | | 0 | 0.000084745208 | |
| 21111703 | 13 days ago | | | 0 | 0.000084786897 | |
| 21100132 | 15 days ago | | | 0 | 0.00022269369 | |
| 20950530 | a month ago | | | 0 | 0.0010078851 | |
| 20842910 | 2 months ago | | | 0 | 0.0010172110 | |
| 20815602 | 2 months ago | | | 0 | 0.0025395883 | |
| 20737049 | 2 months ago | | | 0 | 0.00015551658 | |
| 20729544 | 2 months ago | | | 0 | 0.00026046851 | |
| 20685234 | 2 months ago | | | 0 | 0.00022005919 | |
| 20683062 | 2 months ago | | | 0 | 0.00010767046 |
ABI
ABI objects
Getter at block 21204487
MAX_SUPPLY() view returns (uint256)
888
MINT_PRICE() view returns (uint256)
49000000000000000
TREASURY_ADDRESS() view returns (address)
0x7d930fcfec1de290ded3922ec544502c93454746
baseURI() view returns (string)
https://tacocrypto.mypinata.cloud/ipfs/QmfNijPzPjWpwE4U4xZvTLmzLkx9UJbr54xBgQfTQrvZYb/
getCurrentMints() view returns (uint256[])
[543, 337]
getDurations() view returns (uint256[])
[7200, 18000]
getMaxMints() view returns (uint256[])
[888, 888]
mintEnabled() view returns (bool)
true
name() view returns (string)
Polyverse Genesis
owner() view returns (address)
0x2cf293535d784573d2c9cbc3aa5b3ca93c5da701
startTimestamp() view returns (uint256)
1715086787
symbol() view returns (string)
PVG
totalSupply() view returns (uint256)
888
Read-only
allowLists(uint256, address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCurrentMint(uint256 merkleTreeId, address user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleIds(uint256) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTo(uint256 _mintAmount, uint256 merkleTreeId, uint256 maxMint, bytes32[] _merkleProof) payable
publicMintTo(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setDurations(uint256[2] _durations)
setMerkleRoot(uint256 merkleTreeId, bytes32 merkleRootHash)
setMintEnabled(bool enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintEnabled(bool isEnabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256[2] _maxMints, uint256[2] _durations)
This contract contains no fallback and receive objects.
This contract contains no error objects.