StrategySushiLpOptimizer
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "StrategySushiLpOptimizer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12143948 | 4 years ago | | | 0 | 0.0030464200 |
ABI
ABI objects
Getter at block 21206742 balanceOf() view returns (uint256) balanceOfWant() view returns (uint256)
MAX_FEE() view returns (uint256)
10000
badgerTree() view returns (address)
0x0000000000000000000000000000000000000000
balanceOfPool() view returns (uint256)
0
baseStrategyVersion() view returns (string)
1.1
chef() view returns (address)
0xc2edad668740f1aa35e4d8f227fb8e17dca888cd
controller() view returns (address)
0x0000000000000000000000000000000000000000
getName() pure returns (string)
StrategySushiLpOptimizer
getProtectedTokens() view returns (address[])
[0x0000000000000000000000000000000000000000, 0x6B3595068778DD592e39A122f4f5a5cF09C90fE2, 0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272, 0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000]
governance() view returns (address)
0x0000000000000000000000000000000000000000
guardian() view returns (address)
0x0000000000000000000000000000000000000000
isTendable() view returns (bool)
true
keeper() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
performanceFeeGovernance() view returns (uint256)
0
performanceFeeStrategist() view returns (uint256)
0
pid() view returns (uint256)
0
strategist() view returns (address)
0x0000000000000000000000000000000000000000
sushi() view returns (address)
0x6b3595068778dd592e39a122f4f5a5cf09c90fe2
uniswap() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
version() pure returns (string)
1.1
want() view returns (address)
0x0000000000000000000000000000000000000000
wbtc() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
withdrawalFee() view returns (uint256)
0
withdrawalMaxDeviationThreshold() view returns (uint256)
0
xsushi() view returns (address)
0x8798249c2e607446efb7ad49ec89dd1865ff4272
Read-only
This contract contains no read-only function objects.
State-modifying
Events __BaseStrategy_init(address _governance, address _strategist, address _controller, address _keeper, address _guardian)
deposit()
harvest() returns (struct StrategySushiLpOptimizerHarvestData)
initialize(address _governance, address _strategist, address _controller, address _keeper, address _guardian, address[2] _wantConfig, uint256 _pid, uint256[3] _feeConfig)
pause()
setController(address _controller)
setGovernance(address _governance)
setGuardian(address _guardian)
setKeeper(address _keeper)
setPerformanceFeeGovernance(uint256 _performanceFeeGovernance)
setPerformanceFeeStrategist(uint256 _performanceFeeStrategist)
setStrategist(address _strategist)
setWithdrawalFee(uint256 _withdrawalFee)
setWithdrawalMaxDeviationThreshold(uint256 _threshold)
tend() returns (struct StrategySushiLpOptimizerTendData)
unpause()
withdraw(uint256 _amount)
withdrawAll() returns (uint256 balance)
withdrawOther(address _asset) returns (uint256 balance)
Harvest(uint256 harvested, uint256 indexed blockNumber)
HarvestState(uint256 xSushiHarvested, uint256 totalxSushi, uint256 toStrategist, uint256 toGovernance, uint256 toBadgerTree, uint256 timestamp, uint256 blockNumber)
Paused(address account)
SetController(address controller)
SetGovernance(address governance)
SetPerformanceFeeGovernance(uint256 performanceFeeGovernance)
SetPerformanceFeeStrategist(uint256 performanceFeeStrategist)
SetStrategist(address strategist)
SetWithdrawalFee(uint256 withdrawalFee)
Tend(uint256 tended)
Unpaused(address account)
Withdraw(uint256 amount)
WithdrawAll(uint256 balance)
WithdrawOther(address token, uint256 amount)
WithdrawState(uint256 toWithdraw, uint256 preWant, uint256 postWant, uint256 withdrawn)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.