Davideblog.davideai.dev·Oct 28, 2022Predict a smart contract address before it's deployed.This article explains how the CREATE2 functionality in Solidity can be used to predict the address where a smart contract will be deployed at. This example is taken from the Solidity docs describing salted contract creation. Find the repository with...69 readscreate2