mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-08 17:47:55 -05:00
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Dune Analytics queries examples
Getting started
- Install dependencies (python 3.10):
pip -r requirements.txt - Run queries (requires your dune analytics credentials)
USERNAME=username PASSWORD=password python main.py beacon|tornado|ens_balance`
Queries
| File | Description |
|---|---|
| beacon.sql | Get the latest list of addresses who deposited in the Beacon Deposit Contract |
| erc20_balance.sql | Get the latest list of addresses who have a balance of at least X ERC20 (example with ENS) |
| tornado.sql | Get the latest list of addresses who deposited into or withdrew from a Tornado Cash Mixing Contract |