Little Okay Bears
Verified contract
Active on
Ethereum with 637 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 "Little Okay Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15526015 | 2 years ago | | | 0 | 0.00067353408 | |
| 14839989 | 3 years ago | | | 0 | 0.0012184758 | |
| 14832509 | 3 years ago | | | 0 | 0.00070095502 | |
| 14821702 | 3 years ago | | | 0 | 0.00066778817 | |
| 14818240 | 3 years ago | | | 0 | 0.00088007429 | |
| 14816156 | 3 years ago | | | 0 | 0.00095827392 | |
| 14816153 | 3 years ago | | | 0 | 0.00099148569 | |
| 14816131 | 3 years ago | | | 0 | 0.00077576795 | |
| 14816109 | 3 years ago | | | 0 | 0.0010349029 | |
| 14815619 | 3 years ago | | | 0 | 0.00072079448 |
ABI
ABI objects
Getter at block 21397619
FREE_MINTS_PER_TX() view returns (uint256)
5
MAX_MINTS_PER_TX() view returns (uint256)
5
PUBLIC_SALE_PRICE() view returns (uint256)
5000000000000000
TOTAL_FREE_MINTS() view returns (uint256)
500
baseTokenURI() view returns (string)
ipfs://QmNWJ6hMi5hbzUBqXU2oyuCfL4nJVo8WwSgdYZh6DxQpj1
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
3000
name() view returns (string)
Little Okay Bears
owner() view returns (address)
0x8b9da68cdc33df0ebc2862c92665af2233434fce
symbol() view returns (string)
LOB
totalSupply() view returns (uint256)
3000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity, address user)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()