ethereum.tangerine_whistle.vm.precompiled_contracts.mapping
Precompiled Contract Addresses ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. contents:: Table of Contents :backlinks: none :local:
Introduction
Mapping of precompiled contracts their implementations.
PRE_COMPILED_CONTRACTS
28 | PRE_COMPILED_CONTRACTS: Dict[Address, Callable] = { |
---|---|
29 | ECRECOVER_ADDRESS: ecrecover, |
30 | SHA256_ADDRESS: sha256, |
31 | RIPEMD160_ADDRESS: ripemd160, |
32 | IDENTITY_ADDRESS: identity, |
33 | } |