Fraction ProtocolpurchaseStorage

PurchaseSkeletonGenesisIdsStorage

PurchaseSkeletonGenesisIdsStorage

STORAGE_SLOT

bytes32 STORAGE_SLOT

================================================== STORAGE =================================================

Unique identifier for the storage slot where the Layout struct is stored. Derived from the ERC7201 formula. STORAGE_SLOT: TO-DO

IdInfo

struct IdInfo {
  uint256 upperGenesisId;
  uint256 genesisIdsApplied;
}

Layout

struct Layout {
  mapping(uint256 => struct PurchaseSkeletonGenesisIdsStorage.IdInfo) infoForId;
}

layout

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

Retrieves a reference to the Layout struct stored at a specified storage slot

On this page