brianleect / etherscan-labels

Full label data dump of top EVM chains in JSON/CSV.
MIT License
256 stars 77 forks source link

[Framework] Basic extraction #1

Closed brianleect closed 2 years ago

brianleect commented 2 years ago

Flow

  1. Identify label of interest
  2. Get table with INDEX=0 for start else index indicated.
  3. if table_length == 100 else reach end and exit. (Note there's edge case where its a multiple of 100) (Exit if length==0 as well)
  4. Else: INDEX+=100 -> getTable(INDEX)

Observations

brianleect commented 2 years ago

Implemented and seems to be fully functional!