LooksRareStakingStrategyMainnet_LOOKS
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
17
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "LooksRareStakingStrategyMainnet_LOOKS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LooksRareStakingStrategyMainnet_LOOKS"
ABI
ABI objects
Getter at block 21424768 controller() view returns (address) governance() view returns (address) investedUnderlyingBalance() view returns (uint256)
allowedRewardClaimable() view returns (bool)
false
depositArbCheck() view returns (bool)
true
multiSig() view returns (address)
0x0000000000000000000000000000000000000000
nextImplementation() view returns (address)
0x0000000000000000000000000000000000000000
nextImplementationDelay() view returns (uint256)
0
nextImplementationTimestamp() view returns (uint256)
0
pausedInvesting() view returns (bool)
false
profitSharingDenominator() view returns (uint256)
0
profitSharingNumerator() view returns (uint256)
0
rewardPool() view returns (address)
0x0000000000000000000000000000000000000000
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
sell() view returns (bool)
false
sellFloor() view returns (uint256)
0
shouldUpgrade() view returns (bool, address)
(false, 0x0000000000000000000000000000000000000000)
underlying() view returns (address)
0x0000000000000000000000000000000000000000
universalLiquidator() view returns (address)
0x0000000000000000000000000000000000000000
universalLiquidatorRegistry() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
storedLiquidationDexes(address, address, uint256) view returns (bytes32)
storedLiquidationPaths(address, address, uint256) view returns (address)
unsalvagableTokens(address token) view returns (bool)
State-modifying
Events configureLiquidation(address[] path, bytes32[] dexes)
continueInvesting()
doHardWork()
emergencyExit()
finalizeUpgrade()
initialize(address _storage)
initialize(address _storage, address _underlying, address _vault, address _rewardPool, address _rewardToken, uint256 _profitSharingNumerator, uint256 _profitSharingDenominator, bool _sell, uint256 _sellFloor, uint256 _implementationChangeDelay, address _universalLiquidatorRegistry)
initializeBaseStrategy(address _storage, address _underlying, address _vault, address _rewardPool, address _rewardToken)
initializeStrategy(address _storage, address _vault)
salvage(address recipient, address token, uint256 amount)
scheduleUpgrade(address impl)
setSell(bool s)
setSellFloor(uint256 floor)
setStorage(address _store)
withdrawAllToVault()
withdrawToVault(uint256 amount)
ProfitAndBuybackLog(uint256 profitAmount, uint256 feeAmount, uint256 timestamp)
ProfitLogInReward(uint256 profitAmount, uint256 feeAmount, uint256 timestamp)
ProfitsNotCollected(bool sell, bool floor)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.