This bot will claim your airdrop tokens from the Token Distributor contract. If you have multiple eligible addresses, a mode is available to send all your tokens to a single address.
- Put your private keys in the file
json/addresses.json
- Copy
.env.example
, name it.env
and fill in theNETWORK_RPC
andNETWORK_WSS
values. You can get your own RPC and WSS endpoints from Alchemy. You have to create two projects, one on the Ethereum mainnet and one on the Arbitrum mainnet.NETWORK_RPC
should be the Ethereum mainnet RPC endpoint andNETWORK_WSS
should be the Arbitrum mainnet WSS endpoint.
It's recommended to run the bot as late as possible to avoid the risk to see your requests limited by Alchemy.
If you want to send your tokens to an other address, run :
cargo run -- --address 0xYOURADRESS
else
cargo run
You should see something like this :
A limit of 15 transfer attempts is set to avoid infinite loops.
This bot is provided as is, without any warranty. Use it at your own risk. I advise you to try to manually claim it too, just to be sure.