aave_v3.events

Documentation for eth_defi.aave_v3.events Python module.

Aave v3 event reader.

Efficiently read Aave v3 from a blockchain.

Currently we are tracking these events:

  • ReserveDataUpdated

Functions

aave_v3_fetch_events_to_csv(json_rpc_url, ...)

Fetch all tracked Aave v3 events to CSV files for notebook analysis.

decode_reserve_data_updated(...)

Process a ReserveDataUpdated event.

get_event_mapping(web3)

Returns tracked event types and mapping.

Classes

TokenCache

Manage cache of token data when doing ReserveDataUpdated look-up.