DeadBirds

Verified contract

Active on Ethereum with 2,655 txns
Deployed by via 0x57aafa2f at 15142676
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DeadBirds"

0x23134f125d3813565cae960753bc0ce67e53ce2d1f04575140f93761f1c717b9
0x573c84b41654b31a51ef6eba728fa7f63cb70146f4234941aebb9f894993c3de
0x743c06487ed4b5dbe2ae36a450cf4b483c5efd37cf33b255488208f7c2143ff4
0x1f668f8f7d0bb2f3dee829b79a4d6a4714ce90780e7b2f91136d2ef26963da5f
0xd3823df3411a798fb2d27ba62797787dfb2df5960ced0721c44a86a11bd840ca
0xac32df017b2d2fe0745b402a80ac69ef9a2894e42840ebbe8a12bfbc5a8caaac
0x714a1c656ce96f7c39a4ddd3c735a0e35b51e40d1a6e6078c975833ca767fe4d
0xee33d83da379e54e6765d4e7147f3725ca9f6d58fffe568c7043a319f4d618d3
0x445413d52778b16b24af01cd0e3b198b50549b868f97e5c64a2e6ffb791c1e16
0x68bd358c59fa506203183f655c47a0066ee3866ab9efe6f6e7e0ade86a326762

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
usedBird(uint256view returns (bool)
State-modifying
approve(address touint256 tokenId
flipSale(
mutate(uint256[] _birdIdspayable 
publicMint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseUri
setPublicMintPrice(uint256 _newPublicMintPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _dirtBirdsAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(