IMorphoLiquidateCallback
morpho/IMorphoCallbacks.sol
onMorphoFlashLoan(uint256,bytes)
[
{
"inputs": [
{
"internalType": "uint256",
"name": "assets",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
}
],
"name": "onMorphoFlashLoan",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
Was this page helpful?