Updated 2023-05-13
    select
    block_timestamp,
    tx_hash,
    owner as ethereum_address,
    twitter,
    ens_name,
    expiration_date
    from
    crosschain.core.ez_ens
    where
    twitter is not null
    and tx_hash is not null
    --and expiration_date > '2023-01-01'
    order by
    block_timestamp desc

    SELECT
    distinct (twitter)
    from crosschain.core.ez_ens