Transaction

52dda99c22f31a44bdf466f396ee91580b9114d584f8c14868a1051003b168b9
( - )
197,779
2021-02-23 14:14:10
1
2,519 B

2 Outputs

Total Output:
  • Q!-½¼ýòÌ!’ä~¯”M›0ºÆHÉÏåj¿ÝCÏÛã:Q®Mä{"__cls":"class PositionSC {\n constructor(owner, numberOfShares = 0, dealId = '', facilityId = '', fundId = '', dateCreated = '') {\n this._owners = [owner];\n this.numberOfShares = numberOfShares;\n this.dealId = dealId\n this.facilityId = facilityId;\n this.fundId = fundId;\n this.dateCreated = dateCreated;\n }\n\n split(newNumberOfShares, dateCreated) {\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, dateCreated);\n }\n throw new Error(`Cannot split current transaction`);\n }\n\n merge(dateCreated, ...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, dateCreated);\n } catch (err) {\n throw new Error(`Unable to merge positions`);\n }\n }\n\n send(to, fundId, numberOfShares, dateCreated) {\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, dateCreated);\n }\n}","__index":{"obj":0},"__func":"constructor","__args":["032d12bdbcfdf211cc2192e47eaf944d9b30bac648c9cfe5066abfdd43cfdbe33a",200,"53f92c970908c2b6467b133351680f781e00e82dca34945152fe0fe02d9e1918:0","03da5888a83e5f1ebb1dd1ee8b28cd3818c3c8c5e222fe7e931f5d14e967a97b:0","6434f9cb448a30305cba3e2ec85a2bf0a8cb96a27408c7e225c2fd67cbc9894d:0","Tue Feb 23 2021 16:12:54 GMT+0200"]}u
    https://whatsonchain.com/tx/52dda99c22f31a44bdf466f396ee91580b9114d584f8c14868a1051003b168b9