_packAndStoreIntrinsicPropertiesOf
Contract: JBFundingCycleStore
- Step by step
- Code
- Bug bounty
Efficiently stores a funding cycle's provided intrinsic properties.
Definition
function _packAndStoreIntrinsicPropertiesOf(
uint256 _configuration,
uint256 _projectId,
uint256 _number,
uint256 _weight,
uint256 _basedOn,
uint256 _start
) private { ... }