maybeyonastop_trace_dapps_historical
    Updated 2025-03-28
    -- forked from top_trace_contracts @ https://flipsidecrypto.xyz/studio/queries/0d523ad6-e48d-48ab-847e-c3b7d61f7b64

    -- forked from top_tx_contracts @ https://flipsidecrypto.xyz/studio/queries/1f13ed97-40b1-4a6b-98ce-b3a75282d2c5

    with
    labels as (
    select
    contract_address,
    dapp,
    name
    from $query('92e9b095-a8c5-44f1-8c63-caf6feb228b1')
    ),
    traces as (
    select * from swell.core.fact_traces
    where origin_function_signature != '0x'
    and trace_address != 'ORIGIN'
    and origin_from_address != '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001'
    and origin_to_address != '0x4200000000000000000000000000000000000007'
    ),
    txs as (
    select * from swell.core.fact_transactions
    where origin_function_signature != '0x'
    and from_address != '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001'
    and to_address != '0x4200000000000000000000000000000000000007'
    ),
    traces_enhanced as (
    select
    t.block_timestamp,
    t.tx_hash,
    t.from_address,
    t.to_address,
    t.input,
    t.trace_succeeded,
    t.gas_used,
    txs.gas_used as total_gas_used,
    txs.tx_fee_precise,
    Last run: 28 days ago
    DATE
    DAPP
    TOTAL_TX_FEE
    GIGA_GAS_UNITS
    TRACES
    TXS
    TOTAL_L1_FEES
    SEQ_REV
    1
    2025-03-28 00:00:00.000hyperlane0.000036881360.0006777200.00003688136
    2
    2025-03-28 00:00:00.000layerzero old00.00162615013900
    3
    2025-03-28 00:00:00.000erc200.000001582040.012507101221800.00000158204
    4
    2025-03-28 00:00:00.000merkl00.0122861085600
    5
    2025-03-28 00:00:00.000ambient4.4932e-70.01420342212004.4932e-7
    6
    2025-03-28 00:00:00.000velodrome0.000023993960.0132134603700.00002399396
    7
    2025-03-28 00:00:00.000neptune0.000014440070.0228936264400.00001444007
    8
    2025-03-28 00:00:00.000oracle00.002706474700
    9
    2025-03-28 00:00:00.000untagged0.000075503150.080926358128700.00007550315
    10
    2025-03-27 00:00:00.000velodrome0.003321908130.195792534857100.00332190813
    11
    2025-03-27 00:00:00.000oracle0.000036059540.02342347144500.00003605954
    12
    2025-03-27 00:00:00.000tempest00.00079710200
    13
    2025-03-27 00:00:00.000untagged0.013662903390.8684723630219500.01366290339
    14
    2025-03-27 00:00:00.000ambient0.000024576820.091982185280200.00002457682
    15
    2025-03-27 00:00:00.000layerzero old00.0125411150105000
    16
    2025-03-27 00:00:00.000merkl0.000115661520.03399238723500.00011566152
    17
    2025-03-27 00:00:00.000hyperlane0.010725153730.11189478320300.01072515373
    18
    2025-03-27 00:00:00.000permit200.000654281400
    19
    2025-03-27 00:00:00.000erc200.000669725740.0831097882155500.00066972574
    20
    2025-03-27 00:00:00.000neptune0.000494992710.206839301918800.00049499271
    ...
    1153
    96KB
    5s