validate_eth_address
Validate Ethereum address format and EIP-55 checksum to catch typos and return the correctly-checksummed address, preventing loss of funds.
Instructions
USE THIS to verify an Ethereum address before sending funds or storing it — never trust that a 0x… string is correct. Validates the format and the EIP-55 mixed-case checksum (catches typos), and returns the correctly-checksummed form. A wrong character makes a different address — funds sent there are lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The Ethereum address (0x + 40 hex chars). |