Q!-®ÚR ìfâcUmÂqöG:§Æ<,ÔÛ Q®MR{"__cls":"class Token {\n constructor(amount, type, ...owners) {\n this.amount = amount\n this.type = type\n this._owners = owners\n }\n\n send(amount, ...to) {\n if (this.amount < amount) throw new Error()\n this.amount -= amount\n return new Token(amount, this.type, ...to)\n }\n}"}u
https://whatsonchain.com/tx/undefined