MorpheusAI

MorpheusAI
Foundry
22,500 USDC
View results
Submission Details
Severity: low
Invalid

Some tokens may revert on large transfers

Summary

Tokens like:

have the limit set by uint96.

Transfers that approach or exceed this limit will revert.
Be cautious of such transfers, especially if batching is not implemented to handle these scenarios.

Vulnerability Details

File: contracts/Distribution.sol
204: IERC20(depositToken).safeTransferFrom(_msgSender(), address(this), amount_)
278: IERC20(depositToken).safeTransfer(user_, amount_)
327: IERC20(depositToken).safeTransfer(l1Sender, overplus_)
Updates

Lead Judging Commences

inallhonesty Lead Judge
over 1 year ago
inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Incorrect statement

Support

FAQs

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