Q!(ÆóÞ2(ÌVÜ´uF$ào!=fƼÿx¤Ó8WQ®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.distributors = [distributor]\n }\n \n distribute(to) {\n if (this.votes < 1) throw new Error()\n if (this._owners[0].toString() !== this.distributors[0].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.distributors[0], \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":["0228c6931b08f3de3228cc56dc06b4754624e01d976f213d66c6bcff78a4d33857","0228c6931b08f3de3228cc56dc06b4754624e01d976f213d66c6bcff78a4d33857","Congressional 214 - 2020",500000,"Colin Powell","03dae91bf0afac82f530247cbe0e218d29ce68c0fcc11fba5608bdfb3af34352fc","Justin Bieber","03b478ae5624c0f5784415e561eacd7e1c7ac82ac6e31e0f2bf95de660bea5a249","Carol Baskin","039d8f0e78e525162bc33b659e7eda47b2f84a938803bdefe015d82a6c46e15af5"],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined