AlgebraInterfaceMulticall

A fork of Multicall2 specifically tailored for the Algebra Interface

Functions

getCurrentBlockTimestamp

getCurrentBlockTimestamp() view public

Returns:

NameTypeDescription

timestamp

uint256

getEthBalance

getEthBalance(address) view public

NameTypeDescription

addr

address

Returns:

NameTypeDescription

balance

uint256

multicall

multicall(struct AlgebraInterfaceMulticall.Call[]) public

NameTypeDescription

calls

struct AlgebraInterfaceMulticall.Call[]

Returns:

NameTypeDescription

blockNumber

uint256

returnData

struct AlgebraInterfaceMulticall.Result[]