Hacker News new | ask | show | jobs
by buhrmi 2844 days ago
Wonder how they decide whether or not a contract is ERC20 or ERC721 compliant to set the `is_erc20` and `is_erc721` values in the `contracts` table.
1 comments

Probably by checking if contract supports the mandatory functions.

(I did some eth blockchain analytics a while ago)