aave_v3.reserve
Documentation for eth_defi.aave_v3.reserve Python module.
Reserve, TVL and interest data reading of pools.
Reads Aave reserves metrics data on-chain from a certain timestamp/block number
Relies on a lot of undocumented Aave v3 source code to pull out the data
Based on
Functions
|
Get a snapshot of all data of Aave reserves at a certain point of time. |
|
Fetch data for all reserves. |
|
Enumerate available reserves. |
|
Get helper contracts need to read Aave reserve data. |
Classes
Rough mapping of AggreatedReserveData in Aave v3 Solidity source code. |
|
Rough mapping of BaseCurrencyInfo in Aave v3 Solidity source code. |
|
Contracts needed to resolve reserve info on Aave v3. |
|
JSON friendly way to store Aave v3 protocol reserve status. |
Exceptions
We lack hardcoded data of Aave contract addresses for a particular chain. |