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 Users observe that when sending NFTs using the Metamask extension, the activity display shows the NFT's ID as if it were the amount being sent, rather than the actual amount. Technical Root Cause The error occurs due to a bug in the Metamask extension's activity display logic, where it incorrectly interprets and displays the NFT's ID as the transaction amount. Manual Overrides Check the transaction details on the Ethereum blockchain explorer to verify the correct amount. Use the Metamask extension's debug mode to inspect the transaction payload and identify any discrepancies. Override the display logic using the following JSON configuration: json { "nft_display": { "id_as_amount": false } } Consider using an external console for further debugging and configuration. Prerequisites Metamask extension version 10.2.3 or later Ethereum blockchain explorer account Basic understanding of JSON configuration files


System Cross-Reference Matrix

🛠 Run Automated Reset

Report Page