Q!GvÇrj!FVãs
%},ÉÁMSKNM'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.cand1PK]\n }\n \n voteB(publicKey) {\n this._owners = [this.cand2PK]\n }\n \n voteC(publicKey) {\n this._owners = [this.cand3PK]\n }\n }","__index":{"obj":0},"__args":["024776c772809c6a214656e39d73031685a01c257d2cc98910c14d534b4e4d2782","024776c772809c6a214656e39d73031685a01c257d2cc98910c14d534b4e4d2782","FL-230-2020",500000,"John Hamm","03036fcc0c2189a3c10cb7068048af2f53554a6ab1bd65785bf82c49415b45a449","Phil Nickelson","031299e3ae569aa512c3a7475d724154abe5ec5cde081c67dea4ca089fb2973aeb","Angie Duty","037a18c6884143fc4620759e708b1be0b4dbefcae02dbc2afa1a85fc7203da833e"],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined