Replies: 1 comment 13 replies
-
Your ABI is missing the necessary methods, but assuming you have the full ABI, you can use: // Assuming the ABI and data above
> iface = new Interface(ABI)
> iface.parseTransaction({ data })
TransactionDescription {
args: [ BigNumber { value: "47543372290936182761" }, [ "0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd", "0x78867BbEeF44f2326bF8DDd1941a4439382EF2A7" ], "0x7808583fdAA53eb4f16F69956F7dB79F7dc83DF4", BigNumber { value: "1655116439" } ],
name: "swapExactETHForTokens",
signature: "swapExactETHForTokens(uint256,address[],address,uint256)",
sighash: "0x7ff36ab5",
value: BigNumber { value: "0" }
} Let me know if that helps. |
Beta Was this translation helpful? Give feedback.
13 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.
-
abi like this

Beta Was this translation helpful? Give feedback.
All reactions