Q!ÄsVc×X4¿ÈÄ!5'÷À.ÎBÁ²
ùÈ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.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":["02c473158b5663d75834bfc81ac411213527f788c01f2ece42c1b20d07931ef9c8","02c473158b5663d75834bfc81ac411213527f788c01f2ece42c1b20d07931ef9c8","Congressional 214 - 2020",500000,"Colin Powell","0287309f670a2777f8685c9814058e7454e3e150916eb36d0a6ec83da6ea16d8ec","Justin Bieber","0295bf31b82daa176de6b89fd3a8413d94816aea02b3c493ad0ced84cd4cc76cf4","Carol Baskin","0381b78e14e466417032733029d72ceaf01c30b68ba436536abf6ef2bd118c16a6"],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined