Overview

  • name: IMorphoLiquidateCallback
  • path: morpho/IMorphoCallbacks.sol
  • context: morpho
  • tags: morpho, defi, callbacks, hooks
  • title: IMorphoLiquidateCallback

Function signatures

onMorphoFlashLoan(uint256,bytes)

ABI

[
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "assets",
        "type": "uint256"
      },
      {
        "internalType": "bytes",
        "name": "data",
        "type": "bytes"
      }
    ],
    "name": "onMorphoFlashLoan",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  }
]