The `BidBeastsNFTMarket::placeBid` function incorrectly requires the first bid to be strictly greater than the minimum price `(msg.value > requiredAmount)` instead of allowing it to equal the minimum price. This prevents users from bidding exactly at the minimum price, which should be a valid bid according to auction logic.
Likelihood:
When exactly minimum amount is used to bid
adding the equal sign will solve the issue
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.