Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.39 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.39 KB

Arbitrum airdrop claimer bot

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.

Requirements

Setup

  1. Put your private keys in the file json/addresses.json
  2. Copy .env.example, name it .env and fill in the NETWORK_RPC and NETWORK_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 and NETWORK_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.

Usage

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 :

Result output

A limit of 15 transfer attempts is set to avoid infinite loops.

Disclaimer

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.