Contract address

From DefiLlama
Revision as of 15:01, 20 April 2022 by River0x (talk | contribs) (Created page with "A contract address is a string of randomly-generated letters and numbers that enable users to trace smart contract activity. === Conventions === Ethereum and many EVM-compatible chains use 0x prefixes Solana uses nonstandardised prefixes. Harmony uses one prefixes. === Uses === Contract addresses can be cross-referenced to the blockchain specific block explorer to verify activity. For example, we can see that Ethereum user 0xngmi bridged some 500 USDC tokens via Hopp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A contract address is a string of randomly-generated letters and numbers that enable users to trace smart contract activity.

Conventions

Ethereum and many EVM-compatible chains use 0x prefixes

Solana uses nonstandardised prefixes.

Harmony uses one prefixes.

Uses

Contract addresses can be cross-referenced to the blockchain specific block explorer to verify activity. For example, we can see that Ethereum user 0xngmi bridged some 500 USDC tokens via Hopper bridge using etherscan. Contract addresses are a fundamental part of what makes DeFi so transparent and verifiable. The ability to simply check how many dollars Ukraine has received to their wallet via smart contracts is what separates DeFi from the traditional finance world.