Skip to main content

cloneOwnedDictionaryUpgradeableEtherscan

Signatureโ€‹

function cloneOwnedDictionaryUpgradeableEtherscan(address targetDictionary) public returns(address dictionary);

Descriptionโ€‹

Creates a new owned clone of an existing upgradeable dictionary contract that is Etherscan-verifiable, targeting the specified targetDictionary. This function allows for efficient duplication of dictionary contracts while maintaining ownership and upgradeability.

Exampleโ€‹

address newDictionary = cloneOwnedDictionaryUpgradeableEtherscan(targetDictionary);