-
I tried using (a customized version of) the code in https://github.com/maticnetwork/matic.js/blob/master/examples/plasma/erc721/transfer.js to attempt to transfer this token: ... to another address, just as an experiment. However, I'm getting this error that I can't seem to figure out:
Any ideas? Thanks in advance 😀 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Is the issue that this token I'm attempting to transfer is ERC1155 instead of ERC721? 🤔 If so, that would make me quite silly lol. If so, does anyone know a way to transfer ERC1155 tokens? |
Beta Was this translation helpful? Give feedback.
-
@ujjwalguptaofficial thank you for implementing ERC1155 transfer (https://maticnetwork.github.io/matic.js/docs/pos/ERC1155/transferERC1155/), however I realized my Any ideas why that's happening and what it means? This Matic stuff is incredibly confusing to me ... I'm not sure what to use for:
I simply want to be able to transfer ERC1155 tokens that are on OpenSea to another address 🤔 |
Beta Was this translation helpful? Give feedback.
@ujjwalguptaofficial thank you for implementing ERC1155 transfer (https://maticnetwork.github.io/matic.js/docs/pos/ERC1155/transferERC1155/), however I realized my
Returned values aren't valid, did it run Out of Gas?
error is coming fromgetMaticPlasmaClient()
in https://github.com/maticnetwork/matic.js/blob/master/examples/utils.js.Any ideas why that's happening and what it means?
This Matic stuff is incredibly confusing to me ... I'm not sure what to use for:
I simply want to be able to transfer ERC1155 tokens that are on OpenSea to another address 🤔