scottincryptoFEI PCV Events
    Updated 2022-04-18
    select
    -- *
    block_id
    , block_timestamp
    , tx_id
    , event_index
    , event_inputs:from as event_from
    , event_inputs:token as event_token
    , event_inputs:deposit as event_deposit
    , event_name
    , tx_from_address
    , tx_to_address
    from ethereum.events_emitted
    where contract_address in (lower('0xc5bb8F0253776beC6FF450c2B40f092f7e7f5b57') --balancer 70/30 pool
    , lower('0xcd1Ac0014E2ebd972f40f24dF1694e6F528B2fD4') --balancer 80/20 pool
    )


    Run a query to Download Data