EVM Transfer Status Lifecycle
This lifecycle tracks the state of a transaction from the moment it is sent to the blockchain until it is finalized.
Lifecycle Diagram
PENDING → CONFIRMED or FAILED
Status Definitions
| Status | Description |
|---|---|
PENDING | The transaction has been broadcast to the network but is not yet included in a block. |
CONFIRMED | The transaction was successfully included in a block and is now immutable. |
FAILED | The transaction was included in a block but failed during execution. |