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
Firstly I just want to say thanks for all the great work you have done on this and thanks for sharing it with the community!
We use the public BigQuery dataset to track token transfers and manage our internal NFT ownership state via the token_transfers table.
The dataset has transfer info for ERC20 and ERC721, but not ERC1155. For ERC721, the value field is the token id for the token transferred, for ERC20 it's actually the value.
I see there is already support for detecting ERC1155 transfers in the code - how can we get this information pushed to the public dataset and handle it in a similar way to ERC721? What is the process? If there is work associated I'm happy to do this, just let me know what it is.
Alternatively, if there is somewhere public I can pull transfers for 1155 please let me know!
The text was updated successfully, but these errors were encountered:
Firstly I just want to say thanks for all the great work you have done on this and thanks for sharing it with the community!
We use the public BigQuery dataset to track token transfers and manage our internal NFT ownership state via the
token_transfers
table.The dataset has transfer info for ERC20 and ERC721, but not ERC1155. For ERC721, the
value
field is the token id for the token transferred, for ERC20 it's actually the value.I see there is already support for detecting ERC1155 transfers in the code - how can we get this information pushed to the public dataset and handle it in a similar way to ERC721? What is the process? If there is work associated I'm happy to do this, just let me know what it is.
Alternatively, if there is somewhere public I can pull transfers for 1155 please let me know!
The text was updated successfully, but these errors were encountered: