SandeshLil nouns sent day and total
    Updated 2022-07-04
    select block_timestamp::date as dte,count(distinct tx_hash) as cnt,sum(cnt) over(order by dte asc) as cumsum from ethereum.core.ez_nft_transfers
    where nft_address=lower('0x4b10701Bfd7BFEdc47d50562b76b436fbB5BdB3B')
    and mod(tokenid,10)=1
    and event_type!='mint'
    group by 1



    -- 0x3cf6a7f06015acad49f76044d3c63d7fe477d945
    -- 0x0bc3807ec262cb779b38d65b38158acc3bfede10
    -- 0x55e0f7a3bb39a28bd7bcc458e04b3cf00ad3219e
    Run a query to Download Data