Difference between revisions of "Ethereum address"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
== Related ==
 
== Related ==
 
* <code>[[clef newaccount]]</code>
 
* <code>[[clef newaccount]]</code>
 +
* [[Ethereum Name Service (ENS)]]
  
 
== See also ==
 
== See also ==

Revision as of 14:14, 10 May 2023

wikipedia:Ethereum address

Ethereum addresses are composed of the prefix "0x" (a common identifier for hexadecimal) concatenated with the rightmost 20 bytes of the Keccak-256 hash of the ECDSA public key (the curve used is the so-called secp256k1). In hexadecimal, two digits represent a byte, and so addresses contain 40 hexadecimal digits, e.g. 0xb794f5ea0ba39494ce839613fffba74279579268. Contract addresses are in the same format, however, they are determined by sender and creation transaction nonce.


Related

See also

Advertising: