BurnTokens
Emitted from:
Definition
event BurnTokens(
  address indexed holder,
  uint256 indexed projectId,
  uint256 tokenCount,
  string memo,
  address caller
);
holderis the address from which the tokens were burned.projectIdis the ID of the token's project.tokenCountis the number of tokens that were burned.memois a note that was attached.calleris the address that issued the transaction within which the event was emitted.