Transaction

02368b335c4e748f0d2c06415ea22dac1798633c352b2a7eb2fd13c186108aa4
( - )
201,940
2021-02-22 15:00:53
1
2,350 B

2 Outputs

Total Output:
  • Q!-½¼ýòÌ!’ä~¯”M›0ºÆHÉÏåj¿ÝCÏÛã:Q®M;{"__cls":"class PositionSC {\n constructor(owner, numberOfShares = 0, dealId = '', facilityId = '', fundId = '') {\n this._owners = [owner];\n this.numberOfShares = numberOfShares;\n this.dealId = dealId\n this.facilityId = facilityId;\n this.fundId = fundId;\n }\n\n split(newNumberOfShares) {\n if (newNumberOfShares === this.numberOfShares) {\n return this;\n }\n if (newNumberOfShares < this.numberOfShares) {\n this.numberOfShares -= newNumberOfShares;\n return new PositionSC(this._owners[0], newNumberOfShares, this.dealId, this.facilityId, this.fundId);\n }\n throw new Error(`Cannot split current transaction`);\n }\n\n merge(...positions) {\n try {\n if (positions.length === 0) return this;\n let sendNumberOfShares = this.numberOfShares;\n this.numberOfShares = 0;\n for (let i = 0; i < positions.length; i += 1) {\n if (positions[i].dealId !== this.dealId || positions[i].facilityId !== this.facilityId || positions[i].fundId !== this.fundId) {\n throw new Error(`Unable to merge, positions don't originate from the same facility or don't belong to the same fund`);\n }\n sendNumberOfShares += positions[i].numberOfShares;\n positions[i].numberOfShares = 0;\n }\n return new PositionSC(this._owners[0], sendNumberOfShares, this.dealId, this.facilityId, this.fundId);\n } catch (err) {\n throw new Error(`Unable to merge positions`);\n }\n }\n\n send(to, fundId, numberOfShares) {\n if (this.numberOfShares < numberOfShares) throw new Error(`Insufficient funds`);\n this.numberOfShares = this.numberOfShares - numberOfShares;\n return new PositionSC(to, numberOfShares, this.dealId, this.facilityId, fundId);\n }\n}","__index":{"obj":0},"__func":"constructor","__args":["032d12bdbcfdf211cc2192e47eaf944d9b30bac648c9cfe5066abfdd43cfdbe33a",100,"17cf1de9b3316ecaecb811b47e89da4af37743d70476efdb9e20355e441964c3:0","664acfa0dce3d43bfaef236d593dd6bc7bf2904580e60be7aee6ea8616e82fb4:0","864393b2aaa34930cd8875ec1a6012cdeeaf6d2bdafcf2320a335ef4fe5a745c:0"]}u
    https://whatsonchain.com/tx/02368b335c4e748f0d2c06415ea22dac1798633c352b2a7eb2fd13c186108aa4