Skip to content

insprac/arbiscan-code-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbiscan Code Download

A small utility script for downloading code from Arbiscan to make reviewing and exploration easier.

Setup

Install dependencies:

pip3 install -r requirements.txt

Usage

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>

Note

This is a very quick and experimental script and wont cover edge-cases.

About

Utility to download smart contracts from https://arbiscan.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages