top | item 17890508

(no title)

buhrmi | 7 years 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.

discuss

order

Drdrdrq|7 years ago

Probably by checking if contract supports the mandatory functions.

(I did some eth blockchain analytics a while ago)