Function codecopy
pub fn codecopy<WIRE, H>(context: InstructionContext<'_, H, WIRE>)Available on crate feature
evm only.Expand description
Implements the CODECOPY instruction.
Copies running contract’s bytecode to memory.
pub fn codecopy<WIRE, H>(context: InstructionContext<'_, H, WIRE>)evm only.Implements the CODECOPY instruction.
Copies running contract’s bytecode to memory.