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

Event ClaimedAll, SablierWithdrawn in FjordStaking were not used.

Summary

Although the events were defined as ClaimedAll and SablierWithdrawn in FjordStaking, no places used them.

event ClaimedAll(
address indexed user,
uint256 totalRewardAmount,
uint256 totalPenaltyAmount
);
event SablierWithdrawn(
address indexed user,
uint256 streamID,
address caller,
uint256 amount
);

Vulnerability Details

Increase the vagueness of the code.

Impact

Tools Used

Recommendations

It seems it's the old code; if not needed, delete it.

Updates

Lead Judging Commences

inallhonesty Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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