MoonLanderz

Verified contract

Active on Ethereum with 2,992 txns
Deployed by via 0xdc33e6af at 14918814
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0
0xae81e114f0a71977821c0db1ebc08485fe2349668b81e8c25824e6cf955bac43
From
0xa98c944acfacb434c8e09d42be0432ffef0c720ca8cec65bfa7b68de1ea9ea3c
0xf0c3e7a3cf6d3e4bae23c7fe149aba381fed561d14b5b526304bf3abe6b863e1
0x17070df1eac26491c173fa52b5839032f063aa93d3838888160537dd93ab7f45
0x18d7a3472d70a1d9fb719cff5e6d977ba66a7ff9999f168f42d3151c7f96def2
0x483339f5466ea9261334255b0deb0c38def45f12376a372c6262cdf9dbf31add
0xfeacace82858fd6bbf6df5fc1d9d7eab97eb66ed05cbf530b5042989d04a06a1
0x005f103a82979a8d1169198f780775495c9a9d23a45b873c60bf83b0eebc6440
0x19404a1b65edb83beea9315285be210ec00fa252323c9cd64f19ec98fb274b1f
0x31ecceea618a82ed5cac6da3d74c2135c7b7ba0b35b1312a48e208835c7d2332
From

Functions
Getter at block 20819809
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 ownerview returns (uint256)
callers(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isSoldOut(uint256 nftWantedview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
parts(uint256view returns (address walletuint16 salePartuint16 royaltiesPart)
privateMintNumber(address _ownerview returns (uint256)
publicMintNumber(address _ownerview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _nftIdview returns (string)
State-modifying
approve(address touint256 tokenId
presaleMint(bytes32[] _proofpayable 
renounceOwnership(
reveal(string baseURI_
revealSpecial(string specialURI_
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
saleMint(uint256 amountpayable 
setApprovalForAll(address operatorbool approved
setSpecialUnrevealedURI(string specialUnrevealedURI_
setUnrevealedURI(string unrevealedURI_
shareRoyaltiesPart(
shareSalesPart(
specialMint(uint256 amountaddress to
teamMint(uint256 amountaddress to
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMerkleRoot(bytes32 root
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MerkleRootUpdated(bytes32 root
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Reveal(string baseURI_
RevealSpecial(string specialURI_
SetSpecialUnrevealedURI(string specialUnrevealedURI_
SetUnrevealedURI(string unrevealedURI_
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 presaleStart_uint256 presaleEnd_bytes32 merkleRoot_
Fallback and receive
receive(
Errors
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(