Omega Kongs Club
Verified contract
Active on
Ethereum with 3,478 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 "Omega Kongs Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168518 | 2 days ago | | | 0 | 0.0013452125 | |
| 21157275 | 4 days ago | | | 0 | 0.00075171059 | |
| 21135804 | 7 days ago | | | 0 | 0.00069902171 | |
| 21123291 | 9 days ago | | | 0 | 0.00061943523 | |
| 21109174 | 11 days ago | | | 0 | 0.00026189225 | |
| 21089628 | 13 days ago | | | 0 | 0.00034955869 | |
| 21089622 | 13 days ago | | | 0 | 0.00029801267 | |
| 21082449 | 14 days ago | | | 0 | 0.00051081699 | |
| 21079289 | 15 days ago | | | 0 | 0.0013271910 | |
| 21050054 | 19 days ago | | | 0 | 0.00033077157 |
ABI
ABI objects
Getter at block 21185979
baseURIString() view returns (string)
https://metadata-api-6hwqvwn6bq-uc.a.run.app/metadata/
name() view returns (string)
Omega Kongs Club
openseaProxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner() view returns (address)
0x02135d1fb106493bb4b55c5a16fd3c9ce895746a
symbol() view returns (string)
OKC
totalSupply() view returns (uint256)
7000
Read-only
allowedMinter(address) view returns (bool)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address recipient, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowedMinter(address minter, bool allowed)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawStuckEther(address _to)
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(address _openseaProxyRegistryAddress)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()