Staking
Verified contract
Active on
Ethereum with 1,205 txns
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 |
---|---|---|---|---|---|
OIL | ERC-20 | 138.287458K | -- | -- | |
UNI-V2 | ERC-20 | 0.0036 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14966233 | 2 years ago | | | 0 | 0.0021552896 | |
| 14399891 | 3 years ago | | | 0 | 0.0050845699 | |
| 14371013 | 3 years ago | | | 0 | 0.0011393999 | |
| 14364858 | 3 years ago | | | 0 | 0.0010884131 | |
| 14319042 | 3 years ago | | | 0 | 0.0013309276 | |
| 14313607 | 3 years ago | | | 0 | 0.0020085946 | |
| 14278153 | 3 years ago | | | 0 | 0.0068041820 | |
| 14222796 | 3 years ago | | | 0 | 0.0033870683 | |
| 14216011 | 3 years ago | | | 0 | 0.0016452357 | |
| 14216011 | 3 years ago | | | 0 | 0.0044332003 |
ABI
ABI objects
Getter at block 21084068
oilerToken() view returns (address)
0x0275e1001e293c46cfe158b3702aade0b99f88a5
owner() view returns (address)
0xa94db69502920a657f8685978e62d3e3b9762adf
poolToken() view returns (address)
0x0e9c8107682ab88604b4fbf847eeeceacf38e9e6
stakingFundAmount() view returns (uint256)
500000000000000000000000
stakingProgramEndsBlock() view returns (uint256)
13068603
totalRewardPoints() view returns (uint256)
328848430227285179294078092124
vestingDuration() view returns (uint256)
660000
Read-only
calculateStakingRewardPoints(uint72 tokenAmount_, uint24 lockingPeriodInBlocks_) pure returns (uint128)
grantedTokens(address) view returns (uint256)
releasedTokens(address) view returns (uint256)
rewardPointsEarned(address) view returns (uint256)
stakes(address) 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()
RewardGranted(address recipient, uint256 amountEarned)
StakeLocked(address recipient, uint256 tokenAmount, uint256 lockingPeriodInBlocks, uint256 expectedStakingRewardPoints)
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.