MentoExpansionController
The contract controls how new GoodDollar tokens are minted and distributed for UBI.
MentoExpansionController
Contract Specs
Events
ExpansionConfigSet
Parameter name
Annotation
event ExpansionConfigSet(
bytes32 indexed exchangeId,
uint64 expansionRate,
uint32 expansionfrequency
);RewardMinted
Parameter name
Annotation
InterestUBIMinted
Parameter name
Annotation
ExpansionUBIMinted
Parameter name
Annotation
Functions
setExpansionConfig
Parameter name
Annotation
mintUBIFromInterest
Parameter name
Annotation
mintUBIFromReserveBalance
Parameter name
Annotation
mintUBIFromExpansion
Parameter name
Annotation
mintRewardFromRR
Parameter name
Annotation
Last updated
Was this helpful?