DiamondLoupeBase
Inherits: IDiamondLoupeBase
Functions
_facetSelectors
function _facetSelectors(address facet) internal view returns (bytes4[] memory selectors);
_facetAddresses
function _facetAddresses() internal view returns (address[] memory);
_facetAddress
function _facetAddress(bytes4 selector) internal view returns (address);
_facets
function _facets() internal view returns (Facet[] memory facets);
_supportsInterface
function _supportsInterface(bytes4 interfaceId) internal view returns (bool);
_addInterface
function _addInterface(bytes4 interfaceId) internal;
_removeInterface
function _removeInterface(bytes4 interfaceId) internal;
Last updated
Was this helpful?