跳到主要内容

Transfer

Emitted from:

Definition

event Transfer(
address indexed holder,
uint256 indexed projectId,
address indexed recipient,
uint256 amount,
address caller
);
  • holder is the address from which the tokens were transferred.
  • projectId is the ID of the project to which the transferred token belongs.
  • recipient is the address to which the tokens were transferred.
  • amount is the amount of tokens that were transferred.
  • caller is the address that issued the transaction within which the event was emitted.