Please correct me if I am wrong. As I know CREATE2 is an opcode inside evm. We have two kind of transactions: Call or Create. A Create tx is same as Call when the receiver address is null.
What is Cretae2 transaction type or action: here
It doesn't make sense for me this new type of transaction which is supposed to an opcode inside evm.
Please correct me if I am wrong. As I know CREATE2 is an opcode inside evm. We have two kind of transactions:
CallorCreate. ACreatetx is same asCallwhen the receiver address is null.What is
Cretae2transaction type or action: hereIt doesn't make sense for me this new type of transaction which is supposed to an opcode inside evm.