mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Merge pull request #51 from PierrickGT/feat/iatoken_underlying_asset_address
feat(IAToken): add UNDERLYING_ASSET_ADDRESS function
This commit is contained in:
commit
d4c73f9b7c
|
@ -99,4 +99,9 @@ interface IAToken is IERC20, IScaledBalanceToken, IInitializableAToken {
|
||||||
* @dev Returns the address of the incentives controller contract
|
* @dev Returns the address of the incentives controller contract
|
||||||
**/
|
**/
|
||||||
function getIncentivesController() external view returns (IAaveIncentivesController);
|
function getIncentivesController() external view returns (IAaveIncentivesController);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @dev Returns the address of the underlying asset of this aToken (E.g. WETH for aWETH)
|
||||||
|
**/
|
||||||
|
function UNDERLYING_ASSET_ADDRESS() external view returns (address);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user