RuniverseLandMinter
Verified contract
Active on
Ethereum with 112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd5c7…eb4e
Balances ($0.00)
No balances found for "RuniverseLandMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16522658 | 2 years ago | | | 0 | 0.00068013987 | |
| 16447511 | 2 years ago | | | 0 | 0.014504760 | |
| 16447510 | 2 years ago | | | 0 | 0.062603304 | |
| 16447509 | 2 years ago | | | 0 | 0.060303077 | |
| 16447508 | 2 years ago | | | 0 | 0.062177901 | |
| 16447507 | 2 years ago | | | 0 | 0.060826531 | |
| 16447506 | 2 years ago | | | 0 | 0.059455095 | |
| 16447505 | 2 years ago | | | 0 | 0.057275650 | |
| 16447502 | 2 years ago | | | 0 | 0.058434445 | |
| 16447501 | 2 years ago | | | 0 | 0.059666255 |
ABI
ABI objects
Getter at block 21194231
claimlistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimsStartTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
claimsStarted() view returns (bool)
false
getAvailableLands() view returns (uint256[])
[45043, 13524, 429, 74, 6]
getPlotPrices() view returns (uint256[])
[115792089237316195423570985008687907853269984665640564039457584007913129639935, 115792089237316195423570985008687907853269984665640564039457584007913129639935, 115792089237316195423570985008687907853269984665640564039457584007913129639935, 115792089237316195423570985008687907853269984665640564039457584007913129639935, 115792089237316195423570985008687907853269984665640564039457584007913129639935]
getPlotsAvailablePerSize() view returns (uint256[])
[52500, 16828, 560, 105, 7]
getTotalMintedLands() view returns (uint256)
10924
getTotalMintedLandsBySize() view returns (uint256[])
[7457, 3304, 131, 31, 1]
mintlistMerkleRoot1() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintlistMerkleRoot2() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintlistStartTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
mintlistStarted() view returns (bool)
false
owner() view returns (address)
0xebea49e6a0b7768b72a01225c82fa75095a93c1d
plotGlobalOffset() view returns (uint256)
1
publicMintStartTime() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
publicStarted() view returns (bool)
false
runiverseLand() view returns (address)
0xd5c7e6257d264ede9cc7a2e74e52df65e727eb4e
vault() view returns (address)
0xebea49e6a0b7768b72a01225c82fa75095a93c1d
Read-only
claimlistMintedPerSize(address, uint256) view returns (uint256)
getTokenIdPlotType(uint256 tokenId) pure returns (uint256)
mintlistMintedPerSize(address, uint256) view returns (uint256)
mintlisted(address _who, bytes32 _leaf, bytes32[] _merkleProof) view returns (bool)
plotPrices(uint256) view returns (uint256)
plotSizeLocalOffset(uint256) view returns (uint256)
plotsMinted(uint256) view returns (uint256)
State-modifying
Events claimlistMint(uint8 plotSize, uint256 numPlots, uint256 claimedMaxPlots, bytes32[] _merkleProof) payable
forwardERC20s(address _token, uint256 _amount)
mint(uint8 plotSize, uint256 numPlots) payable
mintlistMint(uint8 plotSize, uint256 numPlots, uint256 claimedMaxPlots, bytes32[] _merkleProof) payable
ownerMint(uint8[] plotSizes, address[] recipients)
renounceOwnership()
setClaimlistMerkleRoot(bytes32 newMerkleRoot)
setClaimsStartTime(uint256 _newClaimsStartTime)
setGlobalIdOffset(uint256 _newGlobalIdOffset)
setLocalIdOffsets(uint256[] _newPlotSizeLocalOffset)
setMintlistMerkleRoot1(bytes32 newMerkleRoot)
setMintlistMerkleRoot2(bytes32 newMerkleRoot)
setMintlistStartTime(uint256 _newAllowlistMintStartTime)
setPrices(uint256[] _newPrices)
setPublicMintStartTime(uint256 _newPublicMintStartTime)
setRuniverseLand(address _newRuniverseLandAddress)
setVaultAddress(address _newVaultAddress)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawAll()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _runiverseLand)
This contract contains no fallback and receive objects.
Address0Error()
DeniedProcessDuringMinting()
GivedValuesNotValid(uint256 sended_values, uint256 expected)
IncorrectPurchaseLimit()
MisconfiguredPrices()
WrongDateForProcess(uint256 correct_date, uint256 current_date)