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.
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.