okaybearcubs
Verified contract
Active on
Ethereum with 1,127 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 "okaybearcubs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19723696 | 7 months ago | | | 0 | 0.00062805518 | |
| 18247176 | a year ago | | | 0 | 0.00019320005 | |
| 18203381 | a year ago | | | 0 | 0.00018002962 | |
| 17775570 | a year ago | | | 0 | 0.00082443077 | |
| 17339086 | a year ago | | | 0 | 0.0018195722 | |
| 16878675 | 2 years ago | | | 0 | 0.00071654424 | |
| 16843001 | 2 years ago | | | 0 | 0.0013735869 | |
| 16784122 | 2 years ago | | | 0 | 0.0014092380 | |
| 16728554 | 2 years ago | | | 0 | 0.0020119275 | |
| 16583539 | 2 years ago | | | 0 | 0.0018244984 |
ABI
ABI objects
Getter at block 21206736
baseExtension() view returns (string)
.json
baseTokenUri() view returns (string)
ipfs://QmYEzWyZ86dCKmd3p5z9oeYbMpqwvZVobEKrwH1H6YWoG6/
cost() view returns (uint256)
1000000000000000
maxMintAmount() view returns (uint256)
50
maxSupply() view returns (uint256)
10000
name() view returns (string)
okaybearcubs
onlyWhitelist() view returns (bool)
false
owner() view returns (address)
0x08184ab9092c77e52145db3076e5f87f71843111
pause() view returns (bool)
false
placeholderTokenUri() view returns (string)
ipfs://QmV8naoBNoBVcSPZ24i9xSUgiU3BcxewSSPsBnsYeASAwR/
revealed() view returns (bool)
true
symbol() view returns (string)
OKBC
totalSupply() view returns (uint256)
2497
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (bool)
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)
whitelisted(address) view returns (bool)
State-modifying
Events addWhitelisted(address[] accounts)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
onlyWhitelisted(bool _val)
paused(bool _val)
renounceOwnership()
reveal(bool _val)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setPlaceHolderUri(string _placeholderTokenUri)
setTokenUri(string _baseTokenUri)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _baseTokenURI, string _placeholderURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()