StakingRewards
Verified contract
Active on
Ethereum with 2,001 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x96b8…b0cc
0xe121…9094
0x4be8…45e9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HYPE | ERC-20 | 4.150689K | -- | -- | |
UNI-V2 | ERC-20 | 70.767888 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12370978 | 4 years ago | | | 0 | 0.0079462710 | |
| 11858175 | 4 years ago | | | 0 | 0.022267314 | |
| 11814863 | 4 years ago | | | 0 | 0.0061696620 | |
| 11814862 | 4 years ago | | | 0 | 0.019383534 | |
| 11680265 | 4 years ago | | | 0 | 0.011879850 | |
| 11437327 | 4 years ago | | | 0 | 0.0056145000 | |
| 11397431 | 4 years ago | | | 0 | 0.0018429702 | |
| 11395069 | 4 years ago | | | 0 | 0.0041996460 | |
| 11382946 | 4 years ago | | | 0 | 0.0076357200 | |
| 11375068 | 4 years ago | | | 0 | 0.0050311800 |
ABI
ABI objects
Getter at block 21210056
DURATION() view returns (uint256)
604800
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1620779215
lastUpdateTime() view returns (uint256)
1620174415
lpt() view returns (address)
0x96b878255ed11e149938c9936f9aad87d955b0cc
owner() view returns (address)
0x2cb037bd6b7fbd78f04756c99b7996f430c58172
periodFinish() view returns (uint256)
1620779215
rewardPerToken() view returns (uint256)
145338105535975615278
rewardPerTokenStored() view returns (uint256)
111919672105090551292
rewardRate() view returns (uint256)
3910304139563248
rewardReceiver() view returns (address)
0x4be857b93d5075aba72ccf2461906ffde1e145e9
rewardToken() view returns (address)
0xe1212f852c0ca3491ca6b96081ac3cf40e989094
starttime() view returns (uint256)
1604046415
totalSupply() view returns (uint256)
70767887683872747042
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.