diff --git a/README.md b/README.md index 0030313..ed05ac1 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,14 @@ transitions. - Full address (color dot, etherscan link, tap to copy) - USD total for this token - Single token balance line (4 decimal places) + - Token contract info (ERC-20 only): displayed for informational and + verification purposes only. Styled with a red warning border, ⚠️ icon, and + explicit "DO NOT send funds to this address" label to prevent users from + confusing the contract address with their wallet address. The contract + address itself is rendered in muted text. This distinction is critical + because funds sent to a token contract address are typically + irrecoverable. The Etherscan link and click-to-copy functionality are + preserved for verification use. - Send / Receive buttons - Token-filtered transaction list (only this token's transfers) - **Transitions**: diff --git a/src/popup/index.html b/src/popup/index.html index 889aa51..7f7fe7b 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -361,7 +361,7 @@
diff --git a/src/popup/views/addressToken.js b/src/popup/views/addressToken.js index 2701963..8d2fba1 100644 --- a/src/popup/views/addressToken.js +++ b/src/popup/views/addressToken.js @@ -143,9 +143,9 @@ function show() { const dot = addressDotHtml(tokenId); const tokenLink = `https://etherscan.io/token/${escapeHtml(tokenId)}`; let infoHtml = - `