Settings

Blockchain
Network
Unit
Language
Theme
Sound New Block

Transaction

ca6c5947f2a320f3b1dd538eea1766fc534ee4e1960df5c65d70d3693858213f
Timestamp (utc)
2021-05-19 07:15:56
Fee Paid
0.00002583 BSV
(
0.09972766 BSV
-
0.09970183 BSV
)
Fee Rate
500 sat/KB
Version
1
Confirmations
299,123
Size Stats
5,165 B

7 Outputs

Total Output:
0.09970183 BSV
  • jrunM¬{"in":0,"ref":["native://Jig","f97d4ac2a3d6f5ed09fad4a4f341619dc5a3773d9844ff95c99c5d4f8388de2f_o1","b44a203acd6215d2d24b33a41f730e9acf2591c4ae27ecafc8d88ef83da9ddea_o1?berry=87c2c9d6ea7d9ea04e2b8dc3d547d5eb89b5a8fc4927b966e64a44fece99015e&hash=fd8bb16dcea1da0574a79518977b2b876275c517c5ceb418a57631ea0a5ce675&version=5","b44a203acd6215d2d24b33a41f730e9acf2591c4ae27ecafc8d88ef83da9ddea_o1?berry=be81d20cf2050998efb6cb9a60496e7a5a635c88ae5e9d2f0cc8794c35383234&hash=7f91885946800fb9ce162f3737a46badff3633494b27bfac84dc61699fc7e661&version=5"],"out":["0d2aa632526b3237151e2f1df900a37f117b65425c73bea70ffe4ed002bac1d6","60ddcafabfb63531197f48c9b6e28a4e94086df74ad108355c968bcabdd42b51","ae70d77d8647492b64ad9c38745422f6ec883d069b486b8ebca3320772caf3bc","2b7d2e1af2fd2e3c42fa1d951d2b2c16d215c1163d508f1dfb88cdbda171c106","35b515fe8c152ca76976e1c1c2c0813f401cb9e18334dd228ea76b87427e811c"],"del":[],"cre":["n3NDQrynumwfSGfwMnGe5bY6s1HKCVXiRY","n3NDQrynumwfSGfwMnGe5bY6s1HKCVXiRY","n3NDQrynumwfSGfwMnGe5bY6s1HKCVXiRY","n3NDQrynumwfSGfwMnGe5bY6s1HKCVXiRY","n3NDQrynumwfSGfwMnGe5bY6s1HKCVXiRY"],"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":5},"Jig":{"$jig":0},"expect":{"$jig":1}},"friends":[{"$jig":6}],"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":4},"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 Jig { \n init(owner, amount, message) {\n this.owner = owner;\n this.amount = amount;\n this.Yogurt = message;\n }\n static setFriends(friends) {\n this.friends = friends;\n }\n mint (to, amount, message) {\n this.owner = to;\n this.amount = amount;\n this.Yogurt = message;\n }\n send (to) {\n this.owner = to;\n\n } \n}",{"backingbank":"NetWork-Effect","decimals":0,"deps":{"Jig":{"$jig":0}},"friends":[{"$jig":6}],"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":7}},"metadata":{"emoji":"💍","image2":{"$jig":3}}}]}]}
    https://whatsonchain.com/tx/ca6c5947f2a320f3b1dd538eea1766fc534ee4e1960df5c65d70d3693858213f
Total Output:
0.09970183 BSV