A fork of Multicall2 specifically tailored for the Algebra Interface
Developer note: Credit to Uniswap Labs under GPL-2.0-or-later license: https://github.com/Uniswap/v3-periphery
function getCurrentBlockTimestamp() public view returns (uint256 timestamp)
view public
Returns:
Name | Type | Description |
---|---|---|
function getEthBalance(address addr) public view returns (uint256 balance)
view public
Name | Type | Description |
---|---|---|
Returns:
Name | Type | Description |
---|---|---|
function multicall(struct AlgebraInterfaceMulticall.Call[] calls) public returns (uint256 blockNumber, struct AlgebraInterfaceMulticall.Result[] returnData)
public
Name | Type | Description |
---|---|---|
Returns:
Name | Type | Description |
---|---|---|
timestamp
uint256
addr
address
balance
uint256
calls
struct AlgebraInterfaceMulticall.Call[]
blockNumber
uint256
returnData
struct AlgebraInterfaceMulticall.Result[]