Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: medium
Invalid

Bad interface implementation of ILoveToken_transferFrom()

Summary

Vulnerability Details

This contract supports a bad interface implementation of
transferFrom because it does not returns a bool value.

Impact

: Interacting with this function can cause arithmetics problems

Tools Used

Foundry

Recommendations

Use instead this line of code: function transferFrom(address from, address to, uint256 amount) external
returns(bool);

Updates

Lead Judging Commences

0xnevi Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Other

Support

FAQs

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