arbitova_escalate_if_expired
Escalate a delivered escrow to disputed when the buyer misses the review deadline, freeing stuck funds and moving to arbitration. Verify status and deadline first via get_escrow.
Instructions
Permissionlessly escalate a DELIVERED escrow to DISPUTED after the review window has expired. Any address can call this — buyer, seller, or an independent watcher. Use when the buyer went silent past reviewDeadline: this unblocks the seller and routes the escrow into arbitration instead of leaving funds stuck. Only valid when status is DELIVERED and block.timestamp > reviewDeadline. Call arbitova_get_escrow first to verify status and deadline before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| escrowId | Yes | The escrow ID to escalate |