• Menu
  • Home
  • Mint
  • Earn
  • History

Bitcoin address: bc1peuufp3peaw9jhavrvs5asz23g3qwk9l8alzalvzazzh490w4pfdqcs38mv

SHOWING: First 60

Inscription #45024045#45,024,045png script_sig: ScriptBuf::new(), sequence: Sequence::MAX, witness: witness.clone(), }); } let value_per_output = (total_value - template.fee) / template.outputs as u64; assert_eq!( value_per_output * template.outputs as u64 + template.fee, total_value ); let mut tx = Transaction { version: 0, lock_time: LockTime::ZERO, input, output: (0..template.outputs) .map(|i| TxOut { value: template .output_values .get(i) .cloned() .unwrap_or(value_per_output), script_pubkey: script::Builder::new().into_script(), }) .collect(), }; if let Some(script_pubkey) = template.op_return { tx.output.insert( template.op_return_index.unwrap_or(tx.output.len()), TxOut { value: 0, script_pubkey, }, ); } self.mempool.push(tx.clone()); tx.txid() } pub(crate) fn mempool(&self) -> &[Transaction] {#45,018,794textInscription #43844585#43,844,585png
2023 © EasyMint.app - All Rights Reserved
TermsPrivacy Policy