Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

2b3fcc3519a60e3d78bd9277c8c2eb32d6502da8a0a2fadaa28571d45f62b648
Timestamp (utc)
2021-03-17 07:32:42
Fee Paid
0.00007172 BSV
(
0.08982605 BSV
-
0.08975433 BSV
)
Fee Rate
500 sat/KB
Version
1
Confirmations
311,505
Size Stats
14,342 B

15 Outputs

Total Output:
0.08975433 BSV
  • jrunMu5{"in":0,"ref":["native://Jig","f97d4ac2a3d6f5ed09fad4a4f341619dc5a3773d9844ff95c99c5d4f8388de2f_o1"],"out":["bb7e491a64710393c193fd0fc17a3ef2f98926bff778a94f2a047ba0d6fa3341","faa04d91f03dce4cfcd52c0459342a3275db2d3c9f6007700faefd8ca5ed9a88","6f054d52df6dde7499ac4feb9b6643a7f028dcbc23c003f98cce4cc050ec6628","dbf8b3bbedaa99078b67a7b443661d9a9aa0e11337bbd4946cc0093c9d1e4121","3c46009d56f91882926a5f8e1bb1863948166ef569f727ed80c737fe605198d3","23d301b1b178e6a19e980c9568fe7380795fd4b89371e7809e2b6ad46f4324d2","79e5b3cc30172c9d92a68ffdef622c0a4734a61db7afc68d7909c98f55e66e71","93e6f443f48756aaadce6886762d3cc50058d677b23af78090dc30f373bbb173","9b6b7475da0ae63b06ec8361bfe96d9dc301772ed215f4c0c854f60afe98ac7d","bc970d1407e776e94e39e0fdeea3276aa49697df24d7c6f111feefaad618d847","1a2c7cc16bd2b771b49024ebf851ab180b50102cd96111b14755600fc0da4ffc","36ca51ecb5f5670c287b48e9e32c666eaf36c8baf337aabe00552fe192616bd2","fb311de526bc36883557cbcd74338a1add46de76f92de931218391e6489e333e"],"del":[],"cre":["mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT","mfYjfzUM3JsbmXvM2Vpht2W1tdi6iwQgbT"],"exec":[{"op":"DEPLOY","data":["class Alien8bit extends Jig {\n init (owner, power) {\n expect(caller).toBe(Forge);\n this.owner = owner;\n this.power = power;\n }\n send (to) {\n this.owner = to;\n }\n}",{"deps":{"Forge":{"$jig":3},"Jig":{"$jig":0},"expect":{"$jig":1}},"metadata":{"emoji":"️👾"}},"class Forge extends Jig {\n static createCapture(owner, power) {\n this.alnCount++;\n\t// Control the amount ever created of this item\n if (this.alnCount > 100) throw new Error('no more Aliens in bag!')\n\n return new Alien8bit(owner, power)\n }\n}",{"alnCount":0,"deps":{"Alien8bit":{"$jig":2},"Jig":{"$dup":["1","deps","Jig"]}},"metadata":{"emoji":"🕹️"}}]},{"op":"DEPLOY","data":["class ByteHunter extends Jig {\n init (owner, HP, power, shipPWR, shieldPWR, cloakPWR, lazerPWR) {\n this.owner = owner;\n this.HP = HP;\n this.power = power;\n\tthis.shipPWR = shipPWR;\n\tthis.sheildPWR = sheildPWR;\n this.cloakPWR = cloakPWR;\n\tthis.lazerPWR = lazerPWR;\n }\n send (to) {\n this.owner = to;\n }\n equip (capture) {\n if(this.capture) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture instanceof Alien8bit) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture = capture;\n this.power += capture.power;\n }\n equip1 (capture2) {\n if(this.capture2) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture2 instanceof Alien16bit) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture2 = capture2;\n this.power += capture2.power;\n this.HP += capture2.HP;\n this.shipPWR += capture2.shipPWR;\n }\n equip3 (capture3) {\n if(this.capture3) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture3 instanceof StarShip) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture3 = capture3;\n this.power += capture3.power;\n this.HP += capture3.HP;\n this.shipPWR += capture3.shipPWR;\n\tthis.sheildPWR += capture3.sheildPWR;\n this.cloakPWR += capture3.cloakPWR;\n }\n equip4 (capture4) {\n if(this.capture4) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture4 instanceof Metor) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture4 = capture4;\n this.power += capture4.power;\n this.HP += capture4.HP;\n this.shipPWR += capture4.shipPWR;\n this.sheildPWR += capture4.sheildPWR;\n }\n equip5 (capture5) {\n if(this.capture5) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture5 instanceof BonusBox) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture5 = capture5;\n this.power += capture5.power;\n this.HP += capture5.HP;\n this.shipPWR += capture5.shipPWR;\n this.sheildPWR += capture5.sheildPWR;\n\tthis.lazerPWR += capture5.lazerPWR;\n }\n}",{"deps":{"Alien16bit":{"$jig":5},"Alien8bit":{"$jig":2},"BonusBox":{"$jig":7},"Jig":{"$jig":0},"Metor":{"$jig":9},"StarShip":{"$jig":11}},"metadata":{"emoji":"👨🏻‍🚀️"}},"class Alien16bit extends Jig {\n init (owner, power, HP, shipPWR) {\n expect(caller).toBe(Forge2);\n this.owner = owner;\n this.power = power;\n this.HP = HP;\n\tthis.shipPWR = shipPWR;\n }\n send (to) {\n this.owner = to;\n }\n}",{"deps":{"Forge2":{"$jig":6},"Jig":{"$dup":["1","deps","Jig"]},"expect":{"$jig":1}},"metadata":{"emoji":"️👽"}},"class Forge2 extends Jig {\n static createCapture2(owner, power, HP, shipPWR) {\n this.aln1Count++;\n // Control the amount ever created of this item\n if (this.aln1Count > 100) throw new Error('No more Constellations Hoppers Available!')\n\n return new Alien16bit(owner, power, HP, shipPWR)\n }\n}",{"aln1Count":0,"deps":{"Alien16bit":{"$dup":["1","deps","Alien16bit"]},"Jig":{"$dup":["1","deps","Jig"]}},"metadata":{"emoji":"🎮"}},"class BonusBox extends Jig {\n init (owner, HP, power, shipPWR, shieldPWR, cloakPWR, lazerPWR) {\n expect(caller).toBe(Forge5);\n this.owner = owner;\n this.power = power;\n this.HP = HP;\n this.shipPWR = shipPWR;\n this.sheildPWR = sheildPWR;\n this.cloakPWR = cloakPWR;\n\tthis.lazerPWR = lazerPWR;\n }\n send (to) {\n this.owner = to;\n }\n}",{"deps":{"Forge5":{"$jig":8},"Jig":{"$dup":["1","deps","Jig"]},"expect":{"$dup":["3","deps","expect"]}},"metadata":{"emoji":"️🎁"}},"class Forge5 extends Jig {\n static createCapture5(wner, HP, power, shipPWR, shieldPWR, cloakPWR, lazerPWR) {\n this.boxCount++;\n // Control the amount ever created of this item\n if (this.boxCount > 20) throw new Error('no more Boxes in bag!')\n\n return new BonusBox(owner, power, HP, shipPWR, sheildPWR, cloakPWR, lazerPWR)\n }\n}",{"boxCount":0,"deps":{"BonusBox":{"$dup":["1","deps","BonusBox"]},"Jig":{"$dup":["1","deps","Jig"]}},"metadata":{"emoji":"💣️"}},"class Metor extends Jig {\n init (owner, power, HP, shipPWR, sheildPWR, cloakPWR) {\n expect(caller).toBe(Forge4);\n this.owner = owner;\n this.power = power;\n this.HP = HP;\n this.shipPWR = shipPWR;\n this.sheildPWR = sheildPWR;\n this.cloakPWR = cloakPWR;\n }\n send (to) {\n this.owner = to;\n }\n}",{"deps":{"Forge4":{"$jig":10},"Jig":{"$dup":["1","deps","Jig"]},"expect":{"$dup":["3","deps","expect"]}},"metadata":{"emoji":"️☄️"}},"class Forge4 extends Jig {\n static createCapture4(owner, power, HP, shipPWR, shieldPWR, cloakPWR) {\n this.mtrCount++;\n // Control the amount ever created of this item\n if (this.mtrCount > 25) throw new Error('No more Constellations Hoppers Available!')\n\n return new Metor(owner, power, HP, shipPWR, shieldPWR, cloakPWR)\n }\n}",{"deps":{"Jig":{"$dup":["1","deps","Jig"]},"Metor":{"$dup":["1","deps","Metor"]}},"metadata":{"emoji":"🌌"},"shipCount":0},"class StarShip extends Jig {\n init (owner, power, HP, shipPWR, sheildPWR, cloakPWR) {\n expect(caller).toBe(Forge3);\n this.owner = owner;\n this.power = power;\n this.HP = HP;\n this.shipPWR = shipPWR;\n\tthis.sheildPWR = sheildPWR;\n\tthis.cloakPWR = cloakPWR;\n }\n send (to) {\n this.owner = to;\n }\n}",{"deps":{"Forge3":{"$jig":12},"Jig":{"$dup":["1","deps","Jig"]},"expect":{"$dup":["3","deps","expect"]}},"metadata":{"emoji":"️🛸"}},"class Forge3 extends Jig {\n static createCapture3(owner, power, HP, shipPWR, shieldPWR, cloakPWR) {\n this.shipCount++;\n // Control the amount ever created of this item\n if (this.shipCount > 100) throw new Error('No more Constellations Hoppers Available!')\n\n return new StarShip(owner, power, HP, shipPWR, shieldPWR, cloakPWR)\n }\n}",{"deps":{"Jig":{"$dup":["1","deps","Jig"]},"StarShip":{"$dup":["1","deps","StarShip"]}},"metadata":{"emoji":"🎴"},"shipCount":0}]},{"op":"DEPLOY","data":["class The21e8Dragon extends Jig {\n init (owner, HP, power, shipPWR, shieldPWR, cloakPWR, lazerPWR) {\n this.owner = owner;\n this.HP = HP;\n this.power = power;\n this.shipPWR = shipPWR;\n this.sheildPWR = sheildPWR;\n this.cloakPWR = cloakPWR;\n\tthis.lazerPWR = lazerPWR;\n }\n send (to) {\n this.owner = to;\n }\n equip (capture) {\n if(this.capture) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture instanceof Alien8bit) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture = capture;\n this.power += capture.power;\n }\n equip1 (capture2) {\n if(this.capture2) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture2 instanceof Alien16bit) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture2 = capture2;\n this.power += capture2.power;\n this.HP += capture2.HP;\n this.shipPWR += capture2.shipPWR;\n }\n equip3 (capture3) {\n if(this.capture3) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture3 instanceof StarShip) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture3 = capture3;\n this.power += capture3.power;\n this.HP += capture3.HP;\n this.shipPWR += capture3.shipPWR;\n this.sheildPWR += capture3.sheildPWR;\n\tthis.cloakPWR += capture3.cloakPWR;\n }\n equip4 (capture4) {\n if(this.capture4) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture4 instanceof Metor) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture4 = capture4;\n this.power += capture4.power;\n this.HP += capture4.HP;\n this.shipPWR += capture4.shipPWR;\n this.sheildPWR += capture4.sheildPWR;\n }\n equip5 (capture5) {\n if(this.capture5) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture5 instanceof BonusBox) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture5 = capture5;\n this.power += capture5.power;\n this.HP += capture5.HP;\n this.shipPWR += capture5.shipPWR;\n this.sheildPWR += capture5.sheildPWR;\n this.lazerPWR += capture5.lazerPWR;\n }\n}",{"deps":{"Alien16bit":{"$jig":5},"Alien8bit":{"$jig":2},"BonusBox":{"$jig":7},"Jig":{"$jig":0},"Metor":{"$jig":9},"StarShip":{"$jig":11}},"metadata":{"emoji":"🐉"}}]},{"op":"DEPLOY","data":["class ConstellationsQueen extends Jig {\n init (owner, HP, power, shipPWR, shieldPWR, cloakPWR, lazerPWR) {\n this.owner = owner;\n this.HP = HP;\n this.power = power;\n this.shipPWR = shipPWR;\n this.sheildPWR = sheildPWR;\n this.cloakPWR = cloakPWR;\n\tthis.lazerPWR = lazerPWR;\n }\n send (to) {\n this.owner = to;\n }\n equip (capture) {\n if(this.capture) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture instanceof Alien8bit) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture = capture;\n this.power += capture.power;\n }\n equip1 (capture2) {\n if(this.capture2) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture2 instanceof Alien16bit) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture2 = capture2;\n this.power += capture2.power;\n this.HP += capture2.HP;\n this.shipPWR += capture2.shipPWR;\n }\n equip3 (capture3) {\n if(this.capture3) { throw new Error('Already Caught this Alien Bytes !') }\n if(!capture3 instanceof StarShip) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture3 = capture3;\n this.power += capture3.power;\n this.HP += capture3.HP;\n this.shipPWR += capture3.shipPWR;\n this.sheildPWR += capture3.sheildPWR;\n this.cloakPWR += capture3.cloakPWR;\n }\n equip4 (capture4) {\n if(this.capture4) { throw new Error('Missed by a close call , Watch out for Metors !') }\n if(!capture4 instanceof Metor) { throw new Error('Can Not Capture Alien Bytes!') }\n this.capture4 = capture4;\n this.power += capture4.power;\n this.HP += capture4.HP;\n this.shipPWR += capture4.shipPWR;\n this.sheildPWR += capture4.sheildPWR;\n }\n equip5 (capture5) {\n if(this.capture5) { throw new Error('BOX is EMPTY !') }\n if(!capture5 instanceof BonusBox) { throw new Error('Can not gain these Bytes!') }\n this.capture5 = capture5;\n this.power += capture5.power;\n this.HP += capture5.HP;\n this.shipPWR += capture5.shipPWR;\n this.sheildPWR += capture5.sheildPWR;\n this.lazerPWR += capture5.lazerPWR;\n }\n}",{"deps":{"Alien16bit":{"$jig":5},"Alien8bit":{"$jig":2},"BonusBox":{"$jig":7},"Jig":{"$jig":0},"Metor":{"$jig":9},"StarShip":{"$jig":11}},"metadata":{"emoji":"👩‍🚀"}}]}]}
    https://whatsonchain.com/tx/2b3fcc3519a60e3d78bd9277c8c2eb32d6502da8a0a2fadaa28571d45f62b648
Total Output:
0.08975433 BSV