OrigamiLovTokenMorphoManager
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc8a2…e32c
0x39cf…32f5
0x39cf…32f5
Balances ($0.00)
No balances found for "OrigamiLovTokenMorphoManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177322 | 4 days ago | | | 0 | 0.0082484610 | |
| 21113847 | 13 days ago | | | 0 | 0.0020504403 | |
| 21113244 | 13 days ago | | | 0 | 0.0019705247 | |
| 21101666 | 15 days ago | | | 0 | 0.0040236632 | |
| 21101164 | 15 days ago | | | 0 | 0.011950945 | |
| 21100867 | 15 days ago | | | 0 | 0.0037647782 | |
| 21078952 | 18 days ago | | | 0 | 0.0090034484 | |
| 21078663 | 18 days ago | | | 0 | 0.0057021379 | |
| 21077550 | 18 days ago | | | 0 | 0.0039002145 | |
| 21076221 | 18 days ago | | | 0 | 0.0052876224 |
ABI
ABI objects
Getter at block 21207189 assetToLiabilityRatio() view returns (uint128) getDynamicFeesBps() view returns (uint256 depositFeeBps, uint256 exitFeeBps)
PRECISION() view returns (uint256)
1000000000000000000
acceptedExitTokens() view returns (address[] tokens)
[0x4c9EDD5852cd905f086C759E8383e09bff1E68B3]
acceptedInvestTokens() view returns (address[] tokens)
[0x4c9EDD5852cd905f086C759E8383e09bff1E68B3]
allowAll() view returns (bool)
true
areExitsPaused() view returns (bool)
false
areInvestmentsPaused() view returns (bool)
false
baseToken() view returns (address)
0x4c9edd5852cd905f086c759e8383e09bff1e68b3
borrowLend() view returns (address)
0xc8a26a2ddc176e02a8fd67cb3c8548aa6c8be32c
debtToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
debtTokenToReserveTokenOracle() view returns (address)
0x39cfdbefe1e7ccf0665675a3c3f6469b61dd32f5
dynamicFeeOracleBaseToken() view returns (address)
0x4c9edd5852cd905f086c759e8383e09bff1e68b3
dynamicFeePriceOracle() view returns (address)
0x39cfdbefe1e7ccf0665675a3c3f6469b61dd32f5
getFeeConfig() view returns (uint64, uint64, uint64)
(0, 90, 70000)
lovToken() view returns (address)
0x9fa6d162e32a08b323adeae2560f0e44d6dbe53c
owner() view returns (address)
0x781b4c57100738095222bd92d37b07ed034ab696
rebalanceALRange() view returns (uint128 floor, uint128 ceiling)
(floor=1136400000000000000, ceiling=1250000000000000000)
reserveToken() view returns (address)
0x4c9edd5852cd905f086c759e8383e09bff1e68b3
reservesBalance() view returns (uint256)
60010790269953769417248
userALRange() view returns (uint128 floor, uint128 ceiling)
(floor=1123600000000000000, ceiling=1333400000000000000)
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)
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)
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)
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()
PRBMath_MulDiv_Overflow(uint256 x, uint256 y, uint256 denominator)
Slippage(uint256 minAmountExpected, uint256 actualAmount)