Call executes the code given by the contract's address.
Create executes the code using the EVM create method.
Execute executes the code using the input as call data during the execution.
Change Point NewEnv(cfg *Config) -> NewEnv(cfg *Config, statedb *state.StateDB).