AaveV3BorrowerImplementation

POOL

contract IPool POOL

ORACLE

contract IPriceOracleGetter ORACLE

constructor

constructor(contract IPool pool, contract IPriceOracleGetter oracle) public

Underlying

struct Underlying {
  uint256 ltv;
  uint256 liquidationThreshold;
  uint256 decimals;
  uint256 price;
}

Account

$getCaps

$maxGettableUnderlying

$repayThenDeposit

$redeemThenBorrow