LiquityDCAStrategy
Verified contract
Active on
Ethereum with 217 txns
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x6601…21bb
0x6dea…c54d
0x81c4…3dd7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LQTY | ERC-20 | 0.000001 | $1.081 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19639494 | 7 months ago | | | 0 | 0.0057069532 | |
| 19639490 | 7 months ago | | | 0 | 0.0046629603 | |
| 19639479 | 7 months ago | | | 0 | 0.0049335622 | |
| 19639462 | 7 months ago | | | 0 | 0.0049995589 | |
| 19639421 | 7 months ago | | | 0 | 0.0063265738 | |
| 19639412 | 7 months ago | | | 0 | 0.013588443 | |
| 17231880 | 2 years ago | | | 0 | 0.016736547 | |
| 17191471 | 2 years ago | | | 0 | 0.027465853 | |
| 17188990 | 2 years ago | | | 0 | 0.023597430 | |
| 17166900 | 2 years ago | | | 0 | 0.019288590 |
ABI
ABI objects
Getter at block 21193460
CURVE_ROUTER() view returns (address)
0x81c46feca27b31f3adc2b91ee4be9717d1cd3dd7
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KEEPER_ROLE() view returns (bytes32)
0xfc8737ab85eb45125971625a9ebdb75cc78e01d5c1fa80c4c6e5203f47bc4fab
LUSD_CURVE_POOL() view returns (address)
0xed279fdd11ca84beef15af5d39bb4d4bee23f0ca
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
SETTINGS_ROLE() view returns (bytes32)
0xfaf9b26485088dee58863e57c46603d6cdcbadc7475ac6d8910fab0ecf603095
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
WETH_CURVE_POOL() view returns (address)
0xd51a44d3fae010294c616388b506acda1bfaae46
curveExchange() view returns (address)
0x81c46feca27b31f3adc2b91ee4be9717d1cd3dd7
hasAssets() view returns (bool)
false
investedAssets() view returns (uint256)
0
isSync() pure returns (bool)
true
lqty() view returns (address)
0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d
minProtectedAssetsPct() view returns (uint16)
10000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
stabilityPool() view returns (address)
0x66017d22b0f8556afdd19fc67041899eb65a21bb
underlying() view returns (address)
0x5f98805a4e8be255a32880fdec7f6728c6568ba0
vault() view returns (address)
0x00c567d2b1e23782d388c8f58e64937ca11cecf1
Read-only
allowedSwapTargets(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events allowSwapTarget(address _swapTarget)
denySwapTarget(address _swapTarget)
grantRole(bytes32 role, address account)
harvest()
initialize(address _vault, address _admin, address _stabilityPool, address _lqty, address _underlying, address _keeper, uint16 _minProtectedAssetsPct, address _curveExchange)
invest()
reinvest(address _swapTarget, uint256 _lqtyAmount, bytes _lqtySwapData, uint256 _ethAmount, bytes _ethSwapData, uint256 _amountOutMin)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMinProtectedAssetsPct(uint16 _pct)
swapLQTYtoETH(address _swapTarget, uint256 _amount, bytes _lqtySwapData, uint256 _ethAmountOutMin)
transferAdminRights(address _newAdmin)
transferYield(address _to, uint256 _amount) returns (uint256)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawToVault(uint256 amount) returns (uint256)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StrategyInvested(uint256 amount)
StrategyReinvested(uint256 amountInLUSD)
StrategyWithdrawn(uint256 amount)
StrategyYieldTransferred(address to, uint256 amount)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
receive()
StrategyAdminCannotBe0Address()
StrategyAmountZero()
StrategyCallerNotAdmin()
StrategyCallerNotKeeper()
StrategyCallerNotManager()
StrategyCallerNotSettings()
StrategyCannotTransferAdminRightsToSelf()
StrategyCurveExchangeCannotBe0Address()
StrategyETHSwapFailed()
StrategyETHTransferFailed(address to)
StrategyInsufficientOutputAmount()
StrategyKeeperCannotBe0Address()
StrategyLQTYSwapFailed()
StrategyLQTYtoETHSwapFailed()
StrategyMinimumAssetsProtection()
StrategyNoUnderlying()
StrategyNotEnoughETH()
StrategyNotEnoughLQTY()
StrategyNotEnoughShares()
StrategyNotIVault()
StrategyNotRunning()
StrategyNothingToReinvest()
StrategyStabilityPoolCannotBe0Address()
StrategySwapDataEmpty()
StrategySwapTargetCannotBe0Address()
StrategySwapTargetNotAllowed()
StrategyUnderlyingCannotBe0Address()
StrategyYieldTokenCannotBe0Address()
VaultAdminCannotBe0Address()
VaultAmountDoesNotMatchParams()
VaultAmountLocked()
VaultCallerNotAdmin()
VaultCallerNotKeeper()
VaultCallerNotSettings()
VaultCallerNotSponsor()
VaultCannotComputeSharesWithoutPrincipal()
VaultCannotDeposit0()
VaultCannotDepositWhenClaimerInDebt()
VaultCannotDepositWhenYieldNegative()
VaultCannotSponsor0()
VaultCannotTransferAdminRightsToSelf()
VaultCannotWithdrawMoreThanAvailable()
VaultCannotWithdrawWhenYieldNegative()
VaultClaimPercentageCannotBe0()
VaultClaimerCannotBe0()
VaultClaimsDontAddUp()
VaultDepositLocked()
VaultDepositNameTooShort()
VaultDestinationCannotBe0Address()
VaultInvalidImmediateInvestLimitPct()
VaultInvalidInvestPct()
VaultInvalidLockPeriod()
VaultInvalidLossTolerance()
VaultInvalidMinLockPeriod()
VaultInvalidPerformanceFee()
VaultInvalidVault()
VaultMustUseForceWithdrawToAcceptLosses()
VaultNoPerformanceFee()
VaultNoYieldToClaim()
VaultNotAllowed()
VaultNotDeposit()
VaultNotEnoughFunds()
VaultNotEnoughToRebalance()
VaultNotOwnerOfDeposit()
VaultNotSponsor()
VaultNothingToDo()
VaultSenderNotOwnerOfGroupId()
VaultStrategyHasInvestedFunds()
VaultStrategyNotSet()
VaultTreasuryCannotBe0Address()
VaultUnderlyingCannotBe0Address()