Submitted by Hound
Note: this finding was reported via the winning Automated Findings report. It was declared out of scope for the audit, but is being included here for completeness.
The call/delegatecall function returns a boolean value indicating whether the call was successful. However, it is important to note that this return value is not being checked in the current implementation.
As a result, there is a possibility that the call wasnt successful, while the transaction continues without reverting.
There are 11 instances of this issue.
[113, 116, 128, 139]
[434, 435, 436, 437, 438, 464]
[82]
a2rocket (NextGen) confirmed
0xsomeone (judge) commented:
