The documentation for the BidBeastsNFTMarketPlace contract specifies that auctions should have a fixed duration of exactly 3 days. However, the contract code does not implement or enforce this auction deadline. The constants defined in the contract are as follows:
There is no constant or logic in the contract to enforce a 3-day auction duration, nor is there any mechanism to automatically close an auction after 3 days. The S_AUCTION_EXTENSION_DURATION constant only specifies a 15-minute extension for auctions (likely for last-minute bids), but it does not address the overall auction duration. This omission allows auctions to potentially remain open indefinitely, which contradicts the documented requirement and could lead to operational issues.
Non-Compliance with Documentation: The contract does not adhere to the specified 3-day auction deadline, leading to a mismatch between the documented behavior and the actual implementation.since the actual implementation allow the auction to be extended infinetly
Enforce Deadline for the auctions as mentioned in the documentation
Documentation for BidBeasts Marketplace is incomplete or inaccurate, potentially leading to misconfigurations or security misunderstandings.
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.