OwnableStorage

Git Source

State Variables

OWNABLE_STORAGE_SLOT

bytes32 internal constant OWNABLE_STORAGE_SLOT = keccak256("ownable.storage");

Functions

layout

function layout() internal pure returns (Layout storage l);

Structs

Layout

struct Layout {
    address owner;
}

Last updated

Was this helpful?