RedeemTokens
Emitted from:
Definition
event RedeemTokens(
  uint256 indexed fundingCycleConfiguration,
  uint256 indexed fundingCycleNumber,
  uint256 indexed projectId,
  address holder,
  address beneficiary,
  uint256 tokenCount,
  uint256 reclaimedAmount,
  string memo,
  bytes metadata,
  address caller
);
fundingCycleConfigurationis the funding cycle configuration during which tokens were redeemed.fundingCycleNumberis the number of the funding cycle during which tokens were redeemed.projectIdis the ID of the project whose tokens were redeemed.holderis the address whose tokens were redeemed.beneficiaryis the address to which any redemption benefits were sent.tokenCountis the amount of project tokens that were redeemed.reclaimedAmountis the amount of terminal tokens that were sent to the beneficiary as a result of the redemption.memois a note that was attached.metadatais extra data sent to the data source, delegate, and emitted event, if provided.calleris the address that issued the transaction within which the event was emitted.