Skip to content

Addresses and contracts

The address book helps people review targets and select addresses as contract arguments. Adding an ABI turns an address into a callable contract capability.

  1. Open Address book.
  2. Select Add entry.
  3. Enter a name and EVM address.
  4. Choose the relevant chains.
  5. Save the entry.

Use names that describe purpose, not only ownership. Always compare the full address before a sensitive transaction.

  1. Start from the deployed contract’s chain and address.
  2. Confirm that code exists at that address.
  3. Supply a strongly typed JSON ABI or choose an available Sourcify candidate.
  4. Review whether the candidate describes the proxy or its implementation.
  5. Save the contract capability.

txcast stores the ABI source and a digest. A second registration with the same normalized ABI is unchanged; a different ABI conflicts instead of silently replacing the saved definition.

A Safe may appear as a known address and as an execution account. These records serve different jobs: the address book supports identification and targeting, while the execution registry authorizes workflow steps to execute from the Safe.

Editing a display name or enriching an address with an ABI does not change an already saved workflow revision or published run. Review and save a new workflow revision when registry changes affect future calls.