Table of Contents

EIP 55: Mixed-case checksum address encoding

Return to Ethereum ERCs

Note: The following is an excerpt from the official Ethereum site. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference.
Table 1: Data sheet for Mixed-case checksum address encoding
Title Mixed-case checksum address encoding
Author Vitalik Buterin, Alex Van de Sande
Status Final
Created 2016-01-14
Description http://eips.ethereum.org/EIPS/eip-55
Specification http://eips.ethereum.org/EIPS/eip-55#Specification
Category ERC

Abstract

In English, convert the address to hex, but if the ith digit is a letter (ie. it’s one of abcdef) print it in uppercase if the 4*ith bit of the hash of the lowercase hexadecimal address is 1 otherwise print it in lowercase.

Rationale

Benefit