Difference between revisions of "Contract address"

From DefiLlama
Jump to navigation Jump to search
Line 2: Line 2:


== Conventions ==
== Conventions ==
Ethereum and many EVM-compatible chains use 0x prefixes.
Ethereum and all EVM-compatible chains use 0x prefixes (indicating a hexadecimal format).


Solana uses nonstandardised prefixes.
Solana uses Base58 encoding.


Harmony uses the "one" prefix.
Harmony uses the "one" prefix.

Revision as of 10:10, 25 April 2022

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

Conventions

Ethereum and all EVM-compatible chains use 0x prefixes (indicating a hexadecimal format).

Solana uses Base58 encoding.

Harmony uses the "one" prefix.

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.