20,000 USDC
View results
Submission Details
Severity: gas
Valid

Use external instead of public for functions that are not called internally, to save gas.

Summary

Use external instead of public for functions that are not called internally, to save gas.

Vulnerability Details

The below functions are not called internally anywhere so they can be external instead of public. This will save gas.
borrow, startAuction, repay, refinance, seizeLoan

Impact

Cost more gas

Tools Used

Manual review

Recommendations

Use external instead of public for functions that are not called internally, to save gas.

Support

FAQs

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