select date_trunc('month', block_timestamp) as Month, count(distinct origin_from_address) as "Binance smart chain Users" from
bsc.core.fact_event_logs
where topics[0] = lower('0x077511a636ba1f10551cc7b89c13ff66a6ac9344e8a917527817a9690b15af7a')
group by 1