Current interfaces

Reference

There is no supported public deployment of the published source, so there are no addresses to list. Pin your own chain ID, escrow address and source revision before integrating.

Current source: primary calls

CallCallerEffect
openDealBuyerConsumes seller acceptance, pulls principal and creates Funded deal.
revokeAcceptanceSellerInvalidates an unused signed acceptance before a buyer consumes it.
postBondSellerPulls the exact signed seller bond before deadline.
submitDeliverySellerStores non-zero evidence commitment and enters Delivered.
recordVerificationNamed verifierStores Pass/Fail/Inconclusive and starts challenge window.
acceptBuyerImmediately accepts a Pass and releases credits.
challengeDisadvantaged partyPulls challenger bond and enters Disputed.
submitEvidenceBuyer or sellerEmits dispute evidence reference; stores no evidence string.
submitRulingNamed arbitrator contractSettles Release or Refund before ruling deadline.
finalizeAnyoneSettles elapsed unchallenged verdict or lapsed dispute.
claimTimeoutAnyoneRefunds a pre-verdict deadline expiry without slashing.
cancelMutuallyCounterparty to signerConsumes revision-bound offer and unwinds active deal.
withdrawCredit beneficiaryPulls full or partial token credit.

Events available for record reconstruction

DealOpened, DealParties, MetaEvidence, AcceptanceRevoked, BondPosted, DeliverySubmitted, VerificationRecorded, Challenged, Evidence, RulingSubmitted, Settled, BondSlashed and Withdrawn, plus Paused, Unpaused and the pauser-transfer events. The current release does not include a supported indexer.

Important reads

getDeal(dealId)Full stored deal record; use instead of assuming event-only state.
disputes(dealId)Challenger and ruling deadline for an open dispute.
challengeEndsAt(dealId)Computed end of the full post-verdict challenge window.
withdrawable(token, account)Beneficiary credit awaiting pull withdrawal.
tokenAccounting(token)Recorded liability and actual contract balance.
paused()Whether new deal opening is blocked; existing resolution paths remain active.

Public surface

Website and documentationsinetti.ai
Source repositorygithub.com/Sinetti-ai/Sinetti · Apache-2.0
Outcome APINone is supported by the current release.