The Standard

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

It is recommended to use safeTransfer

Summary

The safeTransfer function is not used when implementing the token transfer function.

Vulnerability Details

The return value is not checked.
##Impact
Unable to handle non-standard ERC20 token implementations. Especially those tokens that will not revert but return false when the transfer fails.

Tools Used

Recommendations

It is recommended to use the safeTransfer function to transfer tokens.

Updates

Lead Judging Commences

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