The Standard

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

Unchecked transfer

Summary

The return value of an external transfer call is not checked, in claimRewards() function

Vulnerability Details

claimRewards() function ignores return value by IERC20(_token.addr).transfer(msg.sender,_rewardAmount)

Impact

Tools Used

slither, manual review

Recommendations

Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Updates

Lead Judging Commences

hrishibhat Lead Judge almost 2 years ago
Submission Judgement Published
Invalidated
Reason: Known issue
Assigned finding tags:

unchecked-transfer

informational/invalid

Support

FAQs

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