deployProxyEtherscan
Signatureโ
function deployProxyEtherscan() public returns(address);
Descriptionโ
Directly deploys a new proxy contract that is designed to be verifiable on Etherscan. This function does not check for existing proxies and always results in the deployment of a new proxy.
Exampleโ
address proxy = deployProxyEtherscan();