Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 839 Bytes

cast-lookup-address.md

File metadata and controls

45 lines (27 loc) · 839 Bytes

cast lookup-address

NAME

cast-lookup-address - Perform an ENS reverse lookup.

SYNOPSIS

cast lookup-address [options] who

DESCRIPTION

Perform an ENS reverse lookup.

If --verify is passed, then a normal lookup is performed after the reverse lookup to verify that the address is correct.

OPTIONS

Lookup Options

-v
--verify
    Perform a normal lookup to verify that the address is correct.

RPC Options

{{#include ../common/rpc-url-option.md}}

{{#include common-options.md}}

EXAMPLES

  1. Get the ENS name for an address.

    cast lookup-address $ADDRESS
  2. Perform both a reverse and a normal lookup:

    cast lookup-address --verify $ADDRESS

SEE ALSO

cast, cast resolve-name