All errors

Solidity panics

panic code 0x32

Also appears as: Panic(50), array index out of bounds


What it means

The contract read past the end of an array: asking for item 5 of a list with 3 entries. From a user's seat this often means referencing something that does not exist, a position, a tier, an index from a stale interface.

How to fix it

Refresh the dapp so its interface matches the contract's current state, and retry. If you entered an ID or index manually, verify it exists.

Still stuck?

Paste your transaction hash and get the exact decoded reason for your failure, free.

Decode my transaction

For the full walkthrough of why transactions fail, read the complete error guide.