Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 579 Bytes

49.mdx

File metadata and controls

28 lines (18 loc) · 579 Bytes
fork group
Cancun
Block Information

Index 1 is top of the stack. See PUSH.

Stack input

  1. index

Stack output

  1. tx.blob_versioned_hashes[index] if index < len(tx.blob_versioned_hashes), and otherwise with a zeroed bytes32 value.

Example

* Input Output
1 0

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.