Largest Tokemak DEX Pools
Analyze
- First i used dim_dex_liquidity_pools table and filtered token0,token1 columns by Toke contract to find out pool name and pool address and platform then joined erc20_balances to get USD volume of each pool and order by largest
- Then used fact_event_logs table and filtered CONTRACT_ADDRESS column to get number of transactions group by each event name
Loading...
Loading...