MoonBase
Verified contract
Active on
Ethereum with 1,312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MLZ | ERC-721 | 1 | -- | -- | |
MLZ | ERC-721 | 1 | -- | -- | |
MLZ | ERC-721 | 1 | -- | -- | |
MLZ | ERC-721 | 1 | -- | -- | |
MLZ | ERC-721 | 1 | -- | -- | |
MLZ | ERC-721 | 1 | -- | -- | |
MLZ | ERC-721 | 1 | -- | -- | |
MLZ | ERC-721 | 1 | -- | -- | |
MLZ | ERC-721 | 1 | -- | -- | |
MLZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15445552 | 2 years ago | | | 0 | 0.00065130899 | |
| 15445499 | 2 years ago | | | 0 | 0.00034462231 | |
| 15445497 | 2 years ago | | | 0 | 0.00036746987 | |
| 15134548 | 2 years ago | | | 0 | 0.0019716405 | |
| 15134546 | 2 years ago | | | 0 | 0.0024310548 | |
| 15054666 | 2 years ago | | | 0 | 0.00042003135 | |
| 15054634 | 2 years ago | | | 0 | 0.00071820360 | |
| 15032466 | 2 years ago | | | 0 | 0.00063304648 | |
| 15008978 | 2 years ago | | | 0 | 0.00091797455 | |
| 15008973 | 2 years ago | | | 0 | 0.00098995740 |
ABI
ABI objects
Getter at block 21184739
currentClaimId() view returns (uint256)
0
currentMintId() view returns (uint256)
4319
lastClaimId() view returns (uint256)
1420
lastMintId() view returns (uint256)
7885
maxMintTx() view returns (uint256)
750
mintPaused() view returns (bool)
false
mintPrice() view returns (uint256)
10000000000000000000
mlz() view returns (address)
0x3b8ceb26f4fabacbd02b22caeceeb26d67e4013a
owner() view returns (address)
0xdb95f079155aaf1088e3106eb39eade65f2dcb5e
Read-only
canClaim(uint256 mlzId) view returns (bool)
canMint(uint256 amount) view returns (bool)
State-modifying
Events claim(uint256[] tokenIds)
mint(uint256 amount) payable
mintBatches(uint256 batches)
renounceOwnership()
transferOwnership(address newOwner)
updateCurrentClaimId(uint256 id)
updateCurrentMintId(uint256 id)
updateLastClaimId(uint256 id)
updateLastMintId(uint256 id)
updateMaxMintTx(uint256 max)
updateMintPaused(bool paused)
updateMintPrice(uint256 price)
withdraw(uint256 _amount)
withdrawNFT(uint256 id)
Claimed(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdatedCurrentClaimId(uint256 current)
UpdatedCurrentMintId(uint256 current)
UpdatedLastClaimId(uint256 last)
UpdatedLastMintId(uint256 last)
UpdatedMaxMintTx(uint256 max)
UpdatedMintPaused(bool paused)
UpdatedMintPrice(uint256 price)
constructor(address _mlz)
receive()
CannotClaim()
InsufficientBalance()
InsufficientETHValue()
MaxMintTxReached()
MintOut()
MintPaused()
NotTokenOwner()