Skip to content

Solidity API

PropsTokenSplitStorage

Library for managing storage of ERC1155 token split addresses

STORAGE_SLOT

solidity
bytes32 STORAGE_SLOT

Unique storage slot for PropsTokenSplitStorage

Layout

Struct to hold the storage layout for PropsTokenSplitStorage

solidity
struct Layout {
  mapping(uint256 => address) tokenSplit;
}

layout

solidity
function layout() internal pure returns (struct PropsTokenSplitStorage.Layout l)

Function to access the storage layout

Return Values

NameTypeDescription
lstruct PropsTokenSplitStorage.LayoutThe storage layout struct