HessishBrav_par- stak total copy
Updated 2023-10-25
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
-- forked from brav- stak total @ https://flipsidecrypto.xyz/edit/queries/d77418f9-34ca-43fc-93a4-69baaeb205c0
SELECT count(DISTINCT CALLER) as users,
count(DISTINCT TX_HASH) as stakes ,
sum(INPUTS[0]:value[0]:value/pow(10,18)) as volume,
volume/stakes, volume/users, volume/count (DISTINCT TIMESTAMP::date )
from external.tokenflow_starknet.decoded_traces
where TIMESTAMP::date >= '2023-06-22' and
FUNCTION = 'stake'
and contract = '0x05abfa46fe9bf3323dfe801da51174729c2b3dd060b80575b29c015245899d74'
and CALLER= lower('{{Braavos_address}}')
Run a query to Download Data