evm_byte
Scalar function
EVM BYTE opcode: Extract the nth byte from a 256-bit value. Byte 0 is the most significant byte, byte 31 is the least significant. Returns 0 if n >= 32.
Overloads
Documentation
EVM BYTE opcode: Extract the nth byte from a 256-bit value. Byte 0 is the most significant byte, byte 31 is the least significant. Returns 0 if n >= 32.