lacks a zero-check on :
i_wethToken = wethToken
The in constructor we don;t check if token is not zero
Can deploy unusable Contract with address(0x0) as token used.
slither, forge, static code analyze
Do zero check on input address if it is not 0x0
require(wethToken!=address(0x0), "You entered zeros ");
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.