-
Ethers Version5.7.0 Search TermsNo response Describe the ProblemI found that Code Snippetethers.utils.getAddress(address) Contract ABINo response ErrorsError: bad address checksum (argument="address", value="0x964d9D1a532b5a5daeacbac71d46320de313ae9c", code=INVALID_ARGUMENT, version=address/5.7.0) Environmentnode.js (v12 or newer) Environment (Other)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The checksum isn’t correct in that address. The correct checksum is When using Etherscan, if the checksum is wrong, it lowercases the address and computes the address itself. If you notice on the Etherscan page it has corrected the checksum for you too. :) |
Beta Was this translation helpful? Give feedback.
The checksum isn’t correct in that address. The correct checksum is
"0x964d9D1A532B5a5DaeacBAc71d46320DE313AE9C"
.When using Etherscan, if the checksum is wrong, it lowercases the address and computes the address itself. If you notice on the Etherscan page it has corrected the checksum for you too. :)