_FEE_BENEFICIARY_PROJECT_ID
Contract: JBPayoutRedemptionPaymentTerminal
The fee beneficiary project ID is 1, as it should be the first project launched during the deployment process.
Definition
/**
@notice
The fee beneficiary project ID is 1, as it should be the first project launched during the deployment process.
*/
uint256 private constant _FEE_BENEFICIARY_PROJECT_ID = 1;
- This value must be hardcoded.
- The resulting view function is private to this contract.