Transfer
Emitted from:
Definition
event Transfer(
address indexed holder,
uint256 indexed projectId,
address indexed recipient,
uint256 amount,
address caller
);
holderis the address from which the tokens were transferred.projectIdis the ID of the project to which the transferred token belongs.recipientis the address to which the tokens were transferred.amountis the amount of tokens that were transferred.calleris the address that issued the transaction within which the event was emitted.