Interface get_details_of_multiple_contracts_Item

interface get_details_of_multiple_contracts_Item {
    address: string;
    createdAtBlock: number;
    creator: string;
    name?: string;
    standard: string;
    symbol?: string;
    verifiedName: string;
    verifiedStandard: string;
    verifiedSymbol?: string;
}

Properties

address: string
createdAtBlock: number
creator: string
name?: string
standard: string
symbol?: string
verifiedName: string
verifiedStandard: string
verifiedSymbol?: string