feat(cast
): display creation code in the cast run
trace with verbosity flag set
#8906
Labels
cast
): display creation code in the cast run
trace with verbosity flag set
#8906
Component
Cast
Describe the feature you would like
Currently
cast run
doesn't display the creation code in its trace. Whenever a contract is deployed, only the contract name is displayed, and only if the contract has been verified on Etherscan. AFAIK there's no way around it, none of the flags lets you learn what unverified contracts were deployed in the transaction and with what constructor arguments, even though the VM obviously has this information.It would be great if passing
--verbose
tocast run
made the log include the creation code.Additional context
No response
The text was updated successfully, but these errors were encountered: