Ether.fi-Liquid1
Verified contract
Active on
Ethereum with 79,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6a4a…7d73
0x6937…fff5
-
variable spans 1 additional slot
0xde6a…c15d
1 additional
variable
Balances ($0.03)
Native
Value
$0.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000008 | $3,315.21 |
$0.03 | |
eETH | ERC-20 | 0 | $3,307.43 |
$0 | |
| ERC-20 | 131.898851M | -- | -- | |
liquidETH | ERC-20 | 33.689692K | -- | -- | |
Pandora GPT | ERC-20 | 1.55 | -- | -- | |
(#751737) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#751736) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#749350) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#740072) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#740071) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274533 | 5 minutes ago | | | 0 | 0.00040153677 | |
| 21274498 | 12 minutes ago | | | 0 | 0.00039951749 | |
| 21274388 | 34 minutes ago | | | 0 | 0.00048988960 | |
| 21274172 | an hour ago | | | 0 | 0.00052172045 | |
| 21273983 | 2 hours ago | | | 0 | 0.00050375440 | |
| 21273913 | 2 hours ago | | | 0 | 0.00060710871 | |
| 21273776 | 3 hours ago | | | 0 | 0.0030071117 | |
| 21273718 | 3 hours ago | | | 0 | 0.00069068854 | |
| 21273614 | 3 hours ago | | | 0 | 0.00070704870 | |
| 21273518 | 3 hours ago | | | 0 | 0.00058085000 |
ABI
ABI objects
Getter at block 21274557 totalAssets() view returns (uint256 assets) totalAssetsWithdrawable() view returns (uint256 assets)
DOMAIN_SEPARATOR() view returns (bytes32)
0x3959e56230166632a285ba1eca657e0bb21e45b2bd570705d743c85fb04bb174
asset() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
authority() view returns (address)
0x6a4abbee0a07f358c7706c78fd7cc2702fc67d73
blockExternalReceiver() view returns (bool)
false
decimals() view returns (uint8)
18
feeData() view returns (uint64 strategistPlatformCut, uint64 platformFee, uint64 lastAccrual, address strategistPayoutAddress)
(strategistPlatformCut=500000000000000000, platformFee=10000000000000000, lastAccrual=0, strategistPayoutAddress=0x5f0e7a424d306e9e310be4f5bb347216e473ae55)
getCreditPositions() view returns (uint32[])
[77777778]
getDebtPositions() view returns (uint32[])
[]
holdingPosition() view returns (uint32)
77777778
ignorePause() view returns (bool)
false
isPaused() view returns (bool)
false
isShutdown() view returns (bool)
true
locked() view returns (bool)
false
name() view returns (string)
Ether.fi-Liquid1
owner() view returns (address)
0xcea8039076e35a825854c5c2f85659430b06ec96
priceRouter() view returns (address)
0x693799805b502264f9365440b93c113d86a4fff5
registry() view returns (address)
0x37912f4c0f0d916890ebd755bf6d1f0a0e059bbd
sharePriceOracle() view returns (address)
0xde6a8e421300fb785622a7ac0d487274333bc15d
shareSupplyCap() view returns (uint192)
6277101735386680763835789423207666416102355444464034512895
symbol() view returns (string)
LQIDETHFIV1
totalSupply() view returns (uint256)
33689692317644891520804
Read-only
allowance(address, address) view returns (uint256)
alternativeAssetData(address) view returns (bool isSupported, uint32 holdingPosition, uint32 depositFee)
balanceOf(address) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256 assets)
convertToShares(uint256 assets) view returns (uint256 shares)
isPositionUsed(uint256) view returns (bool)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address owner) view returns (uint256)
maxWithdraw(address owner) view returns (uint256)
nonces(address) view returns (uint256)
previewDeposit(uint256 assets) view returns (uint256 shares)
previewMint(uint256 shares) view returns (uint256 assets)
previewMultiAssetDeposit(address depositAsset, uint256 assets) view returns (uint256 shares)
previewRedeem(uint256 shares) view returns (uint256 assets)
previewWithdraw(uint256 assets) view returns (uint256 shares)
State-modifying
Events addAdaptorToCatalogue(address adaptor)
addPosition(uint32 index, uint32 positionId, bytes configurationData, bool inDebtArray)
addPositionToCatalogue(uint32 positionId)
approve(address spender, uint256 amount) returns (bool)
cachePriceRouter(bool checkTotalAssets, uint16 allowableRange, address expectedPriceRouter)
callOnAdaptor(struct CellarAdaptorCall[] data)
decreaseShareSupplyCap(uint192 _newShareSupplyCap)
deposit(uint256 assets, address receiver) returns (uint256 shares)
dropAlternativeAssetData(address _alternativeAsset)
forcePositionOut(uint32 index, uint32 positionId, bool inDebtArray)
increaseShareSupplyCap(uint192 _newShareSupplyCap)
initiateShutdown()
liftShutdown()
mint(uint256 shares, address receiver) returns (uint256 assets)
multiAssetDeposit(address depositAsset, uint256 assets, address receiver) returns (uint256 shares)
multicall(bytes[] data)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
receiveFlashLoan(address[] tokens, uint256[] amounts, uint256[] feeAmounts, bytes userData)
redeem(uint256 shares, address receiver, address owner) returns (uint256 assets)
removeAdaptorFromCatalogue(address adaptor)
removePosition(uint32 index, bool inDebtArray)
removePositionFromCatalogue(uint32 positionId)
setAlternativeAssetData(address _alternativeAsset, uint32 _alternativeHoldingPosition, uint32 _alternativeAssetFee)
setAuthority(address newAuthority)
setHoldingPosition(uint32 positionId)
setRebalanceDeviation(uint256 newDeviation)
setSharePriceOracle(uint256 _registryId, address _sharePriceOracle)
setStrategistPayoutAddress(address payout)
setStrategistPlatformCut(uint64 cut)
swapPositions(uint32 index1, uint32 index2, bool inDebtArray)
toggleIgnorePause()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 assets, address receiver, address owner) returns (uint256 shares)
AdaptorCalled(address adaptor, bytes data)
AdaptorCatalogueAltered(address adaptor, bool inCatalogue)
AlternativeAssetDropped(address asset)
AlternativeAssetUpdated(address asset, uint32 holdingPosition, uint32 depositFee)
Approval(address indexed owner, address indexed spender, uint256 amount)
AuthorityUpdated(address indexed user, address indexed newAuthority)
Deposit(address indexed caller, address indexed owner, uint256 assets, uint256 shares)
MultiAssetDeposit(address indexed caller, address indexed owner, address depositAsset, uint256 assets, uint256 shares)
OwnershipTransferred(address indexed user, address indexed newOwner)
PositionAdded(uint32 position, uint256 index)
PositionCatalogueAltered(uint32 positionId, bool inCatalogue)
PositionRemoved(uint32 position, uint256 index)
PositionSwapped(uint32 newPosition1, uint32 newPosition2, uint256 index1, uint256 index2)
RebalanceDeviationChanged(uint256 oldDeviation, uint256 newDeviation)
SharePriceOracleUpdated(address newOracle)
ShutdownChanged(bool isShutdown)
StrategistPayoutAddressChanged(address oldPayoutAddress, address newPayoutAddress)
StrategistPlatformCutChanged(uint64 oldPlatformCut, uint64 newPlatformCut)
Transfer(address indexed from, address indexed to, uint256 amount)
Withdraw(address indexed caller, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor(address _owner, address _registry, address _asset, string _name, string _symbol, uint32 _holdingPosition, bytes _holdingPositionConfig, uint256 _initialDeposit, uint64 _strategistPlatformCut, uint192 _shareSupplyCap, address _balancerVault)
receive()
CellarWithMultiAssetDeposit__AlternativeAssetFeeTooLarge()
CellarWithMultiAssetDeposit__AlternativeAssetNotSupported()
CellarWithMultiAssetDeposit__CallDataLengthNotSupported()
Cellar__AssetMismatch(address asset, address expectedAsset)
Cellar__CallToAdaptorNotAllowed(address adaptor)
Cellar__CallerNotBalancerVault()
Cellar__ContractNotShutdown()
Cellar__ContractShutdown()
Cellar__DebtMismatch(uint32 position)
Cellar__ExpectedAddressDoesNotMatchActual()
Cellar__ExternalInitiator()
Cellar__FailedToForceOutPosition()
Cellar__IlliquidWithdraw(address illiquidPosition)
Cellar__IncompleteWithdraw(uint256 assetsOwed)
Cellar__InvalidFee()
Cellar__InvalidFeeCut()
Cellar__InvalidHoldingPosition(uint32 positionId)
Cellar__InvalidRebalanceDeviation(uint256 requested, uint256 max)
Cellar__InvalidShareSupplyCap()
Cellar__MinimumConstructorMintNotMet()
Cellar__OracleFailure()
Cellar__Paused()
Cellar__PositionAlreadyUsed(uint32 position)
Cellar__PositionArrayFull(uint256 maxPositions)
Cellar__PositionNotEmpty(uint32 position, uint256 sharesRemaining)
Cellar__PositionNotInCatalogue(uint32 position)
Cellar__PositionNotUsed(uint32 position)
Cellar__RemovingHoldingPosition()
Cellar__SettingValueToRegistryIdZeroIsProhibited()
Cellar__ShareSupplyCapExceeded()
Cellar__TotalAssetDeviatedOutsideRange(uint256 assets, uint256 min, uint256 max)
Cellar__TotalSharesMustRemainConstant(uint256 current, uint256 expected)
Cellar__ZeroAssets()
Cellar__ZeroShares()