Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 489 Bytes

50.mdx

File metadata and controls

24 lines (16 loc) · 489 Bytes
fork group
Frontier
Stack Memory Storage and Flow Operations

Index 1 is top of the stack. See PUSH.

Stack input

  1. y: a stack item.

Example

* Input Output
1 125985

Reproduce in playground.

Error cases

The state changes done by the current context are reverted in those cases:

  • Not enough gas.
  • Not enough values on the stack.