Skip to content

Events ​

Git Source

Events ​

LogSetRanges ​

emitted when multisig successfully changes the upper and lower range percent configs

solidity
event LogSetRanges(address dex, uint256 upperPercent, uint256 lowerPercent, uint256 shiftTime);

LogSetThresholdConfig ​

emitted when multisig successfully changes threshold configs

solidity
event LogSetThresholdConfig(
    address dex, uint256 upperPercent, uint256 lowerPercent, uint256 thresholdShiftTime, uint256 shiftTime
);