getOrDeployDictionaryEtherscan
Signatureโ
function getOrDeployDictionaryEtherscan() public returns(address);
Descriptionโ
Similar to getOrDeployDictionary, but ensures that the deployed or existing dictionary contract is Etherscan-verifiable.
Exampleโ
address dictionary = getOrDeployDictionaryEtherscan();