#0
nonstandard
0.00004000 BSV
Q!G^§¯0·ûd,0H1vÌ ¤5¬{r*;ÉÉøQ®M5{"__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, 15 Aug 2021 16:17:25 GMT","20",false,"03475ec2a7af9630b7fb642c3048311d76ccc220a435c29cac7b722a3b98c9c9f8","1123","https://cdn.pixabay.com/photo/2020/03/01/17/50/monalisa-4893660_640.jpg"]}u
https://whatsonchain.com/tx/fcbf4fade22fcdb8264360aa8e6ebfac1f6d3f0e3a8b9a5e5d2b2506a8aae868