Base Bears
Verified contract
Proxy
Active on
Base with 23 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x78e1…85ca
0x1000…841c
Balances ($0.00)
No balances found for "Base Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21762408 | a month ago | | | 0 | 1.5980320e-7 | |
| 21285347 | 2 months ago | | | 0 | 1.6427206e-7 | |
| 17358529 | 5 months ago | | | 0 | 1.6423376e-7 | |
| 14440659 | 7 months ago | | | 0 | 0.000000090114846426 | |
| 5842658 | a year ago | | | 0 | 0.000000061278516333 | |
| 2637805 | a year ago | | | 0 | 0.0000029469017 | |
| 2615696 | a year ago | | | 0 | 0.000044203517 | |
| 2562949 | a year ago | | | 0 | 0.000077071503 | |
| 2555309 | a year ago | | | 0 | 0.0000051382239 | |
| 2540903 | a year ago | | | 0 | 0.000077071503 |
ABI
ABI objects
Getter at block 23693487
collectionURI() view returns (string)
QmfUcPeHAjCJxY56T4xFAtAzApYQ1x1ijTjdHxywpMamTF
contractURI() view returns (string)
ipfs://QmfUcPeHAjCJxY56T4xFAtAzApYQ1x1ijTjdHxywpMamTF
dropsManager() view returns (address)
0xaf8000cec22904c8e3fbdd0bbd6e459ba4d95ac0
endTime() view returns (uint256)
1692187966
isZeroIndexed() view returns (bool)
false
maxSupply() view returns (uint24)
4000
name() view returns (string)
Base Bears
owner() view returns (address)
0x416fc1f33e1d7e7a730c08fda44b078945dca1c7
royaltyAmount() view returns (uint24)
0
scheduler() view returns (address)
0x1000270b3efe49dc83de59d9259f62dacb28841c
symbol() view returns (string)
BAS
tokensURI() view returns (string)
bafybeid7e6tnk3lldkfyogtfkxz22j3dedrkquotdag7e63x6iq3fs5vge
totalMinted() view returns (uint256)
3251
totalSupply() view returns (uint256)
3251
universalONFT() view returns (address)
0x78e1cce9ec28f61f0749737ce8cab14b7eb685ca
Read-only
balanceOf(address _owner) view returns (uint256)
estimateSendBatchFee(uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint8 _phaseId) view returns (uint256)
mintedOf(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address _receiver, uint256 _royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(struct CreateParams params, address _owner, address _dropsManager, address _scheduler, address _universalONFT)
mint(address _minter, uint24 _quantity, bytes32[] _merkleProof, uint8 _phaseId)
preMintToPlatform(uint256 _quantity)
preMintToTeam(uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendBatchFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setApprovalForAll(address operator, bool approved)
setPhase(uint8 _phaseId, uint256 _from, uint256 _to, bytes32 _merkleRoot, uint24 _maxPerAddress, uint256 _price)
setRoyaltyAmount(uint24 _royaltyAmount)
setTokensURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMinted(address to, uint256 nextTokenId, uint256 quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.