Q!%¢CÏÊìÀwU#
æYbc0 25¡º|2lÒ¬°Q®M{"_balances":1,"__cls":"class ERC20 {\n constructor(name_, symbol_, initialAccount, initialBalance) {\n this._balances = {};\n this._name = name_;\n this._symbol = symbol_;\n this._decimals = 18;\n this._owner = initialAccount;\n this._mint(initialAccount, initialBalance);\n }\n name() {\n return this._name;\n }\n symbol() {\n return this._symbol;\n }\n decimals() {\n return this._decimals;\n }\n totalSupply() {\n return this._totalSupply;\n }\n balanceOf(account) {\n return this._balances.account;\n }\n transfer(recipient, amount, msgSender) {\n this._transfer(msgSender, recipient, amount);\n return true;\n }\n allowance(owner, spender) {\n return;\n }\n approve(spender, amount, msgSender) {\n this._approve(msgSender, spender, amount);\n return true;\n }\n transferFrom(sender, recipient, amount, msgSender) {\n this._transfer(sender, recipient, amount);\n return true;\n }\n increaseAllowance(spender, addedValue, msgSender) {\n return true;\n }\n decreaseAllowance(spender, subtractedValue, msgSender) {\n return true;\n }\n _transfer(sender, recipient, amount) {\n this._balances.sender -= amount;\n this._balances.recipient += amount;\n }\n _mint(account, amount) {\n this._totalSupply += amount;\n }\n _approve(owner, spender, amount) {\n }\n _setupDecimals(decimals_) {\n this._decimals = decimals_;\n }\n _isEmpty(e) {\n switch (e) {\n case \"\":\n case 0:\n case \"0\":\n case null:\n case false:\n case typeof (e) == \"undefined\":\n return true;\n default:\n return false;\n }\n }\n}","__index":{"obj":0},"__func":"constructor","__args":["Euro stable coin","EURC","0325a243cfcaec13c0778055238385e659626330003235a114ba7c326cd2ac9db0",100000000]}u
https://whatsonchain.com/tx/undefined