JBController
Inherits: JBPermissioned, ERC2771Context, IJBController, IJBMigratable
JBController
coordinates rulesets and project tokens, and is the entry point for most operations related
to rulesets and project tokens.
State Variables
DIRECTORY
The directory of terminals and controllers for projects.
IJBDirectory public immutable override DIRECTORY;
FUND_ACCESS_LIMITS
A contract that stores fund access limits for each project.
IJBFundAccessLimits public immutable override FUND_ACCESS_LIMITS;
PRICES
A contract that stores prices for each project.
IJBPrices public immutable override PRICES;
PROJECTS
Mints ERC-721s that represent project ownership and transfers.
IJBProjects public immutable override PROJECTS;
RULESETS
The contract storing and managing project rulesets.
IJBRulesets public immutable override RULESETS;
SPLITS
The contract that stores splits for each project.
IJBSplits public immutable override SPLITS;