Skip to main content

Strategizable

Strategizable

StrategistUpdated

event StrategistUpdated(address _address)

strategistAddr

address strategistAddr

onlyGovernorOrStrategist

modifier onlyGovernorOrStrategist()

Verifies that the caller is either Governor or Strategist.

setStrategistAddr

function setStrategistAddr(address _address) external

Set address of Strategist

Parameters

NameTypeDescription
_addressaddressAddress of Strategist

_setStrategistAddr

function _setStrategistAddr(address _address) internal

Set address of Strategist

Parameters

NameTypeDescription
_addressaddressAddress of Strategist