Metamask Extension Bug Activity Send Nft Displays Id As If It Were Amount
System ArchiveMetamask 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 tab displays the NFT's ID as if it were the amount being sent, instead of showing the actual NFT being transferred. Technical Root Cause The error occurs due to a bug in the Metamask extension's Activity tab, where it incorrectly parses the transaction data and displays the NFT's ID as the amount. Manual Overrides To resolve this issue, try the following manual overrides: Check the transaction details on a blockchain explorer to verify the correct NFT is being transferred. Use the Metamask API to fetch the transaction data and parse it manually: json { "jsonrpc": "2.0", "method": "eth_getTransactionByHash", "params": ["0x...transaction_hash..."], "id": 1 } Update the Metamask extension to the latest version to ensure any bug fixes are applied. Prerequisites: Metamask extension installed and configured ETH wallet with NFTs Basic understanding of blockchain transactions You may want to consider using an external console to debug and verify the transaction data.
System Cross-Reference Matrix
- Related Archive: Metamask Extension Bug Ledger If Blind Signing Is Disabled Reconnect 06 16 3
- Related Archive: Metamask Extension Bug Activity Contract Deployments Are Displayed As Contract Interaction 06 16 3
- Related Archive: Metamask Extension Bug Assets Confirming The Add Token From A Dapp Dialog 06 16