Flipside TeamDaily transactions
    Updated 10 hours ago
    -- #F4438C - Pink
    -- #FFD6E7 - Pink Accent
    -- #FF88B0 - Dark Pink Accent
    -- #972EFF - Purple
    -- #DCC7FF - Purple Accent
    -- #8B77FF - Dark Purple Accent
    -- #6574FF - Blue
    -- #B5BDFF - Blue Accent
    -- #4B5AFF - Dark Blue Accent
    -- #EC5646 - Orange
    -- #FFE7E5 - Orange Accent
    -- #FFA599 - Dark Orange Accent
    -- #000020 - Dark Purple

    -- #FFAFCC - Light Pink Accent
    -- #B8A3FF - Light Purple Accent
    -- #8793FF - Light Blue Accent
    -- #FFC2B7 - Light Orange Accent
    -------------------------------------------------------------------------------------------
    With ethereum as (SELECT
    date_trunc('day', BLOCK_TIMESTAMP) as day,
    'Ethereum' as chain,
    count(*) as no_txn

    from ethereum.core.fact_transactions
    where TO_ADDRESS in (
    SELECT
    DECODED_LOG:multisig as multisig
    from ethereum.core.ez_decoded_event_logs
    where CONTRACT_ADDRESS = '0x48b6af7b12c71f09e2fc8af4855de4ff54e775ca'
    and CONTRACT_NAME = 'Service Registry'
    and EVENT_NAME = 'CreateMultisigWithAgents'
    )
    group by 1
    ),

    Last run: about 10 hours agoAuto-refreshes every 12 hours
    DAY
    Daily transactions
    1
    2025-04-06 00:00:00.00012989
    2
    2025-04-05 00:00:00.00041290
    3
    2025-04-04 00:00:00.00040182
    4
    2025-04-03 00:00:00.00040001
    5
    2025-04-02 00:00:00.00040854
    6
    2025-04-01 00:00:00.00039124
    7
    2025-03-31 00:00:00.00035119
    8
    2025-03-30 00:00:00.00037847
    9
    2025-03-29 00:00:00.00038162
    10
    2025-03-28 00:00:00.00038243
    11
    2025-03-27 00:00:00.00036111
    12
    2025-03-26 00:00:00.00037258
    13
    2025-03-25 00:00:00.00028478
    14
    2025-03-24 00:00:00.00029177
    15
    2025-03-23 00:00:00.00030356
    16
    2025-03-22 00:00:00.00029954
    17
    2025-03-21 00:00:00.00028662
    18
    2025-03-20 00:00:00.00029995
    19
    2025-03-19 00:00:00.00031584
    20
    2025-03-18 00:00:00.00030784
    32
    1KB
    144s