metamask-extension
metamask-extension copied to clipboard
[Bug]: safeTransferFrom is displaying Token Name instead of Symbol
Describe the bug
Problem: when I am performing a safeTransferFrom operation I see that on the Send transaction view we are displaying the Token Name instead of the Token Symbol as we usually do.
https://user-images.githubusercontent.com/54408225/183862631-d3c0486c-d578-40ad-b752-9c6d69abd01a.mp4
Steps to reproduce
- Deploy an ERC721 token contract on Remix
- Safe Mint a token
- Approve this token to another address
- Change to this other address
- safeTransferFrom the initial address -- see MM popup
Error messages or log output
No response
Version
10.19.0
Build type
No response
Browser
Chrome
Operating system
Linux
Hardware wallet
No response
Additional context
No response
I believe this is intentional for ERC 721s as displaying the NFT name makes it easier for users to identify the asset than displaying the NFT symbol. I don't think it's a bug. Let me know if you disagree :)