Skip to main content

Migrate

Emitted from:

Definition

event PrepMigration(uint256 indexed projectId, IJBController from, address caller);
  • projectId is the ID of the project that was prepped for migration.
  • from is the controller that the project is being migrated from.
  • caller is the address that issued the transaction within which the event was emitted.