tkvresearchold-tomato
    Updated 2025-01-29
    select date(block_timestamp) as datetime,
    sum(VALUE) as total_mint
    from berachain.testnet.fact_transactions
    where value != 0
    and
    ORIGIN_FUNCTION_SIGNATURE = '0x298c0733'
    group by 1
    -- and
    -- from_address = lower('0x9fAa90d6797Bd01dB2035F820Fa662e38CcBaaab')

    -- 0xa15112f9 (add liquidity)


    Last run: about 1 month ago
    DATETIME
    TOTAL_MINT
    1
    2024-08-05 00:00:00.000149764
    2
    2024-08-14 00:00:00.000153039
    3
    2024-09-10 00:00:00.000225491
    4
    2024-09-27 00:00:00.000239043
    5
    2024-10-02 00:00:00.000257461
    6
    2024-10-12 00:00:00.000251129
    7
    2024-07-23 00:00:00.000137287
    8
    2025-01-28 00:00:00.000172416
    9
    2024-07-21 00:00:00.000118365
    10
    2024-08-29 00:00:00.000180592
    11
    2024-07-18 00:00:00.000132452
    12
    2024-08-02 00:00:00.000156474
    13
    2024-07-11 00:00:00.000122483
    14
    2024-08-28 00:00:00.000173761
    15
    2024-12-23 00:00:00.000303537
    16
    2025-01-14 00:00:00.000331590
    17
    2024-08-20 00:00:00.000167357
    18
    2024-08-24 00:00:00.000159157
    19
    2024-09-01 00:00:00.000169721
    20
    2024-09-12 00:00:00.000239273
    ...
    236
    8KB
    27s