@if (error) {
Error fetching data (code {{ error.status }})
} @else {
@if (minted) {
Mint
{{ minted >= 100000 ? (minted | amountShortener:undefined:undefined:true) : minted }}
}
@if (totalSupply > -1) {
@if (premined > 0) {
Premine
{{ premined >= 100000 ? (premined | amountShortener:undefined:undefined:true) : premined }}
{{ etchedSymbol }}
{{ etchedName }}
({{ premined / totalSupply * 100 | amountShortener:0}}% of total supply)
} @else {
Etching of
{{ etchedSymbol }}
{{ etchedName }}
}
}
@if (transferredRunes?.length && type === 'vout') {
Transfer
}
@if (inscriptions?.length && type === 'vin') {
{{ contentType.value.count > 1 ? contentType.value.count + " " : "" }}{{ contentType.value?.tag || contentType.key }}
0">{{ contentType.value.totalSize | bytes:2:'B':undefined:true }}
Source inscription
{{ contentType.value.json | json }}
{{ contentType.value.text }}
}
@if (!runestone && type === 'vout') {
}
@if (!inscriptions?.length && type === 'vin') {
Error decoding inscription data
}
}
{{ runeInfo[id]?.etching.symbol.isSome() ? runeInfo[id]?.etching.symbol.unwrap() : '' }}
{{ runeInfo[id]?.name }}