AddressProvider

Addresses provider of the v2 protocol. Whenever which contract is needed, we recommended you fetch the correct address from the AddressesProvider smart contract.

View Methods

getAddress

Returns the address of the contract by id.

getWrappedNativeToken

Returns the address of the wrapped native token (e.g. WETH).

getTreasury

Returns the address of the DAO treasury.

getACLAdmin

Returns the address of the ACL administrative.

getACLManager

Returns the address of the ACLManager proxy.

getPriceOracle

Returns the address of the PriceOracle proxy.

getPoolManager

Returns the address of the core PoolManager contract.

getPoolModuleImplementation

Returns the address of the module implementation.

getPoolModuleProxy

Returns the address of the module proxy.

getPoolModuleProxies

Returns the address list of the module proxies.

getYieldRegistry

Returns the address of the YieldRegistry proxy.

getDelegateRegistryV2

Returns the address of the delegate registry v2.

Last updated