IPoolToken
Functions
UNDERLYING_ASSET_ADDRESS
Returns the address of the underlying asset of this aToken (E.g. WETH for aWETH)
function UNDERLYING_ASSET_ADDRESS() external view returns (address);
Returns
Name | Type | Description |
---|---|---|
<none> | address | The address of the underlying asset |