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

How to format addresses

Tobias Schubotz edited this page May 27, 2020 · 3 revisions

This doc specifies the different types of formatting addresses inside the Safe apps.

Full checksummed address

Addresses should always be checksummed.

  • No truncation, always show all characters.
  • Address is checksummed.
  • Example: 0x3257Bde8CF067aE6f1DDc0E4b140fe02e3C5e44f

Short address

Used in cases where horizontal screen real estate is limited and the complete address is not super important.

  • Take first 4 and last 4 digits only.
  • Example: 0x32...5e44f
  • Potential uppercasing due to checksum is respected

Clone this wiki locally