SELECT
distinct(INNER_INSTRUCTION:instructions[0]:parsed:info:destination),count(*) from solana.core.fact_events where (INNER_INSTRUCTION:instructions[0]:parsed:info:destination) is not NULL
and SUCCEEDED = 'TRUE' and program_Id ='SWiMDJYFUGj6cPrQ6QYYYWZtvXQdRChSVAygDZDsCHC' or program_Id ='SWimmSE5hgWsEruwPBLBVAFi3KyVfe8URU2pb4w7GZs' group by 1 order by 1