Skip to content

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

PENDINGCONFIRMED or FAILED

Status Definitions

StatusDescription
PENDINGThe transaction has been broadcast to the network but is not yet included in a block.
CONFIRMEDThe transaction was successfully included in a block and is now immutable.
FAILEDThe transaction was included in a block but failed during execution.