Smart contracts are self-executing programs running in the blockchain allowing for decentralised storage and execution without a middleman. On-chain execution is expensive, with miners charging fees for distributed execution according to a cost model defined in the protocol. In particular, transactions have a high fixed cost. In this paper we present MultiCall, an interpreter that reduces the cost of smart contract execution by emulating sequences of transactions from multiple users in one transaction. We have implemented and integrated MultiCall into Ethereum. Our evaluation shows that using MultiCall provides a saving between 56.8% and 98.9% of the fixed per-Transaction cost compared to the standard approach of sending transactions individually.
CITATION STYLE
Hughes, W., Russo, A., & Schneider, G. (2021). MultiCall: A Transaction-batching Interpreter for Ethereum. In BSCI 2021 - Proceedings of the 3rd ACM International Symposium on Blockchain and Secure Critical Infrastructure, co-located with ASIA CCS 2021 (pp. 25–35). Association for Computing Machinery, Inc. https://doi.org/10.1145/3457337.3457839
Mendeley helps you to discover research relevant for your work.