0x100 error when trying to transfer SPL tokens to a PDA #333
Unanswered
itslesther
asked this question in
Help & Support
Replies: 1 comment
-
We are sorry for the inconvenience you are facing. Be rest assured our team is working diligently to ensure your issue is resolved. Visit the official live chat support to report this issue to an agent for assistance via Phantom support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I'm trying to transfer USDC to a PDA but I get the 0x100.
Here's the transaction: https://solscan.io/tx/pFYK2yJcskYP8FkTwJLCLSb9eA24RJy74gD1fY9kxdebmMYjRJ3rzWKESnVjguHUyF4Yhh9BmPEj3AAbu9iRLmJ
This error seems to happen because Phantom appends an extra instruction and is passing the System Program Id as a parameter in the instruction all the time instead of passing the Correct owner address of the PDA which is a different Program Id
Here's the appended instruction in docs: https://docs.phantom.app/resources/faq#why-does-phantom-prepend-an-additional-instruction-on-standard-spl-token-transfers
Example
No response
Steps to Reproduce
Transfer USDC to a PDA
Phantom Version
No response
Is there an existing discussion for this?
Beta Was this translation helpful? Give feedback.
All reactions