Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philipinho/erc20-snapshot
- Owner: Philipinho
- Created: 2018-05-28T14:52:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T01:16:38.000Z (over 3 years ago)
- Last Synced: 2023-03-06T20:03:26.033Z (over 1 year ago)
- Topics: erc20, erc20-snapshot, erc20-token, eth, ethereum, ethplorer, snapshot
- Language: PHP
- Size: 7.81 KB
- Stars: 10
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ERC20-Snapshot
ERC20 Token Holders Snapshot ToolI 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-holdersThe 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.