ClaimersDistribution
The contract provides callbacks that can be used by UBIScheme contract to update when a citizen has claimed. It will distribute GOOD tokens each month pro rata based on number of claims.
Events
ReputationEarned
Emitted when user claims the reputation rewards.
claimer
The user who claimed the rewards.
month
The number of months for which the claimer
has acquired reputation rewards.
claims
The amount of claimers claims.
reputation
The size of the reputation reward in wei.
MonthlyDistributionSet
Emitted when the Avatar updates the monthly reputation distribution.
reputationAmount
The new value of the parameter.
updateClaim
The function increases user count of claims if he claimed today. (This function is called automatically by latest version of the UBIScheme contract).
_claimer
The user address to update.
claimReputation
The function mints reputation to the user according to his share in last month claims.
_claimer
The user to distribute reputation to.
Last updated