Dispute Deal
Admin can be contacted via the mention found into the telegram annoucement canal
UI Step: If there is a disagreement, either party can click "Dispute".
Technical Behavior:
Function:
disputeDeal(uint256 dealId)Only the buyer or seller can initiate the dispute.
Marks the deal as
disputed.Prevents expiration or auto-resolution.
Resolution:
Only the administrator can resolve a disputed deal using
resolveDispute(uint256 dealId, bool favorBuyer).
The Deal ID is displayed in the UI when you create a deal. If you lose it or need to retrieve it later, you can find it using a blockchain explorer by locating the DealCreated event in the transaction logs of the createDeal transaction (see the image below). Both buyer and seller need it to confirm the deal.


Last updated