Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 253 Bytes

homestead.mdx

File metadata and controls

7 lines (5 loc) · 253 Bytes

Dynamic gas

static_gas = {gasPrices|log}
dynamic_gas = {gasPrices|logTopic} * topic_count + {gasPrices|logData} * size + memory_expansion_cost

For LOG3, topic_count is 3. The memory expansion cost explanation can be found here.