flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Bonding
datavortex
Bonding
Updated 2024-12-18
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
SUM
(
olas_amount_usd
)
AS
"total bonded volume"
,
COUNT
(
DISTINCT
tx_hash
)
AS
"total bonds"
,
COUNT
(
DISTINCT
owner_address
)
AS
"users"
FROM
crosschain
.
olas
.
ez_olas_bonding
;
Results
QueryRunArchived: QueryRun has been archived