SpotManager
State Variables
SpotManagerStorageLocation
bytes32 private constant SpotManagerStorageLocation = 0x95ef178669169c185a874b31b21c7794e00401fe355c9bd013bddba6545f1000;Functions
_getSpotManagerStorage
function _getSpotManagerStorage() private pure returns (SpotManagerStorage storage $);authCaller
modifier authCaller(address authorized);initialize
function initialize(address _owner, address _strategy, address[] calldata _assetToProductSwapPath)
external
initializer;_setManualSwapPath
buy
Name
Type
Description
sell
Name
Type
Description
exposure
uniswapV3SwapCallback
_verifyCallback
strategy
asset
product
Events
SpotBuy
SpotSell
Structs
SpotManagerStorage
Last updated