Y
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
Drdrdrq
2844 days ago
Probably by checking if contract supports the mandatory functions.
(I did some eth blockchain analytics a while ago)
link
(I did some eth blockchain analytics a while ago)