Contracts
EntryPoint Contract Error Codes
The entrypoint contract and address is the same across all EVM networks, this page gives a brief overview of each error code to help with debug.
Error Code | Error Message | Explanation |
---|---|---|
AA10 | Sender already constructed | --- |
AA13 | initCode failed or OOG | --- |
AA14 | initCode must return sender | --- |
AA15 | initCode must create sender | --- |
AA20 | Account Not Deployed | --- |
AA21 | Didn’t pay prefund | --- |
AA22 | Expired or not due | --- |
AA24 | Signature Error | --- |
AA25 | Invalid account nonce | --- |
AA30 | Paymaster not deployed | --- |
AA31 | Paymaster deposit too low | --- |
AA32 | Paymaster expired or not due | --- |
AA32 | Signature error | --- |
AA40 | Over verification gas limit | --- |
AA41 | Too little verification gas | --- |
AA50 | PostOp reverted | --- |
AA51 | prefund below actualGasCost | --- |