Salehwallet-stake
Updated 2024-09-27
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
›
⌄
-- forked from Validators - wallet @ https://flipsidecrypto.xyz/edit/queries/4c2f1bb0-21fa-4e8a-a8ec-2cd070817547
-- forked from Validators @ https://flipsidecrypto.xyz/edit/queries/69041d88-7d5e-4d4d-bd25-c73eae2f621f
select
datediff(day,min(block_timestamp),max(block_timestamp)) as days
,count(DISTINCT tx_id) as stakes
,sum(amount/pow(10,6)) as "amount(SEI)"
from sei.gov.fact_staking
where DELEGATOR_ADDRESS='{{wallet}}'
order by "amount(SEI)" desc
QueryRunArchived: QueryRun has been archived