SetIsAllowedToSetFirstController
Emitted from:
Definition:
event SetIsAllowedToSetFirstController(address indexed addr, bool indexed flag, address caller);
addris the address of the contract that is being given or revoked allowance to set projects' first controllers on their behalf.flagis the value that was set, eithertrueorfalse.calleris the address that issued the transaction within which the event was emitted.