Here in the _redeemWTokenPrivate ,when we get the _collateralToken address from the _wTokenToCollateralToken, we do not check for the zero address of the _collateralToken.this will cause a issue in the _createContingentPool.
_amountReturned will be wrongly calculated.
if (_collateralToken == address(0)) {
return 0;
}
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.