pub const fn modifies_memory(opcode: OpCode) -> bool
Expand description
Returns true if the opcode modifies memory. https://bluealloy.github.io/revm/crates/interpreter/memory.html#opcodes https://github.com/crytic/evm-opcodes
pub const fn modifies_memory(opcode: OpCode) -> bool
Returns true if the opcode modifies memory. https://bluealloy.github.io/revm/crates/interpreter/memory.html#opcodes https://github.com/crytic/evm-opcodes