'How to distinguish ERC20 and ERC721?

How can I differentiate between ERC20 and ERC721? without checking Etherscan



Solution 1:[1]

ERC20 Token-Transfer Event and ERC721 Token-Transfer Event is differentiated by the number of topics. ERC20 transfer Event's is 3 but ERC721's is 4. I distinguished that way.Check it out on Etherscan. Thanks

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1