Loading...Loading chart...
1select year,month,count(*) as nr_contracts, count(distinct bytecode) as nr_distinct_bytecodes
2from @blt.ethereum_contracts.contracts
3where year=2025
4group by all
5order by 2 desc, 3 desc1select year,month,count(*) as nr_contracts, count(distinct bytecode) as nr_distinct_bytecodes
2from @blt.ethereum_contracts.contracts
3where year=2025
4group by all
5order by 2 desc, 3 descAnyone who has the link will be able to view this.