Transaction

0b8d64c60dfa3ca3913b5fb67ed1e9078ec69bbdaf36bcdb7d75ce7f137eb49b
Timestamp (utc)
2021-08-19 00:26:11
Fee Paid
0.00015866 BSV
(
0.00473513 BSV
-
0.00457647 BSV
)
Fee Rate
499.8 sat/KB
Version
1
Confirmations
229,747
Size Stats
31,730 B

6 Outputs

Total Output:
0.00457647 BSV
  • jrunSabroshiMÂŒz{"in":0,"ref":["native://Jig","71fba386341b932380ec5bfedc3a40bce43d4974decdc94c419a94a8ce5dfc23_o1","05f67252e696160a7c0099ae8d1ec23c39592378773b3a5a55f16bd1286e7dcb_o3?berry=ae1d0d6108b4affb27162901c620f89815fb78d9e5f6d785f027c5cdc20804ea&hash=3bdbf066e26bda4bb2d3c6887ff2da92d74ee72708a969773cec45c2756d99f6&version=5","d6170025a62248d8df6dc14e3806e68b8df3d804c800c7bfb23b0b4232862505_o1"],"out":["186e697c1b8272350de593c4c37f95db9f5894bcee6be308050c5fda2494c8ec","435ca875c5c4654c5012d3d2e981a509343e25f7091af4e32c159585d6db0f46","24826106c58480ff47e34f91f69b31ead48c39c99f1e59c50f59e4ad0371af1f","7f9ae0ee76d59bc0ebeab6a940dd74319d8821c48b9ae50314be8a4f7f63fc37"],"del":[],"cre":["18VYxvRrcdMAjsKbhiTuQyCd1ozSiLnN4e","18VYxvRrcdMAjsKbhiTuQyCd1ozSiLnN4e","18VYxvRrcdMAjsKbhiTuQyCd1ozSiLnN4e","18VYxvRrcdMAjsKbhiTuQyCd1ozSiLnN4e"],"exec":[{"op":"DEPLOY","data":["class SabroshiAvatar extends Jig {\r\n init(owner, name, mySabroshi, bio) {\r\n\r\n if((typeof owner) !== \"string\")\r\n throw new Error(\"invalid owner type\");\r\n if((typeof name) !== \"string\")\r\n throw new Error(\"invalid name type\");\r\n if((typeof bio) !== \"string\")\r\n throw new Error(\"invalid bio type\");\r\n \r\n expect(mySabroshi).toBeInstanceOf(Sabroshi);\r\n \r\n\r\n this.sender = caller && caller.owner ? caller.owner:null;\r\n\r\n if(mySabroshi.owner !== owner)\r\n throw new Error(\"you don't own this sabroshi\");\r\n\r\n this.owner = owner;\r\n this.name = name;\r\n this.bio = bio;\r\n this.activeSabroshi = mySabroshi;\r\n this.metadata = {name:this.name, symbol: \"AVA\", author: this.owner}; //do a placeholder image instead here\r\n\r\n }\r\n\r\n /*send(to)\r\n {\r\n this.sender = this.owner;\r\n this.owner = to;\r\n }*/\r\n\r\n changeName(name)\r\n {\r\n if((typeof name) !== \"string\")\r\n throw new Error(\"invalid name type\");\r\n this.name = name;\r\n this.metadata.name = this.name;\r\n }\r\n\r\n changeSabroshi(newSabroshi)\r\n {\r\n expect(newSabroshi).toBeInstanceOf(Sabroshi);\r\n if(newSabroshi.owner !== this.owner)\r\n throw new Error(\"you don't own this Sabroshi\"); \r\n this.activeSabroshi = newSabroshi;\r\n }\r\n static addFriend(friend)\r\n {\r\n if(!this.friends)\r\n {\r\n this.friends = [];\r\n }\r\n \r\n \r\n this.friends.push(friend);\r\n \r\n }\r\n static setFriends(friends)\r\n {\r\n this.friends = friends;\r\n }\r\n}",{"deps":{"Jig":{"$jig":0},"Sabroshi":{"$jig":5},"expect":{"$jig":1}},"metadata":{"image":{"$jig":2}},"sealed":true},"class Sabroshi extends Jig {\r\n init(series, minRarity)\r\n {\r\n expect(caller).toBeInstanceOf(Pack);\r\n this.owner = caller.owner;\r\n this.bropheus = new Bropheus(series, minRarity);\r\n this.valueSet = false;\r\n this.series = series;\r\n }\r\n\r\n /* setValues()\r\n {\r\n if(this.bropheus.nonce > 1 && !this.valueSet)\r\n {\r\n this.gender = this.bropheus.gender;\r\n this.brow = this.bropheus.brow; \r\n this.complexion = this.bropheus.complexion;\r\n this.eyes = this.bropheus.complexion;\r\n this.hair = this.bropheus.hair;\r\n this.hat = this.bropheus.hat;\r\n this.mask = this.bropheus.mask;\r\n this.mouth = this.bropheus.mouth;\r\n this.node = this.bropheus.nose;\r\n this.valueSet = true;\r\n this.bropheus = null;\r\n }\r\n else\r\n {\r\n if(!this.valuesSet)\r\n console.log(\"bropheus is still eating cookies with the oracle\");\r\n else\r\n console.log(\"rerolling attributes not possible\");\r\n }\r\n }*/\r\n send(to)\r\n {\r\n this.sender = this.owner;\r\n this.owner = to;\r\n }\r\n\r\n static addFriend(friend)\r\n {\r\n if(!this.friends)\r\n {\r\n this.friends = [];\r\n }\r\n \r\n \r\n this.friends.push(friend);\r\n \r\n }\r\n\r\n static setFriends(friends)\r\n {\r\n this.friends = friends;\r\n }\r\n}",{"deps":{"Bropheus":{"$jig":6},"Jig":{"$dup":["1","deps","Jig"]},"Pack":{"$jig":7},"expect":{"$dup":["1","deps","expect"]}},"friends":[{"$dup":["3","deps","Pack"]},{"$dup":["3","deps","Bropheus"]},{"$jig":3},{"$jig":4}],"interactive":false,"sealed":true},"class Bropheus extends Jig {\r\n init(series) {\r\n expect(caller).toBeInstanceOf(Sabroshi);\r\n this.owner = '15KGc84WizJCgJFeuty1rjpBVXrKqRR7iR'\r\n this.satoshis = 546\r\n this.series = series;\r\n this.setup = false;\r\n }\r\n\r\n\r\n set(gender, brow, complexion, complexion_type, eyes, hair, hat, has_hat, mask, has_mask, mouth, nose) {\r\n \r\n this.gender_rn = gender\r\n if (this.gender_rn < 0.5) {\r\n this.gender = 'female'\r\n }\r\n else {\r\n this.gender = 'male'\r\n }\r\n \r\n this.brow_rn = brow\r\n if (this.brow_rn < 0.1) {\r\n this.brow = '/brow/bushybrow'\r\n }\r\n else if (this.brow_rn < 0.2) {\r\n this.brow = '/brow/friendlybrow'\r\n }\r\n else if (this.brow_rn < 0.3) {\r\n this.brow = '/brow/meanbrow'\r\n }\r\n else if (this.brow_rn < 0.4) {\r\n this.brow = '/brow/rektbrow'\r\n }\r\n else if (this.brow_rn < 0.5) {\r\n this.brow = '/brow/sad'\r\n }\r\n else if (this.brow_rn < 0.6) {\r\n this.brow = '/brow/standard'\r\n }\r\n else if (this.brow_rn < 0.7) {\r\n this.brow = '/brow/surprisedbrow'\r\n }\r\n else if (this.brow_rn < 0.8) {\r\n this.brow = '/brow/thiccbrow'\r\n }\r\n else if (this.brow_rn < 0.9) {\r\n this.brow = '/brow/unabrow'\r\n }\r\n else if (this.brow_rn < 1) {\r\n this.brow = null\r\n }\r\n \r\n this.complexion_rn = complexion\r\n this.complexion_type_rn = complexion_type\r\n if (this.complexion_type_rn < 0.15) {\r\n \r\n if (this.complexion_rn < 0.08) {\r\n this.complexion = '/complexions/fantasy/acne'\r\n }\r\n else if (this.complexion_rn < 0.16) {\r\n this.complexion = '/complexions/fantasy/fantasy1'\r\n }\r\n else if (this.complexion_rn < 0.24) {\r\n this.complexion = '/complexions/fantasy/fantasy10'\r\n }\r\n else if (this.complexion_rn < 0.32) {\r\n this.complexion = '/complexions/fantasy/fantasy11'\r\n }\r\n else if (this.complexion_rn < 0.40) {\r\n this.complexion = '/complexions/fantasy/fantasy2'\r\n }\r\n else if (this.complexion_rn < 0.48) {\r\n this.complexion = '/complexions/fantasy/fantasy3'\r\n }\r\n else if (this.complexion_rn < 0.56) {\r\n this.complexion = '/complexions/fantasy/fantasy4'\r\n }\r\n else if (this.complexion_rn < 0.64) {\r\n this.complexion = '/complexions/fantasy/fantasy5'\r\n }\r\n else if (this.complexion_rn < 0.72) {\r\n this.complexion = '/complexions/fantasy/fantasy6'\r\n }\r\n else if (this.complexion_rn < 0.80) {\r\n this.complexion = '/complexions/fantasy/fantasy7'\r\n }\r\n else if (this.complexion_rn < 0.88) {\r\n this.complexion = '/complexions/fantasy/fantasy8'\r\n }\r\n else if (this.complexion_rn < 0.96) {\r\n this.complexion = '/complexions/fantasy/fantasy9'\r\n }\r\n else {\r\n this.complexion = null\r\n }\r\n \r\n }\r\n else {\r\n \r\n if (this.complexion_rn < 0.06) {\r\n this.complexion = '/complexions/natural/anon'\r\n }\r\n else if (this.complexion_rn < 0.12) {\r\n this.complexion = '/complexions/natural/asian'\r\n }\r\n else if (this.complexion_rn < 0.18) {\r\n this.complexion = '/complexions/natural/black'\r\n }\r\n else if (this.complexion_rn < 0.24) {\r\n this.complexion = '/complexions/natural/caucasian'\r\n }\r\n else if (this.complexion_rn < 0.30) {\r\n this.complexion = '/complexions/natural/freckles'\r\n }\r\n else if (this.complexion_rn < 0.36) {\r\n this.complexion = '/complexions/natural/freckles2'\r\n }\r\n else if (this.complexion_rn < 0.42) {\r\n this.complexion = '/complexions/natural/lewd'\r\n }\r\n else if (this.complexion_rn < 0.48) {\r\n this.complexion = '/complexions/natural/redeye'\r\n }\r\n else if (this.complexion_rn < 0.54) {\r\n this.complexion = '/complexions/natural/redeye2'\r\n }\r\n else if (this.complexion_rn < 0.60) {\r\n this.complexion = '/complexions/natural/rekt'\r\n }\r\n else if (this.complexion_rn < 0.66) {\r\n this.complexion = '/complexions/natural/sunburnt'\r\n }\r\n else if (this.complexion_rn < 0.72) {\r\n this.complexion = '/complexions/natural/tan'\r\n }\r\n else if (this.complexion_rn < 0.78) {\r\n this.complexion = '/complexions/natural/tan2'\r\n }\r\n else if (this.complexion_rn < 0.84) {\r\n this.complexion = '/complexions/natural/undead'\r\n }\r\n else if (this.complexion_rn < 0.90) {\r\n this.complexion = '/complexions/natural/white'\r\n }\r\n else {\r\n this.complexion = null\r\n }\r\n }\r\n \r\n this.eyes_rn = eyes\r\n if (this.eyes_rn < 0.04) {\r\n this.eyes = '/eyes/bandaid'\r\n }\r\n else if (this.eyes_rn < 0.08) {\r\n this.eyes = '/eyes/clown1'\r\n }\r\n else if (this.eyes_rn < 0.12) {\r\n this.eyes = '/eyes/clown2'\r\n }\r\n else if (this.eyes_rn < 0.16) {\r\n this.eyes = '/eyes/crosseyed'\r\n }\r\n else if (this.eyes_rn < 0.20) {\r\n this.eyes = '/eyes/dumb'\r\n }\r\n else if (this.eyes_rn < 0.24) {\r\n this.eyes = '/eyes/female1'\r\n }\r\n else if (this.eyes_rn < 0.28) {\r\n this.eyes = '/eyes/glasses1'\r\n }\r\n else if (this.eyes_rn < 0.32) {\r\n this.eyes = '/eyes/glasses2'\r\n }\r\n else if (this.eyes_rn < 0.36) {\r\n this.eyes = '/eyes/goggles'\r\n }\r\n else if (this.eyes_rn < 0.40) {\r\n this.eyes = '/eyes/goggles2'\r\n }\r\n else if (this.eyes_rn < 0.44) {\r\n this.eyes = '/eyes/kawaii'\r\n }\r\n else if (this.eyes_rn < 0.48) {\r\n this.eyes = '/eyes/lasers'\r\n }\r\n else if (this.eyes_rn < 0.52) {\r\n this.eyes = '/eyes/lewd'\r\n }\r\n else if (this.eyes_rn < 0.56) {\r\n this.eyes = '/eyes/pepe'\r\n }\r\n else if (this.eyes_rn < 0.60) {\r\n this.eyes = '/eyes/shades1'\r\n }\r\n else if (this.eyes_rn < 0.64) {\r\n this.eyes = '/eyes/shades2'\r\n }\r\n else if (this.eyes_rn < 0.68) {\r\n this.eyes = '/eyes/shades3'\r\n }\r\n else if (this.eyes_rn < 0.72) {\r\n this.eyes = '/eyes/shades4'\r\n }\r\n else if (this.eyes_rn < 0.76) {\r\n this.eyes = '/eyes/shades5'\r\n }\r\n else if (this.eyes_rn < 0.80) {\r\n this.eyes = '/eyes/shades6'\r\n }\r\n else if (this.eyes_rn < 0.84) {\r\n this.eyes = '/eyes/shades7'\r\n }\r\n else if (this.eyes_rn < 0.88) {\r\n this.eyes = '/eyes/shades8'\r\n }\r\n else if (this.eyes_rn < 0.92) {\r\n this.eyes = '/eyes/sleepy'\r\n }\r\n else if (this.eyes_rn < 0.96) {\r\n this.eyes = '/eyes/vampire'\r\n }\r\n else if (this.eyes_rn < 0.98) {\r\n this.eyes = '/eyes/waldo'\r\n }\r\n else {\r\n this.eyes = '/eyes/zombie'\r\n }\r\n \r\n this.hair_rn = hair\r\n if(this.gender === 'female') {\r\n \r\n if (this.hair_rn < 0.12) {\r\n this.hair = '/hair/female/avantgarde'\r\n }\r\n else if (this.hair_rn < 0.24) {\r\n this.hair = '/hair/female/black'\r\n }\r\n else if (this.hair_rn < 0.36) {\r\n this.hair = '/hair/female/blonde'\r\n }\r\n else if (this.hair_rn < 0.48) {\r\n this.hair = '/hair/female/bobcut1'\r\n }\r\n else if (this.hair_rn < 0.60) {\r\n this.hair = '/hair/female/manicpixie'\r\n }\r\n else if (this.hair_rn < 0.72) {\r\n this.hair = '/hair/female/red1'\r\n }\r\n else if (this.hair_rn < 0.84) {\r\n this.hair = '/hair/female/red2'\r\n }\r\n else if (this.hair_rn < 0.96) {\r\n this.hair = '/hair/female/short'\r\n }\r\n else {\r\n this.hair = null\r\n }\r\n \r\n }\r\n else {\r\n \r\n if (this.hair_rn < 0.06) {\r\n this.hair = '/hair/male/afro1'\r\n }\r\n else if (this.hair_rn < 0.12) {\r\n this.hair = '/hair/male/afro2'\r\n }\r\n else if (this.hair_rn < 0.18) {\r\n this.hair = '/hair/male/clown1'\r\n }\r\n else if (this.hair_rn < 0.24) {\r\n this.hair = '/hair/male/clown2'\r\n }\r\n else if (this.hair_rn < 0.30) {\r\n this.hair = '/hair/male/clown3'\r\n }\r\n else if (this.hair_rn < 0.36) {\r\n this.hair = '/hair/male/dumbdumber'\r\n }\r\n else if (this.hair_rn < 0.42) {\r\n this.hair = '/hair/male/finn'\r\n }\r\n else if (this.hair_rn < 0.48) {\r\n this.hair = '/hair/male/junglist'\r\n }\r\n else if (this.hair_rn < 0.54) {\r\n this.hair = '/hair/male/mickey'\r\n }\r\n else if (this.hair_rn < 0.60) {\r\n this.hair = '/hair/male/mickey2'\r\n }\r\n else if (this.hair_rn < 0.66) {\r\n this.hair = '/hair/male/old1'\r\n }\r\n else if (this.hair_rn < 0.72) {\r\n this.hair = '/hair/male/rapper'\r\n }\r\n else if (this.hair_rn < 0.78) {\r\n this.hair = '/hair/male/rapper2'\r\n }\r\n else if (this.hair_rn < 0.84) {\r\n this.hair = '/hair/male/rick'\r\n }\r\n else if (this.hair_rn < 0.90) {\r\n this.hair = '/hair/male/skywalker'\r\n }\r\n else if (this.hair_rn < 0.96) {\r\n this.hair = '/hair/male/waldo'\r\n }\r\n else {\r\n this.hair = null\r\n }\r\n \r\n }\r\n \r\n this.hat_rn = hat\r\n this.has_hat_rn = has_hat\r\n if(this.has_hat_rn < 0.6) {\r\n \r\n if(this.hat_rn < 0.02) {\r\n this.hat = '/hat/afrocomb'\r\n }\r\n else if(this.hat_rn < 0.04) {\r\n this.hat = '/hat/apple'\r\n }\r\n else if(this.hat_rn < 0.06) {\r\n this.hat = '/hat/banana'\r\n }\r\n else if(this.hat_rn < 0.08) {\r\n this.hat = '/hat/bandana'\r\n }\r\n else if(this.hat_rn < 0.10) {\r\n this.hat = '/hat/baseball1'\r\n }\r\n else if(this.hat_rn < 0.12) {\r\n this.hat = '/hat/baseball2'\r\n }\r\n else if(this.hat_rn < 0.14) {\r\n this.hat = '/hat/baseballcap-reverse1'\r\n }\r\n else if(this.hat_rn < 0.16) {\r\n this.hat = '/hat/baseballcap-reverse2'\r\n }\r\n else if(this.hat_rn < 0.18) {\r\n this.hat = '/hat/baseballcap1'\r\n }\r\n else if(this.hat_rn < 0.20) {\r\n this.hat = '/hat/baseballcap2'\r\n }\r\n else if(this.hat_rn < 0.22) {\r\n this.hat = '/hat/beanie'\r\n }\r\n else if(this.hat_rn < 0.24) {\r\n this.hat = '/hat/bird'\r\n }\r\n else if(this.hat_rn < 0.26) {\r\n this.hat = '/hat/blacktophat'\r\n }\r\n else if(this.hat_rn < 0.28) {\r\n this.hat = '/hat/cat1'\r\n }\r\n else if(this.hat_rn < 0.30) {\r\n this.hat = '/hat/cat2'\r\n }\r\n else if(this.hat_rn < 0.32) {\r\n this.hat = '/hat/cherry'\r\n }\r\n else if(this.hat_rn < 0.34) {\r\n this.hat = '/hat/clown3'\r\n }\r\n else if(this.hat_rn < 0.36) {\r\n this.hat = '/hat/crock'\r\n }\r\n else if(this.hat_rn < 0.38) {\r\n this.hat = '/hat/crow'\r\n }\r\n else if(this.hat_rn < 0.40) {\r\n this.hat = '/hat/dip'\r\n }\r\n else if(this.hat_rn < 0.42) {\r\n this.hat = '/hat/egg'\r\n }\r\n else if(this.hat_rn < 0.44) {\r\n this.hat = '/hat/fedora'\r\n }\r\n else if(this.hat_rn < 0.46) {\r\n this.hat = '/hat/frog'\r\n }\r\n else if(this.hat_rn < 0.48) {\r\n this.hat = '/hat/indianahat'\r\n }\r\n else if(this.hat_rn < 0.50) {\r\n this.hat = '/hat/luigi'\r\n }\r\n else if(this.hat_rn < 0.52) {\r\n this.hat = '/hat/mario'\r\n }\r\n else if(this.hat_rn < 0.54) {\r\n this.hat = '/hat/melon'\r\n }\r\n else if(this.hat_rn < 0.56) {\r\n this.hat = '/hat/parrot'\r\n }\r\n else if(this.hat_rn < 0.58) {\r\n this.hat = '/hat/piratecaptain'\r\n }\r\n else if(this.hat_rn < 0.60) {\r\n this.hat = '/hat/plums'\r\n }\r\n else if(this.hat_rn < 0.62) {\r\n this.hat = '/hat/potato'\r\n }\r\n else if(this.hat_rn < 0.64) {\r\n this.hat = '/hat/purpletophat'\r\n }\r\n else if(this.hat_rn < 0.66) {\r\n this.hat = '/hat/rangerhat'\r\n }\r\n else if(this.hat_rn < 0.68) {\r\n this.hat = '/hat/sherlockhat'\r\n }\r\n else if(this.hat_rn < 0.70) {\r\n this.hat = '/hat/shoe1'\r\n }\r\n else if(this.hat_rn < 0.72) {\r\n this.hat = '/hat/shoe2'\r\n }\r\n else if(this.hat_rn < 0.74) {\r\n this.hat = '/hat/shoe3'\r\n }\r\n else if(this.hat_rn < 0.76) {\r\n this.hat = '/hat/shoe4'\r\n }\r\n else if(this.hat_rn < 0.78) {\r\n this.hat = '/hat/shoe5'\r\n }\r\n else if(this.hat_rn < 0.80) {\r\n this.hat = '/hat/synth'\r\n }\r\n else if(this.hat_rn < 0.82) {\r\n this.hat = '/hat/taco'\r\n }\r\n else if(this.hat_rn < 0.84) {\r\n this.hat = '/hat/tendie'\r\n }\r\n else if(this.hat_rn < 0.86) {\r\n this.hat = '/hat/tupac'\r\n }\r\n else if(this.hat_rn < 0.88) {\r\n this.hat = '/hat/vase'\r\n }\r\n else if(this.hat_rn < 0.90) {\r\n this.hat = '/hat/waldo'\r\n }\r\n else if(this.hat_rn < 0.92) {\r\n this.hat = '/hat/wario'\r\n }\r\n else {\r\n this.hat = null\r\n }\r\n \r\n }\r\n else {\r\n this.hat = null\r\n }\r\n \r\n this.mask_rn = mask\r\n this.has_mask_rn = has_mask\r\n if(this.has_mask_rn < 0.02) {\r\n \r\n if(this.mask_rn < 0.5) {\r\n this.mask = '/mask/dekubro'\r\n }\r\n else {\r\n this.mask = '/mask/shybro'\r\n }\r\n \r\n }\r\n else {\r\n this.mask = null\r\n }\r\n \r\n this.mouth_rn = mouth\r\n if (this.mouth_rn < 0.02) {\r\n this.mouth = '/mouth/barf'\r\n }\r\n else if (this.mouth_rn < 0.04) {\r\n this.mouth = '/mouth/beard1'\r\n }\r\n else if (this.mouth_rn < 0.06) {\r\n this.mouth = '/mouth/beard2'\r\n }\r\n else if (this.mouth_rn < 0.08) {\r\n this.mouth = '/mouth/beard3'\r\n }\r\n else if (this.mouth_rn < 0.10) {\r\n this.mouth = '/mouth/beard4'\r\n }\r\n else if (this.mouth_rn < 0.12) {\r\n this.mouth = '/mouth/beard5'\r\n }\r\n else if (this.mouth_rn < 0.14) {\r\n this.mouth = '/mouth/beard6'\r\n }\r\n else if (this.mouth_rn < 0.16) {\r\n this.mouth = '/mouth/beard7'\r\n }\r\n else if (this.mouth_rn < 0.18) {\r\n this.mouth = '/mouth/beard8'\r\n }\r\n else if (this.mouth_rn < 0.20) {\r\n this.mouth = '/mouth/beard9'\r\n }\r\n else if (this.mouth_rn < 0.22) {\r\n this.mouth = '/mouth/bitelip'\r\n }\r\n else if (this.mouth_rn < 0.24) {\r\n this.mouth = '/mouth/blunt'\r\n }\r\n else if (this.mouth_rn < 0.26) {\r\n this.mouth = '/mouth/cheer'\r\n }\r\n else if (this.mouth_rn < 0.28) {\r\n this.mouth = '/mouth/clown1'\r\n }\r\n else if (this.mouth_rn < 0.30) {\r\n this.mouth = '/mouth/clown2'\r\n }\r\n else if (this.mouth_rn < 0.32) {\r\n this.mouth = '/mouth/clown3'\r\n }\r\n else if (this.mouth_rn < 0.34) {\r\n this.mouth = '/mouth/drool'\r\n }\r\n else if (this.mouth_rn < 0.36) {\r\n this.mouth = '/mouth/dumb'\r\n }\r\n else if (this.mouth_rn < 0.38) {\r\n this.mouth = '/mouth/female1'\r\n }\r\n else if (this.mouth_rn < 0.40) {\r\n this.mouth = '/mouth/female2'\r\n }\r\n else if (this.mouth_rn < 0.42) {\r\n this.mouth = '/mouth/female3'\r\n }\r\n else if (this.mouth_rn < 0.44) {\r\n this.mouth = '/mouth/female4'\r\n }\r\n else if (this.mouth_rn < 0.46) {\r\n this.mouth = '/mouth/female5'\r\n }\r\n else if (this.mouth_rn < 0.48) {\r\n this.mouth = '/mouth/frustrated'\r\n }\r\n else if (this.mouth_rn < 0.50) {\r\n this.mouth = '/mouth/grin'\r\n }\r\n else if (this.mouth_rn < 0.52) {\r\n this.mouth = '/mouth/gritted'\r\n }\r\n else if (this.mouth_rn < 0.54) {\r\n this.mouth = '/mouth/lewd'\r\n }\r\n else if (this.mouth_rn < 0.56) {\r\n this.mouth = '/mouth/maw'\r\n }\r\n else if (this.mouth_rn < 0.58) {\r\n this.mouth = '/mouth/maw2'\r\n }\r\n else if (this.mouth_rn < 0.60) {\r\n this.mouth = '/mouth/mouse'\r\n }\r\n else if (this.mouth_rn < 0.62) {\r\n this.mouth = '/mouth/neutral'\r\n }\r\n else if (this.mouth_rn < 0.64) {\r\n this.mouth = '/mouth/pepe'\r\n }\r\n else if (this.mouth_rn < 0.66) {\r\n this.mouth = '/mouth/rainbowpuke'\r\n }\r\n else if (this.mouth_rn < 0.68) {\r\n this.mouth = '/mouth/sad'\r\n }\r\n else if (this.mouth_rn < 0.70) {\r\n this.mouth = '/mouth/smilepainaway'\r\n }\r\n else if (this.mouth_rn < 0.77) {\r\n this.mouth = '/mouth/standard'\r\n }\r\n else if (this.mouth_rn < 0.84) {\r\n this.mouth = '/mouth/standard2'\r\n }\r\n else if (this.mouth_rn < 0.91) {\r\n this.mouth = '/mouth/standard3'\r\n }\r\n else if (this.mouth_rn < 0.93) {\r\n this.mouth = '/mouth/stiff'\r\n }\r\n else if (this.mouth_rn < 0.95) {\r\n this.mouth = '/mouth/vampire'\r\n }\r\n else if (this.mouth_rn < 0.97) {\r\n this.mouth = '/mouth/walrus'\r\n }\r\n else {\r\n this.mouth = '/mouth/yawn'\r\n }\r\n \r\n this.nose_rn = nose\r\n if (this.nose_rn < 0.10) {\r\n this.nose = '/nose/clown'\r\n }\r\n else if (this.nose_rn < 0.20) {\r\n this.nose = '/nose/lewd'\r\n }\r\n else if (this.nose_rn < 0.30) {\r\n this.nose = '/nose/piercing'\r\n }\r\n else if (this.nose_rn < 0.40) {\r\n this.nose = '/nose/pinocchi'\r\n }\r\n else if (this.nose_rn < 0.50) {\r\n this.nose = '/nose/pointy'\r\n }\r\n else {\r\n this.nose = '/nose/standard'\r\n }\r\n this.satoshis = 0\r\n this.setup = true;\r\n this.destroy()\r\n }\r\n\r\n static addFriend(friend)\r\n {\r\n if(!this.friends)\r\n {\r\n this.friends = [];\r\n }\r\n \r\n \r\n this.friends.push(friend);\r\n \r\n }\r\n\r\n static setFriends(friends)\r\n {\r\n this.friends = friends;\r\n }\r\n\r\n set2(gender, brow, complexion, complexion_type, eyes, hair, hat, has_hat, mask, has_mask, mouth, nose)\r\n {\r\n this.justATest = true;\r\n this.satoshis = 0\r\n this.setup = true;\r\n this.destroy()\r\n }\r\n\r\n set3(gender, brow, complexion, complexion_type, eyes, hair, hat, has_hat, mask, has_mask, mouth, nose)\r\n {\r\n this.justATest = true;\r\n this.satoshis = 0\r\n this.setup = true;\r\n this.destroy()\r\n }\r\n\r\n set4(gender, brow, complexion, complexion_type, eyes, hair, hat, has_hat, mask, has_mask, mouth, nose)\r\n {\r\n this.justATest = true;\r\n this.satoshis = 0\r\n this.setup = true;\r\n this.destroy()\r\n }\r\n}",{"deps":{"Jig":{"$dup":["1","deps","Jig"]},"Sabroshi":{"$dup":["1","deps","Sabroshi"]},"expect":{"$dup":["1","deps","expect"]}},"friends":[{"$dup":["1","deps","Sabroshi"]},{"$dup":["3","deps","Pack"]}],"interactive":false,"metadata":{"emoji":"😎"},"sealed":true},"class Pack extends Jig {\r\n init(series)\r\n {\r\n this.series = series;\r\n this.owner = \"18VYxvRrcdMAjsKbhiTuQyCd1ozSiLnN4e\";\r\n }\r\n\r\n openPack()\r\n {\r\n let packArr = [];\r\n for(var i = 0; i< 3; i++)\r\n {\r\n let s = new Sabroshi(this.series);\r\n packArr.push(s);\r\n }\r\n \r\n this.destroy();\r\n return packArr;\r\n \r\n }\r\n\r\n send(to)\r\n {\r\n this.sender = this.owner;\r\n this.owner = to;\r\n }\r\n\r\n static addFriend(friend)\r\n {\r\n if(!this.friends)\r\n {\r\n this.friends = [];\r\n }\r\n \r\n \r\n this.friends.push(friend);\r\n \r\n }\r\n\r\n static setFriends(friends)\r\n {\r\n this.friends = friends;\r\n }\r\n}",{"deps":{"Jig":{"$dup":["1","deps","Jig"]},"Sabroshi":{"$dup":["1","deps","Sabroshi"]}},"friends":[{"$dup":["1","deps","Sabroshi"]},{"$dup":["3","deps","Bropheus"]},{"$dup":["3","friends","2"]}],"interactive":false,"sealed":true}]}]}
    https://whatsonchain.com/tx/0b8d64c60dfa3ca3913b5fb67ed1e9078ec69bbdaf36bcdb7d75ce7f137eb49b
Total Output:
0.00457647 BSV