Skip to main content

ImmutableDictionary

Git Source

Inherits: DictionaryBase

Functions

constructor

constructor(Function[] memory _functions, address _facade);

__existsSameSelector

function __existsSameSelector(bytes4 _selector) internal override returns (bool);

Errors

SelectorAlreadyExists

error SelectorAlreadyExists(bytes4 selector);

Structs

Function

struct Function {
bytes4 selector;
address implementation;
}