Right now the event selector shows only parameter types, like OwnershipTransferred(indexed address, indexed address).
While this is the format used internally, we should display the event to the user with the parameter names, like OwnershipTransferred(indexed address oldOwner, indexed address newOwner)