scottincryptoUntitled Query
    Updated 2022-10-16
    select
    *
    , raw_amount / 1e18
    from polygon.core.fact_token_transfers
    where contract_address = lower('0x3A58a54C066FdC0f2D55FC9C89F0415C92eBf3C4')
    and 1=1
    and block_timestamp >= '2022-06-01'
    and block_timestamp <= '2022-06-04'
    order by block_timestamp

    Run a query to Download Data