OrigamiLovTokenMorphoManager
Verified contract
Active on
Ethereum with 95 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb48a…6df2
0x784f…831d
0x39cf…32f5
Balances ($0.00)
No balances found for "OrigamiLovTokenMorphoManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130670 | 4 days ago | | | 0 | 0.010701111 | |
| 21109798 | 7 days ago | | | 0 | 0.0045830200 | |
| 21100106 | 8 days ago | | | 0 | 0.0045736300 | |
| 21097866 | 8 days ago | | | 0 | 0.0062743200 | |
| 21097359 | 8 days ago | | | 0 | 0.0062488800 | |
| 21097055 | 8 days ago | | | 0 | 0.0064216400 | |
| 21096757 | 8 days ago | | | 0 | 0.0064049700 | |
| 21083755 | 10 days ago | | | 0 | 0.0058554271 | |
| 21077544 | 11 days ago | | | 0 | 0.0078053075 | |
| 21075104 | 12 days ago | | | 0 | 0.0084450161 |
ABI
ABI objects
Getter at block 21157581 assetToLiabilityRatio() view returns (uint128) getDynamicFeesBps() view returns (uint256 depositFeeBps, uint256 exitFeeBps)
PRECISION() view returns (uint256)
1000000000000000000
acceptedExitTokens() view returns (address[] tokens)
[0x9D39A5DE30e57443BfF2A8307A4256c8797A3497]
acceptedInvestTokens() view returns (address[] tokens)
[0x9D39A5DE30e57443BfF2A8307A4256c8797A3497]
allowAll() view returns (bool)
true
areExitsPaused() view returns (bool)
false
areInvestmentsPaused() view returns (bool)
false
baseToken() view returns (address)
0x9d39a5de30e57443bff2a8307a4256c8797a3497
borrowLend() view returns (address)
0xb48ac9c5585e5f3c88c63cf9bcbaedc921f76df2
debtToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
debtTokenToReserveTokenOracle() view returns (address)
0x784f75c39bd7d3ebc377e64991e99178341c831d
dynamicFeeOracleBaseToken() view returns (address)
0x4c9edd5852cd905f086c759e8383e09bff1e68b3
dynamicFeePriceOracle() view returns (address)
0x39cfdbefe1e7ccf0665675a3c3f6469b61dd32f5
getFeeConfig() view returns (uint64, uint64, uint64)
(0, 200, 50000)
lovToken() view returns (address)
0x7fc862a47bbcde3812ca772ae851d0a9d1619eda
owner() view returns (address)
0x781b4c57100738095222bd92d37b07ed034ab696
rebalanceALRange() view returns (uint128 floor, uint128 ceiling)
(floor=1190500000000000000, ceiling=1333400000000000000)
reserveToken() view returns (address)
0x9d39a5de30e57443bff2a8307a4256c8797a3497
reservesBalance() view returns (uint256)
1141792326156823347161121
userALRange() view returns (uint128 floor, uint128 ceiling)
(floor=1183500000000000000, ceiling=1428600000000000000)
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)
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)