Skip to main content
Helpful?

Multicall

@uniswap/v3-sdk / Exports / Multicall

Class: Multicall

Table of contents

Constructors

Properties

Methods

Constructors

constructor

Private new Multicall()

Cannot be constructed.

Defined in

multicall.ts:10

Properties

INTERFACE

Static INTERFACE: Interface

Defined in

multicall.ts:5

Methods

encodeMulticall

Static encodeMulticall(calldatas): string

Parameters

NameType
calldatasstring | string[]

Returns

string

Defined in

multicall.ts:12

Helpful?