pub fn codesize<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the CODESIZE instruction.
Pushes the size of running contract’s bytecode onto the stack.
pub fn codesize<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the CODESIZE instruction.
Pushes the size of running contract’s bytecode onto the stack.