issues
search
0xsequence
/
create3
CREATE3 (see EIP-3171) implemented in Solidity
283
stars
35
forks
source link
V2
#1
Closed
Agusx1211
closed
3 years ago
Agusx1211
commented
3 years ago
Use CREATE2 + CREATE instead of fallback (far cheaper!)
Library format instead of shared contract
No need to pre-deployed instances
Supports constructors!
Supports Etherscan!