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
Parameter name
Annotation
event ReputationEarned(
address claimer,
uint256 month,
uint256 claims,
uint256 reputation
);MonthlyDistributionSet
Parameter name
Annotation
event MonthlyDistributionSet(uint256 reputationAmount);updateClaim
Parameter name
Annotation
claimReputation
Parameter name
Annotation
Last updated
Was this helpful?