Skip to content
Temirlan Renatov edited this page Jan 7, 2021 · 2 revisions

ERC-20 TOKEN SNAPSHOT exports balance of token holders of erc-20 smart contract at a specific block to csv file.

There are two modes to create a snapshot:

  • ARCHIVED You will need an archived node address, since the application requests for the historical balance of the contract.

  • EVENT Requires no special node. Collects balance from transfer events. Works with Infura free plan.

Clone this wiki locally