You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During my research on coverage and support, I found that etherscan relies on this function in their “Token Tracker” page, the main view for Tokens. Without this it displays it as “0” which might be a bit misleading to the user. I think this falls within the mission to have maximal compatibility with erc721.
The text was updated successfully, but these errors were encountered:
It also displays "0" for ERC721 tokens that don't implement the enumerable extension. But yeah, I'd be open to adding totalSupply to the EIP interface. Ur welcome to send a pr
During my research on coverage and support, I found that etherscan relies on this function in their “Token Tracker” page, the main view for Tokens. Without this it displays it as “0” which might be a bit misleading to the user. I think this falls within the mission to have maximal compatibility with erc721.
The text was updated successfully, but these errors were encountered: