When displaying addresses, we should use the [checksummed address](https://web3js.readthedocs.io/en/v1.2.11/web3-utils.html#tochecksumaddress) whenever displaying an address. Note the following example:  where the checksummed address is `0xddD44166CdCd051AFa053A716608Cdc42C0C30D4` Compilation will fail if the non-checksummed address is used so this will save some dev steps for those importing addresses to their contracts.