Transaction

dbbdb5fc4b7ed809ddde7d3d7b9618ec965c2e7fa4cd1b249a31fa74593f3387
Timestamp (utc)
2023-11-29 12:52:31
Fee Paid
0.00000065 BSV
(
0.01923343 BSV
-
0.01923278 BSV
)
Fee Rate
53.76 sat/KB
Version
1
Confirmations
113,656
Size Stats
1,209 B

2 Inputs

Total Input:
0.01923343 BSV
  • v© z5Ê.ޥת ÚÕÍÖß=ššˆ¬cordQ text/htmlM³ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Ord Fields - Colourfield #17</title> <meta property="og:image" content="https://plugins.whatsonchain.com/api/plugin/main/ce6aad720a2c57fb018e4a40d9c6c10d35ba40a530230c7fed3edb7d460d6a16/0"> <style> body { margin: 0; overflow: hidden; background-color: #000; display: flex; justify-content: center; align-items: center; height: 100vh; } canvas { display: block; margin: auto; transform-origin: center; } </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script> </head> <body> <script> const numShapes = 50; let scaleFactor; class OrganicShape { constructor() { this.x = random(width); this.y = random(height); this.size = random(30, 60); this.baseColor = color(random(255), random(255), random(255)); this.alphaMin = 0; this.alphaMax = 60; this.alpha = this.alphaMin; this.freq = random(0.002, 0.004); this.offset = random(TWO_PI); this.vertices = []; this.numVertices = 20; this.initVertices(); } initVertices() { this.vertices = []; for (let i = 0; i < this.numVertices; i++) { let angle = TWO_PI / this.numVertices * i; let variance = random(-this.size * 0.2, this.size * 0.2); let x = this.x + (this.size + variance) * cos(angle); let y = this.y + (this.size + variance) * sin(angle); this.vertices.push(createVector(x, y)); } } update() { this.alpha = map(sin(frameCount * this.freq + this.offset), -1, 1, this.alphaMin, this.alphaMax); for (let v of this.vertices) { let newX = v.x + random(-0.0, 0.0); let newY = v.y + random(-0.0, 0.0); newX = constrain(newX, 0, width); newY = constrain(newY, 0, height); v.x = newX; v.y = newY; } } display() { let displayColor = color(red(this.baseColor), green(this.baseColor), blue(this.baseColor), this.alpha); fill(displayColor); noStroke(); beginShape(); for (let v of this.vertices) { curveVertex(v.x, v.y); } curveVertex(this.vertices[0].x, this.vertices[0].y); curveVertex(this.vertices[1].x, this.vertices[1].y); curveVertex(this.vertices[2].x, this.vertices[2].y); endShape(); } } let shapes = []; function setup() { let cnv = createCanvas(100, 100); for (let i = 0; i < numShapes; i++) { shapes.push(new OrganicShape()); } adjustScaleToFit(); } function draw() { background(0); for (let shape of shapes) { shape.update(); shape.display(); } } function adjustScaleToFit() { let desiredHeight = Math.min(windowHeight, 600); scaleFactor = desiredHeight / height; let cnv = select('canvas'); cnv.style('transform', `scale(${scaleFactor})`); console.log("Adjusting Scale:", scaleFactor); } function windowResized() { console.log("Window Resized"); adjustScaleToFit(); } </script> </body> </html> h
    https://whatsonchain.com/tx/undefined

2 Outputs

Total Output:
0.01923278 BSV
  • —ß×hQ¿F^qU“²qHX»éWó½^3„ 4âð&!ºyß_Šç`J˜0ð<y3†®Þu¡o]Äø¾Žì‚ Ît€ÚAp)ÑìŽhIº2´Ö[@Üfœ1¡æ0k&l z5Ê.ޥת ÚÕÍÖß=šš"-1v©ŸÊhnSþ`å7g0³Fßm.ªˆ¬aQyTzuSzSzSzySzuRzRzuuaUy‡cVyÁaQyWyWy! Äðä½D¿Â5Zw‹b%§Åžçí¤:ÙªÛÿÈ l&k0æ¡1œfÜ@[Ö´2ºIhŽìÑ)pAڀtÎYyVyaVyªyayQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~~QzuaWyVyVyVyVyaSyVyTyWy•“•!AA6Ќ^Ò¿; H¯æÜ®ºþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿQyQyaQyQy—yŸcyRy“gyhQzuQzuQzuaRzuQzQyQyR– cyRy”RzuQzhSy‚wRy‚wSy €QQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQ|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ Ry”wTSy“Ry“0Qy~R~Ty~Xy~R~Sy~Ry~Wy~yQzuQzuQzuQzuQzuQzuQzuQzuQzuQzuQzuQzuQzuayWy¬QzuQzuQzuQzuQzuQzuQzuQzuQzuaQzuQzuaiXyQy~Xy~ªWyay‚wQyQyX”uQy(”wQzuQzua‡wwwwwwwwwgUyQ‡cQyWy©‡iWyWy¬wwwwwwwwghh
    https://whatsonchain.com/tx/dbbdb5fc4b7ed809ddde7d3d7b9618ec965c2e7fa4cd1b249a31fa74593f3387