Docs

checksumAddress

Calculates the checksum address for the given address.

Example

import { checksumAddress } from "thirdweb/utils";
checksumAddress("0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed");
//=> '0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed'

Parameters

Returns

The checksum address.