Daydreamers

Verified contract

Active on Ethereum with 6,847 txns
Deployed by via 0xf8d91bff at 15410226
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $23.11
0xd60463566439ce8ff7a878df22258976e3934a9a9ba65431cd6b445df130f889
0x92b25cf267cfcaeb71c58f6ba755d324ca50531e1854456f9ff66410df13e08c
0xe8309e604ff9ccd0777b07da3df1755d97c1c01b87de5c5f6b04e003a70901b0
From
0xa149bcde8ca39612f8553f8b1dde8559d517f71df8ba41cd299efc7c0dd08326
0xa763a81e6e939f7a66a4c573c176f2e8917ef06db942b50b2b0a18f3046916e4
0x79c8f78aefd1a21113b9c980717362a87ac35ee7a5bb667d3fbe677c7a129408
0x7adb0a561aeef6472882560968e769adc9fafd807d9d9d5f449f3632bc1faa63
0xf7f8ccac4adb930c35752ec918b7a37d0b79312917d5a1fa01e08cdd4ab74538
0x555bb90237eab0a41aa455563bfec1e94e1f8962146d1cbda6b07f9cf0b08f1b
0x69d4e0d2911572ad935105874e5e88f8d59365c19563c1ae38d9fb94a2c97337

Functions
Getter at block 21247627
COLLECTION_SIZE(view returns (uint16)
7000
MAX_PER_ADDRESS_PUBLIC(view returns (uint8)
10
MINT_PRICE_PUBLIC(view returns (uint256)
30000000000000000
getMintPhase(view returns (uint8)
4
getRedemptionsAllowlist(view returns (uint32)
0
getRedemptionsPublic(view returns (uint32)
0
initialMetadataSequenceIndex(view returns (uint256)
4737
mintPhase(view returns (uint8)
4
name(view returns (string)
Daydreamers
owner(view returns (address)
0x1d522ae2dff7f5b3cb24465630a5951ad60c9233
provenanceHash(view returns (string)
3b35eca2fdbd8f439efa859c69c4cf2eb263911be26753eb7bf4dc3b1b084c2f
symbol(view returns (string)
DREAM
totalSupply(view returns (uint256)
7000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
maxAllowlistRedemptions(addressview returns (uint8)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(uint8 _quantity
approve(address touint256 tokenId
devMint(uint256 _quantity
mint(uint8 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setMaxAllowlistRedemptions(address[] _addressesuint8[] _redemptions
setMintPhase(uint8 _mintPhase
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
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(string _provenanceHash
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BadArguments(
BalanceQueryForZeroAddress(
ExceedsAllowlistMaxAllocation(
ExceedsPublicMaxAllocation(
IncorrectMintPhase(
IncorrectPayment(
InsufficientSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotAllowlisted(
NotImplemented(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFailed(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(