Ownable currently has OwnershipTransferred and OwnershipRenounced: this is inconsistent with the rest of the project. We should get rid of OwnershipRenounced, and emit OwnershipTransferred both in the constructor (from address 0), and when renouncing (to address 0).
Ownablecurrently hasOwnershipTransferredandOwnershipRenounced: this is inconsistent with the rest of the project. We should get rid ofOwnershipRenounced, and emitOwnershipTransferredboth in the constructor (from address 0), and when renouncing (to address 0).