Okay Kaiju Bears
Verified contract
Active on
Ethereum with 2,381 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OKB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21403931 | a day ago | | | 0 | 0.00041942496 | |
| 21230527 | 25 days ago | | | 0 | 0.00093858013 | |
| 20825535 | 3 months ago | | | 0 | 0.00048885325 | |
| 20825533 | 3 months ago | | | 0 | 0.00050266552 | |
| 20825530 | 3 months ago | | | 0 | 0.00050598426 | |
| 20737217 | 3 months ago | | | 0 | 0.00024635895 | |
| 20463914 | 4 months ago | | | 0 | 0.00057453963 | |
| 20089826 | 6 months ago | | | 0 | 0.00033023411 | |
| 20014779 | 6 months ago | | | 0 | 0.00035981318 | |
| 20014335 | 6 months ago | | | 0 | 0.00061254925 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events airDrop(address to, uint16 quantity)
approve(address to, uint256 tokenId)
mint(uint16 _quantity) payable
reduceMaxSupply(uint256 _maxSupply)
release(address account)
release(address token, address account)
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)
setMintIsActive(bool _mintIsActive)
setMintLimit(uint16 _mintLimit)
setMintPrice(uint256 _mintPrice)
setProxyRegistryAddress(address _proxyRegistryAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()