Webaverse Genesis Pass
Verified contract
Active on
Ethereum with 25,603 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UPSTREET | ERC-721 | 1 | -- | -- | |
UPSTREET | ERC-721 | 1 | -- | -- | |
UPSTREET | ERC-721 | 1 | -- | -- | |
UPSTREET | ERC-721 | 1 | -- | -- | |
UPSTREET | ERC-721 | 1 | -- | -- | |
UPSTREET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163899 | 3 hours ago | | | 0 | 0.00078794736 | |
| 21161106 | 12 hours ago | | | 0 | 0.00062246004 | |
| 21160588 | 14 hours ago | | | 0 | 0.00058329387 | |
| 21159012 | 19 hours ago | | | 0 | 0.00069225506 | |
| 21152126 | 2 days ago | | | 0 | 0.00042150374 | |
| 21152126 | 2 days ago | | | 0 | 0.00042092745 | |
| 21150999 | 2 days ago | | | 0 | 0.00053075952 | |
| 21150917 | 2 days ago | | | 0 | 0.00090991244 | |
| 21140847 | 3 days ago | | | 0 | 0.00035653921 | |
| 21126608 | 5 days ago | | | 0 | 0.0011603625 |
ABI
ABI objects
Getter at block 21164793
beneficiaryAddress() view returns (address)
0x0b4e6f5c38a5e0fa2ea528bac2055e7304f82fef
burnCounter() view returns (uint256)
0
claimWhitelistMerkleRoot() view returns (bytes32)
0x52aa8fb3a6287a98d205a0e78723332ec464fc1e5327fe9e8dea86ebeab8f82d
communityRandomness() view returns (uint256)
112444844649973592463112863391550090306334772350432338835127892482707089506715
communityWhitelistMerkleRoot() view returns (bytes32)
0x2f9c992404a0b4fa0f3283178d05fe95bd9a57fe644e4fbcdeb0fd06caba4f05
completionWhitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
directWhitelistMerkleRoot() view returns (bytes32)
0x9d76d8dfc5f0f876d2ef7b027eeca35aef26eaeb31db56b14a0c7821fcc2b125
listsLocked() view returns (bool)
false
maxCommunityWhitelistLength() view returns (uint256)
150
maxSupply() view returns (uint256)
20000
mintPrice() view returns (uint256)
200000000000000000
name() view returns (string)
Webaverse Genesis Pass
numberOfCommunities() view returns (uint256)
21
owner() view returns (address)
0xbf9f7e7046b7a90a759cdc06ced11be634aada56
pauseCutoffDays() view returns (uint256)
90
paused() view returns (bool)
false
placeholderTokenURI() view returns (string)
placeholderTokenURILocked() view returns (bool)
false
stage1MintingEnded() view returns (bool)
true
stage1MintingOpen() view returns (bool)
false
symbol() view returns (string)
WEBA
tokenBaseURILocked() view returns (bool)
false
tokenIdCounter() view returns (uint256)
19527
totalSupply() view returns (uint256)
19527
treasuryWhitelistMerkleRoot() view returns (bytes32)
0x7b010f63cc06ba9019cf941f7094d363d2c9a1ae96f6e1648b014b490bbff552
webaverseLandAddress() view returns (address)
0x0000000000000000000000000000000000000000
webaverseLandAddressLocked() view returns (bool)
false
whitelistMintEnd() view returns (uint256)
1659978000
whitelistMintStart() view returns (uint256)
1659805200
Read-only
balanceOf(address owner) view returns (uint256)
communityWhitelistLengths(uint256) view returns (uint256)
eligibleForClaimMint(address addressToCheck_, uint256 quantity_, bytes32[] proof_) view returns (address, address, bool eligible, string reason)
eligibleForCommunityMint(address addressToCheck_, uint256 position_, uint256 community_, bytes32[] proof_) view returns (address, bool eligible, string reason, bytes32 leaf, address)
eligibleForCompletionMint(address addressToCheck_, uint256 quantityEligible_, bytes32[] proof_, uint256 quantityToMint_, uint256 unitPrice_) view returns (address, address, bool eligible, string reason)
eligibleForDirectMint(address addressToCheck_, bytes32[] proof_) view returns (address, address, bool eligible, string reason)
eligibleForTreasuryMint(address addressToCheck_, uint256 quantityEligible_, bytes32[] proof_, uint256 quantityToMint_) view returns (address, address, bool eligible, string reason)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice_) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimMint(uint256 quantityToMint_, bytes32[] proof_, uint256[] votes_)
communityMint(uint256 community_, uint256 position_, bytes32[] proof_, uint256[] votes_) payable
completionMint(uint256 quantityEligible_, bytes32[] proof_, uint256 quantityToMint_, uint256 unitPrice_) payable
directMint(bytes32[] proof_, uint256[] votes_) payable
getRandomNumber() returns (uint256)
lockLandAddress()
lockLists()
lockPlaceholderTokenURI()
lockTokenBaseURI()
pause()
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setClaimWhitelistMerkleRoot(bytes32 claimWhitelistMerkleRoot_)
setCommunityWhitelist(uint256[] communityWhitelistLengths_, bytes32 communityWhitelistMerkleRoot_)
setCompletionWhitelistMerkleRoot(bytes32 completionWhitelistMerkleRoot_)
setDirectWhitelist(bytes32 directWhitelistMerkleRoot_)
setLandAddress(address webaverseLandAddress_)
setPlaceholderTokenURI(string placeholderTokenURI_)
setRoyaltyPercentageBasisPoints(uint256 royaltyPercentageBasisPoints_)
setRoyaltyReceipientAddress(address royaltyReceipientAddress_)
setTokenBaseURI(string tokenBaseURI_)
setTreasuryWhitelistMerkleRoot(bytes32 treasuryWhitelistMerkleRoot_)
setVRFSubscriptionId(uint64 vrfSubscriptionId_)
transferERC20Token(address token, uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantityEligible_, bytes32[] proof_, uint256 quantityToMint_)
unpause()
withdrawContractBalance()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
WebaverseVotes(address voter, uint256 quantityMinted, uint256[] votes)
constructor(uint256[] configIntegers_, uint256 maxSupply_, uint256 mintPrice_, address royaltyReceipientAddress_, uint256 royaltyPercentageBasisPoints_, address vrfCoordinator_, bytes32 vrfKeyHash_, address beneficiaryAddress_)
receive()
OnlyCoordinatorCanFulfill(address have, address want)