Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dream3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025136 | a month ago | | | 0 | 0.00048119834 | |
| 21025130 | a month ago | | | 0 | 0.00048747563 | |
| 20586492 | 3 months ago | | | 0 | 0.000021563344 | |
| 20532332 | 3 months ago | | | 0 | 0.000067605819 | |
| 20532304 | 3 months ago | | | 0 | 0.000058004043 | |
| 20106801 | 5 months ago | | | 0 | 0.00019260294 | |
| 19852934 | 6 months ago | | | 0 | 0.00017306511 | |
| 19679861 | 7 months ago | | | 0 | 0.00020033037 | |
| 19595194 | 7 months ago | | | 0 | 0.00032773605 | |
| 19595192 | 7 months ago | | | 0 | 0.00032839768 |
ABI
ABI objects
Getter at block 21208698
NFT_COLLECTION_MAX() view returns (uint256)
2222
RESERVE_TOKEN() view returns (uint256)
30
contractURI() view returns (string)
ipfs://QmZtGgwPwhub5oQ8VaGZVJyxmU2y5YGbh7u7HueYaY7y8N
isLiveFlag() view returns (bool)
true
isPublicFlag() view returns (bool)
false
merkleroot() view returns (bytes32)
0xd76f3338c3bdc76e56746286139ab644989937c1851967cbd6da7f61292b5fb1
mintCount() view returns (uint256)
2222
name() view returns (string)
Dream3
owner() view returns (address)
0xe77ac608ce5c4d5b32a24c039b1b985455a7f088
symbol() view returns (string)
DRM3
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint()
renounceOwnership()
reserveTokensForTeam()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 root)
setRoyalties(address recipient, uint96 value)
setTokenBaseURI(string newBaseURI)
setTokenRevealedBaseURI(string _revealedBaseURI)
toggleLive()
togglePublic()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] proof)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _teamWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.