StakingRewards
Verified contract
Active on
Ethereum with 227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x40f1…e69d
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($3.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MPH | ERC-20 | 6.972202 | $0.553637 |
$3.86 | |
LSLP | ERC-20 | 155.630198 | -- | -- | |
YFL | ERC-20 | 2.551763 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12280641 | 4 years ago | | | 0 | 0.026913086 | |
| 12240619 | 4 years ago | | | 0 | 0.019809096 | |
| 12219724 | 4 years ago | | | 0 | 0.014422412 | |
| 12205992 | 4 years ago | | | 0 | 0.026412128 | |
| 12196003 | 4 years ago | | | 0 | 0.019460224 | |
| 12187736 | 4 years ago | | | 0 | 0.029887408 | |
| 12183830 | 4 years ago | | | 0 | 0.018766512 | |
| 12176359 | 4 years ago | | | 0 | 0.011698236 | |
| 12173754 | 4 years ago | | | 0 | 0.018876400 | |
| 12170728 | 4 years ago | | | 0 | 0.012664486 |
ABI
ABI objects
Getter at block 21202132
lastTimeRewardApplicable() view returns (uint256)
1617141455
lastUpdateTime() view returns (uint256)
1617141455
owner() view returns (address)
0x0389d755c1833c9b350d4e8b619eae16defc1cba
periodFinish() view returns (uint256)
1617141455
rewardsDistributor() view returns (address)
0xbe0ab3ae4f4be9746388685a7dd2b4411c611143
rewardsDuration() view returns (uint256)
3628800
stakingToken() view returns (address)
0x40f1068495ba9921d6c18cf1ac25f718df8ce69d
totalSupply() view returns (uint256)
155630197530031555666
Read-only
balanceOf(address account) view returns (uint256)
earned(address account, uint256 rewardTokenIndex) view returns (uint256)
getRewardForDuration(uint256 rewardTokenIndex) view returns (uint256)
rewardPerToken(uint256 rewardTokenIndex) view returns (uint256)
rewardPerTokenStored(uint256) view returns (uint256)
rewardRate(uint256) view returns (uint256)
rewardTokens(uint256) view returns (address)
unclaimedRewards(uint256, address) view returns (uint256)
userRewardPerTokenPaid(uint256, address) view returns (uint256)
State-modifying
Events claimRewards()
emergencyWithdraw(address _token)
notifyRewardAmount(uint256 amount, uint256 extraAmount)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
unstake(uint256 amount)
unstakeAndClaimRewards(uint256 unstakeAmount)
RewardAdded(address indexed rewardToken, uint256 amount)
RewardPaid(address indexed user, address indexed rewardToken, uint256 amount)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 amount)
constructor(address _stakingToken, address _rewardsDistributor, address _yflToken, address _extraRewardToken, uint256 _rewardsDuration, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.