Interface get_contract_by_address_Result

interface get_contract_by_address_Result {
    address: string;
    createdAtBlock: number;
    createdAtBlockHash: string;
    createdAtBlockTime: number;
    createdAtTx: string;
    creator: string;
    name: string;
    standard: string;
    symbol: string;
    verifiedName: string;
    verifiedStandard: string;
    verifiedSymbol: string;
}

Properties

address: string
createdAtBlock: number
createdAtBlockHash: string
createdAtBlockTime: number
createdAtTx: string
creator: string
name: string
standard: string
symbol: string
verifiedName: string
verifiedStandard: string
verifiedSymbol: string