ReconfigureFundingCycles
Emitted from:
Definition
event ReconfigureFundingCycles(
  uint256 configuration,
  uint256 projectId,
  string memo,
  address caller
);
configurationis the configuration of the funding cycle that was configured.projectIdis the ID of the project that reconfigured its funding cycles.memois a note that was attached.calleris the address that issued the transaction within which the event was emitted.