Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
614 stars 201 forks source link

Suggestion for `new` keyowrd #178

Closed wiasliaw closed 3 years ago

wiasliaw commented 3 years ago

Since 0.8, new keyword support for create2 opcode.

https://github.com/solidity-by-example/solidity-by-example.github.io/blob/b3c4f05ebac2bf1355e0faec4750369964db4da1/src/pages/new-contract/NewContract.sol#L19

Solidity 0.8.3 docs

t4sk commented 3 years ago

@wiasliaw Thanks. Gonna put this code under create2 and briefly mention it in new contract

wiasliaw commented 3 years ago

@t4sk OK, I'll take this part and create a PR.