Normal behavior: First bid typically allowed at exactly minPrice.
Issue: Code requires strictly greater than minPrice, contradicting typical UX and the included test expectations.
148:153:2025-09-bid-beasts/src/BidBeastsNFTMarketPlace.sol
Likelihood:
Every first bid at exactly minPrice
Very common scenario
Impact:
Prevents expected bids; test failures
Poor UX and reduced auction participation
When attempting to place a bid at the min price, it'll revert even though according to the tests it should allow this behavior
Change the operator to support exact min price first bids
First bid validation uses > instead of >=, preventing valid starting bids.
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.