Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 5 additional slots
-
variable spans 5 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "deaDBirbs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21174592 | a month ago | | | 0 | 0.00088151018 | |
| 21174583 | a month ago | | | 0 | 0.00081982710 | |
| 20304132 | 5 months ago | | | 0 | 0.00020237655 | |
| 17137544 | 2 years ago | | | 0 | 0.0016707600 | |
| 17137534 | 2 years ago | | | 0 | 0.0016938460 | |
| 16988431 | 2 years ago | | | 0.009 | 0.0055238403 | |
| 16988406 | 2 years ago | | | 0 | 0.0013202082 | |
| 16983390 | 2 years ago | | | 0 | 0.0028456636 | |
| 16980919 | 2 years ago | | | 0 | 0.0039430187 | |
| 16977436 | 2 years ago | | | 0.09 | 0.010828897 |
ABI
ABI objects
Getter at block 21414127 getAllMinted() view returns (struct AttributeStoreData[]) getSalesConfig() view returns ((string, uint256, uint256, uint256, uint256, address, bool, bool, bool)[3])
addAttributesToTokenURI() view returns (bool)
true
attributeSelectionIsOpen() view returns (bool)
true
attributeSigner() view returns (address)
0xb062f3c2089c4266fc348fe8b71162e7a9054b24
baseURI() view returns (string)
https://deadbirbs.xyz/api/meta/
beneficiary() view returns (address)
0xf31a0f7eaf5a4c51b2cc18e1df9f3491ca46205c
contractURI() view returns (string)
https://deadbirbs.xyz/static/contract-info.json
isRegistryActive() view returns (bool)
false
name() view returns (string)
deaDBirbs
nextRank() view returns (uint256)
11
owner() view returns (address)
0xf31a0f7eaf5a4c51b2cc18e1df9f3491ca46205c
registryAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DB
totalSupply() view returns (uint256)
130
Read-only
backgrounds(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAttributes(string) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAttributes(uint256) view returns (string value, uint256 rank, bool isValue)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(address owner) view returns (string[])
usedKeys(bytes) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
bulkAllowlistMint(uint256 quantity, bytes signature) payable
bulkMint(uint256 quantity) payable
deadBirbAllowlistMint(string attributes, bytes signature) payable
deadBirbMint(string attributes, bytes signature) payable
ownerBulkMint(uint256 quantity, address recipient)
ownerMint(string attributes, bytes signature, address recipient)
removeAllowlistSale()
removePublicSale()
removeWaitlistSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAddAttributesToTokenURI(bool enabled)
setAllowlistSale(uint256 startDate, uint256 duration, uint256 price, uint256 quantityLimit, address signer, bool checkUsedKeys)
setApprovalForAll(address operator, bool approved)
setAttributeSelectionIsOpen(bool enabled)
setAttributeSigner(address signer)
setAttributes(uint256 tokenId, string attributes, bytes signature)
setBackground(uint256 tokenId, uint256 backgroundId)
setBackgroundOptions(uint256 options)
setBaseURI(string newBaseURI)
setBeneficiary(address _beneficiary)
setContractURI(string uri)
setIsRegistryActive(bool isActive)
setMinBulk(uint256 min)
setPublicSale(uint256 startDate, uint256 duration, uint256 price, uint256 quantityLimit)
setRegistryAddress(address _registryAddress)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setWaitlistSale(uint256 startDate, uint256 duration, uint256 price, uint256 quantityLimit, address signer, bool checkUsedKeys)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
transferRevenues()
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)
SetAttributes(string _attributes, uint256 _tokenId, uint256 _rank)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string initBaseURI, string initContractURI, address _beneficiary)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotAllowed()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()