getOrDeployDictionaryUpgradeableEtherscanImpl
Signatureโ
function getOrDeployDictionaryUpgradeableEtherscanImpl() public returns(address);
Descriptionโ
Checks for an existing implementation of an upgradeable Etherscan-verifiable dictionary contract. If not found, it deploys a new implementation.
Exampleโ
address dictionaryImpl = getOrDeployDictionaryUpgradeableEtherscanImpl();