DeadBears
Verified contract
Active on
Ethereum with 1,633 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 "DeadBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20924413 | a month ago | | | 0 | 0.00059542168 | |
| 20729903 | 2 months ago | | | 0 | 0.00020741613 | |
| 20523239 | 3 months ago | | | 0 | 0.000049932820 | |
| 19993823 | 5 months ago | | | 0 | 0.00028373371 | |
| 19906010 | 6 months ago | | | 0 | 0.00016182919 | |
| 19902619 | 6 months ago | | | 0 | 0.000078566288 | |
| 19568402 | 7 months ago | | | 0 | 0.0012429168 | |
| 19494846 | 8 months ago | | | 0 | 0.00040125586 | |
| 19281407 | 9 months ago | | | 0 | 0.00074542376 | |
| 19150748 | 9 months ago | | | 0 | 0.00040898663 |
ABI
ABI objects
Getter at block 21161895
BASE_URI() view returns (string)
https://www.deadbears.art/api/metadata?id=
MAX_BUY_SUPPLY() view returns (uint256)
4000
MAX_FREE_SUPPLY() view returns (uint256)
333
MAX_SUPPLY() view returns (uint256)
4444
PRICE() view returns (uint256)
30000000000000000
bought() view returns (uint256)
136
disableOwnerMint() view returns (bool)
false
freeClaimed() view returns (uint256)
211
merkleRoot() view returns (bytes32)
0x4a4a66d4efff48032b8c67a4ba220af889a6e5ed6590d24b7e7f3e2c1d5ae46a
name() view returns (string)
DeadBears
open() view returns (bool)
false
owner() view returns (address)
0x0d8916400bb1864f27855c6373795e879eea1cf7
symbol() view returns (string)
DEADB
totalSupply() view returns (uint256)
4444
walletLimit() view returns (uint256)
20
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (bool)
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 approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintWhitelist(bytes32[] proof)
ownerMint(uint256 num)
permanentlyDisableOwnerMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setMerkleRoot(bytes32 root)
setOpen(bool o)
setWalletLimit(uint256 limit)
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)
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()
URIQueryForNonexistentToken()