Peripheral contract to collect and pre-process information from the Pool. Code available on github .
Returns list of the existing reserves in the pool.
Returns list of the existing tTokens in the pool.
Returns the configuration data of the reserve as described below:
Returns reserve's efficiency mode category.
Returns the caps parameters of the reserve
Returns true if the pool is paused.
Returns true if the asset is siloed for borrowing.
Returns the protocol fee on the liquidation bonus.
Returns the unbacked mint cap of the reserve
Returns the debt ceiling of the reserve
Returns the debt ceiling decimals
Returns the following reserve data 👇🏻
Returns the total supply of aTokens for a given asset
Returns the total debt for a given asset
Returns the following user reserve data
Returns the addresses of aToken, stableDebtToken and variableDebtToken of the reserve
Returns the address of the Interest Rate Strategy
Type | Description |
---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
Type | Description |
---|---|
string
The symbol of the underlying reserve asset
address
The address of the underlying reserve asset
string
The symbol of tToken of the reserve
address
The address of tToken of the reserve
asset
address
The address of the underlying asset of the reserve
uint256
The number of decimals of the reserve
uint256
The ltv of the reserve
uint256
The liquidationThreshold of the reserve
uint256
The liquidationBonus of the reserve
uint256
The reserveFactor of the reserve
bool
True if the usage as collateral is enabled, false otherwise
bool
True if borrowing is enabled, false otherwise
bool
True if stable rate borrowing is enabled, false otherwise
bool
True if reserve is active, false otherwise
bool
True if reserve is frozen, false otherwise
asset
address
The address of the underlying asset of the reserve
uint256
The number of decimals of the reserve
asset
address
The address of the underlying asset of the reserve
uint256
The borrow cap of the reserve
uint256
The supply cap of the reserve
asset
address
The address of the underlying asset of the reserve
bool
True if the pool is paused
asset
address
The address of the underlying asset of the reserve
bool
True if the pool is paused
asset
address The address of the underlying asset of the reserve
uint256
The protocol fee on liquidation
asset
address
The address of the underlying asset of the reserve
uint256
The unbacked mint cap of the reserve
asset
address
The address of the underlying asset of the reserve Return Value
uint256
The debt ceiling of the reserve
uint256
The debt ceiling decimals
asset
address
The address of the underlying asset of the reserve
uint256
The amount of unbacked tTokens of the reserve
uint256
The scaled amount of tokens accrued to treasury that is to be minted
uint256
The total supply of the tToken
uint256
The total stable debt of the reserve
uint256
The total variable debt of the reserve
uint256
The liquidity rate of the reserve
uint256
The variable borrow rate of the reserve
uint256
The stable borrow rate of the reserve
uint256
The average stable borrow rate of the reserve
uint256
The liquidity index of the reserve
uint256
The variable borrow index of the reserve
uint40
The timestamp of the last update of the reserve
asset
address
The address of the underlying asset of the reserve
uint256
The total supply of the tToken
asset
address
The address of the underlying asset of the reserve
uint256
The total debt (stable + variable) for an asset
asset
address
The address of the underlying asset of the reserve
user
address
The address of the user
uint256
The current AToken balance of the user
uint256
The current stable debt of the user
uint256
The current variable debt of the user
uint256
The principal stable debt of the user
uint256
The scaled variable debt of the user
uint256
The stable borrow rate of the user
uint256
The liquidity rate of the reserve
uint40
The timestamp of the last update of the user stable rate
bool
True if the user is using the asset as collateral, else false
asset
address
The address of the underlying asset of the reserve
address
The tToken address of the reserve
address
The StableDebtToken address of the reserve
address
The VariableDebtToken address of the reserve
asset
address
The address of the underlying asset of the reserve
address
The address of the Interest Rate strategy