contracts
contracts copied to clipboard
Fix: update isAuctionExpired function
Issue: This view function is semantically wrong, the auction is expired only if endTimestamp is less than block.timestamp.
Solution: Fixes operator sign to <= instead of >=