-
Notifications
You must be signed in to change notification settings - Fork 3.2k
trying to call this contract with ucs03 #4552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Since you're trying to call the "ucs02" contract and it's failing, let's break this down with some ideas to resolve the issue: |
My current issue is that I'm failing to construct the correct operand. I don’t really understand how to build a valid operand for UCS03. Actually, I’m confused about this operand — how exactly am I supposed to fill it in? I mean, in UCS03-ZKGM there are many types of instructions, like exampleBatchInstruction, exampleMultiplexInstruction, exampleForwardInstruction, and exampleTransferAndCall. So which one is actually the correct instruction to use? |
I understand you're struggling to construct a valid operand for the "ucs03" contract, specifically within the UCS03-ZKGM framework, and you're unsure which instruction type to use among exampleBatchInstruction, exampleMultiplexInstruction, exampleForwardInstruction, and exampleTransferAndCall. Let’s break this down step-by-step to clarify how to build the operand and choose the right instruction.
const instructionId = "0x03"; const operand = ethers.utils.concat([ console.log(operand); await contract.executeInstruction(operand); |
do you have contact? i need to call you? |
Every I said here was from grok on X |
still failed to call contract bro |
+2349060574435 |
what's that number? |
WhatsApp contact |
i don't have WhatsApp. do you have discord, telegram or Twitter? |
Itzlawkeeper01 X handle |
Hi, i'm having a bit of an issue with the sdk. did you get it to work? |
how do i call this contract? make instruction and how do i get this salt?
The text was updated successfully, but these errors were encountered: