Q!Â9¼´Æ,þß-\ùÂgÀfÿ|÷2¨jT£Pi¢qqéQ®M0{"__cls":"class CorporateToken {\n constructor(purchaser, name, symbol, quantity, agreement, image) {\n this._owners = [purchaser];\n this.name = name;\n this.symbol = symbol;\n this.quantity = quantity;\n this.agreement = agreement;\n this.image = image;\n }\n\n sellTo(purchaser, transferQuantity, purchaserImage) {\n if (transferQuantity > this.quantity) {\n new Error(\"Transfer Quantity is too large\");\n }\n\n this.quantity -= transferQuantity;\n return new CorporateToken(purchaser, this.name, this.symbol, transferQuantity, this.agreement, purchaserImage);\n }\n\n setName(name) {\n this.name = name;\n }\n\n setSymbol(symbol) {\n this.symbol = symbol;\n }\n\n setQuantity(quantity) {\n this.quantity = quantity;\n }\n\n setAgreement(agreement) {\n this.agreement = agreement;\n }\n\n setImage(image) {\n this.image = image;\n }\n\n}","__index":{"obj":0},"__args":["03c20b39bcb4c62cfedf2d5cf9c267c066ff7cf71332a86a54a3506915a27171e9","Dave Test 2","DAVE2","222","2222","123"],"__func":"constructor"}u
https://whatsonchain.com/tx/undefined