This is a plugin for Google Sheets that allows you to get and set data on the Ethereum blockchain. This plugin requires an API key for a valid MultiBaas deployment. By installing this plugin and connecting it with MultiBaas, you will be able to use custom formulas such as: - MBTX(): Retrieve a transaction by hash - MBBLOCK(): Retrieve a block by number or hash - MBADDRESS(): Retrieve details about an address - MBGET(): Call a read only (view, pure, constant) smart contract function - MBCOMPOSE(): Compose an unsigned transaction - MBEVENTS(): Retrieve events from a smart contract instance - MBFUNCTIONLIST(): Display the list of functions for a smart contract - MBEVENTLIST(): Display the list of events for a smart contract - And more The accessibility of blockchain data through the interface of a spreadsheet allows you to quickly perform analysis and visualization.