Open
Description
Summary
Related to comment: #4204 (review). Having the contract type information:
creation_code
runtime_code
would be very useful in conjunction with the newraw_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.