Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AAVE

These scripts are designed to scrape Aave data from an Ethereum archive node. There are two ways we scrape data:

  1. We get historical balances by querying the Aave Protocol data provider contracts at historical block heights. This includes
  2. We get event data, by parsing the events emitted by different Aave contracts, using our tool get_contract_logs.py, which grabs all the events emitted by a target contract

V2

Aave v2 provides a Protocol Data Provider Contract which provides many useful aggregate statistics.

V3

Aave v3 provides a Protocol Data Provider Contract which provides many useful aggregate statistics.