Pine AnalyticsHL 6
Updated 2024-10-22
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
›
⌄
-- forked from HL 4 @ https://flipsidecrypto.xyz/edit/queries/cf90970d-9656-4265-bfcb-a0381860810e
SELECT
avg(amount),
median(amount),
count(*)
FROM arbitrum.core.ez_token_transfers
WHERE (
from_address LIKE lower('0xC67E9Efdb8a66A4B91b1f3731C75F500130373A4')
and contract_address LIKE lower('0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8')
)
OR (
from_address LIKE lower('0x2Df1c51E09aECF9cacB7bc98cB1742757f163dF7')
and contract_address LIKE lower('0xaf88d065e77c8cC2239327C5EDb3A432268e5831')
)
Auto-refreshes every 12 hours
QueryRunArchived: QueryRun has been archived