How to get interacted contract address of a transaction when I have the transaction hash? #1987
-
I have a transaction that interact with a specific contract address. I want to obtain that contract address from the transaction hash. Is it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
peter-luwig
Nov 23, 2023
Replies: 1 comment
-
I have got the answer, just obtain the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
peter-luwig
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have got the answer, just obtain the
to
address of the transaction.