From 1f57dc57c510869e6cffed2d4c6f54daf1a08743 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Fri, 25 Nov 2016 11:37:36 +0100 Subject: [PATCH] Update the fee schedule following EIP 160 https://github.com/ethereum/EIPs/issues/160 --- Paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paper.tex b/Paper.tex index 7d3311ad..883d54c1 100644 --- a/Paper.tex +++ b/Paper.tex @@ -1478,7 +1478,7 @@ \section{Fee Schedule}\label{app:fees} $G_{callstipend}$ & 2300 & A stipend for the called contract subtracted from $G_{callvalue}$ for a non-zero value transfer. \\ $G_{newaccount}$ & 25000 & Paid for a {\small CALL} or {\small SELFDESTRUCT} operation which creates an account. \\ $G_{exp}$ & 10 & Partial payment for an {\small EXP} operation. \\ -$G_{expbyte}$ & 10 & Partial payment when multiplied by $\lceil\log_{256}(exponent)\rceil$ for the {\small EXP} operation. \\ +$G_{expbyte}$ & 50 & Partial payment when multiplied by $\lceil\log_{256}(exponent)\rceil$ for the {\small EXP} operation. \\ $G_{memory}$ & 3 & Paid for every additional word when expanding memory. \\ $G_\text{txcreate}$ & 32000 & Paid by all contract-creating transactions after the {\it Homestead transition}.\\ $G_{txdatazero}$ & 4 & Paid for every zero byte of data or code for a transaction. \\