ROJIVerseStorage

ROJIVerseStorage

Storage for ROJIVerse platform. Primarily link to the access control contract.

This is initialized for the primary diamond but also for each proxy.

Layout

struct Layout {
  address rojiVerseAuthority;
  address rojiVerse;
}

STORAGE_SLOT

bytes32 STORAGE_SLOT

layout

function layout() internal pure returns (struct ROJIVerseStorage.Layout l)

ROJIVerseStorage

Storage for ROJIVerse platform. Primarily link to the access control contract.

This is initialized for the primary diamond but also for each proxy.

Layout

struct Layout {
  address rojiVerseAccessControl;
  address rojiVerse;
}

STORAGE_SLOT

bytes32 STORAGE_SLOT

layout

function layout() internal pure returns (struct ROJIVerseStorage.Layout l)

Was this helpful?