IJBMigratable
Inherits: IERC165
Functions
migrate
function migrate(uint256 projectId, IERC165 to) external;
beforeReceiveMigrationFrom
function beforeReceiveMigrationFrom(IERC165 from, uint256 projectId) external;
Events
Migrate
event Migrate(uint256 indexed projectId, IERC165 to, address caller);