#0
nonstandard
0.00004000 BSV
Q!G^§¯0·ûd,0H1vÌ ¤5¬{r*;ÉÉøQ®Mÿ{"__cls":"class AuctionRoomModel {\n // Auction info\n // ProductInfo\n // Leading info\n // Winner info\n constructor(startAt, duration, isFinished, hostAddress, 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.hostAddress = void 0;\n this.type = 1; // AuctionRoom\n\n this.startAt = startAt;\n this.duration = duration;\n this.isFinished = isFinished;\n this.hostAddress = hostAddress;\n this.productName = productName;\n this.productImgUrl = productImgUrl;\n this.auctionHistories = [];\n this.currentPrice = 0;\n this._owners = [hostPublicKey];\n }\n\n addPlayer(owner) {\n this._owners.push(owner);\n }\n\n placeNewPrice(amount, name, address) {\n this.currentPrice = amount;\n this.currentPlayerName = name;\n this.currentPlayerAddress = address;\n this.auctionHistories.unshift(`User ${name} placed ${amount}`);\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":["Tue Aug 17 2021 22:49:48 GMT+0700 (Indochina Time)","60",false,"mrdZHDQSkujDpBAn1iBzNTzcLpmWtU1gxt","03475ec2a7af9630b7fb642c3048311d76ccc220a435c29cac7b722a3b98c9c9f8","123123","https://cdn.pixabay.com/photo/2020/03/01/17/50/monalisa-4893660_640.jpg"]}u
https://whatsonchain.com/tx/2a11893f14aa07b81e059f8c08e76a8e924a4efb66d749deaa623adb329e0a19