Change
Emitted from:
Definition
event Change(
  uint256 indexed projectId,
  IJBToken indexed newToken,
  IJBToken indexed oldToken,
  address owner,
  address caller
);
- projectIdis the ID of the project to which the changed token belongs.
- newTokenis the new token that is being used by the project.
- newTokenis the old token that was previously being used by the project.
- owneris the new owner of the token that was previously being used by the project.
- calleris the address that issued the transaction within which the event was emitted.