ChainArgos
Concept Glossary
Concept Glossary
  • Concept Glossary
  • Address Types
    • Genesis or "Built-In" Contract
    • Externally Owned Account (EOA)
    • Multi-Sig
      • Gnosis Safe
    • Null Address
  • Bridge
  • Deployers
  • Gas & Gas Funding
  • Open Source
  • Smart Contracts
    • Are smart contracts immutable?
    • Proxy Contract
    • Implementation Contract
    • Upgradeable Proxy Contract
      • EIP-1967 Upgradeable Proxy Standard
      • Open Zeppelin
    • Renouncing Ownership
Powered by GitBook
On this page

Address Types

There are different types of address both across blockchains and, often, within a single blockchain ecosystem.

First each blockchain has at least one, and sometimes several, address formats. For example Ethereum addresses consist of 0x followed by 40 hexadecimal digits (0-9,a-f). This format is shared across Ethereum and its forks and other blockchains based on the same Ethereum Virtual Machine (EVM) specification. The private keys, similarly, are shared across all these "flavous" of Ethereum.

PreviousConcept GlossaryNextGenesis or "Built-In" Contract

Last updated 1 year ago