StakingRewards
Verified contract
Active on
Ethereum with 51 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x04e6…c233
0x638d…c0f5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PHI | ERC-20 | 8.073187K | -- | -- | |
UNI-V2 | ERC-20 | 1.983072 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15576171 | 2 years ago | | | 0 | 0.0018388564 | |
| 15539351 | 2 years ago | | | 0 | 0.0010256415 | |
| 15525390 | 2 years ago | | | 0 | 0.0013000350 | |
| 15525389 | 2 years ago | | | 0 | 0.0015229650 | |
| 15520464 | 2 years ago | | | 0 | 0.00069964124 | |
| 15518910 | 2 years ago | | | 0 | 0.00089202670 | |
| 15484235 | 2 years ago | | | 0 | 0.0012812359 | |
| 15473302 | 2 years ago | | | 0 | 0.00036724500 | |
| 15473192 | 2 years ago | | | 0 | 0.00059315500 | |
| 15467249 | 2 years ago | | | 0 | 0.00079269827 |
ABI
ABI objects
Getter at block 21204138
getRewardForDuration() view returns (uint256)
20562499999999997968760
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1663632307
lastUpdateTime() view returns (uint256)
1663632307
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xcb7f07ee6feedc7f03fb43f90bde87c2a8f5a71c
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1663632307
rewardPerToken() view returns (uint256)
499234319875799272936155959407
rewardPerTokenStored() view returns (uint256)
499234319875799272936155959407
rewardRate() view returns (uint256)
9431794309136260
rewardsDistribution() view returns (address)
0xcb7f07ee6feedc7f03fb43f90bde87c2a8f5a71c
rewardsDuration() view returns (uint256)
2180126
rewardsToken() view returns (address)
0x04e60c5f1c3a9fff297a7498d6fa571f5266c233
stakingToken() view returns (address)
0x638dc95c10897cee1c9839da5f16fde11d71c0f5
totalSupply() view returns (uint256)
1983071702873140160
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.