kaibladeUntitled Query
    Updated 2022-08-14
    SELECT min(block_timestamp)
    FROM near.core.fact_transactions
    -- WHERE tx_receiver = 'aurora.pool.near'
    -- AND tx_signer = 'amberfin.near'
    -- AND tx:actions[0].FunctionCall.method_name = 'deposit_and_stake'
    -- ORDER BY block_timestamp DESC
    -- LIMIT 10
    Run a query to Download Data