[General] Withdraw contract balance #229
-
EnvironmentMainnet Provide a brief description of the functionality you're trying to implement.We've deployed a contract so that our users can mint an NFT on zkSync Era but we can't withdraw the funds from the contract. What is the specific issue or error you're encountering?The withdraw function is failing to execute:
Can you share the error messages or logs you're receiving, if any?. Have you made any recent changes to the contract before encountering this issue?No Are there any external libraries or contracts that your contract interacts with?No Can you provide the relevant portions of your contract code where the issue is occurring?
Have you tried to isolate the problem, and if so, what were the results?Using What steps have you already taken to try to resolve the issue?I've replaced the
and deployed a new contract. It's similar to this issue where you found a way to help rescue the funds... Sorry, our mistake, but wondering if it could be possible in our case too! Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
Hi @nicob21 👋 , It is a known limitation, please check our official docs for more info. We are actively working to address this issue, but until then there is nothing we can really do. |
Beta Was this translation helpful? Give feedback.
Hi @nicob21 👋 ,
It is a known limitation, please check our official docs for more info. We are actively working to address this issue, but until then there is nothing we can really do.