maybeyonastop_tx_signatures
    Updated 2025-03-28
    with
    labels as (
    select
    signature,
    dapp,
    action
    from $query('d453be90-00db-41cb-9972-e597fb35c4f6')
    )

    select
    origin_function_signature as signature,
    l.dapp,
    l.action,
    sum(tx_fee_precise) as total_tx_fee,
    sum(gas_used/1e9) as giga_gas_units,
    count(*) as txs,
    sum(l1_fee_precise) as total_l1_fees,
    total_tx_fee - total_l1_fees as seq_rev
    from swell.core.fact_transactions t
    left join labels l
    on t.origin_function_signature = l.signature
    where origin_function_signature != '0x'
    and from_address != '0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001'
    and to_address != '0x4200000000000000000000000000000000000007'
    group by 1,2,3
    order by giga_gas_units desc
    limit 1000
    Last run: 13 days ago
    SIGNATURE
    DAPP
    ACTION
    TOTAL_TX_FEE
    GIGA_GAS_UNITS
    TXS
    TOTAL_L1_FEES
    SEQ_REV
    1
    0x3161b7f6layerzerounknown0.18483215157.9594772094040.17527936130.009552790197
    2
    0xa15112f9ambientusercmd0.10800551845.418386497560.054230051180.05377546719
    3
    0x2bf4762bbrahmawswell claim0.029550274994.294875137910.025255801970.004294473015
    4
    0xb7a16251oracleupdate0.14612849053.453696353490.13314693670.0129815538
    5
    0x7c39d1300.2329736331.955215104240.037636237280.1953373958
    6
    0x71ee95c0merklclaim0.10446617761.87874108840.045007509790.0594586678
    7
    0xf970cf64routerswap0.082428658261.7641368400.013250629850.06917802841
    8
    0x3d719cd9ambientswap0.039842125091.545307142710.011733495020.02810863007
    9
    0xc7c7f5b3layerzerobridge out0.016907258451.03373439910.0046215407910.01228571766
    10
    0x81b4e8b40.020183730241.01760342030.004009522320.01617420792
    11
    0xc59188800.0030139653180.88612527610.002127186690.0008867786276
    12
    0x211c6b730.0025670405730.8764633520.0016903469620.0008766936109
    13
    0x45c37e140.054541553850.7989583070.019054838280.03548671556
    14
    0xb143044b0.028148114220.782705104480.027205490030.0009426241855
    15
    0xb6b55f250.010434914180.77786921520.0010252580560.009409656126
    16
    0x095ea7b30.025000413370.724349156220.010244979670.0147554337
    17
    0x936743960.0043645818830.69938338200.0027194970550.001645084828
    18
    0xc16ae7a4eulerbatch0.018474101880.69042826780.0032282484350.01524585344
    19
    0xac9650d80.014276161370.67187826250.0032439217590.01103223961
    20
    0xcfc325700.011527401420.66441371570.010731242430.0007961589869
    ...
    1000
    80KB
    5s