Abstract
A Smart Contract (SC) is a program stored in the Ethereum blockchain by a contract-creation transaction. SC developers deploy an instance of the SC and attempt to execute it in exchange for a fee, paid in Ethereum coins (Ether). If the computation needed for their execution turns out to be larger than the effort proposed by the developer (i.e., the gasLimit), their client instantiation will not be completed successfully.
In this paper we examine smart contracts from 11 Ethereum blockchain-oriented software projects hosted on GitHub.com, and we evaluate the resources needed for their deployment (i.e., the gasUsed). For each of these contracts we also extract a suite of object-oriented metrics, to evaluate their structural characteristics.
Our results show a statistically significant correlation between some of the object-oriented (OO) metrics and the resources consumed on the Ethereum blockchain network when deploying smart contracts. This result has a direct impact on how Ethereum developers engage with a SC: evaluating its structural characteristics, they will be able to produce a better estimate of the resources needed to deploy it. Other results show specific source code metrics to be prioritised based on application domains when the projects are clustered based on common themes.
In this paper we examine smart contracts from 11 Ethereum blockchain-oriented software projects hosted on GitHub.com, and we evaluate the resources needed for their deployment (i.e., the gasUsed). For each of these contracts we also extract a suite of object-oriented metrics, to evaluate their structural characteristics.
Our results show a statistically significant correlation between some of the object-oriented (OO) metrics and the resources consumed on the Ethereum blockchain network when deploying smart contracts. This result has a direct impact on how Ethereum developers engage with a SC: evaluating its structural characteristics, they will be able to produce a better estimate of the resources needed to deploy it. Other results show specific source code metrics to be prioritised based on application domains when the projects are clustered based on common themes.
Original language | English |
---|---|
Article number | e2267 |
Number of pages | 33 |
Journal | Journal of software: Evolution and Process |
Early online date | 14 May 2020 |
DOIs | |
Publication status | E-pub ahead of print - 14 May 2020 |
Keywords
- smart contract (SC)
- blockchain oriented software (BOS)
- object-oriented (OO)
- object-oriented programming (OOP)
- Chidamber and Kemerer (C&K)
- abstract syntax-tree (AST)