Issue
Emitted from:
Definition
event Issue(
  uint256 indexed projectId,
  IJBToken indexed token,
  string name,
  string symbol,
  address caller
)
- projectIdis the ID of the project to which the issued token belongs.
- tokenis the address of the newly issued token.
- nameis the name of the token.
- symbolis the symbol of the token.
- calleris the address that issued the transaction within which the event was emitted.