CryptoIcicleSOL BONK
    Updated 2023-01-11
    -- 5zpyutJu9ee6jFymDGoK7F6S5Kczqtc9FomP3ueKuyA9 SOL/BONK Pool
    -- DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 BONK
    select
    instruction:accounts[0] as pool,
    e.*,
    'transfers start',
    t.*
    from solana.core.fact_events e
    join solana.core.fact_transfers t on t.tx_id = e.tx_id
    and e.instruction:accounts[0] = t.tx_to
    and e.program_id = 'whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc' -- ORCA Whirlpools
    and e.block_timestamp >= '2022-12-20'
    and e.block_timestamp >= '2022-12-20'
    -- and e.tx_id = 'R5Tw9iFW13PU4gitc15U6pyMu9SZ2aHK3H5ogNMgzh8qEUSf4CViy6gzaTMSdrJnN9CX2mPCPYsGUQQmJMkQSGR'
    limit 100
    Run a query to Download Data