StrategyStorage

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x1b779a5f at 14171468
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "StrategyStorage"

No transactions found for "StrategyStorage"


Functions
Getter at block 21199410
adminVault(view returns (address)
0xccf3d848e08b94478ed8f46ffead3008faf581fd
getStrategyCount(view returns (uint256)
0
openToPublic(view returns (bool)
false
Read-only
getPaginatedStrategies(uint256 _pageuint256 _perPageview returns (struct StrategyModelStrategy[])
getStrategy(uint256 _strategyIdview returns (struct StrategyModelStrategy)
strategies(uint256view returns (string nameaddress creatorbool continuous)
State-modifying
changeEditPermission(bool _openToPublic
createStrategy(string _namebytes4[] _triggerIdsbytes4[] _actionIdsuint8[][] _paramMappingbool _continuousreturns (uint256)
kill(
withdrawStuckFunds(address _tokenaddress _receiveruint256 _amount
Events
StrategyCreated(uint256 indexed arg0
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
NoAuthToCreateStrategy(address arg0bool arg1
NonContractCall(
SenderNotAdmin(
SenderNotOwner(