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
and block_timestamp >= current_timestamp - interval '{{Days}} days'