In RAACMinter.sol
In the tick() function, excessTokens is increased, but the minted RAAC tokens will be sent to the stabilityPool address, not to the contract's own address (address(this)).
In the mintRewards() function, excessTokens is treated as the balance of the RAAC token, and it is used to calculate how much to send to the specified address.
So in mintRewards() function will revert when call safeTransfer by insufficient balance.
After tick(), mintRewards() will always revert. So users can't receive rewards.
Manual
Need to remove "excessTokens += amountToMint;" in tick() function.
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.