Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save simplemachine92/3e1f2568af148fa9c11ed619613c6267 to your computer and use it in GitHub Desktop.
Save simplemachine92/3e1f2568af148fa9c11ed619613c6267 to your computer and use it in GitHub Desktop.
AAVE v2 LiqData ABI
[
{
"inputs": [
{
"internalType": "address",
"name": "collateralAsset",
"type": "address"
},
{
"internalType": "address",
"name": "debtAsset",
"type": "address"
},
{
"internalType": "address",
"name": "user",
"type": "address"
},
{
"internalType": "uint256",
"name": "debtToCover",
"type": "uint256"
},
{
"internalType": "bool",
"name": "receiveAToken",
"type": "bool"
}
],
"name": "liquidationCallData",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment