An Empirical Study of Protocols in Smart Contracts

Timothy Mou,Michael Coblenz,Jonathan Aldrich
DOI: https://doi.org/10.48550/arXiv.2110.08983
2021-10-18
Abstract:Smart contracts are programs that are executed on a blockhain. They have been used for applications in voting, decentralized finance, and supply chain management. However, vulnerabilities in smart contracts have been abused by hackers, leading to financial losses. Understanding state machine protocols in smart contracts has been identified as important to catching common bugs, improving documentation, and optimizing smart contracts. We analyze Solidity smart contracts deployed on the Ethereum blockchain and study the prevalence of protocols and protocol-based bugs, as well as opportunities for gas optimizations.
Programming Languages,Cryptography and Security
What problem does this paper attempt to address?