BitcoinBirds
Verified contract
Active on
Ethereum with 23,190 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 "BitcoinBirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169758 | 13 days ago | | | 0 | 0.00062362440 | |
| 21115638 | 20 days ago | | | 0 | 0.00030613523 | |
| 21106193 | 22 days ago | | | 0 | 0.00011136150 | |
| 21106069 | 22 days ago | | | 0 | 0.00012754639 | |
| 21104628 | 22 days ago | | | 0 | 0.000099865008 | |
| 21103375 | 22 days ago | | | 0 | 0.00010146270 | |
| 21102323 | 22 days ago | | | 0 | 0.00013363380 | |
| 21102161 | 22 days ago | | | 0 | 0.00015095670 | |
| 21101111 | 22 days ago | | | 0 | 0.00064094730 | |
| 21085530 | 25 days ago | | | 0 | 0.00022721049 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasMinted(address) view returns (uint256)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
birdlistMint(bytes32[] _merkleProof) payable
burn(uint256 tokenId)
freeMint(uint256 _mintAmount) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
reserve(uint256 quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() 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)
birdListEvents(address indexed _from, uint256 indexed _amount)
publicMintEvents(address indexed _from, uint256 indexed _amount)
constructor(uint256 _cost, uint256 _maxSupply, uint256 _maxPerWallet, uint256 _maxFreeSupply, uint256 _maxPerFree, string _baseuriPr)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()