shahdadi-9ptm8Ynumber of lil noun that sent to Nouns DAO Treasury
    Updated 2022-07-07
    select 'total' a,
    count(tokenid) total
    from ethereum.core.ez_nft_mints
    where nft_address = lower('0x4b10701Bfd7BFEdc47d50562b76b436fbB5BdB3B')
    union all
    select
    'treasury ' a ,count(tokenid)
    from ethereum.core.ez_nft_transfers where nft_address = lower('0x4b10701Bfd7BFEdc47d50562b76b436fbB5BdB3B') --lil nouns
    and nft_to_address = lower('0x0BC3807Ec262cB779b38D65b38158acC3bfedE10') -- dao treasury
    Run a query to Download Data