Daydreamers
Verified contract
Active on
Ethereum with 6,847 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($23.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00693 | $3,335.45 |
$23.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169883 | 11 days ago | | | 0 | 0.0013675961 | |
| 21159035 | 12 days ago | | | 0 | 0.0010254041 | |
| 21105048 | 20 days ago | | | 0 | 0.00012365500 | |
| 20953930 | a month ago | | | 0 | 0.00031544126 | |
| 20937265 | a month ago | | | 0 | 0.00054822220 | |
| 20705112 | 2 months ago | | | 0 | 0.00014432270 | |
| 20644830 | 3 months ago | | | 0 | 0.000054051111 | |
| 20621230 | 3 months ago | | | 0 | 0.00031357065 | |
| 20204138 | 5 months ago | | | 0 | 0.000095274566 | |
| 19933184 | 6 months ago | | | 0 | 0.00062287217 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
maxAllowlistRedemptions(address) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint8 _quantity)
approve(address to, uint256 tokenId)
devMint(uint256 _quantity)
mint(uint8 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMaxAllowlistRedemptions(address[] _addresses, uint8[] _redemptions)
setMintPhase(uint8 _mintPhase)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _provenanceHash)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BadArguments()
BalanceQueryForZeroAddress()
ExceedsAllowlistMaxAllocation()
ExceedsPublicMaxAllocation()
IncorrectMintPhase()
IncorrectPayment()
InsufficientSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotAllowlisted()
NotImplemented()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()