let chosenWord,colorProfiles,customFont,symbolImage,words=["BITCOIN","DECENTRALIZATION","PREVENT \nDOUBLE-SPENDING","SATOSHI","NAKAMOTO","SATOSHI \nNAKAMOTO","ELECTRONIC \nCASH \nSYSTEM","A PEER-TO-PEER \nELECTRONIC CASH \nSYSTEM","DIGITAL \nSIGNATURES","TIMESTAMP","PROOF-OF-WORK \nIS ESSENTIALLY \nONE-CPU-ONE-VOTE","CRYPTOGRAPHIC \nPROOF","TRANSACTIONS","PUBLIC KEY","SINGLE-HASH","NEXT BLOCK","BLOCK'S HASH","THE MAJORITY \nDECISION \nIS REPRESENTED \nBY THE \nLONGEST CHAIN","DIFFICULTY","KEEPING \nPUBLIC KEYS \nANONYMOUS","TRANSACTIONS \nMUST BE \nPUBLICLY \nANNOUNCED","ELECTRONIC \nTRANSACTIONS \nWITHOUT RELYING \nON TRUST","WITHOUT GOING \nTHROUGH A \nFINANCIAL \nINSTITUTION","A TIMESTAMP \nSERVER","NO \nCENTRAL \nAUTHORITY","INCENTIVE","COMPUTATIONALLY \nIMPRACTICAL \nFOR AN \nATTACKER","THEY VOTE \nWITH THEIR \nCPU POWER","DISTRIBUTED \nTIMESTAMP \nSERVER","CONSENSUS","PRIVACY","HASH-BASED","THE BLOCK CANNOT \nBE CHANGED \nWITHOUT \nREDOING \nTHE WORK","BROADCAST \nTO ALL NODES","NODES \nCAN LEAVE \nAND REJOIN"],numLines=80,minRectSize=100;function preload(){customFont=loadFont("/content/603ccf6f231ef2fecce48777dde37284dbb8edf7b1862fda7c3300b9abe667aei0"),customFont2=loadFont("/content/9ab7b9c5407cf12d29ee012f67a9aa81375c06a55bd768207a76a4767ad8824ei0")}function hashToSeed(t){let e=0;for(let o=0;o<t.length;o++){e=(16*e+t.charCodeAt(o))%2147483647*ord}return e}function setup(){txnhash.length<60?preview():(createCanvas(1024,1024),currentSeed=hashToSeed(txnhash),randomSeed(currentSeed),noLoop(),textSize(62),textAlign(CENTER,CENTER),chosenWord=random(words),chooseStyleAndBackground())}function preview(){createCanvas(1200,1200),background(235,248,243),textFont(customFont),textSize(66),textAlign(CENTER,CENTER),noStroke(),fill(235,203,94),rect(500,750,500,45),fill(180,75,69),rect(200,400,720,45),fill(82,128,188),rect(200,620,45,295),fill(35,35,35);let t=width/2,e=height/2;text("ARTWORK WILL BE \nGENERATED \nAT HALVING BLOCK",t,e)}function chooseStyleAndBackground(){let t=random();t<.22?newtxt(chosenWord,width/2,height/2,84):t<.42?bauhaus():t<.65?foofighter():t<.66?randomRecBY():t<.67?randomRecBR():t<.68?randomRec3():t<.73?randomRec4():t<.75?randomRecV():t<.78?randomRecBM():t<.81?randomRec5():t<.84?wheelR():t<.96?shadow():randomRectsBackground()}function draw(){}function newtxt(t,e,o,r){noStroke();let i=profileNewtxt([{background:{r:30,g:35,b:41},rectColors:[{r:244,g:179,b:1},{r:254,g:209,b:84}],textColors:[{r:245,g:163,b:2},{r:59,g:64,b:70}],probability:.14},{background:{r:170,g:200,b:60},rectColors:[{r:162,g:182,b:56},{r:209,g:207,b:50}],textColors:[{r:61,g:119,b:29},{r:208,g:213,b:55}],probability:.08},{background:{r:63,g:2,b:0},rectColors:[{r:225,g:100,b:43},{r:235,g:143,b:50}],textColors:[{r:166,g:30,b:8},{r:255,g:168,b:61}],probability:.19},{background:{r:235,g:203,b:94},rectColors:[{r:225,g:225,b:225},{r:245,g:215,b:160}],textColors:[{r:180,g:75,b:69},{r:25,g:100,b:188}],probability:.09},{background:{r:88,g:1,b:81},rectColors:[{r:182,g:26,b:113},{r:143,g:13,b:109},{r:185,g:44,b:119}],textColors:[{r:255,g:109,b:149},{r:255,g:127,b:120}],probability:.19},{background:{r:25,g:23,b:54},rectColors:[{r:32,g:64,b:128},{r:228,g:166,b:33},{r:40,g:136,b:160}],textColors:[{r:223,g:197,b:91},{r:12,g:95,b:124}],probability:.19},{background:{r:0,g:0,b:54},rectColors:[{r:0,g:204,b:204},{r:0,g:153,b:204},{r:0,g:204,b:204}],textColors:[{r:0,g:204,b:204},{r:0,g:0,b:24}],probability:.12}]);background(i.background.r,i.background.g,i.background.b),rectMode(CORNER);for(let t=0;t<10;t++){let t=random(i.rectColors);fill(t.r,t.g,t.b,150);let r=random(e),n=random(o),l=random(e/2.5,e/1.5),d=random(o/2.5,o/1.5);rect(r,n,l,d)}let n=random([80,120,160,200,260]);textSize(n),textFont(customFont),textAlign(LEFT,TOP);let l=0,d=0;for(let o=0;o<2e4/n;o++){for(let o=0;o<t.length;o++){let r=t[o];l+textWidth(r)>3*e&&(l=random(-600,0),d+=n);let c=random(i.textColors);fill(c.r,c.g,c.b,150),noStroke(),text(r,l,d),l+=textWidth(r)}l+=textWidth(" ")}}function profileNewtxt(t){let e=random(1),o=0;for(let r of t)if(o+=r.probability,e<=o)return r;return t[t.length-1]}function randomRectsBackground(){colors=[color("#f5f5f5"),color("#5280bc"),color("#ebcb5e"),color("#b44b45")];let t=color("#2b2b2b");stroke(t),strokeWeight(20);let e=[colors[0],colors[1],colors[3]],o=floor(random(4)),r=o%2==0?0:width-random(width/2,width-minRectSize),i=o<2?0:height-random(height/2,height-minRectSize),n=o%2==0?random(width/2,width-minRectSize):width-r,l=o<2?random(height/2,height-minRectSize):height-i,d=random(e);fill(d),rect(r,i,n,l);let c=textColorForRectColor(d);0==o?(divideArea(n,0,width-n,height),divideArea(0,l,n,height-l)):1==o?(divideArea(0,0,r,height),divideArea(r,l,n,height-l)):2==o?(divideArea(0,0,width,i),divideArea(n,i,width-n,l)):(divideArea(0,0,width,i),divideArea(0,i,r,l)),rectsText(chosenWord,r,i,n,l,c)}function divideArea(t,e,o,r){if(o<minRectSize||r<minRectSize)return fill(random(colors)),void rect(t,e,o,r);if(o>r){let i=random(minRectSize,o-minRectSize);fill(random(colors)),rect(t,e,i,r),divideArea(t+i,e,o-i,r)}else{let i=random(minRectSize,r-minRectSize);fill(random(colors)),rect(t,e,o,i),divideArea(t,e+i,o,r-i)}}function rectsText(t,e,o,r,i,n){fill(n),noStroke(),textFont(customFont);let l=t.split("\n")[0],d=r/12;textSize(d);let c=textWidth(l);c>r-80&&textSize(d*(r-80)/c),textAlign(LEFT,TOP),text(t,e+40,o+40)}function textColorForRectColor(t){return t.toString()===colors[0].toString()?"#2b2b2b":t.toString()===colors[1].toString()?"#f5f5f5":t.toString()===colors[2].toString()?"#2b2b2b":t.toString()===colors[3].toString()?"#f5f5f5":void 0}function randomRecBY(){colors=[color("#1e1e1e"),color("#1e1e1e"),color("#1e1e1e")];let t=color("#ebcb5e");stroke(t),strokeWeight(20);let e=floor(random(4)),o=e%2==0?0:width-random(width/2,width-minRectSize),r=e<2?0:height-random(height/2,height-minRectSize),i=e%2==0?random(width/2,width-minRectSize):width-o,n=e<2?random(height/2,height-minRectSize):height-r,l=random(colors);fill(l),rect(o,r,i,n);0==e?(divideArea(i,0,width-i,height),divideArea(0,n,i,height-n)):1==e?(divideArea(0,0,o,height),divideArea(o,n,i,height-n)):2==e?(divideArea(0,0,width,r),divideArea(i,r,width-i,n)):(divideArea(0,0,width,r),divideArea(0,r,o,n)),rectsText(chosenWord,o,r,i,n,"#f5f5f5")}function textColorForRect2(t){return t.toString()===colors[0].toString()||t.toString()===colors[1].toString()||t.toString()===colors[2].toString()||(t.toString(),colors[3].toString()),"#ebcb5e"}function randomRecBR(){colors=[color("#1e1e1e"),color("#1e1e1e"),color("#1e1e1e")];let t=color("#b44b45");stroke(t),strokeWeight(20);let e=floor(random(4)),o=e%2==0?0:width-random(width/2,width-minRectSize),r=e<2?0:height-random(height/2,height-minRectSize),i=e%2==0?random(width/2,width-minRectSize):width-o,n=e<2?random(height/2,height-minRectSize):height-r,l=random(colors);fill(l),rect(o,r,i,n);0==e?(divideArea(i,0,width-i,height),divideArea(0,n,i,height-n)):1==e?(divideArea(0,0,o,height),divideArea(o,n,i,height-n)):2==e?(divideArea(0,0,width,r),divideArea(i,r,width-i,n)):(divideArea(0,0,width,r),divideArea(0,r,o,n)),rectsText(chosenWord,o,r,i,n,"#ebcb5e")}function randomRec3(){colors=[color("#e4a621"),color("#0c5f80"),color("#204080")];let t=color("#191736");stroke(t),strokeWeight(20);let e=floor(random(4)),o=e%2==0?0:width-random(width/2,width-minRectSize),r=e<2?0:height-random(height/2,height-minRectSize),i=e%2==0?random(width/2,width-minRectSize):width-o,n=e<2?random(height/2,height-minRectSize):height-r,l=random(colors);fill(l),rect(o,r,i,n);let d=textColorForRect3(l);0==e?(divideArea(i,0,width-i,height),divideArea(0,n,i,height-n)):1==e?(divideArea(0,0,o,height),divideArea(o,n,i,height-n)):2==e?(divideArea(0,0,width,r),divideArea(i,r,width-i,n)):(divideArea(0,0,width,r),divideArea(0,r,o,n)),rectsText(chosenWord,o,r,i,n,d)}function textColorForRect3(t){return t.toString()===colors[0].toString()?"#f3e9e9":(t.toString()===colors[1].toString()||t.toString()===colors[2].toString()||(t.toString(),colors[3].toString()),"#fffff3")}function randomRecV(){colors=[color("#67a126"),color("#eecf5a"),color("#9f2307")];let t=color("#fefefe");stroke(t),strokeWeight(20);let e=[colors[0],colors[2]],o=floor(random(4)),r=o%2==0?0:width-random(width/2,width-minRectSize),i=o<2?0:height-random(height/2,height-minRectSize),n=o%2==0?random(width/2,width-minRectSize):width-r,l=o<2?random(height/2,height-minRectSize):height-i,d=random(e);fill(d),rect(r,i,n,l);let c=textColorForRectV(d);0==o?(divideArea(n,0,width-n,height),divideArea(0,l,n,height-l)):1==o?(divideArea(0,0,r,height),divideArea(r,l,n,height-l)):2==o?(divideArea(0,0,width,i),divideArea(n,i,width-n,l)):(divideArea(0,0,width,i),divideArea(0,i,r,l)),rectsText(chosenWord,r,i,n,l,c)}function textColorForRectV(t){return t.toString()===colors[0].toString()?"#fefefe":t.toString()===colors[1].toString()?"#472106":(t.toString()===colors[2].toString()||(t.toString(),colors[3].toString()),"#fefefe")}function randomRecBM(){colors=[color("#00cccc"),color("#0099cc"),color("#000000")];let t=color("#ffffff");stroke(t),strokeWeight(20);let e=floor(random(4)),o=e%2==0?0:width-random(width/2,width-minRectSize),r=e<2?0:height-random(height/2,height-minRectSize),i=e%2==0?random(width/2,width-minRectSize):width-o,n=e<2?random(height/2,height-minRectSize):height-r,l=random(colors);fill(l),rect(o,r,i,n);let d=textColorForRectBM(l);0==e?(divideArea(i,0,width-i,height),divideArea(0,n,i,height-n)):1==e?(divideArea(0,0,o,height),divideArea(o,n,i,height-n)):2==e?(divideArea(0,0,width,r),divideArea(i,r,width-i,n)):(divideArea(0,0,width,r),divideArea(0,r,o,n)),rectsText(chosenWord,o,r,i,n,d)}function textColorForRectBM(t){return t.toString()===colors[0].toString()||t.toString()===colors[1].toString()||t.toString()===colors[2].toString()||(t.toString(),colors[3].toString()),"#ffffff"}function bauhaus(){blendMode(MULTIPLY),noStroke();let t,e=[{colors:[[240,200,200],[180,75,69],[235,203,94],[82,128,188]],chance:30},{colors:[[255,100,43],[202,19,25],[235,163,94],[166,30,8]],chance:15},{colors:[[208,213,155],[162,182,56],[209,207,120],[61,119,29]],chance:5},{colors:[[235,248,243],[255,17,105],[205,144,213],[14,147,253]],chance:30},{colors:[[235,248,243],[255,17,105],[14,147,253],[205,144,213]],chance:10},{colors:[[238,207,90],[159,35,7],[238,187,38],[103,161,38]],chance:10}],o=0,r=random(100);for(let i of e)if(o+=i.chance,r<=o){t=i.colors;break}let i=random([120,140,140,140,180,180,180,220,260]),n=["BITCOIN","SATOSHI","NAKAMOTO","NODES","TIMESTAMP","PUBLIC KEY","HASH","NEXT BLOCK","BLOCK'S HASH","DIFFICULTY","INCENTIVE","CPU POWER","CONSENSUS","PRIVACY","HASH-BASED","VERIFY","CHAIN"];background(t[0]),textFont(customFont),textSize(i),textAlign(LEFT,TOP);let l=height/i;for(let e=0;e<l;e++){let o=random(n),r=e*i;fill(t[1]),text(o,10,r);let l=textWidth(o);push(),scale(-1,1),fill(t[2]),text(o,-l-10,r),pop(),fill(t[3]),text(o,30,r)}}function foofighter(){let t=function(t){let e=random(1),o=0;for(let r of t)if(o+=r.probability,e<=o)return r;return t[t.length-1]}([{probability:.14,background:"#881408",elements:["#d9501e"],elements2:["#a61e08"],circles:[color(136,20,8,180),color(63,2,0,200)],rects:[color(230,49,33,50),color(202,19,25,100)],text:"#ffa83d",text2:color(235,163,94,150)},{probability:.21,background:"#580151",elements:["#0c5f80"],elements2:["#580151"],circles:[color(25,23,54,180),color(25,26,113,200)],rects:[color(12,95,128,50),color(143,13,109,100)],text:"#e4a621",text2:color(223,197,91,150)},{probability:.21,background:"#2b2b2b",elements:["#b44b45"],elements2:["#580151"],circles:[color(235,203,94,180),color(235,203,94,180)],rects:[color(82,128,188,100),color(82,128,188,100)],text:"#f5f5f5",text2:color(245,245,245,150)},{probability:.32,background:"#000000",elements:["#2c2a2a"],elements2:["#580151"],circles:[color(160,160,16,180),color(16,106,160,180),color(160,16,160,180)],rects:[color(64,63,63,100),color(82,82,82,100)],text:"#dcdcdc",text2:color(220,220,220,150)},{probability:.12,background:"#0e93fd",elements:["#ff1169"],elements2:["#580151"],circles:[color(44,147,197,120),color(44,190,243,190)],rects:[color(1,66,134,100),color(1,66,134,100)],text:"#fffff3",text2:color(255,255,243,150)}]);background(t.background);let e=int(random([4,8,15])),o=random(words),r=int(random(4)),i=int(random(1,3)),n=[];for(let o=0;o<i;o++){let o,r,i=!1;for(;!i;){o=random(width),r=random(height);let t=!0;for(let e of n)if(dist(o,r,e.x,e.y)<600){t=!1;break}t&&(i=!0,n.push({x:o,y:r}))}let l=random(150,260);fill(random(t.circles)),noStroke(),ellipse(o,r,l*e,l*e)}let l,d,c=int(random(5,10)),h=[];for(let o=0;o<c;o++){let o,r,i=!1;for(;!i;){o=random(width),r=random(height);let t=!0;for(let e of h)if(dist(o,r,e.x,e.y)<100){t=!1;break}t&&(i=!0,h.push({x:o,y:r}))}let n=random(50,90),l=random(60,120);fill(random(t.rects)),noStroke(),rect(o,r,n*e,l*e)}switch(textSize(random(20,30)),textFont(customFont),fill(t.text2),r){case 0:l=10,d=10,textAlign(LEFT,TOP);break;case 1:l=width-10,d=10,textAlign(RIGHT,TOP);break;case 2:l=10,d=height-10,textAlign(LEFT,BOTTOM);break;case 3:l=width-10,d=height-10,textAlign(RIGHT,BOTTOM)}text(o,l,d);let a=random(words),g=random(t.elements),f=random(.5,.55),s=width*f,S=height*f,m=(width-s)/2,A=(height-S)/2;translate(random(-20,20),random(-20,20)),rotate(random(-.18,.18)),fill(g),noStroke(),rect(m,A,s,S),textFont(customFont),fill(t.text);let b,R,T=a.split("\n"),E=T.reduce(((t,e)=>t.length>e.length?t:e)),C=min(s/E.length*1.5,S/(T.length+.6*(T.length-1))),I=0;switch(random(["top","right","left"])){case"top":b=m+s/4,R=A;break;case"right":b=m+s,R=A+S/4,I=HALF_PI;break;case"left":b=m,R=A+3*S/4,I=-HALF_PI}textAlign(LEFT,CENTER),push(),translate(b,R),rotate(I),textSize(C),text(T[0],0,0);for(let t=1;t<T.length;t++){textSize(.7*C);let e=C*(.4+.6*t);text(T[t],0,e)}pop()}function wheelR(){let t=["BITCOIN","BITCOIN","DECENTRALIZATION","SATOSHI","SATOSHI","NAKAMOTO","PEER-TO-PEER","ELECTRONIC CASH","DIGITAL SIGNATURES","NODES","TIMESTAMP","PROOF OF WORK","CRYPTOGRAPHIC PROOF","TRANSACTIONS","PUBLIC KEY","HASH","BLOCK","BLOCK'S HASH","DIFFICULTY","CONSENSUS","PRIVACY","HASH-BASED","VERIFY","CHAIN"];noStroke(),shuffle(t,!0);let e=t.length,o=4*min(width,height);push(),translate(-400,random(height)/1.5);let r=TWO_PI/e;textFont(customFont2);let i,n,l,d,c,h,a=random(100);a<20?(i=color(245,245,245),c=color(14,147,253),l=color(1,66,134),d=color(255,17,105),n=color(17,48,77),h=color(17,48,77),stroke(245,60),strokeWeight(.5)):a<60?(i=color(245,245,245),c=color(235,203,94),l=color(82,128,188),d=color(180,65,79),n=color(43,43,43),h=color(43,43,43),stroke(245,60),strokeWeight(.5)):(i=color(255,168,61),c=color(166,30,8),l=color(136,20,8),d=color(213,93,43),n=color(63,2,0),h=color(63,2,0));let g=0;for(let a=0;a<e;a++){let e=g+r,f=random(1.3,2),s=random(1.8,2.5),S=random(2.8,4);fill(n),strokeWeight(5),arc(0,0,o,o,g,g+r/2,PIE),fill(l),arc(0,0,o,o,g+r/2,e,PIE),fill(d),arc(0,0,o/f,o/f,g,g+r/2,PIE),fill(c),arc(0,0,o/s,o/s,g+r/2,e,PIE),fill(h),arc(0,0,o/S,o/S,g+r/2,e,PIE);let m=o/8.6,A=g+(e-g)/2,b=t[a],R=b.length;for(let t=0;t<R;t++){let e=b[t],r=m+65*t;push(),rotate(A);let n=map(r-90,0,o/6.5,.005,1.6),l=map(r,0,o/6.5,.85,1.25);scale(l,n),textSize(130),fill(i),textAlign(CENTER,CENTER),text(e,r,-18),pop()}g=e}pop()}function shadow(){let t=["BITCOIN","SATOSHI","SATOSHI","NAKAMOTO","NODES","TIMESTAMP","PUBLIC KEY","HASH","BLOCK","DIFFICULTY","INCENTIVE","CPU POWER","CONSENSUS","PRIVACY","HASH-BASED","VERIFY","CHAIN"],e=chooseCShad([{background:"#3f0200",textColor:"#ffa83d",backrect:color(166,30,8,100),backrect2:color(202,19,25,100),elements:["#281213","#281213"],probability:.4},{background:"#580151",textColor:"#ff7f78",backrect:color(143,13,109,100),backrect2:color(255,109,149,100),elements:["#281213","#281213"],probability:.2},{background:"#000035",textColor:"#00cccc",backrect:color(0,153,204,100),backrect2:color(0,153,204,100),elements:["#131300","#131300"],probability:.2},{background:"#3a1868",textColor:"#9ff4b5",backrect:color(246,71,142,100),backrect2:color(246,71,142,100),elements:["#0a0014","#0a1400"],probability:.2}]);background(e.background),noStroke(),textFont(customFont2);let o=width,r=random()<.5?1:2,i=map(4,3,4,200,200),n=190,l=map(4,3,4,120,35),d=[];for(let e=0;e<4;e++)d.push(random(t));blendMode(SCREEN);for(let t=0;t<5;t++){let t=random(width),o=random(height),r=random(200,4e3),i=random(200,1e3);fill(e.backrect),rect(t,o,r,i)}for(let t=0;t<9;t++){let t=random(width),o=random(height),r=random(200,400),i=random(200,400);fill(e.backrect2),rect(t,o,r,i)}blendMode(BLEND);for(let t=0;t<4;t++){let c=d[t],h=150+t*(l+i),a=[];for(;a.length<r;){let t=floor(random(c.length));for(;a.includes(t)||[" ","'","-"].includes(c[t]);)t=floor(random(c.length));a.includes(t-1)||a.includes(t+1)||a.push(t)}let g=c.length,f=map(g,5,12,.75,.4);f=constrain(f,.4,.75);let s=(o-g*n*f)/2+40,S=0;for(let t=0;t<g;t++){let o=s+t*n*f;a.includes(t)&&(push(),translate(o,h),rotate(random(radians(-5),radians(5))),fill(e.textColor),rectMode(CENTER),rect(0,20,.75*i,.9*i),pop())}for(let t=0;t<g;t++){let o=s+t*n*f+S,r=a.includes(t);push(),translate(o,h),rotate(random(radians(-5),radians(5))),r?(fill(e.background),textSize(i)):(fill(e.textColor),textSize(n)),text(c[t],0,0),pop()}}if(blendMode(DIFFERENCE),random()<.9)for(let t=0;t<2;t++){let o=random(width),r=random(height),i=random(500,2e3),n=e.elements[t];fill(n),ellipse(o,r,i,i)}blendMode(BLEND)}function chooseCShad(t){let e=0,o=random();for(let r of t)if(e+=r.probability,o<e)return r;return t[t.length-1]}function randomRec4(){colors=[color("#ff1169"),color("#014286"),color("#0e93fd")];let t=color("#fffff3");stroke(t),strokeWeight(20);let e=floor(random(4)),o=e%2==0?0:width-random(width/2,width-minRectSize),r=e<2?0:height-random(height/2,height-minRectSize),i=e%2==0?random(width/2,width-minRectSize):width-o,n=e<2?random(height/2,height-minRectSize):height-r,l=random(colors);fill(l),rect(o,r,i,n);let d=textColorForRect4(l);0==e?(divideArea(i,0,width-i,height),divideArea(0,n,i,height-n)):1==e?(divideArea(0,0,o,height),divideArea(o,n,i,height-n)):2==e?(divideArea(0,0,width,r),divideArea(i,r,width-i,n)):(divideArea(0,0,width,r),divideArea(0,r,o,n)),rectsText(chosenWord,o,r,i,n,d)}function textColorForRect4(t){return t.toString()===colors[0].toString()||t.toString()===colors[1].toString()||t.toString()===colors[2].toString()||(t.toString(),colors[3].toString()),"#fffff3"}function randomRec5(){colors=[color("#9ff4b5"),color("#f647a2"),color("#3a1868")];let t=color("#191736");stroke(t),strokeWeight(20);let e=[colors[1],colors[2]],o=floor(random(4)),r=o%2==0?0:width-random(width/2,width-minRectSize),i=o<2?0:height-random(height/2,height-minRectSize),n=o%2==0?random(width/2,width-minRectSize):width-r,l=o<2?random(height/2,height-minRectSize):height-i,d=random(e);fill(d),rect(r,i,n,l);let c=textColorForRect5(d);0==o?(divideArea(n,0,width-n,height),divideArea(0,l,n,height-l)):1==o?(divideArea(0,0,r,height),divideArea(r,l,n,height-l)):2==o?(divideArea(0,0,width,i),divideArea(n,i,width-n,l)):(divideArea(0,0,width,i),divideArea(0,i,r,l)),rectsText(chosenWord,r,i,n,l,c)}function textColorForRect5(t){return t.toString()===colors[0].toString()?"#3a1868":t.toString()===colors[1].toString()||t.toString()===colors[2].toString()?"#fffff3":t.toString()===colors[3].toString()?"#3a1868":"#fffff3"}

Inscription #65629527

ID

e0b1bed2e0...acd9f64bi0

Detail

History

Action
Price
Marketplace
From
To
Time

INSCRIBED

-

-

-zag2

3 months

Sign Up for our Newsletter

And be the first to know about any updates!

OrdinalHub logo

All Rights Reserved OrdinalHub.com 2024

Support

Follow Us