Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2023 Changes in this version + func GetPrecompiles(cfg *params.ChainConfig, blockNumber *big.Int) evm.PrecompiledContracts + func NewEVM(blockCtx vm.BlockContext, txCtx vm.TxContext, stateDB vm.StateDB, ...) evm.EVM + type EVM struct + func (EVM) ActivePrecompiles(rules params.Rules) []common.Address + func (EVM) RunPrecompiledContract(p evm.StatefulPrecompiledContract, _ common.Address, input []byte, ...) (ret []byte, remainingGas uint64, err error) + func (e EVM) Config() vm.Config + func (e EVM) Context() vm.BlockContext + func (e EVM) Precompile(addr common.Address) (p vm.PrecompiledContract, found bool) + func (e EVM) TxContext() vm.TxContext