defaultProjectId
Contract: JBETHERC20ProjectPayer
Interface: IJBProjectPayer
The ID of the project that should be used to forward this contract's received payments.
Definition
/**
@notice
The ID of the project that should be used to forward this contract's received payments.
*/
uint256 public override defaultProjectId;
- The resulting view function can be accessed externally by anyone.
- The resulting function overrides a function definition from the
IJBProjectPayer
interface.