Skip to main content

Dictionary_0

Git Source

Inherits: DictionaryBase, Ownable, IDictionary

Functions

constructor

constructor(address owner) Ownable(owner);

setImplementation

function setImplementation(bytes4 selector, address implementation) external onlyOwner;

upgradeFacade

function upgradeFacade(address newFacade) external onlyOwner;