Dreambox
Verified contract
Active on
Ethereum with 6,450 txns
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 "Dreambox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21135900 | 21 days ago | | | 0 | 0.00063128213 | |
| 20655629 | 3 months ago | | | 0 | 0.000026624400 | |
| 20606547 | 3 months ago | | | 0 | 0.000038097339 | |
| 20523964 | 3 months ago | | | 0 | 0.000043641243 | |
| 20288056 | 5 months ago | | | 0 | 0.000060385658 | |
| 20278633 | 5 months ago | | | 0 | 0.00012187531 | |
| 20047500 | 6 months ago | | | 0 | 0.00036475667 | |
| 19975725 | 6 months ago | | | 0 | 0.00048223267 | |
| 19821717 | 7 months ago | | | 0 | 0.00021456226 | |
| 19626514 | 8 months ago | | | 0 | 0.00076005613 |
ABI
ABI objects
Getter at block 21289075
_root() view returns (bytes32)
0xee39950b4ce0b106c78afaeae1cb0f4a620f1b042f0bd94f367e43e9ab9f5672
_totalMinted() view returns (uint256)
3333
owner() view returns (address)
0x3203617c22d58652bbc12b2f6bd5566c365ea0d4
Read-only
_minters(address) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events activateMint()
activateOpenMint()
deactivateMint()
deactivateOpenMint()
mint(bytes32[] proof)
openMint()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setRoot(bytes32 root)
setURI(string newuri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address receiver, uint256[] amounts, string uri)
This contract contains no fallback and receive objects.
AlreadyMinted()
InvalidMerkleProof(address receiver, bytes32[] proof)
MaxSupplyReached()
MintIsNotActive()