Skip to main content

splitsStore

Contract: JBController​‌

Interface: IJBController

The contract that stores splits for each project.

Definition

/**
@notice
The contract that stores splits for each project.
*/
IJBSplitsStore public immutable splitsStore;
  • Once set the value cannot be changed.
  • The resulting view function can be accessed externally by anyone.
  • The resulting function overrides a function definition from the IJBController interface.