OrigamiLovTokenMorphoManagerMarketAL
Verified contract
Active on
Ethereum with 158 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0340…3e3b
Balances ($0.00)
No balances found for "OrigamiLovTokenMorphoManagerMarketAL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21019514 | a month ago | | | 0 | 0.0077502030 | |
| 21019484 | a month ago | | | 0 | 0.0093388297 | |
| 21019225 | a month ago | | | 0 | 0.0084703532 | |
| 21019176 | a month ago | | | 0 | 0.012966799 | |
| 21019121 | a month ago | | | 0 | 0.0069433707 | |
| 21019072 | a month ago | | | 0 | 0.0067015096 | |
| 21019016 | a month ago | | | 0 | 0.0079791186 | |
| 21018846 | a month ago | | | 0 | 0.0083581260 | |
| 21018791 | a month ago | | | 0 | 0.0082443395 | |
| 21018736 | a month ago | | | 0 | 0.0079548836 |
ABI
ABI objects
Getter at block 21249279 assetToLiabilityRatio() view returns (uint128) getDynamicFeesBps() view returns (uint256 depositFeeBps, uint256 exitFeeBps)
PRECISION() view returns (uint256)
1000000000000000000
acceptedExitTokens() view returns (address[] tokens)
[0xAE5099C39f023C91d3dd55244CAFB36225B0850E]
acceptedInvestTokens() view returns (address[] tokens)
[0xAE5099C39f023C91d3dd55244CAFB36225B0850E]
allowAll() view returns (bool)
true
areExitsPaused() view returns (bool)
false
areInvestmentsPaused() view returns (bool)
true
baseToken() view returns (address)
0xae5099c39f023c91d3dd55244cafb36225b0850e
borrowLend() view returns (address)
0x03401161fc7785c86ee5cd96560711a677533e3b
debtToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
debtTokenToReserveTokenOracle() view returns (address)
0x76bb10fa166a53941634ed26f5da0e129cc3433c
dynamicFeeOracleBaseToken() view returns (address)
0xae5099c39f023c91d3dd55244cafb36225b0850e
dynamicFeePriceOracle() view returns (address)
0x76bb10fa166a53941634ed26f5da0e129cc3433c
getFeeConfig() view returns (uint64, uint64, uint64)
(0, 0, 0)
lovToken() view returns (address)
0xb9dad3693aeac9025cb24a47afa6930539877187
morphoALToMarketALOracle() view returns (address)
0x76bb10fa166a53941634ed26f5da0e129cc3433c
owner() view returns (address)
0x781b4c57100738095222bd92d37b07ed034ab696
rebalanceALRange() view returns (uint128 floor, uint128 ceiling)
(floor=1190500000000000000, ceiling=340282366920938463463374607431768211455)
reserveToken() view returns (address)
0xae5099c39f023c91d3dd55244cafb36225b0850e
reservesBalance() view returns (uint256)
219352074230204959
userALRange() view returns (uint128 floor, uint128 ceiling)
(floor=1183500000000000000, ceiling=340282366920938463463374607431768211455)
Read-only
allowedAccounts(address account) view returns (bool allowed)
assetsAndLiabilities(uint8 debtPriceType) view returns (uint256, uint256, uint256)
effectiveExposure(uint8 debtPriceType) view returns (uint128)
exitQuote(uint256 investmentAmount, address toToken, uint256 maxSlippageBps, uint256 deadline) view returns (struct IOrigamiInvestmentExitQuoteData quoteData, uint256[] exitFeeBps)
explicitFunctionAccess(address, bytes4) view returns (bool)
investQuote(uint256 fromTokenAmount, address fromToken, uint256 maxSlippageBps, uint256 deadline) view returns (struct IOrigamiInvestmentInvestQuoteData quoteData, uint256[] investFeeBps)
isPauser(address account) view returns (bool canPause)
liabilities(uint8 debtPriceType) view returns (uint256)
maxExit(address toToken) view returns (uint256 sharesAmount)
maxInvest(address fromToken) view returns (uint256 fromTokenAmount)
pausers(address account) view returns (bool canPause)
reservesToShares(uint256 reserves, uint8 debtPriceType) view returns (uint256)
sharesToReserves(uint256 shares, uint8 debtPriceType) view returns (uint256)
userRedeemableReserves(uint8 debtPriceType) view returns (uint256)
State-modifying
Events acceptOwner()
exitToToken(address, struct IOrigamiInvestmentExitQuoteData quoteData, address recipient) returns (uint256 toTokenAmount, uint256 toBurnAmount)
forceRebalanceDown(struct IOrigamiLovTokenMorphoManagerRebalanceDownParams params)
forceRebalanceUp(struct IOrigamiLovTokenMorphoManagerRebalanceUpParams params)
investWithToken(address account, struct IOrigamiInvestmentInvestQuoteData quoteData) returns (uint256 investmentAmount)
proposeNewOwner(address account)
rebalanceDown(struct IOrigamiLovTokenMorphoManagerRebalanceDownParams params)
rebalanceUp(struct IOrigamiLovTokenMorphoManagerRebalanceUpParams params)
recoverToken(address token, address to, uint256 amount)
setAllowAccount(address account, bool value)
setAllowAll(bool value)
setBorrowLend(address _address)
setExplicitAccess(address allowedCaller, struct IOrigamiElevatedAccessExplicitAccess[] access)
setFeeConfig(uint16 minDepositFeeBps, uint16 minExitFeeBps, uint24 feeLeverageFactor)
setMorphoALToMarketALOracle(address _morphoALToMarketALOracle)
setOracles(address _debtTokenToReserveTokenOracle, address _dynamicFeePriceOracle)
setPaused(struct IOrigamiManagerPausablePaused updatedPaused)
setPauser(address account, bool canPause)
setRebalanceALRange(uint128 floor, uint128 ceiling)
setUserALRange(uint128 floor, uint128 ceiling)
AllowAccountSet(address indexed account, bool value)
AllowAllSet(bool value)
BorrowLendSet(address indexed addr)
ExplicitAccessSet(address indexed account, bytes4 indexed fnSelector, bool indexed value)
FeeConfigSet(uint16 maxExitFeeBps, uint16 minExitFeeBps, uint24 feeLeverageFactor)
InKindFees(uint8 feeType, uint256 feeBps, uint256 feeAmount)
MorphoALToMarketALOracleSet(address indexed morphoALToMarketALOracle)
NewOwnerAccepted(address indexed oldOwner, address indexed newOwner)
NewOwnerProposed(address indexed oldOwner, address indexed oldProposedOwner, address indexed newProposedOwner)
OraclesSet(address indexed debtTokenToReserveTokenOracle, address indexed dynamicFeePriceOracle)
PausedSet(struct IOrigamiManagerPausablePaused paused)
PauserSet(address indexed account, bool canPause)
Rebalance(int256 collateralChange, int256 debtChange, uint256 alRatioBefore, uint256 alRatioAfter)
RebalanceALRangeSet(uint128 floor, uint128 ceiling)
UserALRangeSet(uint128 floor, uint128 ceiling)
constructor(address _initialOwner, address _reserveToken_, address _debtToken_, address _dynamicFeeOracleBaseToken, address _lovToken, address _borrowLend, address _morphoALToMarketALOracle)
This contract contains no fallback and receive objects.
ALTooHigh(uint128 ratioBefore, uint128 ratioAfter, uint128 maxRatio)
ALTooLow(uint128 ratioBefore, uint128 ratioAfter, uint128 minRatio)
ExpectedNonZero()
InvalidAccess()
InvalidAddress(address addr)
InvalidAmount(address token, uint256 amount)
InvalidParam()
InvalidRange(uint128 floor, uint128 ceiling)
InvalidToken(address token)
IsPaused()
NoAvailableReserves()
Overflow(uint256 amount)
PRBMath_MulDiv_Overflow(uint256 x, uint256 y, uint256 denominator)
Slippage(uint256 minAmountExpected, uint256 actualAmount)