piperMakerDao - Collateral Impact
    Updated 2022-01-16
    /*
    MakerDao - Collateral Impact

    How does the volume on MakerDAO (in terms of DAI minting) change
    as more collateral tokens are added to the platform? Which tokens
    have impacted volume the most?
    */

    SELECT
    *
    FROM
    --ethereum.transactions
    --ethereum.udm_events
    --ethereum.events_emitted
    ethereum.dex_swaps
    WHERE
    --to_address= lower('0xe37b5e4de6c4c6e3a1b5d914722a7daaf37590d0')
    tx_id = lower('0xdbb0279f35f3f63283b074a6aee7a6050f529aa8674456ff132671861efb1bd5')
    LIMIT 10

    Run a query to Download Data