Baby Okay Bears
Verified contract
Active on
Ethereum with 8,198 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 "Baby Okay Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154102 | 2 days ago | | | 0 | 0.00049004000 | |
| 21106242 | 9 days ago | | | 0 | 0.00011698304 | |
| 21101665 | 9 days ago | | | 0 | 0.00023027050 | |
| 21064960 | 15 days ago | | | 0 | 0.00072044747 | |
| 20970401 | a month ago | | | 0 | 0.00075373130 | |
| 20856408 | a month ago | | | 0 | 0.00017194908 | |
| 20791342 | 2 months ago | | | 0 | 0.00059381523 | |
| 20558999 | 3 months ago | | | 0 | 0.000058714430 | |
| 20541088 | 3 months ago | | | 0 | 0.000086072795 | |
| 20541055 | 3 months ago | | | 0 | 0.00013170137 |
ABI
ABI objects
Getter at block 21169482
amountForDevs() view returns (uint256)
7777
freemintAmount() view returns (uint256)
2
maxPerAddressDuringMint() view returns (uint256)
20
mintAmount() view returns (uint256)
20
name() view returns (string)
Baby Okay Bears
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x84c63bbfd7aeb88e3598874313796d094b9b825d
price() view returns (uint256)
1000000000000000000
saleConfig() view returns (uint64 publicPrice)
0
symbol() view returns (string)
Baby Okay Bears
totalSupply() view returns (uint256)
7704
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 Mint(uint256 quantity)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setamountForDevs(uint256 _newamountForDevs)
setcollectionSize(uint256 _newcollectionSize)
setfreemintAmount(uint256 _newfreemintAmount)
setfreemints(uint256 _newfreemints)
setmintAmount(uint256 _newmintAmount)
setprice(uint256 _newprice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
webmint(uint256 quantity) payable
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 collectionSizeFree_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.