Create a new contract
(env *EVM, me ContractRef, data []byte, gas, value *big.Int)
| 75 | DelegateCall(env *EVM, me ContractRef, addr common.Address, data []byte, gas *big.Int) ([]byte, error) |
| 76 | // Create a new contract |
| 77 | Create(env *EVM, me ContractRef, data []byte, gas, value *big.Int) ([]byte, common.Address, error) |
| 78 | } |
no outgoing calls