ROJIVerseRoyaltiesStorage
ROJIVerseRoyaltiesStorage
Layout
struct Layout {
mapping(uint256 => struct Royalty) tierToRoyaltiesBPS;
uint16 royaltyBPS;
address royaltyReceiver;
}STORAGE_SLOT
bytes32 STORAGE_SLOTlayout
function layout() internal pure returns (struct ROJIVerseRoyaltiesStorage.Layout l)