sssstatisticDaily Game TXS
    Updated 3 days ago
    select
    to_char(BLOCK_TIMESTAMP, 'YYYY-MM-DD') AS time,
    count(*) AS transactions
    from
    blast.core.fact_event_logs
    where
    contract_address in (
    '0xc48f6213a1a4d3ead79db812c2b91817980532c3',
    -- game
    '0x74d9c915c64ab7587a3abde1827f3a09eac97bac',
    -- the last samurai
    '0xaf466677d96e6df2e31a86fda7e54a31d64647ed' -- flip coin
    )
    AND BLOCK_TIMESTAMP < CURRENT_DATE
    GROUP by
    to_char(BLOCK_TIMESTAMP, 'YYYY-MM-DD')
    ORDER BY
    time DESC
    Last run: 3 days agoAuto-refreshes every 12 hours
    TIME
    TRANSACTIONS
    1
    2025-04-03315
    2
    2025-04-02351
    3
    2025-04-01336
    4
    2025-03-31402
    5
    2025-03-30354
    6
    2025-03-29282
    7
    2025-03-28386
    8
    2025-03-27315
    9
    2025-03-26346
    10
    2025-03-25347
    11
    2025-03-24363
    12
    2025-03-23368
    13
    2025-03-22358
    14
    2025-03-21370
    15
    2025-03-20348
    16
    2025-03-19351
    17
    2025-03-18335
    18
    2025-03-17328
    19
    2025-03-16384
    20
    2025-03-15370
    ...
    348
    7KB
    57s