ethereum.forks.homestead.vm.precompiled_contracts.mappingethereum.forks.dao_fork.vm.precompiled_contracts.mapping

Precompiled Contract Addresses.

.. contents:: Table of Contents :backlinks: none :local:

Introduction

Mapping of precompiled contracts to their implementations.

PRE_COMPILED_CONTRACTS

29
PRE_COMPILED_CONTRACTS: Dict[Address, Callable] = {
30
    ECRECOVER_ADDRESS: ecrecover,
31
    SHA256_ADDRESS: sha256,
32
    RIPEMD160_ADDRESS: ripemd160,
33
    IDENTITY_ADDRESS: identity,
34
}