DiamondLoupeStorage
State Variables
DIAMOND_LOUPE_STORAGE
bytes32 internal constant DIAMOND_LOUPE_STORAGE = keccak256("diamond.loupe.storage");
Functions
layout
function layout() internal pure returns (Storage storage l);
Structs
Storage
struct Storage {
mapping(bytes4 interfaceId => bool isSupported) supportedInterfaces;
}
Last updated
Was this helpful?