Flow

Sablier
FoundryDeFi
20,000 USDC
View results
Submission Details
Severity: low
Invalid

Limited Reusability

Contract: NoDelegateCall.sol

Description: The NoDelegateCall modifier is enforced on all functions in contracts that inherit from it, which may not always be necessary for all functions.

  • Impact:

    • This could restrict the flexibility of derived contracts, preventing legitimate use cases where delegate calls are needed for functionality.

  • Recommendations:

    • Allow derived contracts to opt into the no delegate call feature on a per-function basis, rather than enforcing it globally.

    • Consider using an interface or a configuration variable that can be set at deployment time to determine whether to enable this feature.

Updates

Lead Judging Commences

inallhonesty Lead Judge 10 months ago
Submission Judgement Published
Invalidated
Reason: Lack of quality
inallhonesty Lead Judge 10 months ago
Submission Judgement Published
Invalidated
Reason: Lack of quality

Support

FAQs

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