ETH Price: $1,977.84 (+0.20%)

Input Data Messages (IDM)

Decentralized communication on Ethereum.

Filter by:
56,868 IDM
Age:90D
at txn 0x8bbb88f9afba9ff60627644b2484c1a99683466ee32d350bffc0e33785c20488 Nov-26-2025 02:01:47 AM UTC (88 days ago)
at txn 0x9713241dd891c81ff04700f5fbb1da3a8fd0894735f28feec0e276ee4f43dc2b Nov-26-2025 01:57:59 AM UTC (88 days ago)

{"BlockHash":"0xea9d8e1c823b9eb0684a2121ec339c9991eee416fbd520e6fadc18bc0b225143","Sender":"5GCc8penY3wGsmaq8ZgeTW7TgEfN76tZGvAnUZ2ZqmMbPWqj","Nonce":6369,"Commitment":"0xe2a94f4fae212089a203be9dd098c0b7b018ce6a3f0db1c2201c5029af9a42a8"}
at txn 0x1d6e81c41d412652fc64a9fdb65c26194225311ee210473c6dccbaa5d7e63500 Nov-26-2025 01:47:47 AM UTC (88 days ago)
data:application/json,{"p":"ierc-20","op":"unstake","pool":"0x0000000000000000000000000000000000000000","id":"2","details":[{"tick":"ethi","amt":"800"}]}
at txn 0x81d731906fd35619942dede83d395cbe93c2c58a77d9870f764ee2af74f66cde Nov-26-2025 01:41:11 AM UTC (88 days ago)
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
at txn 0xbb47de73f6a4dcd4166194ea3c694b6df1d980cf2a73c62171371b7bc9783c96 Nov-26-2025 01:33:23 AM UTC (88 days ago)
data:application/json,{"p":"ierc-20","op":"unstake","pool":"0x0000000000000000000000000000000000000000","id":"1","details":[{"tick":"ethi","amt":"200"}]}
at txn 0xa13895e83b7499d4b8255b03f0ff89aecb6ae5954e6d2dbe019251b8fed8928d Nov-26-2025 01:32:35 AM UTC (88 days ago)
<!doctype html><html><head><meta charset="utf-8"><title>shards</title><style>
:root {
/* Pattern 1: 7 bands */
--color1: #bb44dd;
--color2: #000;
--pos1: 0%;
--pos2: 8.33%;
--pos3: 25%;
--pos4: 41.67%;
--pos5: 58.33%;
--pos6: 75%;
--pos7: 91.67%;

/* Pattern 2: 5 bands */
--color2-1: #6486f5;
--color2-2: #000;
--pos2-1: 0%;
--pos2-2: 12.5%;
--pos2-3: 37.5%;
--pos2-4: 62.5%;
--pos2-5: 87.5%;

/* Pattern 3: 3 bands */
--color3-1: #ffffff;
--color3-2: #000;

--color4-1: #ff00cc;
--color4-2: #000;
--pos3-1: 0%;
--pos3-2: 50%;
--pos3-3: 100%;
}

body {
background-color: black;
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
}

.gradient-container {
position: absolute;
overflow: hidden;
transition: all 0.3s ease;
clip-path: var(--clip-path);

/* Emboss effect */
box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.4),
inset -2px -2px 5px rgba(0, 0, 0, 0.4);
/* Add more depth with a subtle border */
}

.gradient-up {
background-image: repeating-linear-gradient(
to bottom,
var(--color1) var(--pos1),
var(--color2) var(--pos2),
var(--color1) var(--pos3),
var(--color2) var(--pos4),
var(--color1) var(--pos5),
var(--color2) var(--pos6),
var(--color1) var(--pos7)
);
animation: moveUpwards 5s linear infinite;
}

.gradient-down {
background-image: repeating-linear-gradient(
to bottom,
var(--color2-1) var(--pos2-1),
var(--color2-2) var(--pos2-2),
var(--color2-1) var(--pos2-3),
var(--color2-2) var(--pos2-4),
var(--color2-1) var(--pos2-5)
);
animation: moveDownwards 5s linear infinite;
}

.gradient-left {
background-image: repeating-linear-gradient(
to right,
var(--color3-1) var(--pos3-1),
var(--color3-2) var(--pos3-2),
var(--color3-1) var(--pos3-3)
);
animation: moveLeft 5s linear infinite;
}

.gradient-right {
background-image: repeating-linear-gradient(
to right,
var(--color4-1) var(--pos1),
var(--color4-2) var(--pos2),
var(--color4-1) var(--pos3),
var(--color4-2) var(--pos4),
var(--color4-1) var(--pos5),
var(--color4-2) var(--pos6),
var(--color4-1) var(--pos7)
);
animation: moveRight 5s linear infinite;

}

.strobe {
background-color: #000;
}

