APICoreInterfacesIJBMigratableOn this pageIJBMigratable Git Source Inherits: IERC165 Functions migrate function migrate(uint256 projectId, IERC165 to) external; receiveMigrationFrom function receiveMigrationFrom(IERC165 from, uint256 projectId) external; Events Migrate event Migrate(uint256 indexed projectId, IERC165 to, address caller);