Moonwalkers

Verified contract

Active on Ethereum with 3,951 txns
Deployed by via 0xba5b96f1 at 14775342
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
 (#926)
ERC-721
--
 (#925)
ERC-721
--
 (#924)
ERC-721
--
 (#923)
ERC-721
--
0xd981bc66449b6927ff7971efcec96605f8cff1d8e195156edcb1ced477759d33
0xc5e9f56016f8c4632e16bb265cabd1e1eb220efe5532bdf5526db3c32d3d1505
0x25edf95c908e46efc35476cede7b88b099c3bd050363fdb232ea5e1a8a76c2d4
0x628c3f4d40b04e82feee5a1a2d33f087d98af1b69a112108021fd44498cb908d
0x7a6f3fa278cbd6881fee9f3f3b1facb30a6fad42c8d05e07d832ada3436ceccc
0x941759e8cbd8d0f02b34b3c9e21807738d1ec359d90715a62279ca3c6e13844f
From
0xa42dd457bbec7773b316ca5d2310940cd77c679468785aba1c18d185c8d916ce
0xf90935a9bbd573f6ed02826be3ac4e58a4025bb032399def7be7c7e76c292a63
0x8a4ca22fd12997c2cb16159eb5dac9da163dc73640162f9e3f050fb52117cbd1
0x23be0b381ce8201c7fda9024df9eebae9e2c69f0379a677be15580ae9b84f8f0

Functions
Getter at block 20956323
name(view returns (string)
Moonwalkers
owner(view returns (address)
0x7f6b70fee62d2afb80bb0d61853af9d3486bd6ec
paused(view returns (bool)
false
saleConfig(view returns (uint256 publicSaleMintPriceuint256 presaleMintPriceuint256 maxPublicMintPerWalletuint256 maxWhitelistMintPerWalletuint256 maxAlphaMintPerWalletuint256 publicSaleStartTimeuint256 presaleStartTime)
(publicSaleMintPrice=100000000000000000, presaleMintPrice=80000000000000000, maxPublicMintPerWallet=10, maxWhitelistMintPerWallet=2, maxAlphaMintPerWallet=4, publicSaleStartTime=1652643000, presaleStartTime=1652635800)
symbol(view returns (string)
MW
totalSupply(view returns (uint256)
2222
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
alphaMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
approve(address touint256 tokenId
devMint(uint256 _mintAmount
pause(
publicSaleMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseTokenURI
setExtensionTokenURI(string _extensionTokenURI
setMaxAlphaMintPerWallet(uint256 _maxAlphaMintPerWallet
setMaxPublicMintPerWallet(uint256 _maxPublicMintPerWallet
setMaxSupply(uint256 _maxSupply
setMaxWhitelistMintPerWallet(uint256 _maxWhitelistMintPerWallet
setMerkleRootAlpha(bytes32 _merkleRootAlpha
setMerkleRootWhitelist(bytes32 _merkleRootWhitelist
setPresaleMintPrice(uint64 _presaleMintPrice
setPresaleStartTime(uint256 _presaleStartTime
setPublicSaleMintPrice(uint64 _publicSaleMintPrice
setPublicSaleStartTime(uint256 _publicSaleStartTime
setRevealed(bool _revealState
setSaleState(bool _saleState
setUnrevealedTokenURI(string _unrevealedTokenURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(uint256 _maxSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(