SELECT c1.cointype, cc.cointypetext, c1.coinuuid, p1.playername, p1.playeruuid, ct.cointransactionamount, ct.datefunded, ct.coinregion, ct.coinlocation FROM cointransaction ct, player p1, coin c1, coinconstants cc WHERE ct.coinuuid = c1.coinuuid AND c1.cointype = cc.cointype AND ct.playeruuid = p1.playeruuid AND ct.transactiontype = 'Pay Player' AND (c1.coinnumber = '10212' or c1.coinnumber= '10132' or c1.coinnumber= '10299' or c1.coinnumber= '15137' or c1.coinnumber= '20969' or c1.coinnumber= '29793' or c1.coinnumber= '35766' or c1.coinnumber= '34998' or c1.coinnumber= '35055' or c1.coinnumber= '34070' or c1.coinnumber= '49900' or c1.coinnumber= '56471' or c1.coinnumber='37949') and ct.datefunded > '2024-09-30 11:56:29 pm' ORDER BY c1.coinuuid, ct.datefunded DESC