Daydreamers

Verified contract

Active on Ethereum with 6,842 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 $17.52
0x79c8f78aefd1a21113b9c980717362a87ac35ee7a5bb667d3fbe677c7a129408
0x7adb0a561aeef6472882560968e769adc9fafd807d9d9d5f449f3632bc1faa63
0xf7f8ccac4adb930c35752ec918b7a37d0b79312917d5a1fa01e08cdd4ab74538
0x555bb90237eab0a41aa455563bfec1e94e1f8962146d1cbda6b07f9cf0b08f1b
0x69d4e0d2911572ad935105874e5e88f8d59365c19563c1ae38d9fb94a2c97337
0xcf129e9be0ce4580801aec5567e991bb5cc267828d3ba200541dc2cdc2b71c99
0x1d0e459ff93afdd14fdf6e96300dd874d2fbba15b5c016b766ec99ea7e7570fe
0x242c7cdeff8a17a7b5ce8f65fc2bab1c00c0787f097dfa0c163279d469f27fc2
0xa08eee1034b592cb00bc0898d2196c6d8b6a6a974fab5ad69427afda4291247e
0x603ed63ebdd0a98827d64f0ddd88f0f3f3f351f10a73a8db19ea7de9a6819a74

Functions
Getter at block 20792190
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(