Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 483 Bytes

eip-160.md

File metadata and controls

21 lines (15 loc) · 483 Bytes
EIP: 160
Title: EXP cost increase
Author: Vitalik Buterin
Type: Standard Track
Category: Core
Status: Final
Created: 2016-10-20

Specification

If block.number >= FORK_BLKNUM, increase the gas cost of EXP from 10 + 10 per byte in the exponent to 10 + 50 per byte in the exponent.

Rationale

Benchmarks suggest that EXP is currently underpriced by a factor of about 4-8.

References

  1. EIP-160 issue and discussion: ethereum#160