DeadBirds
Verified contract
Active on
Ethereum with 2,655 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 "DeadBirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19999417 | 6 months ago | | | 0 | 0.00037326127 | |
| 19901962 | 6 months ago | | | 0 | 0.000077513040 | |
| 19836822 | 6 months ago | | | 0 | 0.000087773246 | |
| 19834349 | 6 months ago | | | 0 | 0.00026833069 | |
| 19391924 | 8 months ago | | | 0 | 0.0035159514 | |
| 19218430 | 9 months ago | | | 0 | 0.0010198643 | |
| 19181321 | 9 months ago | | | 0 | 0.00080994535 | |
| 19157656 | 10 months ago | | | 0 | 0.00034460439 | |
| 19132349 | 10 months ago | | | 0 | 0.00036781451 | |
| 19000548 | 10 months ago | | | 0 | 0.0010502035 |
ABI
ABI objects
Getter at block 21229898
name() view returns (string)
Dead Birds
owner() view returns (address)
0x55da0c65810a72da24b83d22709955031de087d6
paused() view returns (bool)
true
publicMintPrice() view returns (uint256)
29000000000000000
symbol() view returns (string)
DeadBirds
totalSupply() view returns (uint256)
1640
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedBird(uint256) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mutate(uint256[] _birdIds) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
setPublicMintPrice(uint256 _newPublicMintPrice)
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(address _dirtBirdsAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()