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