defi__joshNumber of Unique Smart Contracts Deployed in Last 30 Days
    Updated 2025-04-24
    SELECT
    COUNT(DISTINCT to_address) as "Deployed Contracts"
    FROM
    swell.core.fact_traces
    WHERE
    TYPE LIKE 'CREATE%'
    AND block_timestamp >= DATEADD(day, -30, CURRENT_TIMESTAMP())
    AND block_timestamp <= CURRENT_TIMESTAMP()
    Last run: about 1 month ago
    Deployed Contracts
    1
    3062
    1
    8B
    2s