etherscan

usage:
    ctc etherscan QUERY [options]

description:
    open etherscan query in browser or fetch

examples:
    ctc etherscan 0xd3181ddbb2cea7b4954b8d4a05dbf85d8fc36aef

    ctc etherscan 0x146063226f2bc60ab02fff825393555672ff505afb352ff11b820355422ba31e

    ctc etherscan 14000000

    ctc etherscan vitalik.eth

    ctc etherscan vitalik.eth --holdings

    ctc etherscan vitalik.eth --erc20-transfers

    ctc etherscan DAI

    ctc etherscan DAI --holders

arguments:
    QUERY                address / tx / block / ERC20 symbol / ens
    --holdings           open page viewing holdings of address
    --erc20-transfers    open page viewing ERC20 transfers of address
    --internal           open page viewing internal txs of address
    --holders            open page viewing holders of ERC20 address
    --logs               open page viewing logs of transaction
    --changes            open page viewing state changes of transaction
    --abi                output only the json ABI of an address