Description: In BidBeastNFTMarletPlace:placeBid, the initial bid use logic greater than > instead of greater than or equal >= to the minimum bid amount.
resulting in a revert when a user attempts to place an initial bid that exactly matches the minimum bid amount.
Impact: This issue prevents users from placing an initial bid that matches the minimum bid amount,
potentially leading to user frustration and loss of bidding opportunities.
Proof of Concept: add the following test to BidBeastMarketPlaceTest.t.sol and run testInitialBidEqualToMinPriceReverts
Recommended Mitigation:
change the comparison operator in BidBeastNFTMarletPlace:placeBid from > to >= to allow bids that match the minimum price.
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.