Moondust

Verified contract

Active on Ethereum with 13,753 txns
Deployed by via 0xaa1a9e58 at 15091246
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables
 (#2738)
ERC-721
--
 (#2609)
ERC-721
--
 (#2316)
ERC-721
--
0xf3807a0d66eba0dbe128097729fa252f6ecf50a0ece4af93076ac6c026894980
0xd7f79d093d3f35199b8bb378ac1431463b30ce3934635ca22d3e073c2ff0d05a
0x2d6304445413cec1aa53c0db71474165cb6b31ce3e2592d1759ffa1822602792
0xc8a085c9c1382401b1f3085efdb0d98a3d76c198db5ebcdad4596ff06234101f
0x4fa175fb03e0135ccc438d7faa9e08008697762f133d6f50829cd0563122595f
0x0671a31426cda84a750b98230855654761843b5caf0152665bc8bb6bd43e435e
0xc2a964f34b5c6261e273f6fd8e34a80bb461f7b0ce08f51f7b530218db781ffe
0x0365fc88d59638d8bf99588b4c1e165460879d4d51ece380d917dfbb0c4a8239
0x625c9ff4de65c1a7250f5e685b4bbbf2f3254c45a742388d0d4784e08ebbeb67
0x28a1df5712751719763ce2241de77471ff7bb3aff08b6907e46b0535586eaec0

Functions
Getter at block 20868431
PMmaxPerWallet(view returns (uint256)
6
WMmaxPerWallet(view returns (uint256)
2
burnEnabled(view returns (bool)
false
cost(view returns (uint256)
6600000000000000
maxMintAmountPerTx(view returns (uint256)
6
maxSupply(view returns (uint256)
6666
moonListMint(view returns (bool)
false
name(view returns (string)
Moondust
notRevealedURI(view returns (string)
ipfs://QmUq2hzGj6uVrDW8n9BrYX2gN7APdDpyweWPfbqbFRnDLx/hidden.json
owner(view returns (address)
0xf09c50191f10b84b12d954a64142a06e7645bb2e
parentAddress(view returns (address)
0xe1847fd600ecd31b060522d0acfba3ea07002e98
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
MDT
totalSupply(view returns (uint256)
1772
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistSupply(view returns (uint256)
1206
Read-only
balanceOf(address ownerview returns (uint256)
burntByOwner(addressview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeClaimed(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _userview returns (bool)
mintedByOwner(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistedAddresses(uint256view returns (address)
State-modifying
BurnDust(uint256 _qty
MintMoonlist(uint256 _mintAmountpayable 
MintPublic(uint256 _mintAmountpayable 
MintPublicFree(payable 
approve(address touint256 tokenId
burn(uint256 tokenId
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBurnEnabled(bool _state
setBurntByAddress(uint256 _burnAmountaddress _address
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setNotRevealedURI(string _notRevealedURI
setOnlyMoonlist(
setPM_MaxPerWallet(uint256 _maxPerWallet
setPaused(bool _state
setUriPrefix(string _uriPrefix
setWL_MaxPerWallet(uint256 _maxPerWallet
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistUsers(address[] _users
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(