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 When attempting to send an NFT using the Metamask extension, the activity displays the NFT's ID as if it were an amount, instead of showing the actual NFT name or metadata. Technical Root Cause This error occurs due to a bug in the Metamask extension's handling of NFT metadata, where the ID is incorrectly displayed as a quantity. Manual Overrides To resolve this issue, try the following manual overrides: Check the NFT's metadata on the Ethereum blockchain using a block explorer. Verify that the Metamask extension is updated to the latest version. Use the following JSON payload to manually construct a transaction: json { "from": "0xYourWalletAddress", "to": "0xRecipientAddress", "value": "0", "gas": "20000", "gasPrice": "20.0e9", "data": "0xNFTTransferData" } Consider utilizing an external console for more complex transaction constructions. Prerequisites Metamask extension installed and configured Ethereum wallet with sufficient balance NFT to be sent


System Cross-Reference Matrix

🛠 Run Automated Reset

Report Page