maybeyonasxsushi_test
    Updated 2022-02-02
    select * from ethereum.udm_events
    where to_address = lower('0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272')
    and contract_address = '0x6b3595068778dd592e39a122f4f5a5cf09c90fe2'
    and origin_function_signature not in (
    '0xa59f3e0c', -- staking
    '0xa5a03d8', -- probably an arb
    '0x1bd0ed2', -- arb
    '0x4641257d', -- harvest
    '0x1bd0ed29', -- arb
    '0x1bd0ed2' -- arb
    )
    and origin_function_signature in (
    '0x303e6aa4', -- convert mulitple
    '0xbd1b820', -- convert
    '0xbd1b820c' -- convert
    )
    limit 100
    Run a query to Download Data