Sparkn

CodeFox Inc.
DeFiFoundryProxy
15,000 USDC
View results
Submission Details
Severity: low

Contract functions should use an interface

Summary

All external/public functions should extend an interface.

Vulnerability Details

All external/public functions should extend an interface. This is useful to make sure that the whole API is extracted.

Impact

protocol can't be sure that the whole API is extracted if external/public functions do not extend an interface

Tools Used

Manual review

Recommendations

extend an interface for each external/public function

Support

FAQs

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