Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x710a…6c22
0x404e…9dd5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SLP | ERC-20 | 3.018179K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19015444 | a year ago | | | 0 | 0.00095945031 | |
| 19008503 | a year ago | | | 0 | 0.0013133739 | |
| 19008500 | a year ago | | | 0 | 0.0017234751 | |
| 18754507 | a year ago | | | 0 | 0.0017586221 | |
| 18754469 | a year ago | | | 0 | 0.0024281976 | |
| 17874336 | a year ago | | | 0 | 0.0011104126 | |
| 17874274 | a year ago | | | 0 | 0.0018196648 | |
| 17820565 | a year ago | | | 0 | 0.0015052706 | |
| 17820562 | a year ago | | | 0 | 0.0020465142 | |
| 17642613 | a year ago | | | 0 | 0.0044732181 |
ABI
ABI objects
Getter at block 21320769
DELTA_CALC_DENOMINATOR() view returns (int256)
100
DELTA_CALC_DIVIDED() view returns (int128)
18262276632972456099
DELTA_CALC_NUMERATOR() view returns (int256)
99
INTERVAL() view returns (uint256)
86400
REWARD_TOKEN() view returns (address)
0x710aa623c2c881b0d7357bcf9aeedf660e606c22
STAKING_SAME_AS_REWARD() view returns (bool)
false
STAKING_TOKEN() view returns (address)
0x404e716257c4f4bcc43b967514520b98c0c09dd5
START_TIME() view returns (uint256)
1646371598
getCurrentEpoch() view returns (uint256)
1005
getRewardTokenBalance() view returns (uint256)
0
lastSavedEpoch() view returns (uint256)
681
owner() view returns (address)
0x06080cfc0e40f13e82ad07345e3f181f74de3eaa
paused() view returns (bool)
false
rewardPerShare() view returns (uint256)
835157124321825132313
totalRewards() view returns (uint256)
1771250339307148407574397
totalStaked() view returns (uint256)
3018178700000000000000
Read-only
calcRewards(address staker) view returns (uint256)
getRewardsForDelta(uint256 delta) view returns (uint256)
getTotalStakedByAddress(address staker) view returns (uint256)
stakes(address) view returns (bool exists, uint256 startEpoch, uint256 totalStaked, uint256 rewardDebt)
State-modifying
Events claimAndStakeRewards()
claimAndWithdrawRewards()
emergencyWithdraw()
migrate(address to)
pause()
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
unpause()
updateDeltaCalc(int256 num, int256 denom)
updateInterval(uint256 interval)
withdrawStakedToken(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address rewardToken, address stakingToken)
This contract contains no fallback and receive objects.
PRBMath__MulDivFixedPointOverflow(uint256 prod1)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)