Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

47ec3ef83e4eb7c88d08ba4d0eacc089dc3bccf5bcb79bb01ead2de956993002
Timestamp (utc)
2021-05-19 07:15:56
Fee Paid
0.00002583 BSV
(
0.09990858 BSV
-
0.09988275 BSV
)
Fee Rate
500.1 sat/KB
Version
1
Confirmations
299,146
Size Stats
5,164 B

7 Outputs

Total Output:
0.09988275 BSV
  • jrunM¬{"in":0,"ref":["native://Jig","f97d4ac2a3d6f5ed09fad4a4f341619dc5a3773d9844ff95c99c5d4f8388de2f_o1","b44a203acd6215d2d24b33a41f730e9acf2591c4ae27ecafc8d88ef83da9ddea_o1?berry=87c2c9d6ea7d9ea04e2b8dc3d547d5eb89b5a8fc4927b966e64a44fece99015e&hash=fd8bb16dcea1da0574a79518977b2b876275c517c5ceb418a57631ea0a5ce675&version=5","7d14c868fe39439edffe6982b669e7b4d3eb2729eee7c262ec2494ee3e310e99_o1","b44a203acd6215d2d24b33a41f730e9acf2591c4ae27ecafc8d88ef83da9ddea_o1?berry=be81d20cf2050998efb6cb9a60496e7a5a635c88ae5e9d2f0cc8794c35383234&hash=7f91885946800fb9ce162f3737a46badff3633494b27bfac84dc61699fc7e661&version=5"],"out":["eecfc58eb657fd8bde09b0f34851d8bcc550630ae1c73f53859eefb96eb90e29","3f4c6d9b60f2d4ff1bd4c618e76af60bb89d26e48637402700668ffc11f98caf","84b623025822a608d7b15c5ff42156478e14f19efd5d0b978554619772db0ea3","9b01949e144ecc2255b812273bf24f7fcb65c65f63a280e1628d390d8bc2307d","62848fdbeb49eb2c4085b2e4f87ef3bc408e7d549c2dc1507713c9f8962afa3f"],"del":[],"cre":["msAXM71862dM6CuQKYZQDoQ8zybhikeVBC","msAXM71862dM6CuQKYZQDoQ8zybhikeVBC","msAXM71862dM6CuQKYZQDoQ8zybhikeVBC","msAXM71862dM6CuQKYZQDoQ8zybhikeVBC","msAXM71862dM6CuQKYZQDoQ8zybhikeVBC"],"exec":[{"op":"DEPLOY","data":["class Beginning_Of_The_End extends Jig {\n init (name, author, description, emoji, image, txtid, assetIds, owner, amount, Yogurt) {\n expect(caller).toBe(FrogeJeti)\n this.metadata = {\n name,\n author,\n description,\n emoji,\n image,\n txtid,\n assetIds\n }\n this.name = name;\n this.owner = owner;\n this.satoshis = amount;\n this.Yogurt = Yogurt;\n }\n send(to) {\n this.owner = to;\n }\n withdraw (to) {\n this.satoshis = 0;\n }\n }",{"backingbank":"NetWork-Effect","deps":{"FrogeJeti":{"$jig":6},"Jig":{"$jig":0},"expect":{"$jig":1}},"friends":[{"$jig":7}],"metadata":{"image":{"$jig":2}}},"class FrogeJeti extends Jig {\n static createNft(name, author, description, emoji, image, txtid, assetIds, owner, amount, Yogurt) {\n this.nftCount++;\n // Control the amount ever created of this item\n if (this.nftCount > 218 ) throw new Error('Art is in the Mind not in the Gif, Move on ... !')\n\n return new Beginning_Of_The_End(name, author, description, emoji, image, txtid, assetIds, owner, amount, Yogurt)\n console.log({Beginning_Of_The_End});\n }\n}",{"deps":{"Beginning_Of_The_End":{"$jig":5},"Jig":{"$dup":["1","deps","Jig"]}},"metadata":{"emoji":"🧙"},"nftCount":0},"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 May_The_Froge_Be_With_You extends Token { \n init(owner, amount) {\n this.owner = owner;\n this.amount = amount;\n }\n static setFriends(friends) {\n this.friends = friends;\n }\n mint (to, amount) {\n this.owner = to;\n this.amount = amount;\n }\n send (to) {\n this.owner = to;\n\n } \n}",{"backingbank":"NetWork-Effect","decimals":0,"deps":{"Token":{"$jig":3}},"friends":[{"$jig":7}],"interactivity":false,"metadata":{"emoji":"🎩"},"symbol":"Froge_NfT","txt":"87c2c9d6ea7d9ea04e2b8dc3d547d5eb89b5a8fc4927b966e64a44fece99015e"}]},{"op":"DEPLOY","data":["class Schwartz_Ring extends May_The_Froge_Be_With_You {}",{"deps":{"May_The_Froge_Be_With_You":{"$jig":8}},"metadata":{"emoji":"💍","image2":{"$jig":4}}}]}]}
    https://whatsonchain.com/tx/47ec3ef83e4eb7c88d08ba4d0eacc089dc3bccf5bcb79bb01ead2de956993002
Total Output:
0.09988275 BSV