freemartiantransactions from token transfers
    Updated 2022-08-20
    select * from optimism.core.fact_token_transfers
    where to_address = '0x170a5714112daeff20e798b6e92e25b86ea603c1'
    and from_address != '0x0000000000000000000000000000000000000000'
    and from_address != '0x061b87122ed14b9526a813209c8a59a633257bab'
    and origin_function_signature in ('0x6cc5a6ff', '0x8875eb84')
    and block_timestamp >= CURRENT_DATE - 14
    Run a query to Download Data