When there is no bidder for one auction, the auction tokens will be transferred back to AuctionFactory, auction tokens will be locked in auctionFactory because the owner cannot withdraw tokens from auction factory.
When the project owner creates one auction via FjordAuctionFactory, one new auction contract will be created and the FjordAuctionFactory will become the new auction contract's owner.
FjordAuction.sol:
If there is no any bidder in one auction, the auction tokens in this auction contract will be returned back to the owner when the auction ends. The problem is that the owner is auctionFactory, and the factory's owner cannot withdraw auctionTokens from auctionFactory contract.
The output is as below:
When there is not any bidder in one auction, the auction tokens will be locked in the auctionFactory and not be return back to the initial factory owner.
Manual
Add one withdraw function in FjordAuctionFactory contract, and the factory owner can withdraw funds in FjordAuctionFactory contract.
An auction with 0 bids will get the `totalTokens` stuck inside the contract. Impact: High - Tokens are forever lost Likelihood - Low - Super small chances of happening, but not impossible
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.