DeFiHardhat
12,000 USDC
View results
Submission Details
Severity: low
Invalid

Low findings

Low findings

L-1: Solidity pragma should be specific, not wide

L-2: public functions not used internally could be marked external

Functions like MultiFlowPump:readLastCappedReserves, MultiFlowPump:readCappedReserves, MultiFlowPump:readLastInstantaneousReserves, MultiFlowPump:readInstantaneousReserves could be marked external.

L-3 Check also for b == 0 in LibMath:roundUpDiv because cannot divide to zero

+if (a == 0 || b == 0) return 0;
Updates

Lead Judging Commences

giovannidisiena Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Informational/Invalid

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.