Gás
Gás
Transactions
7 referências
Uma unidade que mede o uso de computação e armazenamento em sistemas semelhantes ao Ethereum. Limites e taxas de gás evitam loops infinitos e alocam espaço de bloco escasso.
Aparece em 7 seções de whitepapers
Ethereum
...amental building blocks—accounts, transactions, a Turing-complete language, and gas-metered execution—that developers can combine to create whatever applications t...
Ethereum Accounts
... medium of value transfer and the fundamental unit for paying transaction fees (gas). Unlike Bitcoin's UTXO model where value is distributed across multiple unspen...
Messages and Transactions
...actions, validate them, execute them, and include them in blocks, receiving the gas fees as compensation.
Messages are conceptually similar to transactions but ar...
Ethereum State Transition Function
...ed from the sender's account, the sender's nonce is incremented, and an initial gas counter is set to STARTGAS minus a per-byte fee for the transaction data.
Next...
Code Execution
...g-term state across transactions. These storage types are priced differently in gas—stack and memory operations are cheap, while storage operations are expensive t...
Miscellanea And Concerns
... bad luck with network propagation.
The fee system is based on the concept of "gas," where every computational operation has a fixed gas cost. For example, a mult...
Artigos relacionados
Whitepaper Deep Dive
Whitepaper do Ethereum: Das limitações do Bitcoin a um computador mundial
Como Vitalik Buterin reimaginou a blockchain como uma plataforma de computação universal, introduzindo smart contracts,…
Whitepaper Deep DiveNEAR Protocol: Sharding Nightshade e blockchain amigável ao desenvolvedor
Como o design de sharding Nightshade do NEAR divide estado e processamento enquanto mantém uma cadeia lógica única, per…
Technical ExplainerSmart Contracts explicados: Do EVM do Ethereum às alternativas modernas
O que são smart contracts de fato, como a EVM os executa e por que existem taxas de gas — explicado para desenvolvedore…
Impact & LegacyA revolução Layer 2: Como os Rollups tornaram o Ethereum acessível novamente
De taxas de gas de $50 a transações abaixo de um centavo: como Arbitrum, Optimism e o roteiro centrado em rollups trans…