yearn-vaults / Modules / index / BaseStrategyInitializable__factory
Class: BaseStrategyInitializable__factory
index.BaseStrategyInitializable__factory
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new BaseStrategyInitializable__factory()
Properties
abi
▪ Static
Readonly
abi: ({ anonymous
: undefined
= false; inputs
: { internalType
: string
= “address”; name
: string
= “_vault”; type
: string
= “address” }[] ; name
: undefined
= “allowance”; outputs
: undefined
; stateMutability
: string
= “nonpayable”; type
: string
= “constructor” } | { anonymous
: boolean
= false; inputs
: { indexed
: boolean
= true; internalType
: string
= “address”; name
: string
= “clone”; type
: string
= “address” }[] ; name
: string
= “Cloned”; outputs
: undefined
; stateMutability
: undefined
= “view”; type
: string
= “event” } | { anonymous
: undefined
= false; inputs
: { internalType
: string
= “address”; name
: string
= “_vault”; type
: string
= “address” }[] ; name
: string
= “clone”; outputs
: { internalType
: string
= “address”; name
: string
= “”; type
: string
= “address” }[] ; stateMutability
: string
= “nonpayable”; type
: string
= “function” })[]
Defined in
typechain/factories/BaseStrategyInitializable__factory.ts:710
Methods
connect
▸ Static
connect(address
, signerOrProvider
): BaseStrategyInitializable
Parameters
Name | Type |
---|---|
address |
string |
signerOrProvider |
Provider | Signer |
Returns
Defined in
typechain/factories/BaseStrategyInitializable__factory.ts:714
createInterface
▸ Static
createInterface(): BaseStrategyInitializableInterface
Returns
BaseStrategyInitializableInterface
Defined in
typechain/factories/BaseStrategyInitializable__factory.ts:711