Auction tokens can be stuck in the FjordAuctionFactory contract
When a new auction is created and started, users can bid Fjord points to earn rewards from the auctioned tokens. If totalBids == 0
(i.e., no bids are made), the total auction tokens are returned to the owner, which is the FjordAuctionFactory
contract.
These tokens cannot be withdrawn from the factory contract and cannot be used for newly created auctions in the future.
The variable totalTokens
is an input parameter set by msg.sender
when the auction is created and tokens are transferred to the newly created auction. The msg.sender
cannot reuse the tokens that are stuck in the contract.
Auction tokens can be stuck in the factory contract forever.
Manual
Return the auction tokens to the msg.sender
of the createAuction()
function when the auction is created.
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.