{
    "Function": "transferOnLiquidation",
    "File": "contracts/interfaces/aaveV2/IAToken.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function transferOnLiquidation(\n    address from,\n    address to,\n    uint256 value\n  ) external;"
}