freemartianAll Kashi Pools
    Updated 2022-07-17
    select count (distinct depositor), lending_pool_address, lending_pool
    from ethereum.sushi.ez_lending
    where asset in (
    '0x6b175474e89094c44da98b954eedeac495271d0f',
    '0xdac17f958d2ee523a2206206994597c13d831ec7',
    '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
    '0x0000000000085d4780b73119b644ae5ecd22b376')
    group by 2,3
    Run a query to Download Data