All errors

Solidity panics

panic code 0x41

Also appears as: Panic(65), memory allocation error


What it means

The contract tried to allocate too much memory or build an oversized array, typically triggered by a parameter that is far larger than intended.

How to fix it

Check any amount or count fields for extra digits, and rebuild the transaction from the dapp rather than editing raw values.

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.