What it means
A transaction that reverts with the raw data 0x4e487b71 hit the custom error Panic, defined in Solidity built-in. The explorer shows the hex because it does not have the contract's ABI to translate it.
The compiler's automatic safety check wrapper. The number that follows says which check fired: 0x11 arithmetic overflow, 0x12 division by zero, 0x32 array out of bounds, 0x01 failed assertion, among others.
How to fix it
Read the panic code after the selector and look it up in our error reference. A panic generally signals contract state the developers did not expect.