nimasadjadiBendDAO Unique Users
    Updated 2022-09-07
    SELECT
    COUNT(DISTINCT(from_address)) AS unique_users_count
    FROM ethereum.core.fact_transactions
    WHERE to_address = '0x3b968d2d299b895a5fcf3bba7a64ad0f566e6f88'
    AND origin_function_signature = '0x58c22be7'
    AND block_timestamp >= CURRENT_DATE - interval '1 month'
    Run a query to Download Data