Label
Label type is a generic base type for contract and/or user labels. These can be externally aggregated or internally developed labels.
type Label {
  labelName: String!
  labelType: String!
  contractName: String!
  contractAddress: ContractAddressEVM!
  source: String!
}