Skip to content

Philipinho/ERC20-Snapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages