Dream Bears
Verified contract
Active on
Ethereum with 3,056 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($65.80)
Native
Value
$65.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,290.24 |
$65.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20134534 | 5 months ago | | | 0 | 0.00019975534 | |
| 17515942 | a year ago | | | 0 | 0.0014266940 | |
| 17485809 | a year ago | | | 0 | 0.0011830654 | |
| 16934614 | 2 years ago | | | 0 | 0.0013529817 | |
| 16596570 | 2 years ago | | | 0 | 0.00093580695 | |
| 16585086 | 2 years ago | | | 0 | 0.0022525265 | |
| 16228149 | 2 years ago | | | 0 | 0.0014212641 | |
| 16181646 | 2 years ago | | | 0 | 0.00034253713 | |
| 16173388 | 2 years ago | | | 0 | 0.00067051870 | |
| 16070516 | 2 years ago | | | 0 | 0.00034366229 |
ABI
ABI objects
Getter at block 21245983
WLpaused() view returns (bool)
true
cost() view returns (uint256)
0
hiddenURL() view returns (string)
ipfs://QmbdJWd859o2gtyrSEJCYQTbna7H6UJrjDSZnmYvUTtHvb
maxMintAmountPerWallet() view returns (uint8)
2
maxSupply() view returns (uint16)
4444
name() view returns (string)
Dream Bears
owner() view returns (address)
0x0d469c10582b044b9260bbefec07d7b3dd6690ef
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
DB
totalSupply() view returns (uint256)
4444
whitelistMerkleRoot() view returns (bytes32)
0x150f7df5ee6164a884648699ba544f6951ec3101a039ab9904912897dfa9e370
Read-only
NFTPerAddress(address) view returns (uint8)
NFTPerWLAddress(address) view returns (uint8)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenUri(string _uriPrefix)
setMaxNFTsPerAddress(uint8 _limit)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
setWLPaused()
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 _mintAmount, bytes32[] merkleProof) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()