kky111mubi stakers only
    SELECT from_address
    FROM ethereum.core.fact_transactions
    WHERE input_data LIKE '0x7b0472f%' --staking
    AND to_address = '0x2edffbc62c3dffd2a8fbae3cd83a986b5bbb5495'
    group by 1

    Run a query to Download Data