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
Defined in
typechain/factories/IERC20__factory.ts:200
createInterface
▸ Static
createInterface(): IERC20Interface
Returns
Defined in
typechain/factories/IERC20__factory.ts:197