Inscription #76562651#76,562,651pngInscription #73099992#73,099,992svgInscription #72469578#72,469,578svgInscription #71612491#71,612,491webpdmt-mint.bitland#71,433,160tap#71,428,207texttransfer100.pizza#71,202,938brc-20#70,205,215textInscription #69607653#69,607,653gifInscription #69519199#69,519,199htmltransfer10,000.lthr#68,723,278brc-20mint1,000.lthr#68,650,048brc-20mint1,000.lthr#68,650,036brc-20mint1,000.lthr#68,650,033brc-20mint1,000.lthr#68,650,027brc-20mint1,000.lthr#68,650,020brc-20mint1,000.lthr#68,650,019brc-20mint1,000.lthr#68,650,014brc-20mint1,000.lthr#68,650,013brc-20mint1,000.lthr#68,650,001brc-20mint1,000.lthr#68,650,000brc-20Inscription #68459730#68,459,730htmlInscription #67410676#67,410,676html#66,973,132textInscription #65946759#65,946,759png#64,448,993transfer5.ainn#62,687,019brc-20transfer33.ordg#62,067,959brc-20Inscription #61599680#61,599,680htmlInscription #60874989#60,874,989pngInscription #59407042#59,407,042pngInscription #59406968#59,406,968pngInscription #56285276#56,285,276htmltransfer2,000.insc#54,413,546brc-20transfer1,000.brc100#52,177,503BRC-100Inscription #49316295#49,316,295webpInscription #49316294#49,316,294webpInscription #49316293#49,316,293webpInscription #49316292#49,316,292webpInscription #49316290#49,316,290webpInscription #49316289#49,316,289webpInscription #49316288#49,316,288webpInscription #49316287#49,316,287webpInscription #49316286#49,316,286webpInscription #49316285#49,316,285webpInscription #46469292#46,469,292svgInscription #46469228#46,469,228svgInscription #45249424#45,249,424png"синтаксический анализатор будет последовательно просматривать входы и искать все надписи-\"конверты\"." #: src/inscriptions.md:112 msgid "Input" msgstr "Вход" #: src/inscriptions.md:112 msgid "Inscription Count" msgstr "" #: src/inscriptions.md:112 msgid "Indices" msgstr "" #: src/inscriptions.md:114 src/inscriptions.md:117 msgid "0" msgstr "" #: src/inscriptions.md:114 src/inscriptions.md:116 msgid "2" msgstr "" #: src/inscriptions.md:114 msgid "i0, i1" msgstr "" #: src/inscriptions.md:115 src/inscriptions.md:118 msgid "1" msgstr "" #: src/inscriptions.md:115 msgid "i2" msgstr "" #: src/inscriptions.md:116 src/inscriptions.md:117 msgid "3" msgstr "" #: src/inscriptions.md:116 msgid "i3, i4, i5" msgstr "" #: src/inscriptions.md:118 msgid "4" msgstr "" #: src/inscriptions.md:118 msgid "i6" msgstr "" #: src/inscriptions.md:120 msgid "Sandboxing" msgstr "Песочница" #: src/inscriptions.md:123 msgid "HTML and SVG inscriptions are sandboxed in order to prevent references to off-chain content, thus keeping inscriptions immutable and self-contained." #45,161,686textuse super::*; #[derive(Debug, PartialEq, Copy, Clone)] enum Curse { DuplicateField, IncompleteField, NotAtOffsetZero, NotInFirstInput, Pointer, Pushnum, Reinscription, UnrecognizedEvenField, } #[derive(Debug, Clone)] pub(super) struct Flotsam { inscription_id: InscriptionId, offset: u64, origin: Origin, } #[derive(Debug, Clone)] enum Origin { New { cursed: bool, fee: u64, hidden: bool, parent: Option<InscriptionId>, pointer: Option<u64>, reinscription: bool, unbound: bool, }, Old { old_satpoint: SatPoint, }, } pub(super) struct InscriptionUpdater<'a, 'db, 'tx> { pub(super) blessed_inscription_count: u64, pub(super) cursed_inscription_count: u64, pub(super) flotsam: Vec<Flotsam>, pub(super) height: u32, pub(super) home_inscription_count: u64, pub(super) home_inscriptions: &'a mut Table<'db, 'tx, u32, InscriptionIdValue>, pub(super) id_to_sequence_number: &'a mut Table<'db, 'tx, InscriptionIdValue, u32>, pub(super) inscription_number_to_sequence_number: &'a mut Table<'db, 'tx, i32, u32>, #45,161,265texttransfer50.odos#45,101,288brc-20"determinada NFT do Ethereum está armazenada." #: src/faq.md:147 msgid "_Inscriptions are much simpler._" msgstr "_As inscrições são muito mais simples._" #: src/faq.md:149 msgid "" "Ethereum NFTs depend on the Ethereum network and virtual machine, which are " "highly complex, constantly changing, and which introduce changes via " "backwards-incompatible hard forks." msgstr "" "As NFTs do Ethereum dependem da rede Ethereum e da máquina virtual, que são " "altamente complexas, estão em constante mudança e introduzem mudanças por meio " "de hard forks incompatíveis com versões anteriores." #: src/faq.md:153 msgid "" "Inscriptions, on the other hand, depend on the Bitcoin blockchain, which is " "relatively simple and conservative, and which introduces changes via " "backwards-compatible soft forks." msgstr "" "As inscrições, por outro lado, dependem da blockchain do Bitcoin, que é " "relativamente simples e conservadora, e que introduz mudanças por meio de " "soft forks, compatíveis com versões anteriores." #45,051,379text match (self.file, self.batch) { (Some(file), None) => { parent_info = Inscribe::get_parent_info(self.parent, &index, &utxos, &client, chain)?; postage = self.postage.unwrap_or(TransactionBuilder::TARGET_POSTAGE); inscriptions = vec![Inscription::from_file( chain, file, self.parent, None, self.metaprotocol, metadata, self.compress, )?]; mode = Mode::SeparateOutputs; destinations = vec![match self.destination.clone() { Some(destination) => destination.require_network(chain.network())?, None => get_change_address(&client, chain)?, }]; } (None, Some(batch)) => { let batchfile = Batchfile::load(&batch)?; parent_info = Inscribe::get_parent_info(batchfile.parent, &index, &utxos, &client, chain)?; postage = batchfile .postage .map(Amount::from_sat) .unwrap_or(TransactionBuilder::TARGET_POSTAGE); #44,992,132textcopiousness 75854 erfahrungen 75856 bibliophile 75883 handcrafted 75884 hydrosphere 75908 lauterpacht 75913 districting 76023 demolitions 76024 hooliganism 76161 correctives 76187 axiological 76218 bookselling 76342 flycatchers 76351 bootlegging 76438 incitements 76459 blaspheming 76463 appealingly 76650 archdeacons 76758 enticements 76763 neocolonial 76864 ambitiously 76917 bestsellers 77068 byelorussia 77192 ghibellines 77227 filibusters 77240 carburetors 77322 navigations 77341 crystalloid 77387 nonmagnetic 77579 chirurgical 77602 foodservice 77733 nanoseconds 77734 consumables 77869 demagoguery 77905 castlemaine 77918 clientelism 77931 comparaison 78017 collectanea 78156 bootleggers 78229 kurukshetra 78262 foucauldian 78300 effectivity 78325 anomalously 78363 detonations 78367 deprecatory 78368 expressways 78404 immortalize 78474 agronomists 78505 antithyroid 78507 neostigmine 78691 ideographic 78730 afrocentric 78776 auctoritate 78830 claverhouse 78867 miscibility 78926 dishwashers 79058 calumniated 79095 #44,988,421texttoken-mint1.tapart tapx 44226185#44,517,867taptoken-mint1.tapart tapx 44226185#44,517,866taptoken-mint1.tapart tapx 44226185#44,517,832taptoken-mint1.tapart tapx 44226185#44,517,830taptoken-mint1.tapart tapx 44226185#44,517,827taptoken-mint1.tapart tapx 44226185#44,517,824tap