@keyframes strobeEffect {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@keyframes moveUpwards {
0% {
background-position: 0 100%;
}
100% {
background-position: 0 -100%;
}
}

@keyframes moveDownwards {
0% {
background-position: 0 -100%;
}
100% {
background-position: 0 100%;
}
}

@keyframes moveLeft {
0% {
background-position: 100% 0;
}
100% {
background-position: -100% 0;
}
}

@keyframes moveRight {
0% {
background-position: -100% 0;
}
100% {
background-position: 100% 0;
}
}
:root{--color1:#3f427d;--color2:#000;--pos1:0%;--pos2:8.33%;--pos3:25%;--pos4:41.67%;--pos5:58.33%;--pos6:75%;--pos7:91.67%;--color2-1:#7200ff;--color2-2:#000;--pos2-1:0%;--pos2-2:12.5%;--pos2-3:37.5%;--pos2-4:62.5%;--pos2-5:87.5%;--color3-1:#cd83c2;--color3-2:#000;--color4-1:#00103f;--color4-2:#000;--pos3-1:0%;--pos3-2:50%;--pos3-3:100%;}:root{--color1: #3f427d; --color2-1: #7200ff; --color3-1: #cd83c2; --color4-1: #00103f;}</style></head><body style="margin:0;background-color:black;width:100vw;height:100vh;overflow:hidden;"><div id="puzzle-container"><div class="gradient-container gradient-up" data-x="0" data-y="0" data-width="0.094" data-height="0.07180289999999999" style="left: 0px; top: 0px; width: 47px; height: 35.9014px; --clip-path: polygon(0% 0%, 104% 0%, 108% 140%, 0% 128%); background-size: 47px 71.8029px; animation-duration: 22s;"></div><div class="gradient-container gradient-up" data-x="0" data-y="0.07180289999999999" data-width="0.094" data-height="0.0541671" style="left: 0px; top: 35.9014px; width: 47px; height: 27.0835px; --clip-path: polygon(0% 37%, 108% 53%, 108% 144%, 0% 150%); background-size: 47px 54.1671px; animation-duration: 14s;"></div><div class="gradient-container gradient-right" data-x="0" data-y="0.12597" data-width="0.094" data-height="0.09321779999999999" style="left: 0px; top: 62.985px; width: 47px; height: 46.6089px; --clip-path: polygon(0% 29%, 108% 26%, 91% 122%, 0% 146%); background-size: 94px 46.6089px; animation-duration: 38s;"></div><div class="gradient-container gradient-right" data-x="0" data-y="0.2191878" data-width="0.094" data-height="0.26531219999999994" style="left: 0px; top: 109.594px; width: 47px; height: 132.656px; --clip-path: polygon(0% 16%, 91% 8%, 95% 116%, 0% 98%); background-size: 94px 132.656px; animation-duration: 89s;"></div><div class="gradient-container gradient-left" data-x="0" data-y="0.4845" data-width="0.05828" data-height="0.004275" style="left: 0px; top: 242.25px; width: 29.14px; height: 2.1375px; --clip-path: polygon(0% -136%, 39% 1209%, 225% 80%, 0% 938%); background-size: 58.28px 2.1375px; animation-duration: 8s;"></div><div class="gradient-container gradient-left" data-x="0" data-y="0.48877499999999996" data-width="0.05828" data-height="0.08122499999999999" style="left: 0px; top: 244.387px; width: 29.14px; height: 40.6125px; --clip-path: polygon(0% 44%, 225% -1%, 24% 40%, 0% 64%); background-size: 58.28px 40.6125px; animation-duration: 32s;"></div><div class="gradient-container gradient-up" data-x="0.05828" data-y="0.4845" data-width="0.03572" data-height="0.0171" style="left: 29.14px; top: 242.25px; width: 17.86px; height: 8.55px; --clip-path: polygon(-99% 302%, 87% 253%, -121% -347%, -17% 267%); background-size: 17.86px 17.1px; animation-duration: 33s;"></div><div class="gradient-container gradient-up" data-x="0.05828" data-y="0.5016" data-width="0.03572" data-height="0.0684" style="left: 29.14px; top: 250.8px; width: 17.86px; height: 34.2px; --clip-path: polygon(-17% 42%, -121% -112%, 22% 188%, -124% 29%); background-size: 17.86px 68.4px; animation-duration: 100s;"></div><div class="gradient-container gradient-right" data-x="0.094" data-y="0" data-width="0.19221120000000003" data-height="0.0969" style="left: 47px; top: 0px; width: 96.1056px; height: 48.45px; --clip-path: polygon(2% 0%, 111% 0%, 139% 175%, -33% 147%); background-size: 192.211px 48.45px; animation-duration: 80s;"></div><div class="gradient-container gradient-down" data-x="0.2862112" data-y="0" data-width="0.0785088" data-height="0.0969" style="left: 143.106px; top: 0px; width: 39.2544px; height: 48.45px; --clip-path: polygon(27% 0%, 60% 0%, 60% 133%, 97% 175%); background-size: 39.2544px 96.9px; animation-duration: 87s;"></div><div class="gradient-container gradient-up" data-x="0.094" data-y="0.0969" data-width="0.27072" data-height="0.099351" style="left: 47px; top: 48.45px; width: 135.36px; height: 49.6755px; --clip-path: polygon(-23% 45%, 88% 32%, 99% 68%, 17% 90%); background-size: 135.36px 99.351px; animation-duration: 66s;"></div><div class="gradient-container gradient-right" data-x="0.094" data-y="0.196251" data-width="0.27072" data-height="0.373749" style="left: 47px; top: 98.1255px; width: 135.36px; height: 186.875px; --clip-path: polygon(17% -3%, 99% -9%, 75% 117%, -10% 116%); background-size: 270.72px 186.875px; animation-duration: 3s;"></div><div class="gradient-container gradient-down" data-x="0.36472000000000004" data-y="0" data-width="0.35092080000000003" data-height="0.5529" style="left: 182.36px; top: 0px; width: 175.46px; height: 276.45px; --clip-path: polygon(-9% 0%, 111% 0%, 90% 113%, 7% 89%); background-size: 175.46px 552.9px; animation-duration: 62s;"></div><div class="gradient-container gradient-left" data-x="0.36472000000000004" data-y="0.5529" data-width="0.35092080000000003" data-height="0.01710000000000002" style="left: 182.36px; top: 276.45px; width: 175.46px; height: 8.55px; --clip-path: polygon(7% -362%, 90% 424%, 86% 339%, -19% 472%); background-size: 350.921px 8.55px; animation-duration: 21s;"></div><div class="gradient-container gradient-right" data-x="0.7156408000000001" data-y="0" data-width="0.22435919999999993" data-height="0.0057" style="left: 357.82px; top: 0px; width: 112.18px; height: 2.85px; --clip-path: polygon(17% 0%, 116% 0%, 70% 100%, 30% 100%); background-size: 224.359px 2.85px; animation-duration: 18s;"></div><div class="gradient-container gradient-right" data-x="0.7156408000000001" data-y="0.0057" data-width="0.22435919999999993" data-height="0.5642999999999999" style="left: 357.82px; top: 2.85px; width: 112.18px; height: 282.15px; --clip-path: polygon(30% 0%, 70% 0%, 67% 98%, -22% 107%); background-size: 224.359px 282.15px; animation-duration: 42s;"></div><div class="gradient-container gradient-right" data-x="0.94" data-y="0" data-width="0.06" data-height="0.57" style="left: 470px; top: 0px; width: 30px; height: 285px; --clip-path: polygon(60% 0%, 100% 0%, 100% 106%, -122% 98%); background-size: 60px 285px; animation-duration: 88s;"></div><div class="gradient-container gradient-up" data-x="0" data-y="0.57" data-width="0.7885" data-height="0.43" style="left: 0px; top: 285px; width: 394.25px; height: 215px; --clip-path: polygon(0% -7%, 98% -10%, 95% 100%, 0% 100%); background-size: 394.25px 430px; animation-duration: 6s;"></div><div class="gradient-container gradient-up" data-x="0.7885" data-y="0.57" data-width="0.0415" data-height="0.387" style="left: 394.25px; top: 285px; width: 20.75px; height: 193.5px; --clip-path: polygon(-36% -11%, 11% 11%, -18% 112%, 75% 112%); background-size: 20.75px 387px; animation-duration: 12s;"></div><div class="gradient-container gradient-right" data-x="0.7885" data-y="0.957" data-width="0.0415" data-height="0.043" style="left: 394.25px; top: 478.5px; width: 20.75px; height: 21.5px; --clip-path: polygon(75% 108%, -18% 109%, 59% 100%, -91% 100%); background-size: 41.5px 21.5px; animation-duration: 54s;"></div><div class="gradient-container gradient-down" data-x="0.83" data-y="0.57" data-width="0.17" data-height="0.43" style="left: 415px; top: 285px; width: 85px; height: 215px; --clip-path: polygon(-22% 10%, 100% 8%, 100% 100%, -10% 100%); background-size: 85px 430px; animation-duration: 9s;"></div></div><script>function layoutShards(){var vw=window.innerWidth;var vh=window.innerHeight;document.querySelectorAll(".gradient-container").forEach(function(div){var x=parseFloat(div.dataset.x||0);var y=parseFloat(div.dataset.y||0);var w=parseFloat(div.dataset.width||0);var h=parseFloat(div.dataset.height||0);div.style.left=(x*vw)+"px";div.style.top=(y*vh)+"px";div.style.width=(w*vw)+"px";div.style.height=(h*vh)+"px";div.style.backgroundSize=(w*vw)+"px "+(h*vh*2)+"px";});}window.addEventListener("resize",layoutShards);window.addEventListener("load",layoutShards);layoutShards();</script></body></html>
at txn 0x177b5948433289724ed38a3683edd1e63b15e47506f2f5552671104748814e44 Nov-26-2025 01:15:47 AM UTC (88 days ago)
=:b:bc1pnm50kt6wndk7ctmgrnyw8vg2zy732h282dju2sqh3f0esdtsuljql4475d:70464/1/0:-_/bgw:20/30
at txn 0x4fcab1fbd28b1e89d771f8c6a0ac899d3392acb75e4f58b3bf82e19effe70095 Nov-26-2025 01:06:23 AM UTC (88 days ago)

{"BlockHash":"0x873ec20350437be5919aec15409d93bd5fd9535ca7059b07149135014fc8ad9d","Sender":"5GCc8penY3wGsmaq8ZgeTW7TgEfN76tZGvAnUZ2ZqmMbPWqj","Nonce":6368,"Commitment":"0xaed653ecd26ba2d145078cd2e05663c9cc1c2f95327e0bd2b65110d8b24f8a21"}
at txn 0x315bb46d2a12e22cb76d09d69c5f79d5c56e204b82a86c481751c23186ea0fff Nov-26-2025 12:50:35 AM UTC (88 days ago)
<!doctype html><html><head><meta charset="utf-8"><title>shards</title><style>
:root {
/* Pattern 1: 7 bands */
--color1: #bb44dd;
--color2: #000;
--pos1: 0%;
--pos2: 8.33%;
--pos3: 25%;
--pos4: 41.67%;
--pos5: 58.33%;
--pos6: 75%;
--pos7: 91.67%;

/* Pattern 2: 5 bands */
--color2-1: #6486f5;
--color2-2: #000;
--pos2-1: 0%;
--pos2-2: 12.5%;
--pos2-3: 37.5%;
--pos2-4: 62.5%;
--pos2-5: 87.5%;

/* Pattern 3: 3 bands */
--color3-1: #ffffff;
--color3-2: #000;

--color4-1: #ff00cc;
--color4-2: #000;
--pos3-1: 0%;
--pos3-2: 50%;
--pos3-3: 100%;
}

body {
background-color: black;
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
}

.gradient-container {
position: absolute;
overflow: hidden;
transition: all 0.3s ease;
clip-path: var(--clip-path);

/* Emboss effect */
box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.4),
inset -2px -2px 5px rgba(0, 0, 0, 0.4);
/* Add more depth with a subtle border */
}

.gradient-up {
background-image: repeating-linear-gradient(
to bottom,
var(--color1) var(--pos1),
var(--color2) var(--pos2),
var(--color1) var(--pos3),
var(--color2) var(--pos4),
var(--color1) var(--pos5),
var(--color2) var(--pos6),
var(--color1) var(--pos7)
);
animation: moveUpwards 5s linear infinite;
}

.gradient-down {
background-image: repeating-linear-gradient(
to bottom,
var(--color2-1) var(--pos2-1),
var(--color2-2) var(--pos2-2),
var(--color2-1) var(--pos2-3),
var(--color2-2) var(--pos2-4),
var(--color2-1) var(--pos2-5)
);
animation: moveDownwards 5s linear infinite;
}

.gradient-left {
background-image: repeating-linear-gradient(
to right,
var(--color3-1) var(--pos3-1),
var(--color3-2) var(--pos3-2),
var(--color3-1) var(--pos3-3)
);
animation: moveLeft 5s linear infinite;
}

.gradient-right {
background-image: repeating-linear-gradient(
to right,
var(--color4-1) var(--pos1),
var(--color4-2) var(--pos2),
var(--color4-1) var(--pos3),
var(--color4-2) var(--pos4),
var(--color4-1) var(--pos5),
var(--color4-2) var(--pos6),
var(--color4-1) var(--pos7)
);
animation: moveRight 5s linear infinite;

}

.strobe {
background-color: #000;
}

@keyframes strobeEffect {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@keyframes moveUpwards {
0% {
background-position: 0 100%;
}
100% {
background-position: 0 -100%;
}
}

@keyframes moveDownwards {
0% {
background-position: 0 -100%;
}
100% {
background-position: 0 100%;
}
}

@keyframes moveLeft {
0% {
background-position: 100% 0;
}
100% {
background-position: -100% 0;
}
}

@keyframes moveRight {
0% {
background-position: -100% 0;
}
100% {
background-position: 100% 0;
}
}
:root{--color1:#B4ff00;--color2:#000;--pos1:0%;--pos2:8.33%;--pos3:25%;--pos4:41.67%;--pos5:58.33%;--pos6:75%;--pos7:91.67%;--color2-1:#b283cd;--color2-2:#000;--pos2-1:0%;--pos2-2:12.5%;--pos2-3:37.5%;--pos2-4:62.5%;--pos2-5:87.5%;--color3-1:#FF00CC;--color3-2:#000;--color4-1:#783f7d;--color4-2:#000;--pos3-1:0%;--pos3-2:50%;--pos3-3:100%;}:root{--color1: #B4ff00; --color2-1: #b283cd; --color3-1: #FF00CC; --color4-1: #783f7d;}</style></head><body style="margin:0;background-color:black;width:100vw;height:100vh;overflow:hidden;"><div id="puzzle-container"><div class="gradient-container gradient-right" data-x="0" data-y="0" data-width="0.17052000000000003" data-height="0.07250000000000001" style="left: 0px; top: 0px; width: 86.7947px; height: 36.9025px; --clip-path: polygon(0% 0%, 125% 0%, 142% 163%, 0% 209%); background-size: 173.589px 36.9025px; animation-duration: 7s;"></div><div class="gradient-container gradient-down" data-x="0" data-y="0.07250000000000001" data-width="0.17052000000000003" data-height="0.01775" style="left: 0px; top: 36.9025px; width: 86.7947px; height: 9.03475px; --clip-path: polygon(0% 446%, 142% 256%, 85% 169%, 0% 166%); background-size: 86.7947px 18.0695px; animation-duration: 8s;"></div><div class="gradient-container gradient-down" data-x="0" data-y="0.09025000000000001" data-width="0.17052000000000003" data-height="0.15974999999999998" style="left: 0px; top: 45.9372px; width: 86.7947px; height: 81.3127px; --clip-path: polygon(0% 7%, 85% 8%, 120% 56%, 0% 55%); background-size: 86.7947px 162.625px; animation-duration: 77s;"></div><div class="gradient-container gradient-left" data-x="0.17052000000000003" data-y="0" data-width="0.11367999999999999" data-height="0.25" style="left: 86.7947px; top: 0px; width: 57.8631px; height: 127.25px; --clip-path: polygon(38% 0%, 48% 0%, 78% 115%, 30% 72%); background-size: 115.726px 127.25px; animation-duration: 3s;"></div><div class="gradient-container gradient-left" data-x="0.2842" data-y="0" data-width="0.005800000000000009" data-height="0.25" style="left: 144.658px; top: 0px; width: 2.9522px; height: 127.25px; --clip-path: polygon(-1021% 0%, 274% 0%, 1429% 106%, -424% 115%); background-size: 5.9044px 127.25px; animation-duration: 17s;"></div><div class="gradient-container gradient-left" data-x="0.29000000000000004" data-y="0" data-width="0.4476549999999999" data-height="0.25" style="left: 147.61px; top: 0px; width: 227.856px; height: 127.25px; --clip-path: polygon(2% 0%, 89% 0%, 97% 86%, 17% 106%); background-size: 455.713px 127.25px; animation-duration: 81s;"></div><div class="gradient-container gradient-left" data-x="0.737655" data-y="0" data-width="0.013845000000000031" data-height="0.25" style="left: 375.466px; top: 0px; width: 7.04711px; height: 127.25px; --clip-path: polygon(-347% 0%, 398% 0%, -237% 77%, -85% 86%); background-size: 14.0942px 127.25px; animation-duration: 51s;"></div><div class="gradient-container gradient-down" data-x="0.7515000000000001" data-y="0" data-width="0.013568100000000001" data-height="0.08" style="left: 382.514px; top: 0px; width: 6.90616px; height: 40.72px; --clip-path: polygon(304% 0%, -417% 0%, -252% 65%, 314% 13%); background-size: 6.90616px 81.44px; animation-duration: 21s;"></div><div class="gradient-container gradient-up" data-x="0.7650681000000001" data-y="0" data-width="0.2125669" data-height="0.08" style="left: 389.42px; top: 0px; width: 108.197px; height: 40.72px; --clip-path: polygon(-33% 0%, 128% 0%, 111% 10%, -22% 65%); background-size: 108.197px 81.44px; animation-duration: 97s;"></div><div class="gradient-container gradient-down" data-x="0.977635" data-y="0" data-width="0.022365000000000006" data-height="0.08" style="left: 497.616px; top: 0px; width: 11.3838px; height: 40.72px; --clip-path: polygon(268% 0%, 100% 0%, 100% 97%, 105% 10%); background-size: 11.3838px 81.44px; animation-duration: 23s;"></div><div class="gradient-container gradient-left" data-x="0.7515000000000001" data-y="0.08" data-width="0.221165" data-height="0.17" style="left: 382.514px; top: 40.72px; width: 112.573px; height: 86.53px; --clip-path: polygon(19% -41%, 117% 3%, 69% 57%, -21% 66%); background-size: 225.146px 86.53px; animation-duration: 71s;"></div><div class="gradient-container gradient-up" data-x="0.9726650000000001" data-y="0.08" data-width="0.02733500000000001" data-height="0.1615" style="left: 495.086px; top: 40.72px; width: 13.9135px; height: 82.2035px; --clip-path: polygon(134% 3%, 100% -2%, 100% 144%, 223% 137%); background-size: 13.9135px 164.407px; animation-duration: 97s;"></div><div class="gradient-container gradient-right" data-x="0.9726650000000001" data-y="0.24150000000000002" data-width="0.02733500000000001" data-height="0.008499999999999992" style="left: 495.086px; top: 122.924px; width: 13.9135px; height: 4.3265px; --clip-path: polygon(223% 694%, 100% 834%, 100% 512%, -254% -755%); background-size: 27.827px 4.3265px; animation-duration: 27s;"></div><div class="gradient-container gradient-up" data-x="0" data-y="0.25" data-width="0.26" data-height="0.75" style="left: 0px; top: 127.25px; width: 132.34px; height: 381.75px; --clip-path: polygon(0% -10%, 108% 6%, 127% 100%, 0% 100%); background-size: 132.34px 763.5px; animation-duration: 47s;"></div><div class="gradient-container gradient-right" data-x="0.26" data-y="0.25" data-width="0.037" data-height="0.2775" style="left: 132.34px; top: 127.25px; width: 18.833px; height: 141.248px; --clip-path: polygon(58% 17%, 34% 15%, 82% 117%, -205% 109%); background-size: 37.666px 141.248px; animation-duration: 79s;"></div><div class="gradient-container gradient-up" data-x="0.297" data-y="0.25" data-width="0.22496" data-height="0.2775" style="left: 151.173px; top: 127.25px; width: 114.505px; height: 141.248px; --clip-path: polygon(-11% 15%, 116% 8%, 79% 75%, -3% 117%); background-size: 114.505px 282.495px; animation-duration: 87s;"></div><div class="gradient-container gradient-left" data-x="0.52196" data-y="0.25" data-width="0.2677024" data-height="0.2775" style="left: 265.678px; top: 127.25px; width: 136.261px; height: 141.248px; --clip-path: polygon(14% 8%, 114% -14%, 115% 100%, -17% 75%); background-size: 272.521px 141.248px; animation-duration: 40s;"></div><div class="gradient-container gradient-down" data-x="0.7896624" data-y="0.25" data-width="0.21033759999999999" data-height="0.2775" style="left: 401.938px; top: 127.25px; width: 107.062px; height: 141.248px; --clip-path: polygon(17% -14%, 100% 13%, 100% 106%, 19% 100%); background-size: 107.062px 282.495px; animation-duration: 63s;"></div><div class="gradient-container gradient-up" data-x="0.26" data-y="0.5275" data-width="0.5845999999999999" data-height="0.4725" style="left: 132.34px; top: 268.498px; width: 297.561px; height: 240.502px; --clip-path: polygon(-13% 6%, 87% -4%, 97% 100%, 12% 100%); background-size: 297.561px 481.005px; animation-duration: 16s;"></div><div class="gradient-container gradient-up" data-x="0.8445999999999999" data-y="0.5275" data-width="0.15540000000000007" data-height="0.4725" style="left: 429.901px; top: 268.498px; width: 79.0986px; height: 240.502px; --clip-path: polygon(-47% -4%, 100% 3%, 100% 100%, -13% 100%); background-size: 79.0986px 481.005px; animation-duration: 72s;"></div></div><script>function layoutShards(){var vw=window.innerWidth;var vh=window.innerHeight;document.querySelectorAll(".gradient-container").forEach(function(div){var x=parseFloat(div.dataset.x||0);var y=parseFloat(div.dataset.y||0);var w=parseFloat(div.dataset.width||0);var h=parseFloat(div.dataset.height||0);div.style.left=(x*vw)+"px";div.style.top=(y*vh)+"px";div.style.width=(w*vw)+"px";div.style.height=(h*vh)+"px";div.style.backgroundSize=(w*vw)+"px "+(h*vh*2)+"px";});}window.addEventListener("resize",layoutShards);window.addEventListener("load",layoutShards);layoutShards();</script></body></html>
at txn 0x1fb92d81ec5e4cc7e2af3c1d04cb1bdde7f1801e56e740b2ca35460ad3b06747 Nov-26-2025 12:47:35 AM UTC (88 days ago)
100 days from our one-of-a-kind summer sky
at txn 0x71f63a6a1f78e596083afeb440a7cc11c8d91107571d777a8262a012efcca7c4 Nov-26-2025 12:34:35 AM UTC (88 days ago)
<!doctype html><html><head><meta charset="utf-8"><title>shards</title><style>
:root {
/* Pattern 1: 7 bands */
--color1: #bb44dd;
--color2: #000;
--pos1: 0%;
--pos2: 8.33%;
--pos3: 25%;
--pos4: 41.67%;
--pos5: 58.33%;
--pos6: 75%;
--pos7: 91.67%;

/* Pattern 2: 5 bands */
--color2-1: #6486f5;
--color2-2: #000;
--pos2-1: 0%;
--pos2-2: 12.5%;
--pos2-3: 37.5%;
--pos2-4: 62.5%;
--pos2-5: 87.5%;

/* Pattern 3: 3 bands */
--color3-1: #ffffff;
--color3-2: #000;

--color4-1: #ff00cc;
--color4-2: #000;
--pos3-1: 0%;
--pos3-2: 50%;
--pos3-3: 100%;
}

body {
background-color: black;
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
}

.gradient-container {
position: absolute;
overflow: hidden;
transition: all 0.3s ease;
clip-path: var(--clip-path);

/* Emboss effect */
box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.4),
inset -2px -2px 5px rgba(0, 0, 0, 0.4);
/* Add more depth with a subtle border */
}

.gradient-up {
background-image: repeating-linear-gradient(
to bottom,
var(--color1) var(--pos1),
var(--color2) var(--pos2),
var(--color1) var(--pos3),
var(--color2) var(--pos4),
var(--color1) var(--pos5),
var(--color2) var(--pos6),
var(--color1) var(--pos7)
);
animation: moveUpwards 5s linear infinite;
}

.gradient-down {
background-image: repeating-linear-gradient(
to bottom,
var(--color2-1) var(--pos2-1),
var(--color2-2) var(--pos2-2),
var(--color2-1) var(--pos2-3),
var(--color2-2) var(--pos2-4),
var(--color2-1) var(--pos2-5)
);
animation: moveDownwards 5s linear infinite;
}

.gradient-left {
background-image: repeating-linear-gradient(
to right,
var(--color3-1) var(--pos3-1),
var(--color3-2) var(--pos3-2),
var(--color3-1) var(--pos3-3)
);
animation: moveLeft 5s linear infinite;
}

.gradient-right {
background-image: repeating-linear-gradient(
to right,
var(--color4-1) var(--pos1),
var(--color4-2) var(--pos2),
var(--color4-1) var(--pos3),
var(--color4-2) var(--pos4),
var(--color4-1) var(--pos5),
var(--color4-2) var(--pos6),
var(--color4-1) var(--pos7)
);
animation: moveRight 5s linear infinite;

}

.strobe {
background-color: #000;
}

@keyframes strobeEffect {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@keyframes moveUpwards {
0% {
background-position: 0 100%;
}
100% {
background-position: 0 -100%;
}
}

@keyframes moveDownwards {
0% {
background-position: 0 -100%;
}
100% {
background-position: 0 100%;
}
}

@keyframes moveLeft {
0% {
background-position: 100% 0;
}
100% {
background-position: -100% 0;
}
}

@keyframes moveRight {
0% {
background-position: -100% 0;
}
100% {
background-position: 100% 0;
}
}
:root{--color1:#00103f;--color2:#000;--pos1:0%;--pos2:8.33%;--pos3:25%;--pos4:41.67%;--pos5:58.33%;--pos6:75%;--pos7:91.67%;--color2-1:#c6c6c6;--color2-2:#000;--pos2-1:0%;--pos2-2:12.5%;--pos2-3:37.5%;--pos2-4:62.5%;--pos2-5:87.5%;--color3-1:#FFFFFF;--color3-2:#000;--color4-1:#FFFFFF;--color4-2:#000;--pos3-1:0%;--pos3-2:50%;--pos3-3:100%;}:root{--color1: #00103f; --color2-1: #c6c6c6; --color3-1: #FFFFFF; --color4-1: #FFFFFF;}</style></head><body style="margin:0;background-color:black;width:100vw;height:100vh;overflow:hidden;"><div id="puzzle-container"><div class="gradient-container gradient-right" data-x="0" data-y="0" data-width="0.31" data-height="0.5162" style="left: 0px; top: 0px; width: 172.05px; height: 287.5234px; --clip-path: polygon(0% 0%, 111% 0%, 104% 113%, 0% 102%); background-size: 344.1px 287.5234px; animation-duration: 70s;"></div><div class="gradient-container gradient-left" data-x="0" data-y="0.5162" data-width="0.18910000000000002" data-height="0.06380000000000004" style="left: 0px; top: 287.5234px; width: 104.9505px; height: 35.5366px; --clip-path: polygon(0% 15%, 80% 91%, 141% 22%, 0% 172%); background-size: 209.901px 35.5366px; animation-duration: 14s;"></div><div class="gradient-container gradient-up" data-x="0.18910000000000002" data-y="0.5162" data-width="0.028326870000000004" data-height="0.06380000000000004" style="left: 104.9505px; top: 287.5234px; width: 15.721413px; height: 35.5366px; --clip-path: polygon(-136% 91%, 84% -84%, -13% 173%, 274% 22%); background-size: 15.721413px 71.0732px; animation-duration: 27s;"></div><div class="gradient-container gradient-left" data-x="0.21742687000000002" data-y="0.5162" data-width="0.05751213000000001" data-height="0.06380000000000004" style="left: 120.671913px; top: 287.5234px; width: 31.919232px; height: 35.5366px; --clip-path: polygon(-8% -84%, 36% 50%, 199% 88%, -55% 173%); background-size: 63.838464px 35.5366px; animation-duration: 79s;"></div><div class="gradient-container gradient-up" data-x="0.27493900000000004" data-y="0.5162" data-width="0.035061" data-height="0.026158000000000015" style="left: 152.591145px; top: 287.5234px; width: 19.458855px; height: 14.570006px; --clip-path: polygon(-105% 122%, 133% 257%, 88% -48%, 172% -143%); background-size: 19.458855px 29.140012px; animation-duration: 43s;"></div><div class="gradient-container gradient-left" data-x="0.27493900000000004" data-y="0.542358" data-width="0.035061" data-height="0.03764200000000003" style="left: 152.591145px; top: 302.093406px; width: 19.458855px; height: 20.966594px; --clip-path: polygon(172% -169%, 88% -103%, 270% -25%, 163% 80%); background-size: 38.91771px 20.966594px; animation-duration: 44s;"></div><div class="gradient-container gradient-left" data-x="0.31" data-y="0" data-width="0.69" data-height="0.58" style="left: 172.05px; top: 0px; width: 382.95px; height: 323.06px; --clip-path: polygon(5% 0%, 100% 0%, 100% 88%, 9% 92%); background-size: 765.9px 323.06px; animation-duration: 40s;"></div><div class="gradient-container gradient-right" data-x="0" data-y="0.58" data-width="0.8" data-height="0.42" style="left: 0px; top: 323.06px; width: 444px; height: 233.94px; --clip-path: polygon(0% 11%, 92% 3%, 105% 100%, 0% 100%); background-size: 888px 233.94px; animation-duration: 8s;"></div><div class="gradient-container gradient-left" data-x="0.8" data-y="0.58" data-width="0.12" data-height="0.05879999999999999" style="left: 444px; top: 323.06px; width: 66.6px; height: 32.7516px; --clip-path: polygon(-50% 19%, 83% 73%, 157% 92%, 26% 161%); background-size: 133.2px 32.7516px; animation-duration: 27s;"></div><div class="gradient-container gradient-down" data-x="0.92" data-y="0.58" data-width="0.061600000000000016" data-height="0.05879999999999999" style="left: 510.6px; top: 323.06px; width: 34.188px; height: 32.7516px; --clip-path: polygon(-32% 73%, 224% -122%, 190% 109%, 111% 92%); background-size: 34.188px 65.5032px; animation-duration: 99s;"></div><div class="gradient-container gradient-up" data-x="0.9816" data-y="0.58" data-width="0.018399999999999993" data-height="0.027635999999999994" style="left: 544.788px; top: 323.06px; width: 10.212px; height: 15.393252px; --clip-path: polygon(415% -260%, 100% -254%, 100% 28%, 92% 2%); background-size: 10.212px 30.786504px; animation-duration: 24s;"></div><div class="gradient-container gradient-right" data-x="0.9816" data-y="0.6076360000000001" data-width="0.018399999999999993" data-height="0.031164" style="left: 544.788px; top: 338.453252px; width: 10.212px; height: 17.358348px; --clip-path: polygon(92% -87%, 100% -64%, 100% -130%, 302% 117%); background-size: 20.424px 17.358348px; animation-duration: 100s;"></div><div class="gradient-container gradient-right" data-x="0.8" data-y="0.6388" data-width="0.0801" data-height="0.007224" style="left: 444px; top: 355.8116px; width: 44.4555px; height: 4.023768px; --clip-path: polygon(39% 500%, 64% 965%, 41% -75%, -21% 987%); background-size: 88.911px 4.023768px; animation-duration: 31s;"></div><div class="gradient-container gradient-up" data-x="0.8801000000000001" data-y="0.6388" data-width="0.09790000000000001" data-height="0.007224" style="left: 488.4555px; top: 355.8116px; width: 54.3345px; height: 4.023768px; --clip-path: polygon(-29% 965%, 153% -207%, 182% -741%, -48% -75%); background-size: 54.3345px 8.047536px; animation-duration: 84s;"></div><div class="gradient-container gradient-up" data-x="0.978" data-y="0.6388" data-width="0.002199999999999999" data-height="0.007224" style="left: 542.79px; top: 355.8116px; width: 1.221px; height: 4.023768px; --clip-path: polygon(2372% -207%, 373% -621%, 1822% 233%, 3633% -741%); background-size: 1.221px 8.047536px; animation-duration: 38s;"></div><div class="gradient-container gradient-right" data-x="0.9802" data-y="0.6388" data-width="0.019799999999999988" data-height="0.007224" style="left: 544.011px; top: 355.8116px; width: 10.989px; height: 4.023768px; --clip-path: polygon(30% -621%, 100% -993%, 100% 998%, 191% 233%); background-size: 21.978px 4.023768px; animation-duration: 12s;"></div><div class="gradient-container gradient-up" data-x="0.8" data-y="0.646024" data-width="0.2" data-height="0.353976" style="left: 444px; top: 359.835368px; width: 111px; height: 197.164632px; --clip-path: polygon(-9% 18%, 100% 18%, 100% 100%, 19% 100%); background-size: 111px 394.329264px; animation-duration: 69s;"></div></div></body></html>
at txn 0x459736b64049d86bb44003b42ca17ab438b03f9edaa6817e8a2164f71a76f256 Nov-26-2025 12:27:35 AM UTC (88 days ago)
DC-L5:4BsAd5jRat39D2SPJEPkGOKoyMshK8czCP/PrKu+hYs=
at txn 0xe899b7e06fc717a105561f8b19478a9066a37e3f163c9cf5d23a1287be570f3e Nov-26-2025 12:02:47 AM UTC (88 days ago)
🚨 BUNDLE DETECTED BY @bundlefren_tracker! 🚨

🥷 Launch smarter with @bundlefren — available on ETH, BASE and BSC!

🎥 Live Demo: https://www.youtube.com/watch?v=9_Q1sQ-VXAs

🔗 Website: https://bundlefren.com
📲 Telegram: https://t.me/bundlefren
📘 Docs: https://docs.bundlefren.com
🐦 Twitter: https://x.com/bundlefren
🚀 Free Bundle Tracker: https://t.me/bundlefren_tracker

Audited by DappRadar - https://dappradar.com/dapp/bundle-fren
at txn 0x4fd67be60ef881e426993656689fc35940c0165b8a1cff9c742f5c6e82344d05 Nov-26-2025 12:00:35 AM UTC (88 days ago)
Show messages: