CoinConverseUntitled Query
    Updated 2022-04-27
    -- select pool_name, count(distinct tx_hash) as number_of_txs, count(distinct sender) as number_of_users
    select *
    from ethereum_core.fact_token_transfers
    where contract_address = '0xae78736cd615f374d3085123a210448e74fc6393'
    -- and event_name = 'AddLiquidity'
    limit 10
    Run a query to Download Data