-- lifi contract: 0x1231DEB6f5749EF6cE6943a275A1D3E7486F4EaE
select count(tx_hash) as tx_count, event_name
from avalanche.core.ez_decoded_event_logs
where contract_address = lower('0x1231DEB6f5749EF6cE6943a275A1D3E7486F4EaE')
group by 2
order by 1 DESC
limit 10