ArioBONK Burn Users, TXs - Lifetime
    Updated 2024-11-02
    select
    count(DISTINCT tx_id) as Burn_TXs,
    count(DISTINCT BURN_AUTHORITY) as N_Burners
    from
    solana.defi.fact_token_burn_actions
    where
    MINT = 'DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263'
    and SUCCEEDED = TRUE
    QueryRunArchived: QueryRun has been archived