Starknet reportsfdn_stark - dau - nostra
    Updated 2024-06-14
    with nost_all as

    (sELECT DISTINCT tx_hash as hash0
    FROM external.tokenflow_starknet.decoded_traces
    where --tx_hash in ('0x046aca6d44ae85d14ad984e10237b1187d6d4a3c18713e236934fe45e770978c','0x04bc5a19b0b6ce66183fc9c0eec317ec52d90a812a65817f541d90a48006edab') and
    caller in ('0x03d39f7248fb2bfb960275746470f7fb470317350ad8656249ec66067559e892','0x059a943ca214c10234b9a3b61c558ac20c005127d183b86a99a8f3c60a08b4ff')
    and function = '__default__'
    and chain_id = 'mainnet')

    SELECT timestamp::date as date, count(DISTINCT contract) as users, 'Nostra' as protocol
    from external.tokenflow_starknet.decoded_transactions join nost_all on tx_hash =hash0
    where chain_id = 'mainnet'
    GROUP by all


    Last run: about 1 year ago
    DATE
    USERS
    PROTOCOL
    1
    2023-09-25 00:00:00.000887Nostra
    2
    2023-04-16 00:00:00.000635Nostra
    3
    2024-01-05 00:00:00.0001085Nostra
    4
    2023-05-10 00:00:00.000103Nostra
    5
    2023-11-22 00:00:00.0001366Nostra
    6
    2023-06-04 00:00:00.000241Nostra
    7
    2024-02-01 00:00:00.000924Nostra
    8
    2023-11-06 00:00:00.000854Nostra
    9
    2023-12-08 00:00:00.000643Nostra
    10
    2023-03-26 00:00:00.000860Nostra
    11
    2023-02-20 00:00:00.00040Nostra
    12
    2023-08-13 00:00:00.000725Nostra
    13
    2023-11-03 00:00:00.000987Nostra
    14
    2023-03-19 00:00:00.000578Nostra
    15
    2023-03-22 00:00:00.000800Nostra
    16
    2023-08-03 00:00:00.000565Nostra
    17
    2023-05-08 00:00:00.00026Nostra
    18
    2023-07-05 00:00:00.00020Nostra
    19
    2023-01-08 00:00:00.00071Nostra
    20
    2023-03-24 00:00:00.000796Nostra
    ...
    435
    17KB
    56s