mo115BNB Chain Users*
    Updated 2024-03-08
    -- forked from Litoshi / BNB Chain Users @ https://flipsidecrypto.xyz/Litoshi/q/82rInB_vy04m/bnb-chain-users

    SELECT
    count(distinct from_address) as Total_Monthly_Users

    FROM bsc.core.fact_transactions
    where block_timestamp::date BETWEEN '2024-02-01' and '2024-02-29'