Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Safe transaction states

Tobias Schubotz edited this page Apr 24, 2020 · 2 revisions

Waiting for confirmations

  • Safe tx was created but is missing one or more confirmations until it reaches the threshold
  • This includes transactions that have 0 confirmations by some reason.

Waiting for execution

  • Safe tx has enough confirmations (>= threshold) but wasn’t submitted yet to the chain

Pending

  • That’s a state local to an owner (device)
  • A transactions that changes the state of the Safe tx is pending execution, i.e.
    • A tx that triggers (“executes”) the Safe tx was submitted to the Ethereum blockchain but has not been mined yet.
    • A txs that confirms a Safe tx was submitted to the blockchain but has not been mined yet.

Success

  • Safe tx was mined and executed successfully

Failed

  • Safe tx was mined but failed.

Canceled

  • Safe tx wasn't executed but the current Safe nonce is greater or equal to the nonce of this tx.
  • That means there is a successful or failed Safe tx that has the same nonce.

Clone this wiki locally