defaultSplitsDomain
Contract: JBETHERC20SplitsPayer
Interface: IJBSplitsPayer
The group within which the default splits are stored.
Definition
/**
@notice
The group within which the default splits are stored.
*/
uint256 public override defaultSplitsGroup;
- The resulting view function can be accessed externally by anyone.
- The resulting function overrides a function definition from the
IJBSplitsPayer
interface.