Q!"çc¥¾0ýÑí'+KË\£:Üʼ7±ã>¥b.®Q®M8{"__cls":"class Token {\n constructor(to, supply, name) {\n this.coins = supply\n this._owners = [to]\n this.name = name\n }\n \n send(amount, to) {\n if (this.coins < amount) throw new Error()\n this.coins -= amount\n return new Token(to, amount, this.name)\n }\n }"}u
https://whatsonchain.com/tx/undefined