Base Birds Official
Verified contract
Active on
Ethereum with 67 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.66)
Native
Value
$4.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0015 | $3,107.98 |
$4.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16779944 | 2 years ago | | | 0 | 0.0015233261 | |
| 16721135 | 2 years ago | | | 0.0015 | 0.0017867369 | |
| 16720997 | 2 years ago | | | 0 | 0.00083383524 | |
| 16720987 | 2 years ago | | | 0.0015 | 0.0018074771 | |
| 16720986 | 2 years ago | | | 0 | 0.0079461491 | |
| 16695025 | 2 years ago | | | 0 | 0.0013203601 | |
| 16695018 | 2 years ago | | | 0.006 | 0.0029707420 | |
| 16695016 | 2 years ago | | | 0.0015 | 0.0021457371 | |
| 16695011 | 2 years ago | | | 0.0015 | 0.0022765207 | |
| 16694994 | 2 years ago | | | 0.0015 | 0.0024584371 |
ABI
ABI objects
Getter at block 21212631
maxSupply() view returns (uint256)
1111
mintPrice() view returns (uint256)
1500000000000000
name() view returns (string)
Base Birds Official
owner() view returns (address)
0x333877df0be86c07ac41ce11ebdfd6f92f9b417f
symbol() view returns (string)
BBO
totalSupply() view returns (uint256)
215
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256[] tokenids)
mint(uint256 amount) payable
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
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)
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()