OP_1ADD

(139 | 0x8b)

Input

1 items

|

Output

1 items

OP_1ADD is a simple arithmetic opcode that adds 1 to the top item on the stack. This opcode is typically used in scripts that require incremental steps or counters, such as in loop-like structures within a script or in scenarios where a value needs to be adjusted by a single increment.

OP_Code Walkthrough

Increments the top item of the stack by 1

Pop Top Item

Add 1 to Item

Push Item