StakingRewards
Verified contract
Active on
Ethereum with 33,345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2bae…c7d2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OM | ERC-20 | 11.821316M | -- | -- | |
EC | ERC-20 | 0.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260047 | 2 days ago | | | 0 | 0.00050640671 | |
| 21258121 | 2 days ago | | | 0 | 0.00059356089 | |
| 21239379 | 5 days ago | | | 0 | 0.00073583868 | |
| 21237536 | 5 days ago | | | 0 | 0.0012483135 | |
| 21233265 | 6 days ago | | | 0 | 0.00072454368 | |
| 21228855 | 6 days ago | | | 0 | 0.00088223066 | |
| 21226893 | 7 days ago | | | 0 | 0.00069145353 | |
| 21222440 | 7 days ago | | | 0 | 0.0015401584 | |
| 21222186 | 7 days ago | | | 0 | 0.0016263589 | |
| 21222186 | 7 days ago | | | 0 | 0.0016750314 |
ABI
ABI objects
Getter at block 21273515
lastPauseTime() view returns (uint256)
0
minStakeBalance() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd4eee3d50588d7dee8dcc42635e50093e0aa8cc0
paused() view returns (bool)
false
rewardDistributorBalanceOf() view returns (uint256)
0
rewardPerIntervalDivider() view returns (uint256)
411
stakingToken() view returns (address)
0x2baecdf43734f22fd5c152db08e3c27233f0c7d2
totalSupply() view returns (uint256)
2305396859649024105805522
Read-only
allAddress(uint256) view returns (address)
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
getAddresses(uint256 i) view returns (address)
nextRewardApplicableTime(address account) view returns (uint256)
perIntervalRewardOf(address account) view returns (uint256)
rewardBalanceOf(address account) view returns (uint256)
stakeTime(address account) view returns (uint256)
stakedIntervalsCountOf(address account) view returns (uint256)
unstakingBalanceOf(address account) view returns (uint256)
unstakingTimeOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
addRewardSupply(uint256 amount)
exit()
lockInReward()
nominateNewOwner(address _owner)
removeRewardSupply(uint256 amount)
setMinStakeBalance(uint256 _minStakeBalance)
setPaused(bool _paused)
setRewardsDivider(uint256 _rewardPerIntervalDivider)
setRewardsInterval(uint256 _rewardInterval)
stake(uint256 amount)
stakeReward()
unstake(uint256 amount)
withdrawReward()
withdrawUnstakedBalance(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)
RewardWithdrawn(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _owner, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.