MoonBase

Verified contract

Active on Ethereum with 1,312 txns
Deployed by via 0x60fe20d8 at 14942611
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#7885)
ERC-721
--
 (#7884)
ERC-721
--
 (#7883)
ERC-721
--
 (#7882)
ERC-721
--
 (#7881)
ERC-721
--
 (#7880)
ERC-721
--
 (#7879)
ERC-721
--
 (#7878)
ERC-721
--
 (#7877)
ERC-721
--
 (#7876)
ERC-721
--
0xf14d33ea11d81b712546db9c39c9515db3c8d1c0ce4ab83d78ae886ed543ceec
0x4aaac3a805b11ce4a8f4bc185fbd5cb0c389daa85eee75cccb325c3d921cee65
0x64482334dd99d1f1c134322440bf6c30b78fe67e84eb3085561c03d9e115701d
0xf1cb80ebc2fd57eb2591fcd1c6850483897b07e988b1e8ba90b9aeed7080a2a3
0x9b0004392169f2db8093e301d7d6c7f3dc5f20c54aaeba7303630eab59c47d82
0x727a0f2931962e20eb21e8b4fca5980601bf76b1bf703a9b025e64f661cd1e20
0xcd250bf26ac06bf643f97c877c261bdf2392a966825bce5686b77574b67e3167
0xcd4f5c1d37c9f2d52ae8aee57feaacc66f3efd578a72f46cb43eeef1c609dbd2
0xd9823690796d94f6e58f7867f997acf05e7f4b016a6e3137cec55639c71e2c72
0x9159e62caf29541b0a8bdf602e6376c46889672710cbf7db48d276f406e1783e

Functions
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 mlzIdview returns (bool)
canMint(uint256 amountview returns (bool)
State-modifying
claim(uint256[] tokenIds
mint(uint256 amountpayable 
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
Events
Claimed(uint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
UpdatedCurrentClaimId(uint256 current
UpdatedCurrentMintId(uint256 current
UpdatedLastClaimId(uint256 last
UpdatedLastMintId(uint256 last
UpdatedMaxMintTx(uint256 max
UpdatedMintPaused(bool paused
UpdatedMintPrice(uint256 price
Constructor
constructor(address _mlz
Fallback and receive
receive(
Errors
CannotClaim(
InsufficientBalance(
InsufficientETHValue(
MaxMintTxReached(
MintOut(
MintPaused(
NotTokenOwner(