SHOWING: First 60
b137://Puppets_3188#75,035,483texttransfer25,000.quaq#74,613,445brc-20transfer100.pizza#71,409,287brc-20transfer330,000.ansm#68,589,221brc-2034190.ordimap#60,815,198text34187.ordimap#60,815,197text38224.ordimap#60,815,196text34189.ordimap#60,815,195text34191.ordimap#60,815,194text38226.ordimap#60,815,193text38225.ordimap#60,815,192text34239.ordimap#60,815,191text34185.ordimap#60,815,190text23920.ordimap#60,815,189text<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#a1adb8"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>
#44,989,319text<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#a1adb8"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d="M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/></svg>
#44,989,307text<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" fill="#a1adb8"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --><path d="M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48V96H384V80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48V160H192v16c0 1.7-.1 3.4-.3 5L272 288h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V336c0-1.7 .1-3.4 .3-5L144 224H48c-26.5 0-48-21.5-48-48V80z"/></svg>
#44,989,264text%% List::Unspent(ranges) => {
<h2>{{"Sat Range".tally(ranges.len())}}</h2>
<ul class=monospace>
%% for (start, end) in ranges {
%% if end - start == 1 {
<li><a href=/sat/{{start}} class={{Sat(*start).rarity()}}>{{start}}</a></li>
%% } else {
<li><a href=/range/{{start}}/{{end}} class={{Sat(*start).rarity()}}>{{start}}–{{end}}</a></li>
%% }
%% }
</ul>
%% }
%% List::Spent => {
<p>Output has been spent.</p>
%% }
%% }
%% }
#44,989,233text<h1>All Inscriptions</h1>
<div class=thumbnails>
%% for id in &self.inscriptions {
{{Iframe::thumbnail(*id)}}
%% }
</div>
<div class=center>
%% if let Some(prev) = self.prev {
<a class=prev href=/inscriptions/{{prev}}>prev</a>
%% } else {
prev
%% }
%% if let Some(next) = self.next {
<a class=next href=/inscriptions/{{next}}>next</a>
%% } else {
next
%% }
</div>
#44,989,193text justify-content: center;
text-decoration: none;
}
.inscription > a:nth-child(1):hover, .inscription > a:nth-child(3):hover {
color: var(--dark-fg);
}
.inscription > *:nth-child(2) {
flex: 0 75%;
}
.inscription > a > iframe {
width: 100%;
}
.tabs {
align-items: center;
display: flex;
}
.tabs > a {
color: var(--light-fg);
padding: 1rem;
}
.tabs > *:first-child {
flex: 1;
text-align: right;
}
.tabs > *:last-child {
flex: 1;
text-align: left;
}
.icon {
height: 1rem;
width: 1rem;
}
#44,989,192text