Support creation_code
and runtime_code
contract type information
#4323
Labels
creation_code
and runtime_code
contract type information
#4323
Summary
Related to comment: #4204 (review). Having the contract type information:
creation_code
runtime_code
would be very useful in conjunction with the new
raw_create()
built-in (see issue VIP: add new built-in functionraw_create
#3710 and PR feat[lang]: addraw_create()
builtin #4204). Like that you could for example doraw_create(erc20.creation_code, ...)
. Theruntime_code
can be used to retrieve, hash, and compare it at creation time to the realcodehash
at the deployed address for example.The text was updated successfully, but these errors were encountered: