ethereum.forks.arrow_glacier.vm.precompiled_contracts.mapping
Precompiled Contract Addresses.
.. contents:: Table of Contents :backlinks: none :local:
Introduction
Mapping of precompiled contracts their implementations.
PRE_COMPILED_CONTRACTS
| 36 | PRE_COMPILED_CONTRACTS: Dict[Address, Callable] = { | 
|---|---|
| 37 |     ECRECOVER_ADDRESS: ecrecover, | 
| 38 |     SHA256_ADDRESS: sha256, | 
| 39 |     RIPEMD160_ADDRESS: ripemd160, | 
| 40 |     IDENTITY_ADDRESS: identity, | 
| 41 |     MODEXP_ADDRESS: modexp, | 
| 42 |     ALT_BN128_ADD_ADDRESS: alt_bn128_add, | 
| 43 |     ALT_BN128_MUL_ADDRESS: alt_bn128_mul, | 
| 44 |     ALT_BN128_PAIRING_CHECK_ADDRESS: alt_bn128_pairing_check, | 
| 45 |     BLAKE2F_ADDRESS: blake2f, | 
| 46 | } |