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