Lucene search
+L

2 matches found

Code423n4
Code423n4
•added 2022/06/14 12:0 a.m.•9 views

Missing receive() or fallback() payable function as native token is expected from WETH

Lines of code Vulnerability details receive or fallback payable function is missing in the current implementation of wfCashERC4626, calling WETH.withdraw will revert. WETH.withdrawdepositAmountExternal; As a result, mintInternal when isETH == true will revert. --- The text was updated successfull...

6.8AI score
SaveExploits0
Code423n4
Code423n4
•added 2021/09/29 12:0 a.m.•8 views

withdrawFromWETH always reverts

Handle cmichel Vulnerability details The TridentHelper.withdrawFromWETH used in TridentRouter.unwrapWETH function performs a low-level call to WETH.withdrawamount. It then checks if the return data length is more or equal to 32 bytes, however WETH.withdraw returns void and has a return value of 0...

6.8AI score
SaveExploits0
Rows per page
Query Builder