🚰Liquity Ratio

Trigger contract that verifies if the Liquity positions safety ratio for a given user rose above the predefined ratio or fell below that ratio.

Subscription Parameters:

  • address troveOwner- Owner of the Liquity position.

  • uint256 ratio- Predefined ratio that acts as a threshold.

  • uint8 state - if we want the trigger to be triggered when the current Liquity safety ratio is below the ratio parameter or above it.

Calldata Parameters: none

isChangeable: false

Last updated