How to obtain constructor argsuments? #8903
Unanswered
CodeSandwich
asked this question in
Help
Replies: 0 comments
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 have an internal transaction which deploys a contract. How can I obtain the constructor arguments that were used? In my setup even getting the full creation code would be enough, I have access to the raw creation code, so I can trim it off to get the arguments.
I was looking at
cast run
, but it doesn't show the creation code, it only saysnew <unknown>@0x...
. I tried----decode-internal
and--decdoe-internal
, both with and without--verbose
, and none of them cause the creation code to be shown.Beta Was this translation helpful? Give feedback.
All reactions