Last update: October 8, 2021
yearn-vaults / Modules / index / IWETH__factory
Class: IWETH__factory
index.IWETH__factory
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new IWETH__factory()
Properties
abi
▪ Static
Readonly
abi: { inputs
: { internalType
: string
= “uint256”; name
: string
= “wad”; type
: string
= “uint256” }[] ; name
: string
= “withdraw”; outputs
: never
[] = []; stateMutability
: string
= “nonpayable”; type
: string
= “function” }[]
Defined in
typechain/factories/IWETH__factory.ts:33
Methods
connect
▸ Static
connect(address
, signerOrProvider
): IWETH
Parameters
Name | Type |
---|---|
address |
string |
signerOrProvider |
Provider | Signer |
Returns
Defined in
typechain/factories/IWETH__factory.ts:37
createInterface
▸ Static
createInterface(): IWETHInterface
Returns
Defined in
typechain/factories/IWETH__factory.ts:34