SetPrimaryTerminal
Emitted from:
Definition:
event SetPrimaryTerminal(
uint256 indexed projectId,
address indexed token,
IJBPaymentTerminal indexed terminal,
address caller
);
projectIdis the ID of the project that set a primary terminal.tokenis the token for which the terminal is the project's primary.terminalis the address of the terminal that is now the project's primary for the token.calleris the address that issued the transaction within which the event was emitted.