If FjordAuction
contract is initiated with parameter _biddingTime = 0
then
the auction becomes inactive.
A FjordAuction
contract will become unusable if deployed with constructor parameter _biddingTime = 0
. As bid()
and unbid()
will revert
after deployment.
Manual analysis.
Consider adding a check for a minimum amount of biddingTime
on deployment of
FjordAuction.sol
.
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.