piperDaily minted Mad Scientists
    Updated 2025-01-25
    SELECT
    DATE_TRUNC('day', BLOCK_TIMESTAMP) AS "Date",
    COUNT(1) AS mints
    FROM
    osmosis.core.fact_transactions
    WHERE
    MSGS[14].attributes[2].value = lower('osmo1mrl3lug3cr5ltcutlpj2m8vqgcsw3fw94jysgcctyukdunnrmjhs8cacrf')
    AND
    BLOCK_TIMESTAMP >= '2024-04-16'
    AND
    BLOCK_TIMESTAMP >= CURRENT_DATE - 90
    GROUP BY 1
    ORDER BY 1 ASC


    Last run: about 2 months ago
    Date
    MINTS
    1
    2024-10-27 00:00:00.0001
    2
    2024-10-28 00:00:00.0005
    3
    2024-10-29 00:00:00.00012
    4
    2024-10-30 00:00:00.0007
    5
    2024-10-31 00:00:00.0003
    6
    2024-11-01 00:00:00.0003
    7
    2024-11-02 00:00:00.0002
    8
    2024-11-03 00:00:00.0002
    9
    2024-11-04 00:00:00.0003
    10
    2024-11-05 00:00:00.0005
    11
    2024-11-06 00:00:00.0006
    12
    2024-11-07 00:00:00.0003
    13
    2024-11-08 00:00:00.00032
    14
    2024-11-09 00:00:00.00025
    15
    2024-11-10 00:00:00.00011
    16
    2024-11-11 00:00:00.00010
    17
    2024-11-12 00:00:00.0002
    18
    2024-11-13 00:00:00.0002
    19
    2024-11-14 00:00:00.0001
    20
    2024-11-15 00:00:00.0001
    85
    3KB
    10s