StakingRewards
Verified contract
Active on
Ethereum with 400 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa21a…6b5c
0x05c0…aa51
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OSAK | ERC-20 | 0 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19350269 | 9 months ago | | | 0 | 0.0057836528 | |
| 17734531 | a year ago | | | 0 | 0.0040392282 | |
| 17691329 | a year ago | | | 0 | 0.0019988673 | |
| 17678826 | a year ago | | | 0 | 0.0071104330 | |
| 17678806 | a year ago | | | 0 | 0.0058461306 | |
| 17667642 | a year ago | | | 0 | 0.0022504324 | |
| 17659797 | a year ago | | | 0 | 0.0016135495 | |
| 17630400 | a year ago | | | 0 | 0.0077594080 | |
| 17615024 | a year ago | | | 0 | 0.0031220206 | |
| 17615020 | a year ago | | | 0 | 0.0028572085 |
ABI
ABI objects
Getter at block 21284263
getRewardForDuration() view returns (uint256)
99999999999999999999999998928000
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1687362359
lastUpdateTime() view returns (uint256)
1687362359
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd27b413f02649710ba393a9dd291a4e86bf9de53
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1687362359
rewardPerToken() view returns (uint256)
1543088238829044839777418
rewardPerTokenStored() view returns (uint256)
1543088238829044839777418
rewardRate() view returns (uint256)
25720164609053497942386831
rewardsDistribution() view returns (address)
0xd27b413f02649710ba393a9dd291a4e86bf9de53
rewardsDuration() view returns (uint256)
3888000
rewardsToken() view returns (address)
0xa21af1050f7b26e0cff45ee51548254c41ed6b5c
stakingToken() view returns (address)
0x05c024b441d2c288c2729b484bd4bcef3596aa51
totalSupply() view returns (uint256)
0
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.