Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philipinho/erc20-snapshot

ERC20 Token Holders Snapshot Tool
https://github.com/philipinho/erc20-snapshot

erc20 erc20-snapshot erc20-token eth ethereum ethplorer snapshot

Last synced: 9 days ago
JSON representation

ERC20 Token Holders Snapshot Tool

Awesome Lists containing this project

README

        

# ERC20-Snapshot
ERC20 Token Holders Snapshot Tool

I was unable to find any open source tool to make a snapshot of the token holders and their balance so i decided to make one.
This tool works with ethplorer.io and you do not need an API key.

# How to use
Set the ```$tokenAddress``` parameter to the contract address.
Set the ```$numpage``` parameter to the total number of pages containing the token holders.
To know the number of pages of token holders, goto:
https://ethplorer.io/address/TOKENADDRESS#tab=tab-holders

The output data will be displayed in a table.
You can further expand it by storing the data in a database.

You can use curl or wget to download the pages locally before parsing the data.

If you find any error, please create an issue or a pull request.
Thank you.