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