In DaiGoldAuction
, templeToken
will be locked in the contract if there are no bidders for an auction.
The auction can be started by auctionStarter
using startAuction
function. This function calls _distributeGold
which mints the templeToken
to DaiGoldAuction
contract according to DistributionParams
. The number of templeToken
minted plus carry-forward from previous auction will be set as totalAuctionTokenAmount
in EpochInfo
for that auction. Once the auction is started and cooldown period has passed, no one will be able to totalAuctionTokenAmount
is reserved for bidders of that auction. If there are no bidders for that auction, totalAuctionTokenAmount
set for that auction will be permanantly locked in the contract.
SpiceAuction
has an function recoverAuctionTokenForZeroBidAuction
for such scenarios but DaiGoldAuction
is lacking this functionality.
The templeToken
can be permanantly locked in the contract if there are no bidders for an auction.
Manual review
Introduce a function which can recover templeToken
(i.e. auctionToken
) if there are no bidders for the completed auction.
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.