Skip to main content
Version: V2

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!
}

Fields

labelName (String)

labelType (String)

contractName (String)

contractAddress (ContractAddressEVM)

source (String)

Designed by