datavortexRedeemed
Updated 2024-11-20
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
SUM(olas_amount_usd) AS "total redeemed volume",
COUNT(DISTINCT tx_hash) AS "total Redeemed Bond",
COUNT(DISTINCT owner_address) AS "users"
FROM
crosschain.olas.ez_olas_bonding
WHERE
is_redeemed = True
QueryRunArchived: QueryRun has been archived