.. py:module:: ethereum.spurious_dragon.vm.precompiled_contracts Precompiled Contract Addresses ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. contents:: Table of Contents :backlinks: none :local: Introduction ------------ Addresses of precompiled contracts and mappings to their implementations. .. only:: stage1 Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 ecrecover/index.rst identity/index.rst mapping/index.rst ripemd160/index.rst sha256/index.rst Package Contents ---------------- ECRECOVER_ADDRESS ~~~~~~~~~~~~~~~~~ .. py:data:: ECRECOVER_ADDRESS .. undocinclude:: /../src/ethereum/spurious_dragon/vm/precompiled_contracts/__init__.py :language: python :lines: 25-25 SHA256_ADDRESS ~~~~~~~~~~~~~~ .. py:data:: SHA256_ADDRESS .. undocinclude:: /../src/ethereum/spurious_dragon/vm/precompiled_contracts/__init__.py :language: python :lines: 26-26 RIPEMD160_ADDRESS ~~~~~~~~~~~~~~~~~ .. py:data:: RIPEMD160_ADDRESS .. undocinclude:: /../src/ethereum/spurious_dragon/vm/precompiled_contracts/__init__.py :language: python :lines: 27-27 IDENTITY_ADDRESS ~~~~~~~~~~~~~~~~ .. py:data:: IDENTITY_ADDRESS .. undocinclude:: /../src/ethereum/spurious_dragon/vm/precompiled_contracts/__init__.py :language: python :lines: 28-28