Variable totalTokens on FjordAuction represents the amount of tokens available for distribution in the auction. It is set in the constructor. Admin input is trusted here but the amount of auction tokens the protocol gains could change in the meantime thus breaking the auction contract.
If the amount of tokens to be auctioned off were to change in the meantime (from contract deployment to auction end) - the auction could not be closed because it expects to transfer the totalTokens to the contract owner.
On some conditions - auction CANNOT be ended - so funds can't be distributed.
Manual review
Add a function to change the totalTokens variable on FjordAuction contract OR transfer the tokens to the contract in the same transaction where you set the totalTokens variable.
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.