AddressStorage
function
getAddress
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| _key | bytes32 |
Outputs
| Type | Description |
|---|---|
| address |
LendingPoolAddressesProvider
event
TokenDistributorUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
ProxyCreated
Inputs
| Parameter | Type | Description |
|---|---|---|
| id | bytes32 | |
| newAddress | address |
Outputs
(void)
event
PriceOracleUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
LendingRateOracleUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
LendingPoolUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
LendingPoolParametersProviderUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
LendingPoolManagerUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
LendingPoolLiquidationManagerUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
LendingPoolDataProviderUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
LendingPoolCoreUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
LendingPoolConfiguratorUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
FeeProviderUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
event
EthereumAddressUpdated
Inputs
| Parameter | Type | Description |
|---|---|---|
| newAddress | address |
Outputs
(void)
function
setTokenDistributor
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _tokenDistributor | address |
Outputs
(void)
function
setPriceOracle
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _priceOracle | address |
Outputs
(void)
function
setLendingRateOracle
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _lendingRateOracle | address |
Outputs
(void)
function
setLendingPoolParametersProviderImpl
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _parametersProvider | address |
Outputs
(void)
function
setLendingPoolManager
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _lendingPoolManager | address |
Outputs
(void)
function
setLendingPoolLiquidationManager
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _manager | address |
Outputs
(void)
function
setLendingPoolImpl
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _pool | address |
Outputs
(void)
function
setLendingPoolDataProviderImpl
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _provider | address |
Outputs
(void)
function
setLendingPoolCoreImpl
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _lendingPoolCore | address |
Outputs
(void)
function
setLendingPoolConfiguratorImpl
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _configurator | address |
Outputs
(void)
function
setFeeProviderImpl
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| _feeProvider | address |
Outputs
(void)
function
getTokenDistributor
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getPriceOracle
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getLendingRateOracle
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getLendingPoolParametersProvider
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getLendingPoolManager
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getLendingPoolLiquidationManager
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getLendingPoolDataProvider
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getLendingPoolCore
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getLendingPoolConfigurator
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getLendingPool
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
getFeeProvider
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
Ownable
event
OwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address | |
| newOwner | address |
Outputs
(void)
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
renounceOwnership
nonpayable
Restricted (onlyOwner)
Inputs
(void)
Outputs
(void)
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
isOwner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |