OP_2DROP

(109 | 0x6d)

Input

2 items

|

Output

0 items

This operation removes the top two items from the stack. It is useful for cleaning up the stack by discarding unnecessary values. This is a common operation in Bitcoin scripts where intermediate results need to be discarded to maintain the correct stack state for subsequent operations.

OP_Code Walkthrough

Removes the top two items from the stack.

Pop top 2 items

Continue script operations