Set
Emitted from:
Definition
event Set(uint256 indexed projectId, IJBToken indexed newToken, address caller);
projectIdis the ID of the project to which the set token should be used for.newTokenis the new token that is being used by the project.calleris the address that issued the transaction within which the event was emitted.