Normal behavior: Emit BidPlaced on bids and AuctionSettled only when the auction is finalized and assets move.
Issue: placeBid emits AuctionSettled during bidding, which misleads indexers/analytics and can break off-chain logic.
142:147:2025-09-bid-beasts/src/BidBeastsNFTMarketPlace.sol
Likelihood:
Triggers on every bid after the seller check
Affects all auctions
Impact:
Off-chain systems may believe the auction settled prematurely
Data integrity and user notification issues
Check the logs during any bid, as with any listeners for this event there's a wrong call to the auction settled event at bid time
Remove the unneeded call
placeBid emits AuctionSettled even though the auction hasn’t ended, causing misleading event logs.
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.