Versions in this module Expand all Collapse all v0 v0.0.38 May 15, 2024 Changes in this version + var Initialized = false + var PrecompileNamesToInfo = map[string]PrecompileInfo + var SetupMtx = &sync.Mutex + func InitializePrecompiles(dryRun bool, evmKeeper common.EVMKeeper, bankKeeper common.BankKeeper, ...) error + type IPrecompile interface + Address func() ecommon.Address + GetABI func() abi.ABI + GetName func() string + type PrecompileInfo struct + ABI abi.ABI + Address ecommon.Address + func GetPrecompileInfo(name string) PrecompileInfo