Skip to main content

IBosonDisputeEvents

View Source: contracts/interfaces/events/IBosonDisputeEvents.sol

↘ Derived Contracts: IBosonDisputeHandler

IBosonDisputeEvents

Defines events related to disputes within the protocol.

Events

DisputeRaised

event DisputeRaised(
uint256 indexed exchangeId
uint256 indexed buyerId
uint256 indexed sellerId
address executedBy
)

Parameters

NameTypeDescription
exchangeIduint256
buyerIduint256
sellerIduint256
executedByaddress

DisputeRetracted

event DisputeRetracted(
uint256 indexed exchangeId
address indexed executedBy
)

Parameters

NameTypeDescription
exchangeIduint256
executedByaddress

DisputeResolved

event DisputeResolved(
uint256 indexed exchangeId
uint256 _buyerPercent
address indexed executedBy
)

Parameters

NameTypeDescription
exchangeIduint256
_buyerPercentuint256
executedByaddress

DisputeExpired

event DisputeExpired(
uint256 indexed exchangeId
address indexed executedBy
)

Parameters

NameTypeDescription
exchangeIduint256
executedByaddress

DisputeDecided

event DisputeDecided(
uint256 indexed exchangeId
uint256 _buyerPercent
address indexed executedBy
)

Parameters

NameTypeDescription
exchangeIduint256
_buyerPercentuint256
executedByaddress

DisputeTimeoutExtended

event DisputeTimeoutExtended(
uint256 indexed exchangeId
uint256 newDisputeTimeout
address indexed executedBy
)

Parameters

NameTypeDescription
exchangeIduint256
newDisputeTimeoutuint256
executedByaddress

DisputeEscalated

event DisputeEscalated(
uint256 indexed exchangeId
uint256 indexed disputeResolverId
address indexed executedBy
)

Parameters

NameTypeDescription
exchangeIduint256
disputeResolverIduint256
executedByaddress

EscalatedDisputeExpired

event EscalatedDisputeExpired(
uint256 indexed exchangeId
address indexed executedBy
)

Parameters

NameTypeDescription
exchangeIduint256
executedByaddress

EscalatedDisputeRefused

event EscalatedDisputeRefused(
uint256 indexed exchangeId
address indexed executedBy
)

Parameters

NameTypeDescription
exchangeIduint256
executedByaddress