rahoWHOPG-KW_2
    Updated 2023-05-26
    select
    date(block_timestamp) as date,
    from_address,
    to_address,
    raw_amount/pow(10,18) as amount,
    tx_hash,
    origin_from_address,
    origin_to_address,
    origin_function_signature,
    block_number
    from optimism.core.fact_token_transfers
    where from_address = '0xf510a2ff7e9dd7e18629137ada4eb56b9c13e885'
    and contract_address = '0x4200000000000000000000000000000000000042'
    order by date asc
    Run a query to Download Data