aave-protocol-v2/contracts/interfaces
2020-09-14 13:03:39 +02:00
..
IChainlinkAggregator.sol
IERC20.sol - Refactored ERC20 and adapted derived contracts. 2020-09-04 16:27:35 +02:00
IERC20Detailed.sol - Refactored ERC20 and adapted derived contracts. 2020-09-04 16:27:35 +02:00
IExchangeAdapter.sol refactoring interfaces and config folders to fit current guideline 2020-08-21 16:38:47 +03:00
ILendingPool.sol Added pausable to Pool actions and aTokens at transfer, triggered by LendingPoolConfigurator. Added basic test to aToken transfer. 2020-09-14 13:03:39 +02:00
ILendingPoolAddressesProvider.sol refactoring flashloan folder to fit current guideline, move events to interfaces 2020-08-21 17:03:01 +03:00
ILendingPoolAddressesProviderRegistry.sol Merge branch 'master' into fix/interfaces-guideline 2020-08-21 18:36:03 +02:00
ILendingRateOracle.sol refactoring interfaces and config folders to fit current guideline 2020-08-21 16:38:47 +03:00
IPriceOracle.sol refactoring interfaces and config folders to fit current guideline 2020-08-21 16:38:47 +03:00
IPriceOracleGetter.sol refactoring interfaces and config folders to fit current guideline 2020-08-21 16:38:47 +03:00
IReserveInterestRateStrategy.sol refactoring of DefaultReserveInterestRateStrategy to follow the stuileguide 2020-08-24 15:35:59 +03:00
ISwapAdapter.sol - Added tests of repayWithCollateral(), only for self-liquidation. 2020-09-08 15:05:53 +02:00
IUniswapExchange.sol