A small utility script for downloading code from Arbiscan to make reviewing and exploration easier.
Install dependencies:
pip3 install -r requirements.txt
You will need to provide the script with a contract address and an output directory, the output directory must exist or an error will be raised.
To see the usage:
./arbiscan-download.py -h
Example usage:
./arbiscan-download.py <contract address> --out <output directory>
This is a very quick and experimental script and wont cover edge-cases.