| 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 |
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.
Benefit