The mintRewards
function in RAACMinter.sol
is intended to be called exclusively by the stabilityPool
. However, there is no invocation of mintRewards
within StabilityPool.sol
, rendering the function uncallable. As a result, rewards cannot be minted as intended.
In RAACMinter.sol
, the function mintRewards
is restricted to be callable only by the stabilityPool
. However, upon reviewing StabilityPool.sol
, there is no reference to mintRewards
, which means that no contract actually calls this function. This results in the minting mechanism for RAAC tokens being non-functional, preventing the distribution of rewards.
In RAACMinter.sol
:
In StabilityPool.sol
, there is no function that invokes mintRewards
, effectively leaving it unused.
Rewards are never minted, preventing users from receiving incentives.
Manual code review
To resolve this issue, ensure that StabilityPool.sol
properly calls mintRewards
when appropriate.
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.