geminilightall-collections
    Updated 2023-04-21
    SELECT
    sum(count)
    FROM
    (
    SELECT
    count(CONTRACT_ADDRESS) as count
    FROM
    ethereum.core.dim_contracts_extended
    GROUP BY
    CONTRACT_ADDRESS
    )

    Run a query to Download Data