DCN

Definition

The DCN resource is the DIMO Canonical Name registered to a given vehicle on the DIMO network. This refers to viewing a particular DCN.

Developer Notes

This GraphQL node refers to the singular dcn, hence an argument is needed in order for the query to be specific.


Arguments

Filter By Field
Type

node

name

{
    dcn(
        by: {
            name: "elonmusk.dimo"
            node: "0x"
        }
    ) {
        node
        tokenId
        owner
        mintedAt
        name
    }
}

Hierarchy and Relations

Field
Type
Description

node

The namehash of the domain.

tokenId

name

Human readable name, if any, for the domain; for example, reddy.dimo.

owner

A 20-byte Ethereum address registered on the blockchain for the owner, encoded as a checksummed hex string with 0x prefix.

mintedAt

expiredAt

vehicle

The vehicle, if any, to which the domain is attached.

Last updated