ETHLPStakingRewards
Verified contract
Active on
Ethereum with 1,653 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeeaa…6107
0x5005…0e79
Balances ($1,753.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOVI | ERC-20 | 21.767322K | $0.080565 |
$1,753.68 | |
ETH-LP-V2 | ERC-20 | 38.580746K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19377872 | 8 months ago | | | 0 | 0.0080974044 | |
| 19377862 | 8 months ago | | | 0 | 0.0070696288 | |
| 18936109 | 10 months ago | | | 0 | 0.0023411762 | |
| 18480551 | a year ago | | | 0 | 0.0029005799 | |
| 18480486 | a year ago | | | 0 | 0.0027797324 | |
| 18479259 | a year ago | | | 0 | 0.0041492092 | |
0x | 18474635 | a year ago | | | 0 | 0.00030901997 | |
| 17487670 | a year ago | | | 0 | 0.0017178951 | |
| 16542024 | 2 years ago | | | 0 | 0.0027302899 | |
| 16541908 | 2 years ago | | | 0 | 0.0046101876 |
ABI
ABI objects
Getter at block 21210873
getRewardForDuration() view returns (uint256)
9099331716007390435200
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1653300087
lastUpdateTime() view returns (uint256)
1653300087
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xcedad8c0ae5e0a878c01cc8c81e0ca2dba909ded
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1653300087
rewardPerToken() view returns (uint256)
8353955617464038423
rewardPerTokenStored() view returns (uint256)
8353955617464038423
rewardRate() view returns (uint256)
15045191329377299
rewardsDistribution() view returns (address)
0x70ba42b4594ffff9e843275019fe99fbe0a9a0ff
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0xeeaa40b28a2d1b0b08f6f97bb1dd4b75316c6107
stakingToken() view returns (address)
0x5005e8dc0033e78af80cfc8d10f5163f2fcf0e79
totalSupply() view returns (uint256)
38580745711438658502897
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events acceptOwnership()
exit()
getReward()
nominateNewOwner(address _owner)
notifyRewardAmount(uint256 reward)
recoverERC20(address tokenAddress, uint256 tokenAmount)
setPaused(bool _paused)
setRewardsDistribution(address _rewardsDistribution)
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseChanged(bool isPaused)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _owner, address _rewardsDistribution, address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.