ListingTermsRegistryStorage
ListingTermsRegistryStorage
_aclContract
contract IACL _aclContract
ACL contract address.
_globalListingTerms
mapping(uint256 => struct EnumerableSetUpgradeable.UintSet) _globalListingTerms
Listing ID -> Global listing terms
_universeListingTerms
mapping(uint256 => mapping(uint256 => struct EnumerableSetUpgradeable.UintSet)) _universeListingTerms
Listing ID -> Universe ID -> Universe listing terms
_warperListingTerms
mapping(uint256 => mapping(address => struct EnumerableSetUpgradeable.UintSet)) _warperListingTerms
Listing ID -> Warper address -> Warper listing terms
_listingTermsIdTracker
struct CountersUpgradeable.Counter _listingTermsIdTracker
Counter of Listing Terms IDs.
_listingTerms
mapping(uint256 => struct IListingTermsRegistry.ListingTerms) _listingTerms
Mapping from Listing Terms ID to Listing Terms data.
_listingTermsParams
mapping(uint256 => struct IListingTermsRegistry.Params) _listingTermsParams
Mapping from Listing Terms ID to its Listing Terms Params.