error: Move abort in 0x1::object: ENO_UNGATED_TRANSFERS(0x50003): The object does not have ungated transfers enabled #353Question Title #354
Answered
by
gregnazario
tharunhack
asked this question in
Questions
-
Discord user IDNo response Describe your question in detail.while transferring the nfts using ts-sdk What error, if any, are you getting?error: Move abort in 0x1::object: ENO_UNGATED_TRANSFERS(0x50003): The object does not have ungated transfers enabled #353Question Title What have you tried or looked at? Or how can we reproduce the error?No response Which operating system are you using?Windows Which SDK or tool are you using? (if any)TypeScript SDK Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Answered by
gregnazario
Aug 3, 2024
Replies: 1 comment
-
This code means the NFT trying to be transferred is soulbound and can't be transferred. https://aptos.dev/en/build/smart-contracts/digital-asset#soulbound-tokens https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/framework/aptos-framework/doc/object.md#0x1_object_ENO_UNGATED_TRANSFERS |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tharunhack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code means the NFT trying to be transferred is soulbound and can't be transferred. https://aptos.dev/en/build/smart-contracts/digital-asset#soulbound-tokens https://github.com/aptos-labs/aptos-core/blob/main/aptos-move/framework/aptos-framework/doc/object.md#0x1_object_ENO_UNGATED_TRANSFERS