Checksum fails
compare the exact mixed-case string with an EIP-55 implementation and do not auto-lowercase it as a “fix.”
Check whether an Ethereum-style address has the expected 0x/hex structure and, when applicable, a valid EIP-55 mixed-case checksum.
Crypto & SecurityRead the full guideAn Ethereum address validator checks the text format of an address: typically a 0x prefix followed by 40 hexadecimal characters, plus EIP-55 checksum casing for mixed-case addresses. Passing this test does not prove who owns the address, whether it is active, or whether it is safe to send funds.
Paste Address
Enter an Ethereum address to validate
Check Format
Verify checksum and structure
Review Result
See status and quick details
Enter an Ethereum address to validate.
Enter the source data: Paste the complete address and decide whether leading/trailing whitespace should be rejected or trimmed visibly.
Choose the relevant settings: Choose whether a checksum is required. Keep lowercase/uppercase acceptance distinct from validation of an EIP-55 mixed-case checksum.
Review and verify the result: Review length, hexadecimal characters, case style and checksum status. Verify the destination independently before any transfer.
compare the exact mixed-case string with an EIP-55 implementation and do not auto-lowercase it as a “fix.”
show the trimmed candidate separately and require explicit user confirmation.
fix the network selector/mapping before linking.
It checks textual structure and, for mixed-case addresses, EIP-55 checksum casing. It does not query ownership, balance or transaction history unless a separate live service is explicitly used.
A 40-hex lowercase address can be syntactically valid, but it does not carry an EIP-55 mixed-case checksum. A “require checksum” option should therefore reject it while a format-only mode may accept it.
No. Confirm the recipient, network and full address through an independent trusted channel, preferably with a small test transaction when appropriate.
The calculation runs in this browser component, but that alone is not a complete privacy guarantee. Use non-production data unless you have also reviewed extensions, clipboard history, downloads and site diagnostics.
The layout adapts to narrow screens. File selection, camera access, clipboard actions and downloads still depend on the permissions and capabilities of the mobile browser.
Paste the address, inspect every validation component and independently confirm the recipient before using it in a transaction.