When displaying addresses, we should use the checksummed address 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.
When displaying addresses, we should use the checksummed address whenever displaying an address.
Note the following example:
where the checksummed address is
0xddD44166CdCd051AFa053A716608Cdc42C0C30D4Compilation will fail if the non-checksummed address is used so this will save some dev steps for those importing addresses to their contracts.