Saving Deployment Costs of Smart Contracts by Eliminating Gas-wasteful Patterns

Citations

WEB OF SCIENCE

3
Citations

SCOPUS

10

초록

Smart contracts are blockchain-based programs that have developed with the emergence of Ethereum, one of the most well-known blockchains. Gas, paid in Ethers (i.e., the cryptocurrency in Ethereum), is required for the costs to upload and run smart contracts on Ethereum. As cost-inefficiently designed smart contracts result in unnecessary costs, it is vital to eliminate any gas-wasteful code fragments to optimize the deployment costs. In this study, we define five gas-wasteful patterns: 'Over-public variables', 'Redundant initial values', 'Loose packing', 'Non-base unit types', and 'Non-constant variables', based on the state variables in Solidity, the most commonly used implementation language for smart contracts in Ethereum. We also propose improvement methods related to these patterns and a solution to identify and eliminate the patterns. Furthermore, we analyze 143 real-world contracts deployed on Ethereum and find that 56% of them include the above-mentioned patterns. We also upgrade 43 of the pattern-matched contracts and demonstrate that their deployment costs are decreased on an average by 13.47%, and the most-reduced rate is 64%.

키워드

Smart contractEthereumSolidityGasCostPattern
제목
Saving Deployment Costs of Smart Contracts by Eliminating Gas-wasteful Patterns
저자
Park, JaeYongLee, DaegeonIn, Hoh Peter
DOI
10.14257/ijgdc.2017.10.12.06
발행일
2017-12
유형
Article
저널명
International Journal of Grid and Distributed Computing
10
12
페이지
53 ~ 64