Incorrect token minting recipient in FjordToken contract.
In the FjordToken contract, the initial token supply is minted to the deployer of the contract (msg.sender) instead of the FjordAuction contract.
The constructor mints the initial token supply to msg.sender, which is the address deploying the FjordToken contract.
The FjordAuction contract will not have the tokens it needs to transfer.
Manual review
Modify the FjordToken constructor to accept the FjordAuction contract address and mint tokens directly to it.
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.