StakingRewards
Verified contract
Active on
Ethereum with 1,605 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x21e5…5912
0xe121…9094
0xcf5f…4892
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HYPE | ERC-20 | 2.162996K | -- | -- | |
UNI-V2 | ERC-20 | 116.325567 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12758480 | 3 years ago | | | 0 | 0.00064958800 | |
| 11856501 | 4 years ago | | | 0 | 0.0075742800 | |
| 11856492 | 4 years ago | | | 0 | 0.024900840 | |
| 11804104 | 4 years ago | | | 0 | 0.013139568 | |
| 11654502 | 4 years ago | | | 0 | 0.015099480 | |
| 11651345 | 4 years ago | | | 0 | 0.014413140 | |
| 11650750 | 4 years ago | | | 0 | 0.0098338800 | |
| 11645963 | 4 years ago | | | 0 | 0.0091925400 | |
| 11631826 | 4 years ago | | | 0 | 0.012707820 | |
| 11437311 | 4 years ago | | | 0 | 0.0046817823 |
ABI
ABI objects
Getter at block 21262450
DURATION() view returns (uint256)
604800
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1625971588
lastUpdateTime() view returns (uint256)
1625366788
lpt() view returns (address)
0x21e5501bf8b5c7182f243e01127976f884a95912
owner() view returns (address)
0x2cb037bd6b7fbd78f04756c99b7996f430c58172
periodFinish() view returns (uint256)
1625971588
rewardPerToken() view returns (uint256)
32986647895153040061
rewardPerTokenStored() view returns (uint256)
23061328586588141006
rewardRate() view returns (uint256)
1909008584231804
rewardReceiver() view returns (address)
0xcf5ff79a453788914d9aac49d0c80f5e564e4892
rewardToken() view returns (address)
0xe1212f852c0ca3491ca6b96081ac3cf40e989094
starttime() view returns (uint256)
1604046488
totalSupply() view returns (uint256)
116325566548481551033
Read-only
balanceOf(address) view returns (uint256)
earned(address _account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 _reward)
renounceOwnership()
stake(uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardToken, address _lptoken, address _rewardReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.