Lending Market Contract
AppNFT FinanceGithubDocument Hub
  • Introduction
  • Core Contracts
    • LendingPool
      • ILendingPool
    • Addresses Provider
      • ILendingPoolAddressesProvider
    • Addresses Provider Registry
      • ILendingPoolAddressesProviderRegistry
    • vTokens
      • IVToekn
    • Debt Tokens
      • IVariableDebtToken
    • WETH Gateway
  • Deployment
    • Set the environment variables
    • Set the market parameters
    • Deploy to the blockchain
  • Security
    • Audits
Powered by GitBook
On this page
  • LendingPoolAddressesProviderRegistry
  • View Methods
  • getAddressesProvidersLis()
  • getAddressesProviderIdByAddres()
  1. Core Contracts

Addresses Provider Registry

PreviousILendingPoolAddressesProviderNextILendingPoolAddressesProviderRegistry

Last updated 2 years ago

LendingPoolAddressesProviderRegistry

A register of the active contracts, covering all markets. This contract is immutable and the address will never change.

The source code can be found on .

View Methods

getAddressesProvidersLis()

function getAddressesProvidersList()

Returns the list of active contracts.

getAddressesProviderIdByAddres()

function getAddressesProviderIdByAddress(address addressesProvider)

Returns the ID of an

Parameter Name
Type
Description

provider

address

address of the addresses provider

LendingPoolAddressesProvider
Github here
LendingPoolAddressesProvider
LendingPoolAddressesProvider