Inscription {{ self.number }}

%% if let Some(previous) = self.previous { %% } else {
%% } {{Iframe::main(self.inscription_id)}} %% if let Some(next) = self.next { %% } else {
%% }
id
{{ self.inscription_id }}
%% if let Ok(address) = self.chain.address_from_script(&self.output.script_pubkey ) {
address
{{ address }}
%% }
output value
{{ self.output.value }}
%% if let Some(sat) = self.sat {
sat
{{sat}}
%% } %% if let Some(content_length) = self.inscription.content_length() {
preview
link
content
link
content length
{{ content_length }} bytes
%% } %% if let Some(content_type) = self.inscription.content_type() {
content type
{{ content_type }}
%% }
timestamp
genesis height
{{ self.genesis_height }}
genesis fee
{{ self.genesis_fee }}
genesis transaction
{{ self.inscription_id.txid }}
location
{{ self.satpoint }}
output
{{ self.satpoint.outpoint }}
offset
{{ self.satpoint.offset }}