Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 850 Bytes

setfundaccessconstraints.md

File metadata and controls

23 lines (18 loc) · 850 Bytes

SetFundAccessConstraints

Emitted from:

Definition

event SetFundAccessConstraints(
  uint256 indexed fundingCycleConfiguration,
  uint256 indexed fundingCycleNumber,
  uint256 indexed projectId,
  JBFundAccessConstraints constraints,
  address caller
);
  • fundingCycleConfiguration is the funding cycle configuration during which the constraints are valid.
  • fundingCycleNumber is the number of the funding cycle during which the constraints were set.
  • projectId is the ID of the project who has set an fund access constraints.
  • constraints is the JBFundAccessConstraints data structure.
  • caller is the address that issued the transaction within which the event was emitted.