MoonDreamers

Verified contract

Active on Ethereum with 909 txns
Deployed by via 0xa4e7bacf at 15084190
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MoonDreamers"

0x06876985f9a740e146bb82866230dbd4dd1f4732094d3ac06e8fe9eae92e6bd0
0x142aa9cfe59469c96744ebe6398d9d8d08dd829efeba9e12b0caa82bbcecb119
0xf336f4e66346cb9cb01c00a8132ff1faca08847d8c36b22635d21906f6adf10a
0x5d91c255556e927ef42005a9f0230174a8d8964ac9ac3a0a067b3a005983bf6f
0xa19040dd45871adbcde195406c3ce6149f04612b80747fbbd397f11e5c5c85f1
0x8d3382dd79794583ba19daa20530e9840325564cf31c29f81e43885fe46e31f2
0x2f68e09592943241ab2f3197266883276423d739aff4ab54daa7beb6df25b1a0
0xcea95e3ee6d7fe020fcbd5f2ca6a3c423cb50d76074d4ed304ec5f4851bd76ad
0x96903419733b08e2475a2a58bcf85c6b75cba18411558494fe8dcf266030925c
0xe482827238a3e61a6c8799eda3b16b5fdbec32c3742ae357a90797534fdd8a8c

Functions
Getter at block 21211427
FREE_PER_WALLET(view returns (uint256)
4
MAX_MINTS_PER_TX(view returns (uint256)
4
MAX_PER_WALLET(view returns (uint256)
4
MAX_SUPPLY(view returns (uint256)
10000
getSalePrice(view returns (uint256)
0
isSaleActive(view returns (bool)
true
name(view returns (string)
MoonDreamers
owner(view returns (address)
0x8bc6d97dc9deb6222e5a95a64972eab9d8d5ea35
symbol(view returns (string)
MOONDREAMERS
totalSupply(view returns (uint256)
5404
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
trackUserMinted(address minterview returns (uint32 userMinted)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
adminMint(uint256 quantity
approve(address touint256 tokenId
mint(uint256 quantitypayable 
mintToAddress(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setMaxMintPerTx(uint256 maxMint
setSalePrice(uint256 price
toggleSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(