Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 441 Bytes

File metadata and controls

24 lines (17 loc) · 441 Bytes
fork Frontier
group Push Operations

Stack output

  1. Integer: pushed value, aligned to the right (put in the lowest significant bytes).

Example

Code
0x78FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Input Output
0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

Error cases

The transaction is reverted in those cases:

  • Not enough gas.
  • Stack overflow.