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 / StrategyAPI / StrategyAPIInterface

Interface: StrategyAPIInterface

StrategyAPI.StrategyAPIInterface

Hierarchy

  • Interface

StrategyAPIInterface

Table of contents

Properties

Methods

Properties

_abiCoder

Readonly _abiCoder: AbiCoder

Inherited from

ethers.utils.Interface._abiCoder

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:50


_isInterface

Readonly _isInterface: boolean

Inherited from

ethers.utils.Interface._isInterface

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:51


deploy

Readonly deploy: ConstructorFragment

Inherited from

ethers.utils.Interface.deploy

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:49


errors

Readonly errors: Object

Index signature

▪ [name: string]: ErrorFragment

Inherited from

ethers.utils.Interface.errors

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:37


events

events: Object

Type declaration

Name Type
Harvested(uint256,uint256,uint256,uint256) EventFragment

Overrides

ethers.utils.Interface.events

Defined in

typechain/StrategyAPI.d.ts:91


fragments

Readonly fragments: readonly Fragment[]

Inherited from

ethers.utils.Interface.fragments

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:36


functions

functions: Object

Type declaration

Name Type
apiVersion() FunctionFragment
delegatedAssets() FunctionFragment
estimatedTotalAssets() FunctionFragment
harvest() FunctionFragment
harvestTrigger(uint256) FunctionFragment
isActive() FunctionFragment
keeper() FunctionFragment
name() FunctionFragment
tend() FunctionFragment
tendTrigger(uint256) FunctionFragment
vault() FunctionFragment
want() FunctionFragment

Overrides

ethers.utils.Interface.functions

Defined in

typechain/StrategyAPI.d.ts:23


structs

Readonly structs: Object

Index signature

▪ [name: string]: any

Inherited from

ethers.utils.Interface.structs

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:46

Methods

_decodeParams

_decodeParams(params, data): Result

Parameters

Name Type
params readonly ParamType[]
data BytesLike

Returns

Result

Inherited from

ethers.utils.Interface._decodeParams

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:63


_encodeParams

_encodeParams(params, values): string

Parameters

Name Type
params readonly ParamType[]
values readonly any[]

Returns

string

Inherited from

ethers.utils.Interface._encodeParams

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:64


decodeErrorResult

decodeErrorResult(fragment, data): Result

Parameters

Name Type
fragment string | ErrorFragment
data BytesLike

Returns

Result

Inherited from

ethers.utils.Interface.decodeErrorResult

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:66


decodeEventLog

decodeEventLog(eventFragment, data, topics?): Result

Parameters

Name Type
eventFragment string | EventFragment
data BytesLike
topics? readonly string[]

Returns

Result

Inherited from

ethers.utils.Interface.decodeEventLog

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:77


decodeFunctionData

decodeFunctionData(functionFragment, data): Result

Parameters

Name Type
functionFragment string | FunctionFragment
data BytesLike

Returns

Result

Inherited from

ethers.utils.Interface.decodeFunctionData

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:68


decodeFunctionResult

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "apiVersion"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:66

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "delegatedAssets"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:67

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "estimatedTotalAssets"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:71

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "harvest"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:75

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "harvestTrigger"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:76

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "isActive"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:80

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "keeper"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:81

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "name"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:82

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "tend"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:83

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "tendTrigger"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:84

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "vault"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:88

decodeFunctionResult(functionFragment, data): Result

Parameters

Name Type
functionFragment "want"
data BytesLike

Returns

Result

Overrides

ethers.utils.Interface.decodeFunctionResult

Defined in

typechain/StrategyAPI.d.ts:89


encodeDeploy

encodeDeploy(values?): string

Parameters

Name Type
values? readonly any[]

Returns

string

Inherited from

ethers.utils.Interface.encodeDeploy

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:65


encodeErrorResult

encodeErrorResult(fragment, values?): string

Parameters

Name Type
fragment string | ErrorFragment
values? readonly any[]

Returns

string

Inherited from

ethers.utils.Interface.encodeErrorResult

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:67


encodeEventLog

encodeEventLog(eventFragment, values): Object

Parameters

Name Type
eventFragment EventFragment
values readonly any[]

Returns

Object

Name Type
data string
topics string[]

Inherited from

ethers.utils.Interface.encodeEventLog

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:73


encodeFilterTopics

encodeFilterTopics(eventFragment, values): (string | string[])[]

Parameters

Name Type
eventFragment EventFragment
values readonly any[]

Returns

(string | string[])[]

Inherited from

ethers.utils.Interface.encodeFilterTopics

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:72


encodeFunctionData

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "apiVersion"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:38

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "delegatedAssets"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:42

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "estimatedTotalAssets"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:46

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "harvest"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:50

encodeFunctionData(functionFragment, values): string

Parameters

Name Type
functionFragment "harvestTrigger"
values [BigNumberish]

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:51

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "isActive"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:55

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "keeper"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:56

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "name"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:57

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "tend"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:58

encodeFunctionData(functionFragment, values): string

Parameters

Name Type
functionFragment "tendTrigger"
values [BigNumberish]

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:59

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "vault"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:63

encodeFunctionData(functionFragment, values?): string

Parameters

Name Type
functionFragment "want"
values? undefined

Returns

string

Overrides

ethers.utils.Interface.encodeFunctionData

Defined in

typechain/StrategyAPI.d.ts:64


encodeFunctionResult

encodeFunctionResult(functionFragment, values?): string

Parameters

Name Type
functionFragment string | FunctionFragment
values? readonly any[]

Returns

string

Inherited from

ethers.utils.Interface.encodeFunctionResult

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:71


format

format(format?): string | string[]

Parameters

Name Type
format? string

Returns

string | string[]

Inherited from

ethers.utils.Interface.format

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:53


getError

getError(nameOrSignatureOrSighash): ErrorFragment

Parameters

Name Type
nameOrSignatureOrSighash string

Returns

ErrorFragment

Inherited from

ethers.utils.Interface.getError

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:60


getEvent

getEvent(nameOrSignatureOrTopic): EventFragment

Parameters

Name Type
nameOrSignatureOrTopic "Harvested"

Returns

EventFragment

Overrides

ethers.utils.Interface.getEvent

Defined in

typechain/StrategyAPI.d.ts:95


getEventTopic

getEventTopic(eventFragment): string

Parameters

Name Type
eventFragment string | EventFragment

Returns

string

Inherited from

ethers.utils.Interface.getEventTopic

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:62


getFunction

getFunction(nameOrSignatureOrSighash): FunctionFragment

Parameters

Name Type
nameOrSignatureOrSighash string

Returns

FunctionFragment

Inherited from

ethers.utils.Interface.getFunction

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:58


getSighash

getSighash(fragment): string

Parameters

Name Type
fragment string | ErrorFragment | FunctionFragment

Returns

string

Inherited from

ethers.utils.Interface.getSighash

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:61


parseError

parseError(data): ErrorDescription

Parameters

Name Type
data BytesLike

Returns

ErrorDescription

Inherited from

ethers.utils.Interface.parseError

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:86


parseLog

parseLog(log): LogDescription

Parameters

Name Type
log Object
log.data string
log.topics string[]

Returns

LogDescription

Inherited from

ethers.utils.Interface.parseLog

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:82


parseTransaction

parseTransaction(tx): TransactionDescription

Parameters

Name Type
tx Object
tx.data string
tx.value? BigNumberish

Returns

TransactionDescription

Inherited from

ethers.utils.Interface.parseTransaction

Defined in

node_modules/ethers/node_modules/@ethersproject/abi/lib/interface.d.ts:78

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