telperionBlock Hunter
    Updated 2023-04-10
    SELECT
    BLOCK_NUMBER,
    FROM_ADDRESS
    FROM polygon.core.fact_transactions
    WHERE TO_ADDRESS IN (
    '0xac637b9b71affdbd350a6a629fcc9313c48738a4', --current pot
    '0xaf39e620901160c75e521bd2f73e896cafc122a9',
    '0x99de40c49a015a2e662632abf39a7aa27e5dd772')
    AND ORIGIN_FUNCTION_SIGNATURE IN ('0xaf2c026c','0xcde4efa9')
    AND STATUS = 'SUCCESS'
    LIMIT 10;
    Run a query to Download Data