SetController
Emitted from:
Definition:
event SetController(uint256 indexed projectId, IJBController indexed controller, address caller);
projectIdis the ID of the project whose controller was set.controlleris the address of the controller that was set.calleris the address that issued the transaction within which the event was emitted.