moshuiyun2023-03-17 05:15 PM
    Updated 2023-03-17
    SELECT
    *
    from
    ethereum.core.fact_token_transfers
    where
    contract_address = '0xae78736cd615f374d3085123a210448e74fc6393'--'0x6b175474e89094c44da98b954eedeac495271d0f'
    AND (
    from_address = '0x27182842e098f60e3d576794a5bffb0777e025d3'
    OR to_address = '0x27182842e098f60e3d576794a5bffb0777e025d3'
    )
    order by
    block_number
    Run a query to Download Data