I’m minting erc1155 tokens with some users info in the data field. How can i get this data to use it in another smart contract?
https://www.zupzup.org/smart-contract-interaction/
You will need to make Call functions to read the data.
My question actually is “how can i refer to ‘data’ field in erc1155”. Maybe my question is worded incorrectly.