SetV1ProjectId
Emitted from:
Definition
event SetV1ProjectId(uint256 indexed projectId, uint256 indexed v1ProjectId, address caller);
projectIdis the ID of the project that is having its v1 project ID set.v1ProjectIdis the ID of the v1 project that is being set.calleris the address that issued the transaction within which the event was emitted.