Skip to main content

getOrDeployDefaultDictionaryUpgradeableEtherscan

Signatureโ€‹

function getOrDeployDefaultDictionaryUpgradeableEtherscan() public returns(address);

Descriptionโ€‹

Attempts to find or deploy a default upgradeable dictionary contract with Etherscan verification features. This function is handy for deploying standardized dictionaries with default ops.

Exampleโ€‹

address dictionary = getOrDeployDefaultDictionaryUpgradeableEtherscan();