Beginner FriendlySolidity
100 EXP
View results
Submission Details
Severity: high
Valid

Securities vulnerability 3

Summary

Functional Issues

Vulnerability Details

Missing Fallback/Receive Functions for ETH Deposits

Impact

The contract allows sending ETH but doesn't have a fallback/receive function to accept ETH deposits. Any direct ETH transfer to the contract will fail.

Tools Used

Recommendations

Add a fallback function to accept ETH deposits

receive() external payable {}
Updates

Lead Judging Commences

0xtimefliez Lead Judge 3 months ago
Submission Judgement Published
Validated
Assigned finding tags:

Missing receive() or fallback() function

Support

FAQs

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