MoonLanderz
Verified contract
Active on
Ethereum with 2,994 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,459.08 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997460 | a month ago | | | 0 | 0.00026761128 | |
| 20997459 | a month ago | | | 0 | 0.00025901157 | |
| 20815795 | 2 months ago | | | 0 | 0.00052835093 | |
| 20708230 | 3 months ago | | | 0 | 0.000069840355 | |
| 20635470 | 3 months ago | | | 0 | 0.000089187016 | |
| 20593784 | 3 months ago | | | 0 | 0.00011910379 | |
| 20587790 | 3 months ago | | | 0 | 0.000061155969 | |
| 20587287 | 3 months ago | | | 0 | 0.000035610199 | |
| 20392539 | 4 months ago | | | 0 | 0.000046595826 | |
| 20345462 | 4 months ago | | | 0 | 0.000066714428 |
ABI
ABI objects
Getter at block 21266607
MINT_SUPPLY() view returns (uint64)
7885
SALE_PRICE() view returns (uint256)
88000000000000000
SPECIAL_SUPPLY() view returns (uint64)
5
TEAM_SUPPLY() view returns (uint64)
145
baseURI() view returns (string)
ipfs://QmSM81wm6CZqhej4QcFRjwMxGNty3mYLsncFzrWzPijohE/
isPresale() view returns (bool)
false
isSale() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x4d3c8f90822da1605410273f77bec05084860d0e85dbb00d0a1e7e7db8f84463
name() view returns (string)
MoonLanderz
owner() view returns (address)
0xc9417baef2f55583e52dd2ec64b74acafe8a05db
presaleEnd() view returns (uint256)
1654639200
presaleStart() view returns (uint256)
1654610400
specialURI() view returns (string)
specialUnrevealedURI() view returns (string)
ipfs://QmUmDE1QkebWqRu6ZeQwuNzatKGQPwFeQtA8nZeVKSgdkD
symbol() view returns (string)
MLZ
totalMinted() view returns (uint256)
7890
totalSupply() view returns (uint256)
7890
unrevealedURI() view returns (string)
ipfs://Qmcu3sWpk7ZqEwf92XgeDsbHU6Sajo82fvgujkt7tHVPiQ
Read-only
balanceOf(address owner) view returns (uint256)
callers(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isSoldOut(uint256 nftWanted) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
parts(uint256) view returns (address wallet, uint16 salePart, uint16 royaltiesPart)
privateMintNumber(address _owner) view returns (uint256)
publicMintNumber(address _owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _nftId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
presaleMint(bytes32[] _proof) payable
renounceOwnership()
reveal(string baseURI_)
revealSpecial(string specialURI_)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint256 amount) payable
setApprovalForAll(address operator, bool approved)
setSpecialUnrevealedURI(string specialUnrevealedURI_)
setUnrevealedURI(string unrevealedURI_)
shareRoyaltiesPart()
shareSalesPart()
specialMint(uint256 amount, address to)
teamMint(uint256 amount, address to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 root)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MerkleRootUpdated(bytes32 root)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Reveal(string baseURI_)
RevealSpecial(string specialURI_)
SetSpecialUnrevealedURI(string specialUnrevealedURI_)
SetUnrevealedURI(string unrevealedURI_)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 presaleStart_, uint256 presaleEnd_, bytes32 merkleRoot_)
receive()
AlreadyRevealed()
AmountParamGtThanMax()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
CollectionNotSoldOut()
CollectionSoldOut()
IncorrectETHValue()
MaxPresaleMints()
MaxSaleTxMintsReached()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughNFTs()
NotPresale()
NotSale()
NotWhitelisted()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()
ZeroBalance()
ZeroValueParam()