StakingRewards
Verified contract
Active on
Ethereum with 20,027 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaf9f…36e5
Balances ($27,132.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RFuel | ERC-20 | 18.852502M | $0.001439 |
$27,132.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161678 | a day ago | | | 0 | 0.0010963085 | |
| 21061227 | 16 days ago | | | 0 | 0.00041142971 | |
| 20888658 | a month ago | | | 0 | 0.00035561515 | |
| 20856052 | a month ago | | | 0 | 0.00023692767 | |
| 20737043 | 2 months ago | | | 0 | 0.00020689386 | |
| 19918668 | 6 months ago | | | 0 | 0.00093804794 | |
| 19766275 | 6 months ago | | | 0 | 0.00025688769 | |
| 19766270 | 6 months ago | | | 0 | 0.00054169802 | |
| 19739843 | 7 months ago | | | 0 | 0.00049904522 | |
| 19588818 | 7 months ago | | | 0 | 0.00096224309 |
ABI
ABI objects
Getter at block 21172303
getAddressesLength() view returns (uint256)
2710
lastPauseTime() view returns (uint256)
0
minStakeBalance() view returns (uint256)
1000000000000000000000000
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd4eee3d50588d7dee8dcc42635e50093e0aa8cc0
paused() view returns (bool)
false
rewardDistributorBalanceOf() view returns (uint256)
339770134589210559104507
rewardPerIntervalDivider() view returns (uint256)
1000000000000000000000000
stakingToken() view returns (address)
0xaf9f549774ecedbd0966c52f250acc548d3f36e5
totalSupply() view returns (uint256)
18852502328995626216696185
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)
updateChunkUsersRewards(uint256 startIndex, uint256 endIndex)
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.