DistributeReservedTokens
Emitted from:
Definition
event DistributeReservedTokens(
uint256 indexed fundingCycleConfiguration,
uint256 indexed fundingCycleNumber,
uint256 indexed projectId,
address beneficiary,
uint256 tokenCount,
uint256 beneficiaryTokenCount,
string memo,
address caller
);
fundingCycleConfigurationis the funding cycle configuration during which the reserved tokens were distributed.fundingCycleNumberis the number of the funding cycle during which the reserved tokens were distributed.projectIdis the ID of the token's project.beneficiaryis the address that received any leftover tokens after splits were applied.tokenCountis the total number of tokens that were distributed.beneficiaryTokenCountis the number of tokens that were distributed to the beneficiary.memois a note that was attached.calleris the address that issued the transaction within which the event was emitted.