0xtoshiForth copy
    Updated 2023-10-06

    SELECT TO_ADDRESS as address, AMOUNT as amount FROM ethereum.core.ez_token_transfers
    WHERE CONTRACT_ADDRESS = LOWER('0x6123B0049F904d730dB3C36a31167D9d4121fA6B')
    AND FROM_ADDRESS = LOWER('0x7902e4bfb1eb9F4559d55417Aee1Dc6E4b8cC1Bf')
    AND BLOCK_NUMBER < 18202720
    AND AMOUNT > 0
    GROUP BY 1,2
    ORDER BY 2



    Run a query to Download Data