Transaction 63029953e40926ef5b4eaa2904a74ba0537db7fa2dab11e1fe36f7eacc933452

1 Input
  • 36b3879e8af3697afdda0af173d43152cbddeff0f37a84052ccdf0d4c5b73f69:1
    OP_DATA_32(32) d6753a9fbcc53c9b9f327831899da90113abcaef44edb402e3519ae2f0c19a10
    OP_CHECKSIG(172)
    OP_0(0)
    OP_IF(99)
    OP_DATA_3(3) ord
    OP_DATA_1(1) 
    OP_DATA_23(23) text/html;charset=utf-8
    OP_0(0)
    OP_PUSHDATA2(77) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Trippy Bouncing Cubes, Exploding Pills, and Trippy Stars with Bitcoin Symbol</title> <style> body { margin: 0; overflow: hidden; background-color: #000; perspective: 1200px; font-family: Arial, sans-serif; } .star { position: absolute; bac
    OP_PUSHDATA2(77) kground-color: #FFF; width: 2px; height: 2px; animation: twinkle 1.5s infinite alternate, changeStarColors 5s infinite alternate; } .cube { width: 80px; height: 80px; position: absolute; transform-style: preserve-3d; transform: rotateX(0deg) rotateY(0deg); animation: spin 10s infinite linear, blinkTrippyColors 1s infinite alternate; } .face, .floating-pill {
    OP_PUSHDATA2(77) position: absolute; display: flex; align-items: center; justify-content: center; font-size: 24px; animation: changeBitcoinColors 5s infinite alternate; } .face { height: 80px; width: 80px; background: rgba(255,255,255,0.1); border: 3px solid rgba(255,255,255,0.5); } .floating-pill { width: 30px; height: 15px; background
    OP_PUSHDATA2(77) : rgba(255,255,255,0.1); border-radius: 7.5px; animation: floatPill 5s infinite, explodePill 5s infinite, flashTrippyColors 1s infinite alternate; } .front { transform: rotateY(0deg) translateZ(40px); } .back { transform: rotateY(180deg) translateZ(40px); } .left { transform: rotateY(-90deg) translateZ(40px); } .right { transform: rotateY(90deg) translateZ(40px); } .top { transform: rotateX(90deg) translateZ(40px); } .
    OP_PUSHDATA2(77) bottom { transform: rotateX(-90deg) translateZ(40px); } @keyframes spin { from { transform: rotateX(0deg) rotateY(0deg); } to { transform: rotateX(360deg) rotateY(360deg); } } @keyframes blinkTrippyColors { 0% { background-color: purple; } 25% { background-color: cyan; } 50% { background-color: lime; } 75% { background-color: magenta; } 1
    OP_PUSHDATA2(77) 00% { background-color: orange; } } @keyframes changeBitcoinColors { 0% { color: purple; } 25% { color: cyan; } 50% { color: lime; } 75% { color: magenta; } 100% { color: orange; } } @keyframes floatPill { 0% { transform: translateY(0) scale(1); opacity: 1; } 50% { transform: translateY(-10px) scale(1.2); opacity: 0.5; } 100% { transform: translateY(0) scale(1); opacity: 0; }
    OP_PUSHDATA2(77) } @keyframes explodePill { 0% { font-size: 24px; } 50% { font-size: 48px; color: orange; } 100% { font-size: 24px; opacity: 0; } } @keyframes flashTrippyColors { 0% { background-color: purple; } 25% { background-color: cyan; } 50% { background-color: lime; } 75% { background-color: magenta; } 100% { background-color: orange; } } @keyframes twinkle {
    OP_PUSHDATA2(77) from { opacity: 0.5; } to { opacity: 1; } } @keyframes changeStarColors { 0% { background-color: purple; } 25% { background-color: cyan; } 50% { background-color: lime; } 75% { background-color: magenta; } 100% { background-color: orange; } } </style> </head> <body> <script> // Create trippy stars for (let i = 0; i < 1000
    OP_PUSHDATA2(77) ; i++) { let star = document.createElement('div'); star.className = 'star'; star.style.top = Math.random() * window.innerHeight + 'px'; star.style.left = Math.random() * window.innerWidth + 'px'; star.style.animationDelay = Math.random() * 1.5 + 's'; document.body.appendChild(star); } function createCube() { // Create cube let cube = document.createElement('div'); cube.className =
    OP_PUSHDATA2(77) 'cube'; document.body.appendChild(cube); // Create faces of the cube const faces = ['front', 'back', 'left', 'right', 'top', 'bottom']; for (let face of faces) { let faceDiv = document.createElement('div'); faceDiv.className = 'face ' + face; faceDiv.innerHTML = '₿'; // Bitcoin symbol cube.appendChild(faceDiv); } // Bounce cube around the screen let
    OP_PUSHDATA2(77) x = Math.random() * (window.innerWidth - 80); let y = Math.random() * (window.innerHeight - 80); let xSpeed = (Math.random() - 0.5) * 2; let ySpeed = (Math.random() - 0.5) * 2; function moveCube() { x += xSpeed; y += ySpeed; if (x < 0 || x > window.innerWidth - 80) { xSpeed = -xSpeed; } if (y < 0 || y > window.innerHeight - 80) { ySpee
    OP_PUSHDATA2(77) d = -ySpeed; } cube.style.left = x + 'px'; cube.style.top = y + 'px'; requestAnimationFrame(moveCube); } moveCube(); } function createFloatingPill() { let pill = document.createElement('div'); pill.className = 'floating-pill'; pill.innerHTML = '₿'; // Bitcoin symbol pill.style.top = Math.random() * window.innerHeight + 'px'; pill.s
    OP_PUSHDATA2(77) tyle.left = Math.random() * window.innerWidth + 'px'; pill.style.animationDelay = Math.random() * 5 + 's'; document.body.appendChild(pill); } for (let i = 0; i < 7; i++) { // Create 7 cubes in total createCube(); } for (let i = 0; i < 75; i++) { // Create floating pills createFloatingPill(); } </script> </body> </html>
    OP_ENDIF(104)
1 Outputs
  • 63029953e40926ef5b4eaa2904a74ba0537db7fa2dab11e1fe36f7eacc933452:0
  • value  546
    address  bc1pae6v9gzp06hyl5kxfkztdt3slvp2zweeaw5z4rxruxst8upqclts75ye5e