greyswanSolend Flashloan
    Updated 2023-02-13
    SELECT
    BLOCK_TIMESTAMP,
    INNER_INSTRUCTION,
    TX_ID
    from
    solana.core.fact_events
    WHERE
    program_id = 'So1endDq2YkqhipRh3WViPa8hdiSpxWy6z3Z6tMCpAo'
    and SUCCEEDED = 'true'
    and CAST(inner_instruction as string) ILIKE '$https://twitter.com/SolanaMBS/status/1625148181733339142$'
    and block_timestamp > CURRENT_DATE - 90
    and block_timestamp <= CURRENT_DATE - 1
    --
    Run a query to Download Data