Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

72b26f2e0b5235567c2297492e6c9e2d23ca3d596b3455de6dea49bfd8b5faae
Timestamp (utc)
2021-05-08 17:22:30
Fee Paid
0.00002281 BSV
(
0.04995528 BSV
-
0.04993247 BSV
)
Fee Rate
500.1 sat/KB
Version
1
Confirmations
301,281
Size Stats
4,561 B

6 Outputs

Total Output:
0.04993247 BSV
  • jrunMr{"in":0,"ref":["native://Jig","f97d4ac2a3d6f5ed09fad4a4f341619dc5a3773d9844ff95c99c5d4f8388de2f_o1","b44a203acd6215d2d24b33a41f730e9acf2591c4ae27ecafc8d88ef83da9ddea_o1?berry=538a844e732cbfbde33ea290cc824ae47495e029b6592bc960a9299357fb420f&hash=ce81036c554501fcc40dd7a410b73239d05a1efcf59b8a4731d9d61248e07843&version=5","b44a203acd6215d2d24b33a41f730e9acf2591c4ae27ecafc8d88ef83da9ddea_o1?berry=ef55d2819079a50b0f4601b146f6f4c7c3b335a8029b9fa792a81779e81054ce&hash=de52ee4b4eda1eab4e82f397a85dba7028c01a5cc706ceb50a195c652069c4d5&version=5","b44a203acd6215d2d24b33a41f730e9acf2591c4ae27ecafc8d88ef83da9ddea_o1?berry=102fc3e860c551cc074d37a5cf7f1e8119d0b95119635bde322ae36bfae8e685&hash=2742ff4bbdfd1cc66839e723313c8c2fef7aeb8a4665a4f33ad177d471f5f10f&version=5"],"out":["1ba981bff09525cf7ccb6403e7219aca55dd7339fb8baa7bafc63023b506aedd","0ea4ef89a632d1cd9908df0e90123a92b703f0e84cf0e575f6a49c564314bc7e","771666641db418a3935b9d056f76f6081343c5d47c1913a36376716c28d62b11","36279b0463d4acd07e667f62d64e1291718ef83397fd8d19e5a281e5b59bb9b9"],"del":[],"cre":["msNwGv8KPrKXWXwcEsFmocjP9Lm99ZxTkM","msNwGv8KPrKXWXwcEsFmocjP9Lm99ZxTkM","msNwGv8KPrKXWXwcEsFmocjP9Lm99ZxTkM","msNwGv8KPrKXWXwcEsFmocjP9Lm99ZxTkM"],"exec":[{"op":"DEPLOY","data":["class MoonToon extends Jig {\n init (owner, amount, bsty) {\n expect(caller).toBe(HashTree);\n\tthis.owner = owner;\n\tthis.satoshis = amount;\n\tthis.bsty = bsty\n }\n send (to) {\n this.owner = to;\n }\n}",{"deps":{"HashTree":{"$jig":6},"Jig":{"$jig":0},"expect":{"$jig":1}},"friends":[{"$jig":7}],"metadata":{"image":{"$jig":2}}},"class HashTree extends Jig {\n static createNft(owner, amount, bsty) {\n this.blnCount++;\n // Control the amount ever created of this item\n if (this.blnCount > 21000000) throw new Error('Art is in the Mind not in the Gif, Move on ... !')\n\n return new MoonToon(owner, amount, bsty)\n console.log({MoonToon});\n }\n}",{"blnCount":0,"deps":{"Jig":{"$dup":["1","deps","Jig"]},"MoonToon":{"$jig":5}},"metadata":{"image1":{"$jig":3}}},"class OrderLock { constructor(address, satoshis) { if (typeof address !== \"string\" || address.length < 27) { throw new TypeError(\"Invalid address\"); } if (typeof satoshis !== \"number\" || !Number.isInteger(satoshis)) { throw new Error(\"Invalid satoshis\"); } if (satoshis > Number.MAX_SAFE_INTEGER) { throw new Error(\"Invalid. Max: \" + Number.MAX_SAFE_INTEGER); } if (satoshis < 546) { throw new Error(\"Dust\"); } this.address = address; this.satoshis = satoshis; } script() { const output = this.serializeOutput(this.address, this.satoshis); const hashOutput = this.sha256sha256(output); return ( OrderLock.scriptTemplate.slice(0, 2) + hashOutput + OrderLock.scriptTemplate.slice(66) ); } serializeOutput(address, satoshis) { const satoshisHex = this.serializeSatoshis(satoshis); const satoshisHexBytes = Hex.stringToBytes(satoshisHex); const outputScriptBytes = Hex.stringToBytes(this.getP2PKHScript(address)); const lengthBytes = [25]; return satoshisHexBytes.concat(lengthBytes, outputScriptBytes); } serializeSatoshis(satoshis) { let numberHex = (\"0000000000000000\" + satoshis.toString(16)).slice(-16); return numberHex .match(/[a-fA-F0-9]{2}/g) .reverse() .join(\"\"); } getP2PKHScript(address) { const decoded = Base58.decode(address); const hex = Hex.bytesToString(decoded); return asm(`OP_DUP OP_HASH160 ${hex} OP_EQUALVERIFY OP_CHECKSIG`); } sha256sha256(output) { return Hex.bytesToString(sha256(sha256(output))); } domain() { return 0; } }",{"deps":{}}]},{"op":"DEPLOY","data":["class ToOnNftFarmer extends Jig {\n init (owner, amount, bsty) {\n this.owner = owner;\n this.satoshis = amount;\n\tthis.bsty = bsty;\n }\n send (to) {\n this.owner = to;\n }\n equip (nft) {\n if(this.nft) { throw new Error('YOU OWN IT !') }\n if(!nft instanceof HashTree) { throw new Error('Alot is wrong only owners can hash!') }\n this.nft = nft;\n this.satoshis += nft.satoshis;\n\tthis.bsty += nft.bsty;\n }\n withdraw (to) {\n this.satoshis = 0;\n }\n}",{"deps":{"HashTree":{"$jig":6},"Jig":{"$jig":0},"MoonToon":{"$jig":5}},"metadata":{"image2":{"$jig":4}}}]}]}
    https://whatsonchain.com/tx/72b26f2e0b5235567c2297492e6c9e2d23ca3d596b3455de6dea49bfd8b5faae
Total Output:
0.04993247 BSV