The FjordAuctionFactory
is the owner of all created FjordAuction
s.
When creating a FjordAuction
, the constructor
marks the msg.sender
as the owner:
In the context of creating new auctions via aFjordAuctionFactory
, this means the factory itself is given ownership:
If an auction ends with no bids, any tokens remaining on the FjordAuction
are designed to be transferred to the owner
:
For auctions created via the factory, this will result in auctionToken
s stuck on the FjordAuctionFactory
itself.
Manual Review
Either specify the owner
of the FjordAuction
via constructor
argument or add the capability for the owner
of the FjordAuctionFactory
to rescue tokens.
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.