anaeini1373Uniswap MATIC to WETH Swap and Provide liquidity to the MATIC/WETH Pool
    Updated 2022-02-18
    SELECT
    'swap matic to weth' as Transaction_descrition, *
    FROM polygon.transactions
    WHERE tx_id='0x3c13b9959ed93842c4445c703145de8c5cf29638ce4e53de93c269e902db4cd8'
    and
    block_timestamp >= '2022-02-12'
    UNION
    SELECT
    'add pool matic and weth' as Transaction_descrition, *
    FROM polygon.transactions
    WHERE tx_id='0x703c7acd3eb29612b33a1d1e5c8ba71a846ee9d414b798a8e057b07e41f7f434'
    AND block_timestamp >= '2022-02-12';
    Run a query to Download Data