Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001088 |
$0 | |
BONUS | ERC-20 | 5.795688K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21180024 | 19 days ago | | | 0 | 1.8448963e-7 | |
| 21179934 | 19 days ago | | | 0 | 2.4207475e-7 | |
| 21179922 | 19 days ago | | | 0 | 1.8234396e-7 | |
| 19217336 | 2 months ago | | | 0 | 1.7364960e-7 | |
| 19217324 | 2 months ago | | | 0 | 2.2785120e-7 | |
| 19217314 | 2 months ago | | | 0 | 1.7163000e-7 | |
| 17877747 | 3 months ago | | | 0 | 1.7624846e-7 | |
| 17877732 | 3 months ago | | | 0 | 1.9654924e-7 | |
| 17877647 | 3 months ago | | | 0 | 2.6136770e-7 | |
| 17868597 | 3 months ago | | | 0 | 1.7570571e-7 |
ABI
ABI objects
Getter at block 22008759
owner() view returns (address)
0x1659857c2bfe2795256b0f642a80d5107c7e8f8d
poolToken() view returns (address)
0xfe7c0af60e52ddf05c0f5f89cbf89758a45f6928
rewardToken() view returns (address)
0xfe7c0af60e52ddf05c0f5f89cbf89758a45f6928
stakingFundAmount() view returns (uint256)
12000000000000000000000
stakingProgramEndsBlock() view returns (uint256)
15160021
totalRewardPoints() view returns (uint256)
25017497251365677220433634213300730
totalStaked() view returns (uint256)
5320750000000000000000
vestingDuration() view returns (uint256)
1
Read-only
activeStakeCount(address) view returns (uint16)
calculateStakingRewardPoints(uint72 tokenAmount_, uint24 lockingPeriodInBlocks_) pure returns (uint128)
grantedTokens(address) view returns (uint256)
releasedTokens(address) view returns (uint256)
rewardPointsEarned(address) view returns (uint256)
stakeCount(address) view returns (uint16)
stakes(address, uint16) view returns (uint72 tokenAmount, uint24 lockingPeriodInBlocks, uint32 startBlock, uint128 expectedStakingRewardPoints)
State-modifying
Events getRewards()
lockTokens(uint72 tokenAmount_, uint24 lockingPeriodInBlocks)
release()
setPoolToken(address poolToken_, address stakingFundAddress_)
unlockTokens(uint16 stakeId)
RewardGranted(address recipient, uint256 amountEarned)
StakeLocked(address recipient, uint256 tokenAmount, uint256 lockingPeriodInBlocks, uint256 expectedStakingRewardPoints, uint16 stakeId)
StakeUnlocked(address recipient, uint256 tokenAmount, uint256 lockingPeriodInBlocks, uint256 rewardPoints)
StakeUnlockedPrematurely(address recipient, uint256 tokenAmount, uint256 lockingPeriodInBlocks, uint256 actualLockingPeriodInBlocks)
grantedTokensReleased(address recipient, uint256 amount)
constructor(address oilerToken_, uint256 stakingDurationInBlocks_, uint256 stakingFundAmount_, uint256 vestingDuration_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.