Q!¹^'ëNíøE2§ó¶é2I6 §I®Ë½´Ë=`Q®ME{"__cls":"class Vote {\n constructor(to, name, numberOfVotes, can1name, can1PK, can2name, can2PK, can3name, can3PK) {\n this.votes = numberOfVotes\n this._owners = [to]\n this.name = name\n this.can1name = can1name\n this.can2name = can2name\n this.can3name = can3name\n this.cand1PK = can1PK\n this.cand2PK =can2PK \n this.cand3PK = can3PK\n this.distributors = [to]\n }\n \n distribute(to) {\n if (this.votes < 1) throw new Error()\n if (this._owners !== this.distributor) throw Error('You cannot send your vote to another person.')\n this.votes -= 1\n return new Vote(to, 1, this.name)\n }\n \n voteA() {\n this._owners = [this.candidate1PK]\n }\n \n voteB() {\n this._owners = [this.candidate2PK]\n }\n \n voteC() {\n this._owners = [this.candidate3PK]\n }\n }","__index":{"obj":0},"__args":["028a90b95e2784eb4eedf8459d32a7f3b6e932493620a74986aecbbdb4cb3d8e60","Title ","10000","John Smith ","111111","Sam Jones","22222","Teddy Bear ","3333333"],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined