상세 보기
Saving Deployment Costs of Smart Contracts by Eliminating Gas-wasteful Patterns
- Park, JaeYong;
- Lee, Daegeon;
- In, Hoh Peter
WEB OF SCIENCE
3SCOPUS
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%.
키워드
- 제목
- Saving Deployment Costs of Smart Contracts by Eliminating Gas-wasteful Patterns
- 저자
- Park, JaeYong; Lee, Daegeon; In, Hoh Peter
- 발행일
- 2017-12
- 유형
- Article
- 권
- 10
- 호
- 12
- 페이지
- 53 ~ 64