> For the complete documentation index, see [llms.txt](https://docs.algebra.finance/algebra-integral-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algebra.finance/algebra-integral-documentation/algebra-v1-technical-reference/contracts/api-reference-v1.0/v1.0-periphery/algebrainterfacemulticall.md).

# AlgebraInterfaceMulticall

A fork of Multicall2 specifically tailored for the Algebra Interface

## Functions

### getCurrentBlockTimestamp

`getCurrentBlockTimestamp()` view public

**Returns:**

| Name      | Type    | Description |
| --------- | ------- | ----------- |
| timestamp | uint256 |             |

### getEthBalance

`getEthBalance(address)` view public

| Name | Type    | Description |
| ---- | ------- | ----------- |
| addr | address |             |

**Returns:**

| Name    | Type    | Description |
| ------- | ------- | ----------- |
| balance | uint256 |             |

### multicall

`multicall(struct AlgebraInterfaceMulticall.Call[])` public

| Name  | Type                                     | Description |
| ----- | ---------------------------------------- | ----------- |
| calls | struct AlgebraInterfaceMulticall.Call\[] |             |

**Returns:**

| Name        | Type                                       | Description |
| ----------- | ------------------------------------------ | ----------- |
| blockNumber | uint256                                    |             |
| returnData  | struct AlgebraInterfaceMulticall.Result\[] |             |

***
