Close Menu
Crypto Valley Journal
    Facebook X (Twitter) Instagram
    Crypto Valley Journal
    • Hot Topics
      • News
      • Minds
    • Focus
      • Background
      • Blockchain
      • Legal & Compliance
      • Non-Fungible Token (NFTs)
    • Investing
      • Markets
      • Financial Products
      • Decentralized Finance (DeFi)
      • Exchange overview
    • Education
      • Basics
      • Glossary
      • Politicians on crypto
    • Statistics
      • Bitcoin-ETF-Flows
      • Ethereum-ETF-Flows
      • Crypto market data
      • On-chain data
    • Academy
      • Overview
      • Part 1: Blockchain
      • Part 2: Money
      • Part 3: Bitcoin
      • Part 4: Cryptocurrencies
      • Part 5: Decentralized Finance
      • Part 6: Investing
    • English
      • Deutsch
    Crypto Valley Journal
    You are at:Home » Glossary » CA – Contract Address
    A contract address derives from the creator address plus a nonce or salt, and its mixed case spelling encodes an EIP-55 checksum.

    CA – Contract Address

    By Editorial Office CVJ.CH on 21. August 2026 Glossary

    A contract address is the fixed address where a smart contract sits on a blockchain. It derives from the creator address plus a nonce or salt, and belongs to program code, not a private key. Anyone sending tokens there addresses the program directly.

    Ethereum distinguishes two account types: accounts under the control of a private key, and contract accounts. Those contract accounts run a smart contract on the EVM. Both share the same address format. As a result, users regularly mistake a contract address for a wallet address. The difference lies in the origin. A wallet address derives from a public key under secp256k1. A contract address, however, comes from the data of the deployment transaction. No key pair therefore belongs to a contract address.

    How CREATE and CREATE2 compute the address

    A contract address first arises from a transaction without a recipient in the to field. That transaction's data field carries the init code. From that input, the CREATE opcode builds the hash keccak256(rlp([sender, nonce])). Specifically, the hash's last 20 bytes form the address, 42 characters long in hex notation with the 0x prefix. The nonce counts the outgoing transactions of the creator and rises with each one. Consequently, anyone deploying the same code twice receives two different addresses.

    CREATE2, however, replaces the nonce with a freely chosen salt and folds the init code into the hash. EIP-1014 describes the formula, while the Constantinople hard fork activated the opcode on the main chain on 28 February 2019. Because the creator chooses the salt, they control the address and can publish it before the contract exists. Developers call this counterfactual deployment. In both cases, the address itself stays permanent. Should the contract receive new code through a proxy pattern, that leaves the address untouched.

    FeatureCREATECREATE2
    Formulakeccak256(rlp([sender, nonce]))[12:]keccak256(0xff ++ sender ++ salt ++ keccak256(init_code))[12:]
    Depends onnonce of the creatorfreely chosen salt
    Address computable before deploymentNoYes
    Introducedoriginal EVM opcodeEIP-1014, Constantinople hard fork 28 February 2019

    Other chains also derive addresses, yet they calculate differently. Solana addresses are usually Ed25519 public keys. Program Derived Addresses, however, emerge deterministically from seeds and a program ID via SHA-256. Such addresses are guaranteed to lie outside the Ed25519 curve. No private key exists for them as a result.

    How do you recognize a real contract address?

    A block explorer displays a contract address in mixed upper and lower case, just like any Ethereum address. That spelling encodes a checksum under EIP-55. Specifically, a hex letter appears in upper case under one condition. The matching nibble in the keccak256 hash of the lowercase address must reach at least 8. The pattern therefore comes not from the address as text, but from its hash. A single wrong character changes that hash completely. Consequently, the pattern of upper and lower case letters usually changes with it. When the spelling does not match the hash, the address is faulty.

    EIP-55 places an average of 15 check bits into an address. A randomly generated address that someone mistypes still passes the checksum with a probability of 0.0247%. Thus, in arithmetic terms, roughly one in 4,049 mistyped addresses slips through unnoticed. Those check bits occupy no extra character. Instead, they sit entirely in the upper and lower case of the letters.

    However, the checksum is not mandatory, and an address written entirely in lower case remains valid. A fully valid address that belongs to someone else passes just as easily. After all, the checksum tests the character string and not the intent behind it. Nor does the checksum reveal whether a program or a key pair sits behind an address.

    When a fake address matches the real one

    Under the name address poisoning, the block explorer Etherscan describes how attackers replicate addresses that belong to others. In address spoofing, an attacker first generates a vanity address. Its first and last characters match those of the genuine address. Subsequently, the attacker sends the victim a worthless transaction, which shows up in the victim's history. Anyone who compares only the start and the end there sees no difference. Fake ERC-20 contracts also circulate, and they imitate the names and symbols of well-known tokens. In event spoofing, a forged transfer event via transferFrom simulates a movement that never took place.

    One documented case hit a single wallet in May 2024. The attacker had replicated the first and last characters of the target address beforehand. The transfer ran to roughly USD 68 million. Later, the attacker returned the funds.

    Zero-value transfers are one channel through which a fake address enters a transaction history in the first place. Etherscan has therefore hidden token transfers without value by default since April 2023. Still, the reliable source for a contract address remains the project page, not the transaction history.

    What separates Dogecoin from Bitcoin is its unlimited supply, and the 2013 satire coin now trades through its own US spot ETF. Basics
    5. August 2026Updated:5. August 2026

    What is Dogecoin? From satire project to ETF asset

    What separates Dogecoin from Bitcoin is its unlimited supply, and the 2013 satire coin now trades through its own US spot ETF.

    Bitcoin overtakes gold in the US: per River's report, 49.6 million Americans own Bitcoin, while just 28.8 million still hold gold. Background
    22. July 2026

    Bitcoin overtakes gold among US investors for the first time

    Bitcoin overtakes gold in the US: per River’s report, 49.6 million Americans own Bitcoin, while just 28.8 million still hold gold.

    Digital asset security faces a new gap: crypto losses topped USD 4.70 billion in 2025, up 63%, as fraud follows multi-asset users.
    22. July 2026

    Digital finance has gone multi-asset. Security needs to catch up.

    The Chainalysis Crypto Crime Report puts illicit activity below 1% of on-chain volume, countering the myth of Bitcoin as a criminal currency.
    21. July 2026

    Myth: Bitcoin and cryptocurrencies mainly serve criminal activity

    Falling qubit estimates bring the quantum computer threat to Bitcoin closer and spark a debate over freezing Satoshi's coins.
    20. July 2026

    Quantum computers put Bitcoin’s cryptography under pressure

    Most crypto cards hide who issues them. After mapping the licensed issuers, here is why Switzerland's self-issuing model reads differently.
    8. July 2026

    The bank you never chose: who really issues Switzerland’s crypto cards

    18 percent hold crypto assets in Switzerland, an IFZ and LUKB study shows. Banks see potential for up to 1 million advisory clients.
    29. June 2026

    HSLU and LUKB study: 18% of the Swiss population hold crypto assets

    29. June 2026

    The four-year Bitcoin cycle remains intact

    Popular Posts
    About Crypto Valley Journal
    About Crypto Valley Journal

    On the pulse of the movement

    • Academy
    • Contact
    • Advertising
    • About us
    • Partner
    • Imprint
    • Privacy
    • Disclaimer
    Search

    Type above and press Enter to search. Press Esc to cancel.