CREATE
reth_
ethereum
1.6.0
In reth_
ethereum::
evm::
primitives::
revm::
bytecode::
opcode
reth_ethereum
::
evm
::
primitives
::
revm
::
bytecode
::
opcode
Constant
CREATE
Copy item path
pub const CREATE:
u8
= 0xF0; // 240u8
Available on
crate feature
evm
only.
Expand description
The
0xF0
(“CREATE”) opcode.