After the auction ends, there is no mechanism for the owner to withdraw any remaining ZENO tokens.
This could lead to locked funds if not all tokens are sold during the auction.
function checkAuctionEnded() external {
require(block.timestamp >= state.endTime, "Auction not ended");
emit AuctionEnded(getPrice());
}
Add a function for the owner to withdraw remaining ZENO tokens after the auction ends.
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.