Precompiled Contract Addresses

Introduction

Mapping of precompiled contracts their implementations.

Module Contents

PRE_COMPILED_CONTRACTS

PRE_COMPILED_CONTRACTS
PRE_COMPILED_CONTRACTS: Dict[Address, Callable] = {
    ECRECOVER_ADDRESS: ecrecover,
    SHA256_ADDRESS: sha256,
    RIPEMD160_ADDRESS: ripemd160,
    IDENTITY_ADDRESS: identity,
}