Addresses Provider
Last updated
Last updated
Addresses register of the protocol for a particular market. This contract is immutable and the address will never change.
The source code can be .
function getMarketId()
string
A string representation of the market
function getLendingPool()
address
function getLendingPoolConfigurator()
The LendingPoolConfigurator
is used for configuration methods for each market, e.g.initialising a reserve or updating vTokens.
address
The address of the associated LendingPoolConfiguator
function getLendingPoolCollateralManager()
The LendingPoolCollateralManager
is used for management of collateral in the protocol, the main one being for liquidations. The contract should never be called directly, only via the LendingPool
.
address
The address of the associated LendingPoolCollateralManager
function getPoolAdmin()
address
The address of the market / pool's admin
function getPoolEmergencyAdmin()
address
The address of the market / pool's emergency admin
function getPriceOracle()
address
The address of the price oracle
function getLendingRateOracle()
address
The address of the LendingRateOracle
function getAddress(bytes32 id)
address
The address associated with the bytes32
id used
The address of the associated
For example, the uses the id: 0x1