Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 605 Bytes

5A.mdx

File metadata and controls

20 lines (13 loc) · 605 Bytes
fork group
Frontier
Stack Memory Storage and Flow Operations

Index 1 is top of the stack. See PUSH.

Stack output

  1. gas: remaining gas (after this instruction).

Example

See in playground.

Error cases

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

  • Not enough gas.
  • Stack overflow.