StakingRewards
Verified contract
Active on
Ethereum with 11,028 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1b89…abd5
0x1b89…abd5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEWO | ERC-20 | 1.255903M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19374637 | 9 months ago | | | 0 | 0.0057647991 | |
| 19188754 | 10 months ago | | | 0 | 0.0047891220 | |
| 18963673 | a year ago | | | 0 | 0.0029190256 | |
| 18673157 | a year ago | | | 0 | 0.0043881686 | |
| 18606511 | a year ago | | | 0 | 0.0016767152 | |
| 17927655 | a year ago | | | 0 | 0.0023051499 | |
| 17927647 | a year ago | | | 0 | 0.0039693686 | |
| 17081212 | 2 years ago | | | 0 | 0.010623578 | |
| 17024350 | 2 years ago | | | 0 | 0.0020018898 | |
| 16935834 | 2 years ago | | | 0 | 0.0030286414 |
ABI
ABI objects
Getter at block 21275792
getRewardForDuration() view returns (uint256)
0
lastPauseTime() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1644091902
lastUpdateTime() view returns (uint256)
1644091902
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4a848f44146ca6d1d6aa34bcdf3c41093def1761
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1644091902
rewardPerToken() view returns (uint256)
424219245129372147
rewardPerTokenStored() view returns (uint256)
424219245129372147
rewardRate() view returns (uint256)
0
rewardsDistribution() view returns (address)
0x4a848f44146ca6d1d6aa34bcdf3c41093def1761
rewardsDuration() view returns (uint256)
172800
rewardsToken() view returns (address)
0x1b890fd37cd50bea59346fc2f8ddb7cd9f5fabd5
stakingToken() view returns (address)
0x1b890fd37cd50bea59346fc2f8ddb7cd9f5fabd5
totalSupply() view returns (uint256)
1093538420405772783454910
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.