defaultSplitsProjectId
Contract: JBETHERC20SplitsPayer
Interface: IJBSplitsPayer
The ID of project for which the default splits are stored.
Definition
/**
  @notice
  The ID of project for which the default splits are stored.
*/
uint256 public override defaultSplitsProjectId;
- The resulting view function can be accessed externally by anyone.
 - The resulting function overrides a function definition from the 
IJBSplitsPayerinterface.