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
@yello123 Thanks for the interest. Now since we are simply from parsing the Transfer events to populate erc20 table, some erc721 token transfers are mistakenly categorized as erc20 transfer. That's something we should fix as the first step.
In the long run, I'm thinking of making an ERC721 table that looks like ERC20. The problem with ERC721 is that the amount transferred is no longer part of the Transfer event. It was replaced by an id. We need to think of more use cases and design a good table schema.
No description provided.
The text was updated successfully, but these errors were encountered: