Virtual Versions Genesis NFT
Verified contract
Active on
Ethereum with 1,719 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 "Virtual Versions Genesis NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20955418 | 2 months ago | | | 0 | 0.00048999273 | |
| 20663060 | 3 months ago | | | 0 | 0.000067524535 | |
| 20542886 | 3 months ago | | | 0 | 0.00015905666 | |
| 20519153 | 4 months ago | | | 0 | 0.000089824878 | |
| 20507648 | 4 months ago | | | 0 | 0.00017910132 | |
| 20411161 | 4 months ago | | | 0 | 0.000097563717 | |
| 20409366 | 4 months ago | | | 0 | 0.000056848436 | |
| 20348223 | 4 months ago | | | 0 | 0.00033037995 | |
| 20215738 | 5 months ago | | | 0 | 0.000043509266 | |
| 20157645 | 5 months ago | | | 0 | 0.000051122728 |
ABI
ABI objects
Getter at block 21300203
baseURI() view returns (string)
ipfs://QmbgNKtuq9HYmvBYagCFqzxM2bp12rN6GerJDPAp1appj3/
guaranteed() view returns (uint256)
367
maxSupply() view returns (uint256)
555
mintState() view returns (uint8)
2
name() view returns (string)
Virtual Versions Genesis NFT
oldOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x1e812e6141e81c99da236092f72bba30dceb1598
reserved() view returns (uint256)
3
rootForGuaranteed() view returns (bytes32)
0xe3d9b269b12044d50fa5d3fa78d870cc6e988149de70e03bed3f2526f18c296b
rootForOversubscribed() view returns (bytes32)
0x050713fdc57ea400b9d57d699ef7145c06af83ed20c1b3820985231149d2c212
symbol() view returns (string)
VVG
totalAllowListMinted() view returns (uint256)
552
totalGuaranteedAllowListMinted() view returns (uint256)
367
totalMinted() view returns (uint256)
555
totalOversubscribedAllowListMinted() view returns (uint256)
185
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedOnGuaranteed(address) view returns (bool)
mintedOnOversubscribed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintAllowlist(bytes32[] proof)
mintFromReserved(address[] to)
mintPublic()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setGuaranteedCount(uint256 count)
setMerkleOversubscribed(bytes32 merkleRoot_)
setMerkleRootGuaranteed(bytes32 merkleRoot_)
setMintState(uint256 mintState_)
setReservedCount(uint256 count)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.