Steadefi

Steadefi
DeFiHardhatFoundryOracle
35,000 USDC
View results
Submission Details
Severity: medium
Invalid

Unchecked return value of low-level call()/delegatecall()

[M-1] Unchecked return value of low-level call()/delegatecall()

The function being called may revert, which will be indicated by the return value to call()/delegatecall(). If the return value is not checked, the code will continue on as if there was no error, rather than reverting with the error encountered.

file: /contracts/strategy/gmx/GMXDeposit.sol
209 (bool success, ) = self.depositCache.user.call{value: address(this).balance}("");
file: /contracts/strategy/gmx/GMXVault.sol
699 (bool success, ) = _store.refundee.call{value: address(this).balance}("");
Updates

Lead Judging Commences

hans Lead Judge almost 2 years ago
Submission Judgement Published
Invalidated
Reason: Lack of quality

Support

FAQs

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