alfredfx10Contracts (Deployed & Deployer)
    Updated 2025-04-10
    with Contracts AS
    (SELECT creator_address AS "Address",COUNT(*) AS "Contract deployed",
    CREATED_BLOCK_TIMESTAMP
    FROM mezo.testnet.dim_contracts
    GROUP BY 1,3
    )
    SELECT DATE_TRUNC(day, CREATED_BLOCK_TIMESTAMP) AS Date,
    COUNT(DISTINCT "Address") AS "Contract Deployer",
    SUM ("Contract deployed") AS "Contract Deployed"
    FROM Contracts
    GROUP BY 1
    ORDER BY 1 DESC
    Last run: about 2 months ago
    DATE
    Contract Deployer
    Contract Deployed
    1
    2025-04-10 00:00:00.00035187
    2
    2025-04-09 00:00:00.00022375
    3
    2025-04-08 00:00:00.00022395
    4
    2025-04-07 00:00:00.0007533
    5
    2025-04-06 00:00:00.0004252
    6
    2025-04-05 00:00:00.0001144
    7
    2025-04-04 00:00:00.0004256
    8
    2025-04-03 00:00:00.00061409
    9
    2025-04-02 00:00:00.0001461047
    10
    2025-04-01 00:00:00.000159973
    11
    2025-03-31 00:00:00.000112770
    12
    2025-03-30 00:00:00.000621458
    13
    2025-03-29 00:00:00.00015364
    13
    457B
    1s