Q!G^§¯0·ûd,0H1vÌ ¤5¬{r*;ÉÉøQ®MN{"__cls":"class AuctionRoomModel {\n // Auction info\n // ProductInfo\n // Leading info\n // Winner info\n constructor(startAt, duration, isFinished, hostPublicKey, productName, productImgUrl) {\n this.type = void 0;\n this._id = void 0;\n this._owners = void 0;\n this.duration = void 0;\n this.startAt = void 0;\n this.isFinished = void 0;\n this.productName = void 0;\n this.productImgUrl = void 0;\n this.currentPrice = void 0;\n this.currentPlayerName = void 0;\n this.currentPlayerAddress = void 0;\n this.auctionHistories = void 0;\n this.lastPrice = void 0;\n this.wonPlayerAddress = void 0;\n this.hostPublicKey = void 0;\n this.type = 1; // AuctionRoom\n\n this.startAt = startAt;\n this.duration = duration;\n this.isFinished = isFinished;\n this.hostPublicKey = hostPublicKey;\n this.productName = productName;\n this.productImgUrl = productImgUrl;\n this._owners = [hostPublicKey];\n }\n\n addPlayer(owner) {\n this._owners.push(owner);\n }\n\n placeNewPrice(price, name, address) {\n this.currentPrice = price;\n this.currentPlayerName = name;\n this.currentPlayerAddress = name;\n }\n\n finish() {\n this.lastPrice = this.currentPrice;\n this.wonPlayerAddress = this.currentPlayerAddress;\n this.isFinished = true;\n }\n\n}","__index":{"obj":0},"__func":"constructor","__args":["Sun Aug 15 2021 23:57:51 GMT+0700 (Indochina Time)","2022",false,"03475ec2a7af9630b7fb642c3048311d76ccc220a435c29cac7b722a3b98c9c9f8","123123","https://cdn.pixabay.com/photo/2020/03/01/17/50/monalisa-4893660_640.jpg"]}u
https://whatsonchain.com/tx/undefined