PROJECT_NAME | SCORE | TIP_AMOUNT | |
---|---|---|---|
1 | Raydium_cllm | 8062 | 4.056031263 |
2 | Raydium_v4 | 9832949.499977 | 16112.7520369 |
3 | Phoenix | 0 | 0 |
4 | Pumpswap | 0 | 0 |
5 | Ore_events | 10018 | 0.54600644 |
6 | jup_v6 | 3897483.333309 | 3417.330499208 |
7 | Solfi_events | 2704 | 0.016592 |
8 | Zeta_events | 1468141 | 20.882014755 |
9 | Meteora_events | 35173.833332 | 38.650693493 |
10 | Orca_whirlpool | 9617.166644 | 1.919874177 |
11 | Kamino_lend | 1766.5 | 0.0133565005 |
12 | Sanctum_router | 1 | 0.000175431 |
13 | jup_limit_order | 153180.5 | 26.415016288 |
14 | Lifinity | 0 | 0 |
15 | Drift | 2386960 | 27.27598129 |
16 | Marginfi | 165 | 0.013305 |
17 | Orca_v2 | 0 | 0 |
18 | Pumpfun | 1830307.166665 | 9199.998731612 |
Pine AnalyticsJito Tips Other TXS Events Score V3
Updated 2025-04-11
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
with tab1 as (
select --*
-- block_timestamp,
-- tx_id,
-- tx_from,
-- tx_to,
-- amount
-- date(block_timestamp) as date,
-- count(*) as tip_events,
-- sum(amount) as tip_volume_sol,
-- count(distinct tx_from) as tippers
tx_id as tx,
TX_FROM as sig,
block_id as b_id,
amount as amt
from solana.core.fact_transfers
where tx_to in (
'96gYZGLnJYVFmbjzopPSU6QiEV5fGqZNyN9nmNhvrZU5',
'HFqU5x63VTqvQss8hp11i4wVV8bD44PvwucfZ2bU7gRe',
'Cw8CFyM9FkoMi7K7Crf6HNQqf4uEMzpKw6QNghXLvLkY',
'ADaUMid9yfUytqMBgopwjb2DTLSokTSzL1zt6iGPaS49',
'DfXygSm4jCyNCybVYYK6DwvWqjKee8pbDmJGcLWNDXjh',
'ADuUkR4vqLUMWXxW9gh6D6L8pMSawimctcNZ5pGwDcEt',
'DttWaMuVvTiduZRnguLF7jNxTgiMBZ1hyAumKUiL2KRL',
'3AVi9Tg9Uo68tJfuvoKvqKNWKkC5wPdSSdeBnizKZ6jT'
)
--where tx_id like '3hGTiVvtDXcj5ca8PKHDbU5EWUVUmgVTosRGsdfpLk2pazR2tUHpSHcVwXhxdqz6tXhfQh2dWerHN2YaTAfhD797'
--limit 100
and block_timestamp between '2024-10-10' and '2024-10-17'
and mint like 'So11111111111111111111111111111111111111111'
and index in (0, 1)
), tx_programs AS (
select
tx,
MAX(CASE WHEN program_id = 'CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK' THEN 1 ELSE 0 END) AS Raydium_cllm,
Last run: 18 days ago
18
583B
190s