ZookUntitled Query
    Updated 2022-09-17
    select
    *
    --address
    --from ethereum.core.fact_transactions
    -- where TX_HASH = '0xcd06a1807f9458d201c2c4c7794c00b96ea3004ff7456816cb609ae6a15dabcd'
    --where origin_function_signature = '0xdc97e082'
    -- and event_name = 'AddedCommitment'

    from ethereum.core.dim_contracts
    --where address = '0x33ec109543f41c9d7b01fcc054c9d779f11f758a'
    where contract_metadata:auctionToken::string is not null
    -- "id": '%auctionToken%'
    Run a query to Download Data