Versions in this module Expand all Collapse all v1 v1.10.3 Dec 16, 2024 v1.10.2 Dec 15, 2024 Changes in this version + func Call(address common.Address, input []byte, cfg *Config) ([]byte, uint64, error) + func Create(input []byte, cfg *Config) ([]byte, common.Address, uint64, error) + func Execute(code, input []byte, cfg *Config) ([]byte, *state.DB, error) + func NewEnv(cfg *Config) *vm.EVM + type Config struct + BlockNumber *big.Int + ChainConfig *params.ChainConfig + Coinbase common.Address + Debug bool + Difficulty *big.Int + EVMConfig vm.Config + EpochNumber *big.Int + GasLimit uint64 + GasPrice *big.Int + GetHashFn func(n uint64) common.Hash + Origin common.Address + State *state.DB + Time *big.Int + VRF common.Hash + Value *big.Int