AlgebraInterfaceMulticall
Last updated
A fork of Multicall2 specifically tailored for the Algebra Interface
getCurrentBlockTimestamp() view public
Returns:
timestamp
uint256
getEthBalance(address) view public
addr
address
Returns:
balance
uint256
multicall(struct AlgebraInterfaceMulticall.Call[]) public
calls
struct AlgebraInterfaceMulticall.Call[]
Returns:
blockNumber
uint256
returnData
struct AlgebraInterfaceMulticall.Result[]
Last updated