Aston_FBuy and Stake YLDY
    Updated 2022-01-28
    SELECT
    'Swap ALGO to YDLY' as transaction_descrition,
    block_id,
    tx_id,
    fee,
    intra,
    sender,
    tx_group_id,
    extra
    FROM algorand.transactions
    WHERE tx_id = 'TLDM4M4XZOY5TIXCWUOYMDHCTWWFGAYXYNV4ZHXA7LWPBSTEQHHQ'
    UNION
    SELECT
    'Staking YLDY' as transaction_descrition,
    block_id,
    tx_id,
    fee,
    intra,
    sender,
    tx_group_id,
    extra
    FROM algorand.transactions
    WHERE tx_id = '6KUBXTWME6MORAYGVUUVWMM6DRKKHXPL2BT6H2VPGSGOGKCJD2HQ'