DumbBirds

Verified contract

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

No balances found for "DumbBirds"

0xf04921ac1aa88a33f33b879b0eb170f7cbd4beceb887ec60d3aba46e48c2b894
0xc8072e76efef75acf26d8cd2ab531ebe2daa04dff17f302af85dd98edb9fb1a7
0x91a2ebbf2486cba96c879500fbd828a28bf4f9e718a1fcd3996e60a2ce64c940
0x3990496a88385955cbae76cee2f5f259417eb4ec35aa0b18482576247e13a140
0x9d6d36ff50b4cb9a3295f1bfbb3a8b19f365775cc6eeab0570e0356296e2067d
0xbdc421d2302469640bcce9f71705d80203725169d01f9f2236d19752dd8494d3
0x11c5658f0a6a01eb42bccf27ce15d5624f528ad4858c2f3e9280d9f1a9c700bd
0x70855e46ea3151d20fae993a4d825bfcd061966ab46b48b93a7035ccf3194b42
0x962788a36422033345af66ba7bf17defbdac10a1f1730ee10c025043575c8966
0xf7a981a713a132567b828eea69824486421622600cc9bb84d734fc8bc0331fde

Functions
Getter at block 21322828
BASE_URI(view returns (string)
https://ipfs.io/ipfs/QmTsz5PfHwyppAX8J9Jwqy1xbZy9VWS6D4BkWBuncgZ9Kk/
costPublic(view returns (uint256)
3000000000000000
freePerWallet(view returns (uint256)
2
isPublicMintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
3333
maxMintPublic(view returns (uint256)
10
maxSupply(view returns (uint256)
3333
name(view returns (string)
DumbBirds
owner(view returns (address)
0x2a1e76742900291a04e668602ff17fa79dd871a0
symbol(view returns (string)
DUMB
totalSupply(view returns (uint256)
3333
Read-only
balanceOf(address ownerview returns (uint256)
canClaim(address _addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getCost(address _addressuint256 _countview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedByAddress(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
devMint(uint256 _quantity
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCost(uint256 _newCost
setFreePerWallet(uint256 _newFreePerWallet
setMaxBatchSize(uint256 _newBatchSize
setMaxFreeSupply(uint256 _maxFreeSupply
setPublicMintEnabled(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(