Okay Kaiju Bears

Verified contract

Active on Ethereum with 2,381 txns
Deployed by via 0x9d361212 at 14821721
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
 (#4619)
ERC-721
--
0x255991032103df23f52cf7e3b63ccad04804515f722802ab322067e82270a23c
0x220885dc84d1948f142984a92d61f70aa309e0ec18f72fbab92cbd2f325a0d07
0xcdcbf1419cf2729621ffcb7d4ef497816a97666ff876a410a6aca94569be40a2
0x4986cf1f7c0bbaed247834f65e68da5ce490a144a53dc53feab6b1a1469a63f8
0xb75689d6a8cc2a2398b8f09caa5ff8d1cbb16d49a5f3d4e6b8c291b0dbfb2a3f
0xed865f9de29ebc307a92e19bf9fef8e59a2931fb3fab02f9e970264db613d8c6
0xfa1adbbef3f5e1a2f054807f418cda46a2c5cbaecbc956ba6f4549df41a5426a
0xb7365563b341c8f2f6e6cdb39815e69b79f61e00396d8676093283bce39c3e96
0xc3a450e028e65987af2f41e9b44fa610af857ba0b94110d009b632412c1078f7
0xb58cde6cc6b0d259af636393d077cc76ce89960a071c9b758d85e46bf325c38a

Functions
Getter at block 21411882
baseURI(view returns (string)
https://okb-nft.s3.us-west-1.amazonaws.com/metadata/
maxSupply(view returns (uint256)
5000
mintIsActive(view returns (bool)
false
mintLimit(view returns (uint16)
10
mintPrice(view returns (uint256)
1500000000000000
name(view returns (string)
Okay Kaiju Bears
owner(view returns (address)
0xf6b4fca310c8c2e150ab03eec9014d824c99d517
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
OKB
tokensRemaining(view returns (uint256)
0
totalReleased(view returns (uint256)
3944000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airDrop(address touint16 quantity
approve(address touint256 tokenId
mint(uint16 _quantitypayable 
reduceMaxSupply(uint256 _maxSupply
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setMintIsActive(bool _mintIsActive
setMintLimit(uint16 _mintLimit
setMintPrice(uint256 _mintPrice
setProxyRegistryAddress(address _proxyRegistryAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _proxyRegistryAddress
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(