yearn-vaults / Modules / index / BaseWrapper__factory
Class: BaseWrapper__factory
index.BaseWrapper__factory
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new BaseWrapper__factory()
Properties
abi
▪ Static
Readonly
abi: ({ inputs
: { internalType
: string
= “address”; name
: string
= “_token”; type
: string
= “address” }[] ; name
: undefined
= “allowance”; outputs
: undefined
; stateMutability
: string
= “nonpayable”; type
: string
= “constructor” } | { inputs
: { internalType
: string
= “address”; name
: string
= “token”; type
: string
= “address” }[] ; name
: string
= “allVaults”; outputs
: { internalType
: string
= “contract VaultAPI[]”; name
: string
= “”; type
: string
= “address[]” }[] ; stateMutability
: string
= “view”; type
: string
= “function” })[]
Defined in
typechain/factories/BaseWrapper__factory.ts:207
Methods
connect
▸ Static
connect(address
, signerOrProvider
): BaseWrapper
Parameters
Name | Type |
---|---|
address |
string |
signerOrProvider |
Provider | Signer |
Returns
Defined in
typechain/factories/BaseWrapper__factory.ts:211
createInterface
▸ Static
createInterface(): BaseWrapperInterface
Returns
Defined in
typechain/factories/BaseWrapper__factory.ts:208