ReportInstanceCreated:
uint256 indexed reportId,
address indexed token1Address,
address indexed token2Address,
uint256 feePercentage,
uint256 multiplier,
uint256 exactToken1Report,
uint256 ethFee,
address creator,
uint256 settlementTime,
uint256 escalationHalt,
uint256 disputeDelay,
uint256 protocolFee,
uint256 settlerReward,
bool timeType,
address callbackContract,
bytes4 callbackSelector,
bool trackDisputes,
uint256 callbackGasLimit,
bool keepFee,
bytes32 stateHash,
uint256 blockTimestamp
ReportDisputed and InitialReportSubmitted:
uint256 indexed reportId,
address reporter,
uint256 amount1,
uint256 amount2,
address indexed token1Address,
address indexed token2Address,
uint256 swapFee,
uint256 protocolFee,
uint256 settlementTime,
uint256 disputeDelay,
uint256 escalationHalt,
bool timeType,
address callbackContract,
bytes4 callbackSelector,
bool trackDisputes,
uint256 callbackGasLimit,
bytes32 stateHash,
uint256 blockTimestamp
ReportDisputed2 and InitialReportSubmitted2:
uint256 reportId
uint256 multiplier
address protocolFeeRecipient
ReportInstanceCreated2:
uint256 reportId
address protocolFeeRecipient