-
I'm trying to get the transaction data using I copied the token's ABI directly from etherscan from:
However, I got this error with
The example above uses only the token's ABI, but I have tried concatenating the ABIs of Uniswap and WETH contracts into Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Problem solved, turns out I wasn't using the correct ABI, I needed to use the ABI of the |
Beta Was this translation helpful? Give feedback.
Problem solved, turns out I wasn't using the correct ABI, I needed to use the ABI of the
Interacted With (To)
contract in that transaction