The Standard

The Standard
DeFiHardhat
20,000 USDC
View results
Submission Details
Severity: low
Invalid

Unused Return Value

Summary

The return value of some external calls are not stored in a local or state variable nor checked.

Vulnerability Details

In the contracts indicated in the "Relevant GitHub Links", there are instances where external methods are being called, and the return values are ignored.

Similar findings from other contests:

  • https://solodit.xyz/issues/unused-returns-halborn-matrixswap-staking-pdf

Impact

Tools Used

Manual Analysis.

Recommendations

Add return value check to avoid unexpected crash of the contract. Return value check will help in handling the exceptions better way.

Updates

Lead Judging Commences

hrishibhat Lead Judge over 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.