.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
LICENSE.txt
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/docs.yaml
.github/workflows/tests.yaml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/experiments.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
examples/basic_owner.bin
examples/basic_owner.sol
examples/cryptokitties.deploy.bin
examples/example-addresses.txt
examples/run_examples.sh
experiments/README.rst
experiments/privileged-parties/.gitignore
experiments/privileged-parties/README.rst
experiments/privileged-parties/blocks_date_daily.csv
experiments/privileged-parties/calibrate_cutoff.py
experiments/privileged-parties/dai.json
experiments/privileged-parties/ethgasstation-top-100-gas-users.json
experiments/privileged-parties/ethgasstation-top-100-gas-users_13_05_2022_11-21-24_AM.json
experiments/privileged-parties/evaluate.py
experiments/privileged-parties/experiment.py
experiments/privileged-parties/extract.py
experiments/privileged-parties/fetch-gas-guzzlers.py
experiments/privileged-parties/gas_users_combined.json
experiments/privileged-parties/graph.py
experiments/privileged-parties/kitties.json
experiments/privileged-parties/maker.json
experiments/privileged-parties/storage_evolution.json
experiments/privileged-parties/storage_evolution.py
experiments/privileged-parties/tags.json
experiments/privileged-parties/top-gas-users.json
experiments/privileged-parties/uniswap.json
experiments/privileged-parties/utils.py
experiments/privileged-parties/validation_set.json
experiments/privileged-parties/visualize.py
experiments/privileged-parties/visualize_netgraph.py
misc/logo.png
src/ethpector/__init__.py
src/ethpector/analysis.py
src/ethpector/main.py
src/ethpector.egg-info/PKG-INFO
src/ethpector.egg-info/SOURCES.txt
src/ethpector.egg-info/dependency_links.txt
src/ethpector.egg-info/entry_points.txt
src/ethpector.egg-info/not-zip-safe
src/ethpector.egg-info/requires.txt
src/ethpector.egg-info/top_level.txt
src/ethpector/abi/__init__.py
src/ethpector/abi/abi.py
src/ethpector/assembly/__init__.py
src/ethpector/assembly/analysis.py
src/ethpector/assembly/flow.py
src/ethpector/assembly/metadata.py
src/ethpector/assembly/program.py
src/ethpector/classify/__init__.py
src/ethpector/classify/classification.py
src/ethpector/classify/parser.py
src/ethpector/config/__init__.py
src/ethpector/config/config.py
src/ethpector/data/__init__.py
src/ethpector/data/base.py
src/ethpector/data/datatypes.py
src/ethpector/data/etherscan.py
src/ethpector/data/ipfs.py
src/ethpector/data/node.py
src/ethpector/data/provider.py
src/ethpector/data/signatures.py
src/ethpector/data/sourcify.py
src/ethpector/data/swarm.py
src/ethpector/symbolic/__init__.py
src/ethpector/symbolic/analysis.py
src/ethpector/symbolic/modules/__init__.py
src/ethpector/symbolic/modules/extractor.py
src/ethpector/symbolic/modules/sender.py
src/ethpector/utils/__init__.py
src/ethpector/utils/utils.py
tests/conftest.py
tests/test_main.py
tests/assembly/test_flow.py
tests/classify/test_classify.py
tests/classify/test_parser.py
tests/utils/test_utils.py