Metamask Extension Bug Activity Send Nft Displays Id As If It Were Amount

Metamask Extension Bug Activity Send Nft Displays Id As If It Were Amount

System Archive

Metamask Extension Bug Activity Send Nft Displays Id As If It Were Amount Symptom The Metamask extension displays the NFT ID as if it were the amount when attempting to send an NFT, showing (id) instead of the actual NFT details. Technical Root Cause This error occurs due to a bug in the Metamask extension's handling of NFT transactions, where it incorrectly interprets the NFT ID as a numerical value. Manual Overrides To resolve this issue, try the following manual overrides: Check the transaction details on the Ethereum blockchain explorer to verify the NFT ID. Use the eth_getTransactionByHash RPC method to retrieve the transaction details. Override the transaction encoding using the following JSON payload: json { "jsonrpc": "2.0", "method": "eth_sendTransaction", "params": [ { "from": "0x...", "to": "0x...", "value": "0x0", "gas": "0x...", "gasPrice": "0x...", "input": "0x..." } ], "id": 1 } Consider using an external console for more advanced transaction debugging. Prerequisites Metamask extension installed and configured Ethereum wallet with sufficient balance NFT token to be sent


System Cross-Reference Matrix

🛠 Run Automated Reset

Report Page