freemartianDaily LVN Transfers
Updated 2024-04-04
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
SELECT
block_timestamp::date AS day,
count(tx_id) AS transactions,
count(DISTINCT sender) AS senders,
count (DISTINCT receiver) AS receivers,
SUM(amount / pow(10,6)) AS "LVN amount"
FROM osmosis.core.fact_transfers
WHERE currency = 'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn'
and tx_succeeded
AND block_timestamp::date >= '2023-12-16'
GROUP BY 1
Auto-refreshes every 3 hours
QueryRunArchived: QueryRun has been archived