OutOfBounds

Error v334 → current 29.10

A memory access in the contract went out of bounds.

Encountered by: developers

Why This Error Exists

Contract tried to access memory it shouldn't. This is a contract bug.

From Chain Metadata

A buffer outside of sandbox memory was passed to a contract API function.

What This Means

A memory access in the contract went out of bounds.

Common Causes

  • Bug in contract code accessing invalid memory
  • Buffer overflow in contract logic

How to Fix

  • Fix the contract code to respect memory boundaries
  • Use safe memory access patterns
  • Test contract thoroughly before deployment

Runtime Info

Pallet Index
29
Error Index
10
Error Code
29.10
Runtime Version
v393