OKPC GOLD
Verified contract
Active on
Ethereum with 670 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 "OKPC GOLD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20043141 | 5 months ago | | | 0 | 0.00037658591 | |
| 20022416 | 5 months ago | | | 0 | 0.010625210 | |
| 19717927 | 7 months ago | | | 0 | 0.00046336751 | |
| 19627899 | 7 months ago | | | 0 | 0.0017160288 | |
| 19542253 | 8 months ago | | | 0 | 0.0011193902 | |
| 19497142 | 8 months ago | | | 0 | 0.0055297265 | |
| 19461257 | 8 months ago | | | 0 | 0.0031330718 | |
| 19337842 | 8 months ago | | | 0 | 0.0044662812 | |
| 19302320 | 9 months ago | | | 0 | 0.0027235039 | |
| 19260336 | 9 months ago | | | 0 | 0.0026541005 |
ABI
ABI objects
Getter at block 21192711
AIRDROP_CLAIM() view returns (uint256)
10000
CLAIMABLE() view returns (bool)
true
DOMAIN_SEPARATOR() view returns (bytes32)
0xe134a87bef541d91c40b936eee45baca8cb255d4e02bfd10a1c05882daeeb611
OKPC() view returns (address)
0x7183209867489e1047f3a7c23ea1aed9c4e236e8
OKPC_CLAIM_MAX() view returns (uint256)
1024
SCREEN_STAKING_INTERVAL() view returns (uint256)
5529600
SCREEN_STAKING_REWARD() view returns (uint256)
256
decimals() view returns (uint8)
18
name() view returns (string)
OKPC GOLD
owner() view returns (address)
0xf73fe15cfb88ea3c7f301f16ade3c02564aca407
symbol() view returns (string)
OKGLD
totalSupply() view returns (uint256)
5330788000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
claimableAmount(uint256 pcId) view returns (uint256 amount)
claimableAmount(uint256[] pcIds) view returns (uint256 amount)
claimableAmountForArtwork(uint256 pcId) view returns (uint256 amount)
claimableAmountForArtwork(uint256[] pcIds) view returns (uint256 amount)
claimableAmountForOKPC(uint256 pcId) view returns (uint256 amount)
claimableAmountForOKPC(uint256 pcId, uint256 afterBlocks) view returns (uint256 amount)
claimableAmountForOKPC(uint256[] pcIds) view returns (uint256 amount)
claimableAmountForOKPC(uint256[] pcIds, uint256 afterBlocks) view returns (uint256 amount)
claimableAmountForScreenStaking(uint256 pcId) view returns (uint256 amount)
claimableAmountForScreenStaking(uint256 pcId, uint256 afterTime) view returns (uint256 amount)
claimableAmountForScreenStaking(uint256[] pcIds) view returns (uint256 amount)
claimableAmountForScreenStaking(uint256[] pcIds, uint256 afterTime) view returns (uint256 amount)
clockSpeedProjected(uint256 pcId, uint256 afterBlocks) view returns (uint256)
clockSpeedProjected(uint256[] pcIds, uint256 afterBlocks) view returns (uint256[])
nonces(address) view returns (uint256)
okpcClaims(uint256) view returns (bool okpcClaimed, bool artworkClaimed, uint128 stakingLastClaimed)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claim(uint256 pcId)
claim(uint256[] pcIds)
claimForArtwork(uint256 pcId)
claimForArtwork(uint256[] pcIds)
claimForOKPC(uint256 pcId)
claimForOKPC(uint256[] pcIds)
claimForScreenStaking(uint256 pcId)
claimForScreenStaking(uint256[] pcIds)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setClaimable(bool claimable)
setOwner(address newOwner)
setScreenStakingConfig(uint256 screenStakingInterval, uint256 screenStakingReward)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address okpcAddress)
This contract contains no fallback and receive objects.
ClaimNotOpen()
NoOKGLDClaimable()