Okay Kodas Club
Verified contract
Active on
Ethereum with 1,103 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32.04)
Native
Value
$32.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,204.36 |
$32.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19279827 | 9 months ago | | | 0.01 | 0.0035115812 | |
| 16749973 | 2 years ago | | | 0 | 0.0014354344 | |
| 15566797 | 2 years ago | | | 0 | 0.00012098791 | |
| 15380875 | 2 years ago | | | 0 | 0.00018707600 | |
| 15159387 | 2 years ago | | | 0 | 0.00027827891 | |
| 15079094 | 2 years ago | | | 0 | 0.0012690790 | |
| 15068666 | 2 years ago | | | 0 | 0.00057593809 | |
| 14946906 | 2 years ago | | | 0 | 0.0028227514 | |
| 14942526 | 2 years ago | | | 0 | 0.00090315422 | |
| 14926068 | 2 years ago | | | 0 | 0.0010663243 |
ABI
ABI objects
Getter at block 21157548
maxFreePerWallet() view returns (uint256)
60
maxPerTx() view returns (uint256)
10
maxSuply() view returns (uint256)
100000
maxSupply() view returns (uint256)
5000
mintEnabled() view returns (bool)
true
name() view returns (string)
Okay Kodas Club
owner() view returns (address)
0x3f41367a2e6f58d9f3e9f88c3285d86b0d495d94
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
OKC
totalFree() view returns (uint256)
7000
totalSupply() view returns (uint256)
7105
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()