@if (minted) { Mint {{ minted >= 100000 ? (minted | amountShortener:undefined:undefined:true) : minted }} } @if (runestone?.etching?.supply) { @if (runestone?.etching.premine > 0) { Premine {{ getAmount(runestone.etching.premine, runestone.etching.divisibility || 0) >= 100000 ? (getAmount(runestone.etching.premine, runestone.etching.divisibility || 0) | amountShortener:undefined:undefined:true) : getAmount(runestone.etching.premine, runestone.etching.divisibility || 0) }} {{ runestone.etching.symbol }} {{ runestone.etching.spacedName }} ({{ toNumber(runestone.etching.premine) / toNumber(runestone.etching.supply) * 100 | amountShortener:0}}% of total supply) } @else { Etching of {{ runestone.etching.symbol }} {{ runestone.etching.spacedName }} } } @if (transferredRunes?.length && type === 'vout') {
Transfer
} @if (inscriptions?.length && type === 'vin') {
@if (contentType.key !== 'undefined') { {{ contentType.value.count > 1 ? contentType.value.count + " " : "" }}{{ contentType.value?.tag || contentType.key }} } @else { Unknown } {{ contentType.value.totalSize | bytes:2:'B':undefined:true }} Source inscription
{{ contentType.value.json | json }}
{{ contentType.value.text }}
} @if (!runestone && type === 'vout') {
} @if ((runestone && !minted && !runestone.etching?.supply && !transferredRunes?.length && type === 'vout') || (!inscriptions?.length && type === 'vin')) { Error decoding data } {{ runeInfo[id]?.etching.symbol || '' }} {{ runeInfo[id]?.etching.spacedName }}