CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
peth/__init__.py
peth/__main__.py
peth/console.py
peth.egg-info/PKG-INFO
peth.egg-info/SOURCES.txt
peth.egg-info/dependency_links.txt
peth.egg-info/entry_points.txt
peth.egg-info/top_level.txt
peth/core/__init__.py
peth/core/analysis.py
peth/core/config.py
peth/core/log.py
peth/core/peth.py
peth/core/tracer/__init__.py
peth/core/tracer/tracer.py
peth/core/tracer/txtrace.py
peth/core/tracer/utils.py
peth/eth/__init__.py
peth/eth/bytecode.py
peth/eth/contract.py
peth/eth/opcodes.py
peth/eth/scan.py
peth/eth/sigs.py
peth/eth/utils.py
peth/eth/web3ex.py
peth/eth/abi/__init__.py
peth/eth/abi/abi.py
peth/eth/abi/abifunc.py
peth/eth/abi/abitype.py
peth/eth/abi/utils.py
peth/eth/evm/__init__.py
peth/eth/evm/chain.py
peth/eth/evm/contract.py
peth/eth/evm/exceptions.py
peth/eth/evm/forkchain.py
peth/eth/evm/inspector.py
peth/eth/evm/receipt.py
peth/eth/evm/trace.py
peth/eth/evm/transaction.py
peth/eth/evm/utils.py
peth/eth/evm/vm.py
peth/util/__init__.py
peth/util/diff.py
peth/util/graph.py
peth/util/logos.py
peth/util/markdown.py
peth/util/slither.py
peth/util/solc.py
peth/util/source.py
tests/test_abi.py
tests/test_bytecode.py
tests/test_peth.py
tests/test_sigs.py
tests/test_source.py
tests/test_evm/__init__.py
tests/test_evm/conftest.py
tests/test_evm/evm_test_codes.py
tests/test_evm/test_chain.py
tests/test_evm/test_misc.py
tests/test_evm/test_vm.py