Blockdaemon has introduced a new `batchDeposit()` function to enhance efficiency compared to the previous implementation. The system is generally well-structured, following best practices in code design. However, the audit identified a potential security risk where an attacker could forcibly send ETH into the contract, leading to a Denial-of-Service (DoS) condition that would prevent future deposits. **Fix-Review Update**: The Blockdaemon team fixed all issues in this report at commit `91ebb0f3ab9ed4a3a0c3cf519604c514b7733fac`.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | - | 2 | - | - | 2 |
Total | 0 | 2 | 0 | 0 | 2 |
# | File Name |
---|---|
1 | BatchDeposit2.sol |