oooooblahgroup by test
    Updated 2023-02-24
    select
    max(block_timestamp)
    from
    ethereum.core.fact_token_balances
    where
    contract_address = lower('{{contract_address}}')
    group BY
    user_address


    Run a query to Download Data