IPreLiquidationCallback: Interface that pre-liquidators must implement to receive callbacks during pre-liquidation
morpho/IPreLiquidationCallback.sol
onPreLiquidate(uint256,bytes)
[ { "inputs": [ { "internalType": "uint256", "name": "repaidAssets", "type": "uint256" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "onPreLiquidate", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]
Was this page helpful?