There is no implemented code in the stability pool that can call RAACMinter.sol::mintRewards()
The stability pool calls this function, which does not interact with mintRewards()
at all
If RAACMinter.sol::tick()
is used on the place of RAACMinter.sol::mintRewards()
, then there is a bit different reward distribution logic.
tick()
mints new tokens based on block time but does not handle direct reward transfers.
tick()
does not consider pending rewards or excess tokens first, while mintRewards()
does.
If rewards were supposed to be distributed through mintRewards()
, but tick()
is used instead, users may not receive rewards correctly.
Manual
Add implementation in order to stabilityPool
to be able to call mintRewards()
.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.