aave_v3.deployment

Documentation for eth_defi.aave_v3.deployment Python module.

Aave v3 deployments.

Functions

fetch_deployment(web3, pool_address, ...)

Construct Aave v3 deployment based on on-chain data.

Classes

AaveV3Deployment

Describe Aave v3 deployment.

AaveV3ReserveConfiguration

AaveV3ReserveConfiguration(decimals, ltv, liquidation_threshold, liquidation_bonus, reserve_factor, usage_as_collateral_enabled, borrowing_enabled, stable_borrow_rate_enabled, is_active, is_frozen)

AaveV3UserData

AaveV3UserData(total_collateral_base, total_debt_base, available_borrows_base, current_liquidation_threshold, ltv, health_factor)