Skip to main content

E1002 — Nonce mismatch

What happened

Nonce mismatch.

Why it happened

The transaction nonce does not match the expected value for the sender account. Each account’s nonce increments by 1 after every committed transaction.

How to fix

Fetch the account’s current nonce via the RPC and retry with that value.

Receipt example


All Error Codes

View the complete error code reference