Dispute Deal

circle-check

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).


circle-exclamation

blockchain explorer logs

dipute deal widget

Last updated