Skip to content
You are reading the development version documentation and some displayed features may not be available in the stable release. You can switch to stable version using the version box at screen bottom.
Last update: October 8, 2021

yearn-vaults / Modules / index / IERC20__factory

Class: IERC20__factory

index.IERC20__factory

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new IERC20__factory()

Properties

abi

Static Readonly abi: ({ anonymous: boolean = false; inputs: { indexed: boolean = true; internalType: string = “address”; name: string = “owner”; type: string = “address” }[] ; name: string = “Approval”; outputs: undefined ; stateMutability: undefined = “view”; type: string = “event” } | { anonymous: undefined = false; inputs: { internalType: string = “address”; name: string = “owner”; type: string = “address” }[] ; name: string = “allowance”; outputs: { internalType: string = “uint256”; name: string = “”; type: string = “uint256” }[] ; stateMutability: string = “view”; type: string = “function” })[]

Defined in

typechain/factories/IERC20__factory.ts:196

Methods

connect

Static connect(address, signerOrProvider): IERC20

Parameters

Name Type
address string
signerOrProvider Provider | Signer

Returns

IERC20

Defined in

typechain/factories/IERC20__factory.ts:200


createInterface

Static createInterface(): IERC20Interface

Returns

IERC20Interface

Defined in

typechain/factories/IERC20__factory.ts:197

Questions or feedback? You can discuss issues and obtain free support on Yearn Vaults chat channel.
For SushiSwap community support, join the Discord Server None