BitcoinBirds

Verified contract

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

No balances found for "BitcoinBirds"

0xdcfae89d76832e2a6e6f494978f4d38be751017eb8b26791ad46c717a1d45a20
0xfad2ea70e0b528977eb969c59c3c0db594ab3ce82651d668b6b1dd96d7c959c9
0x38356d701226d159390d8e7fd92a63036b3743316ec54e53ffbb3d453cf1ff68
0xbaf8a93e4712c712243793adefa542b2118801d5a3de491d2315fa009feef5f6
0xf7a6ff6d8e51f31be004a6f6020e8474999fe88414942681ac4e801c77de5bdd
0x7502a5f59257ee26cd5f4b0a787f5c0aa69e85f9251b032d4069918a925c2621
0x28dd3d542f689ebc4ca34a6e532fab32ad6829eb9105bf12118eac1e79b56a87
0xe1815a26987a250a153813a65570e458a370623e581ab31d70487997d227b4f9
0xac92f8d5333794e1e9aba893613c56247a3075d9b690e597b436f4240994b4b2
0xae9fc48c92e8e30aa250efed559fecc8781030066336be99fbe82aa1c18fc115

Functions
Getter at block 21262182
birdListMintActive(view returns (bool)
false
cost(view returns (uint256)
25000000000000000
freeMintActive(view returns (bool)
false
maxFreeSupply(view returns (uint256)
8608
maxPerWallet(view returns (uint256)
5
maxPerWalletBirdList(view returns (uint256)
1
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0xa1ea2581b9154e16d24d77a59706efa3100f5cc6b8c2a4b7cce0048d8f7b7c94
name(view returns (string)
BitcoinBirds
owner(view returns (address)
0x264c27b20bb27bf456d5a8dc583c58ab20e10e40
publicMintActive(view returns (bool)
false
symbol(view returns (string)
BB
totalSupply(view returns (uint256)
7435
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
hasMinted(addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
birdlistMint(bytes32[] _merkleProofpayable 
burn(uint256 tokenId
freeMint(uint256 _mintAmountpayable 
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
reserve(uint256 quantitypayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBase(string _base
setBirdListMintActive(bool _state
setCost(uint256 _cost
setFreeMintActive(bool _state
setMerkleRoot(bytes32 _merkleRoot
setPublicMintActive(bool _state
setmaxFreeSupply(uint256 _maxFreeSupply
setmaxPerFree(uint256 _maxPerWallet
setmaxPerWallet(uint256 _maxPerWallet
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(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
birdListEvents(address indexed _fromuint256 indexed _amount
publicMintEvents(address indexed _fromuint256 indexed _amount
Constructor
constructor(uint256 _costuint256 _maxSupplyuint256 _maxPerWalletuint256 _maxFreeSupplyuint256 _maxPerFreestring _baseuriPr
Fallback and receive

This contract contains no fallback and receive objects.

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