mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-07-25 15:55:25 -04:00
add quick tx scraper script
This commit is contained in:
parent
d84dd7aea9
commit
ed7d717e0f
4 changed files with 187 additions and 1 deletions
|
@ -63,3 +63,14 @@ NUM_ATTEMPTS = 3
|
|||
TRANSFER_EVENT_TOPIC_HASH = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
|
||||
TOKEN_ADDRESS =
|
||||
DECIMALS =
|
||||
|
||||
|
||||
############################################################
|
||||
# get_transfer_logs_and_wallets_balance_for_a_token.py
|
||||
###########################################################
|
||||
|
||||
RPC_PROVIDER_URL = https://mainnet.infura.io/v3/<your infura project id>
|
||||
CHUNK_SIZE = 10000
|
||||
TRANSFER_EVENT_TOPIC_HASH = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
|
||||
TOKEN_ADDRESS =
|
||||
SLEEP_TIME = 0.005
|
Loading…
Add table
Add a link
Reference in a new issue