Getting an "Invalid Safe Address" Error

If you think the Safe address you are providing is correct but still getting the error, please go to etherscan.io and search for the same address. In some cases, the address provided might not be checksummed and generates "Invalid Safe Address" Error.

Key takeaways:

  • Ethereum addresses can be written in two ways

    • Non-checksummed version, all lower case letters.

    • Checksummed version, includes lover case and capital letters.

  • Checksummed addresses provide better address validity and more secure to typos. It is prefferable to use checksummed Eth addresses.

  • Use etherscan.io to validate your address.

Last updated