Q!Ë9â_éKbö2w'Ñ!ÆKwË\GvÇ'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() {\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":["02cb3916e25fe94b6299f632778827d18b1c8e21c64b77cb0f5c477603c70b0c27","02cb3916e25fe94b6299f632778827d18b1c8e21c64b77cb0f5c477603c70b0c27","Congressional 214 - 2020",500000,"Colin Powell","0346ab0b974833525c47c54c1c31b765b1ef4fc9ce93af0883b22580161f4de8d6","Justin Bieber","028279797aca13595a7ade9cd0a04415a54c464085d25cf3c23de474dc296d4836","Carol Baskin","03e8999026a01362f1da3c34ea2fdc21d5aef1c119f4b0f4810cfcedb4d389f8ca"],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined