StakingRewards
Verified contract
Active on
Ethereum with 5,040 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x26c8…e099
0x9c4c…1f32
Balances ($438,869.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CELL | ERC-20 | 626.407346K | $0.700613 |
$438,869.13 | |
LUNASWAP | ERC-20 | 1.639905B | -- | -- | |
UNI-V2 | ERC-20 | 541.377936 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285711 | 5 days ago | | | 0 | 0.00055470560 | |
| 21130345 | a month ago | | | 0 | 0.0019645360 | |
| 20906917 | 2 months ago | | | 0 | 0.0019266433 | |
| 20272707 | 5 months ago | | | 0 | 0.00029249685 | |
| 19882654 | 7 months ago | | | 0 | 0.00023188835 | |
| 19882654 | 7 months ago | | | 0 | 0.00046152992 | |
| 19878926 | 7 months ago | | | 0 | 0.00056076747 | |
| 19838816 | 7 months ago | | | 0 | 0.00045352897 | |
| 19493715 | 8 months ago | | | 0 | 0.0014234057 | |
| 19325879 | 9 months ago | | | 0 | 0.0054775440 |
ABI
ABI objects
Getter at block 21321039
getRewardForDuration() view returns (uint256)
2905186656670444102118400
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1636119530
lastUpdateTime() view returns (uint256)
1636119530
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x50c54e63c2f34d70c83615783a82cbc61a37c91c
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1636119530
rewardPerToken() view returns (uint256)
179494191490751817639
rewardPerTokenStored() view returns (uint256)
179494191490751817639
rewardRate() view returns (uint256)
200147890257829317
rewardsDistribution() view returns (address)
0x50c54e63c2f34d70c83615783a82cbc61a37c91c
rewardsDuration() view returns (uint256)
14515200
rewardsToken() view returns (address)
0x26c8afbbfe1ebaca03c2bb082e69d0476bffe099
stakingToken() view returns (address)
0x9c4cc862f51b1ba90485de3502aa058ca4331f32
totalSupply() view returns (uint256)
541377935689322463247
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)
updatePeriodFinish(uint256 timestamp)
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.