CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
docs/cn/.readthedocs.yaml
docs/cn/api.md
docs/cn/buymeacoffee.md
docs/cn/cmd_abi.md
docs/cn/cmd_bytecode.md
docs/cn/cmd_conf.md
docs/cn/cmd_dapp.md
docs/cn/cmd_eth.md
docs/cn/cmd_source.md
docs/cn/cmd_tx.md
docs/cn/cmd_url.md
docs/cn/cmd_utils.md
docs/cn/conf.py
docs/cn/contributing.md
docs/cn/index.rst
docs/cn/install.md
docs/cn/usage.md
docs/en/.readthedocs.yaml
docs/en/api.md
docs/en/buymeacoffee.md
docs/en/cmd_abi.md
docs/en/cmd_bytecode.md
docs/en/cmd_conf.md
docs/en/cmd_dapp.md
docs/en/cmd_eth.md
docs/en/cmd_source.md
docs/en/cmd_tx.md
docs/en/cmd_url.md
docs/en/cmd_utils.md
docs/en/conf.py
docs/en/contributing.md
docs/en/index.rst
docs/en/install.md
docs/en/usage.md
docs/img/diffasm.png
docs/img/peth_eth.png
peth/__init__.py
peth/cli.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/requires.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/data/chains.yaml
peth/data/config.ini
peth/data/contracts.yaml
peth/data/tokens.yaml
peth/data/bytecode/ExecTxWrapper.json
peth/data/bytecode/GetBalanceWrapper.json
peth/data/bytecode/MockSender.json
peth/data/bytecode/MockSender.sol
peth/data/tokens/arb.json
peth/data/tokens/avax.json
peth/data/tokens/base.json
peth/data/tokens/bsc.json
peth/data/tokens/eth.json
peth/data/tokens/ftm.json
peth/data/tokens/matic.json
peth/data/tokens/op.json
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/tools/__init__.py
peth/tools/txexpl/__init__.py
peth/tools/txexpl/main.py
peth/tools/txexpl/txexpl.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
scripts/tokens/__init__.py
scripts/tokens/update_tokens.py
tests/test_abi.py
tests/test_bytecode.py
tests/test_peth.py
tests/test_sigs.py
tests/test_source.py
tests/test_tokens.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