okaybearcubs

Verified contract

Active on Ethereum with 1,127 txns
Deployed by via 0xf63a0d63 at 15005913
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "okaybearcubs"

0xe4314ed03f0731463ac174a6726365acb307898709cf753914cc195610f93f6a
0xe8864dc33c1066b673b8e8b8e52d4a9711159837da48551e49d5dd5af3259f52
0xd3e81a6eb7184ed395011f1a6580c0a9ddc147a81c31b509c259adf08c2e8e70
0x070b4c17ad0853f7b6ef9b09b7f8f4caa81cb3b403b464fc19c4fb50112582cc
0x4951093f994d807764b48b69e299d997ae99f7715615bc40d938bd04f07ba44c
0x5d17104ee2bcaca92456725e10b65c0ef543ca1c5c44c35349943f876e0ffcf9
0xa62bcc18dd4ad0e41f160660ef86ffca0914ed8f1d5191f5ee20830eb08005df
0x0020d18ef914222d89d356c4886db201a9cf2501ead30c3dc17f557cf318d607
0x42ec16b76767fb6cdcfc34d50a88eadf4788769b71bba6cd1d0b9d2436ce1359
0x002c03864bf5b993164e208ae86e9ce2f79e45ce888de1bec0f95651488bc8ca

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelisted(addressview returns (bool)
State-modifying
addWhitelisted(address[] accounts
approve(address touint256 tokenId
mint(uint256 quantitypayable 
onlyWhitelisted(bool _val
paused(bool _val
renounceOwnership(
reveal(bool _val
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _newCost
setPlaceHolderUri(string _placeholderTokenUri
setTokenUri(string _baseTokenUri
setmaxMintAmount(uint256 _newmaxMintAmount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseTokenURIstring _placeholderURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(