Okay Cub Kennel Club
Verified contract
Active on
Ethereum with 531 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 "Okay Cub Kennel Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18843533 | a year ago | | | 0 | 0.00064886963 | |
| 18583046 | a year ago | | | 0 | 0.00059262871 | |
| 17885176 | a year ago | | | 0 | 0.00091469089 | |
| 16638421 | 2 years ago | | | 0 | 0.0025765014 | |
| 16593078 | 2 years ago | | | 0 | 0.0016329221 | |
| 16562065 | 2 years ago | | | 0 | 0.00086801788 | |
| 16497523 | 2 years ago | | | 0 | 0.0010191216 | |
| 16425429 | 2 years ago | | | 0 | 0.00081757754 | |
| 16311118 | 2 years ago | | | 0 | 0.00063369114 | |
| 16294961 | 2 years ago | | | 0 | 0.00074791357 |
ABI
ABI objects
Getter at block 21206964
contractURI() view returns (string)
ipfs://bafybeifhbxoaba4hjbahuhqdqiv7ofm7y7z3jn46geibruqtyj6yakeh5m/contractURI.json
getBalance() view returns (uint256)
0
getBaseURI() view returns (string)
ipfs://bafybeigzelpo4yuv4am77ejfwznp7dqonq2a4k5malguuw5zauvym3qmda/
name() view returns (string)
Okay Cub Kennel Club
owner() view returns (address)
0x9c302b8b25ef43d5c58ee97c79c4952737987071
publicSaleOpen() view returns (bool)
true
symbol() view returns (string)
Okay Cub Kennel Club
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedCount(address owner) view returns (uint256)
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)
State-modifying
Events Airdrop(address _wallet, uint256 _num)
approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
paycheck()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string _newBaseURI)
updateMaxSupply(uint256 _supply)
updatePrice(uint256 _price)
updatecontractURI(string contrURI)
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()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()