Some tokens do not implement the ERC20 standard properly but are still accepted by most code that accepts ERC20 tokens.
It is not implemnted safely at LiquidationPoolManager.forwardRemainingRewards() and LiquidationPool.claimRewards()
For example Tether (USDT)'s transfer() and transferFrom() functions do not return booleans as the specification requires, and instead have no return value.
Consider using OpenZeppelin’s SafeERC20's safeTransfer()/safeTransferFrom() instead
LOW
Manual review
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.