Salehwallet-stake
    Updated 2024-09-27
    -- 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