DumbBirds
Verified contract
Active on
Ethereum with 1,943 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 "DumbBirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17469637 | a year ago | | | 0 | 0.00071276277 | |
| 16992860 | 2 years ago | | | 0 | 0.0019440263 | |
| 16990079 | 2 years ago | | | 0 | 0.0013884618 | |
| 16990075 | 2 years ago | | | 0 | 0.0013880709 | |
| 16972727 | 2 years ago | | | 0 | 0.00096070085 | |
| 16966496 | 2 years ago | | | 0 | 0.00083265591 | |
| 16964782 | 2 years ago | | | 0 | 0.00091034346 | |
| 16964781 | 2 years ago | | | 0 | 0.00095880307 | |
| 16961639 | 2 years ago | | | 0 | 0.00092381641 | |
| 16961553 | 2 years ago | | | 0 | 0.00092595461 |
ABI
ABI objects
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 owner) view returns (uint256)
canClaim(address _address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCost(address _address, uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(uint256 _quantity, address _recipient)
approve(address to, uint256 tokenId) payable
devMint(uint256 _quantity)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setCost(uint256 _newCost)
setFreePerWallet(uint256 _newFreePerWallet)
setMaxBatchSize(uint256 _newBatchSize)
setMaxFreeSupply(uint256 _maxFreeSupply)
setPublicMintEnabled()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()