The Standard

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

Unused/empty `receive`/`fallback`

Summary

Unused/empty receive/fallback

Vulnerability Details

If the intention is for the Ether to be used, the function should call another function, otherwise it should revert (e.g. require(msg.sender == address(weth))).

Impact

Instances (2):

File: contracts/LiquidationPoolManager.sol
31: receive() external payable {}

31

File: contracts/SmartVaultV3.sol
125: receive() external payable {}

125

Tools Used

Recommendations

Updates

Lead Judging Commences

hrishibhat Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Too generic
Assigned finding tags:

informational/invalid

Support

FAQs

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