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 "OKG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14329927 | 3 years ago | | | 0 | 0.0021515504 | |
| 14329922 | 3 years ago | | | 0 | 0.0068340363 | |
| 14327548 | 3 years ago | | | 0 | 0.0056153971 | |
| 14321160 | 3 years ago | | | 0 | 0.013443640 | |
| 14315094 | 3 years ago | | | 0 | 0.0062385549 | |
| 14315086 | 3 years ago | | | 0 | 0.020140385 | |
| 14314661 | 3 years ago | | | 0 | 0.0084852733 | |
| 14308317 | 3 years ago | | | 0 | 0.014266770 | |
| 14301826 | 3 years ago | | | 0 | 0.010220143 | |
| 14295329 | 3 years ago | | | 0 | 0.0079409075 |
ABI
ABI objects
Getter at block 21306700
isBronzeRewardClaimed() view returns (bool)
true
isDiamondRewardClaimed() view returns (bool)
true
isGameOver() view returns (bool)
true
isGoldRewardClaimed() view returns (bool)
true
isSilverRewardClaimed() view returns (bool)
true
nftContract() view returns (address)
0xafba8c6b3875868a90e5055e791213258a9fe7a7
owner() view returns (address)
0xc212f04685cfcc8444d3b8368f045e2a2675c039
paused() view returns (bool)
false
releaseOrder() view returns (uint8)
24
Read-only
getKeyCollection(address _player) view returns (uint256[])
getKeyCollectionSize(address _player) view returns (uint256)
isKey(uint256 _keyId) view returns (bool)
isOmegaReward(uint256 _ethReward) pure returns (bool)
isRegistered(uint256 _keyId, address _owner) view returns (bool registered)
isRemoved(uint256 _keyId) view returns (bool)
omegaKeys(uint256) view returns (bool active, bool removed, uint8 order, uint256 keyId)
players(address) view returns (bool active)
State-modifying
Events claim(uint256 _ethClaim)
pause(bool status)
register(uint256[] _keyIds)
release(uint256[] _ids)
renounceOwnership()
revertRewardClaim(uint256 _ethReward, uint256[] _keyIds, address _disqualifiedPlayer)
transferOwnership(address newOwner)
OmegaKeyRegistered(address indexed Owner, uint256[] OmegaKey)
OmegaKeyReleased(uint256[] OmegaKey, uint8[] order)
OmegaKeyRemoved(address indexed Winner, uint256 indexed OmegaKey, uint256 indexed Tier, address[] allOwners)
OmegaKeyRestored(address[] oldOwners, uint256 indexed OmegaKey)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardClaimed(address indexed Winner, uint256 indexed Tier, uint256 Amount)
RewardRestored(uint256 indexed Tier, uint256 Amount)
Unpaused(address account)
constructor(address NFT_contract_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.