Q!^#äÊN10áSøó:©°
âdz{Ø>FĬ¢$Q®MÞ{"__cls":"class Vote {\n constructor(to, distributor, 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.distributor = distributor\n }\n \n distribute(to) {\n if (this.votes < 1) throw new Error()\n if (this._owners[0].toString() !== this.distributor.toString()){\n throw new Error('You cannot send your vote to another person.')\n }\n this.votes -= 1\n return new Vote(to,\n this.distributor, \n this.name, \n 1,\n this.can1name,\n this.cand1PK,\n this.can2name,\n this.cand2PK,\n this.can3name,\n this.cand3PK)\n }\n \n voteA(publicKey) {\n this._owners = [this.can1PK]\n }\n \n voteB(publicKey) {\n this._owners = [this.can2PK]\n }\n \n voteC(publicKey) {\n this._owners = [this.can3PK]\n }\n }","__index":{"obj":0},"__args":["025e23e41cca4e3130e153f8f38f133aa9b0140ae2c7b37bd83e46c419aca2249f","025e23e41cca4e3130e153f8f38f133aa9b0140ae2c7b37bd83e46c419aca2249f","Congressional 214 - 2020",500000,"Colin Powell","0382df0c06c92b0fc75bd6bfdb88bf98d91ce7160f113737db69f479d6d4c5f54a","Justin Bieber","024ed8e563e03e5558c741a2ac63bb733fb785817771b88b3e4caba3eaba351089","Carol Baskin","03c2d38e746462b679dc70c773caad428b89300f8dbcec28081502c060551e2592"],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined