StakersDistribution
Staking contracts will update this contract with staker token stake amount.
Events
ReputationEarned
Parameter name
Annotation
event ReputationEarned(
address staker,
address[] stakingContracts,
uint256 reputation
);getChainBlocksPerMonth
function getChainBlocksPerMonth() public pure override returns (uint256);setMonthlyReputationDistribution
Parameter name
Annotation
userStaked
Parameter name
Annotation
userWithdraw
Parameter name
Annotation
claimReputation
Parameter name
Annotation
getUserPendingRewards
Parameter name
Annotation
getUserMintedAndPending
Parameter name
Annotation
Last updated
Was this helpful?