Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

99fe8c6194030cfcd143c11c1b043d139ab092b6e7c95440ac7729224c6caf83
Timestamp (utc)
2021-03-17 06:46:35
Fee Paid
0.00005714 BSV
(
0.00975649 BSV
-
0.00969935 BSV
)
Fee Rate
500 sat/KB
Version
1
Confirmations
318,846
Size Stats
11,426 B

13 Outputs

Total Output:
0.00969935 BSV
  • jrunMV*{"in":0,"ref":["native://Jig","f97d4ac2a3d6f5ed09fad4a4f341619dc5a3773d9844ff95c99c5d4f8388de2f_o1"],"out":["31c74955abf0586578c940db4fcc4af587e719e36fd7efd86989a970964af558","662083f9cf0a47be1838fe009fc09209ac001598f32454e6d7f3df0d3aa6bc88","1ad755b96c1c5dd0ab3ae1ba8f673fff626daa4b54c49e6eb5b50799e1e8125e","fc57202a962d52c63661a6d75b930359e3fb1ffc73c3c796430bd236f7a8af10","ba20fed6c10eef07f5257e2f774edf45e2195394574b3c60eb8370c5f5ee225e","7b8b108bc7678ac03394855c28c352be4bf3b82ba168db1bc9f4b80382fce1ac","7efd019c7927221d9e8e1f8b658f821a63dc0a4ff8d48dda77a2d4309ac77686","9077f573fc995b7538ddbe1a08de35fb5dc547f36ddceeb147b8efebe0e22a56","6ec8e6db0d0df19aa60f4f07924b2bc9c655ab6f19f556b054bd9d72042e7871","03cbb1b0fb924576ee73782f59a5898cba31825555d95a5499315ed0c004d186","142657038bae539bed89147a39d027486ece451fdcc395d7f912c1a878725287"],"del":[],"cre":["movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy","movoEY6rtnoSumGf7wDD8YWV9qvvv8WfNy"],"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) {\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 }\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.sheild += capture4.sheild;\n }\n}",{"deps":{"Alien16bit":{"$jig":5},"Alien8bit":{"$jig":2},"Jig":{"$jig":0},"StarShip":{"$jig":7}},"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 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":8},"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) {\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 }\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.sheild += capture4.sheild;\n }\n}",{"deps":{"Alien16bit":{"$jig":5},"Alien8bit":{"$jig":2},"Jig":{"$jig":0},"Metor":{"$jig":10},"StarShip":{"$jig":7}},"metadata":{"emoji":"🐉"}},"class Metor 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 this.sheildPWR = sheildPWR;\n this.cloakPWR = cloakPWR;\n }\n send (to) {\n this.owner = to;\n }\n}",{"deps":{"Forge4":{"$jig":11},"Jig":{"$dup":["1","deps","Jig"]},"expect":{"$jig":1}},"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}]},{"op":"DEPLOY","data":["class ConstellationsQueen extends Jig {\n init (owner, HP, power, shipPWR, shieldPWR, cloakPWR) {\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 }\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('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.sheild += capture4.sheild;\n }\n}",{"deps":{"Alien16bit":{"$jig":5},"Alien8bit":{"$jig":2},"Jig":{"$jig":0},"Metor":{"$jig":10},"StarShip":{"$jig":7}},"metadata":{"emoji":"👩‍🚀"}}]}]}
    https://whatsonchain.com/tx/99fe8c6194030cfcd143c11c1b043d139ab092b6e7c95440ac7729224c6caf83
Total Output:
0.00969935 BSV