Migrate
Emitted from:
Definition
event Migrate(
uint256 indexed projectId,
IJBPaymentTerminal indexed to,
uint256 amount,
address caller
);
projectIdis the ID of the project that was migrated.tois the terminal that was migrated to.amountis the total token amount that was migrated.calleris the address that issued the transaction within which the event was emitted.