Need help with EthereumAbiFunction #3355
Unanswered
MhAhmadAli
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Hi @MhAhmadAli, could you please share the code? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is what I am currently on right now @satoshiotomakan
Function for converting encoded data to Hex string:
I have tried it the normal way without using an array as well. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to write a code for follwing function:
exactInputSingle((address,address,uint24,address,uint256,uint256,uint160))
As you can see, the function needs a tuple as input.
I have tried using "addParamArray()" to add an array but the function signature doesn't match when I look at the encoded output.
Required Function Signature: 0x04e45aaf
Beta Was this translation helpful? Give feedback.
All reactions