Skip to content
On this page

OP_PUSHBYTES_6 ​

INFO

Opcode number: 6
Byte representation: 0x06
Short Description: Push the next 6 bytes onto the stack.

The OP_PUSHBYTES_6 opcode will push the following 6 bytes onto the stack. It's part of a group of opcodes that push a specific number of bytes onto the stack, from OP_PUSHBYTES_1 to OP_PUSHBYTES_75.

Example ​

shell
# ASM script
OP_PUSHBYTES_6 a4b5c6d7e8f9

# Raw script
06a4b5c6d7e8f9

# Final stack
a4b5c6d7e8f9