Liquid Staked ETH
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "Liquid Staked ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18826355 | a year ago | | | 0.01 | 0.0070942843 |
ABI
ABI objects
Getter at block 20795229 getCurrentEpochId() view returns (uint256) getCurrentFrame() view returns (uint256 _startEpochId, uint256 _startTime, uint256 _endTime) getExpectedEpochId() view returns (uint256)
DEPOSIT_SIZE() view returns (uint256)
32000000000000000000
PUBLIC_KEY_LENGTH() view returns (uint256)
48
SIGNATURE_LENGTH() view returns (uint256)
96
_DEPOSIT_SIZE() view returns (uint256)
32000000000000000000
decimals() pure returns (uint8)
18
getAdmin() view returns (address)
0x0000000000000000000000000000000000000000
getAllowlist() view returns (address)
0x0000000000000000000000000000000000000000
getBalanceToDeposit() view returns (uint256)
0
getBalanceToRedeem() view returns (uint256)
0
getCLSpec() view returns (struct CLSpecCLSpecStruct)
(0, 0, 0, 0, 0)
getCLValidatorCount() view returns (uint256)
0
getCLValidatorTotalBalance() view returns (uint256)
0
getCollector() view returns (address)
0x0000000000000000000000000000000000000000
getCommittedBalance() view returns (uint256)
0
getCoverageFund() view returns (address)
0x0000000000000000000000000000000000000000
getDailyCommittableLimits() view returns (struct DailyCommittableLimitsDailyCommittableLimitsStruct)
(0, 0)
getDepositedValidatorCount() view returns (uint256)
0
getELFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
getGlobalFee() view returns (uint256)
0
getLastCompletedEpochId() view returns (uint256)
0
getLastConsensusLayerReport() view returns (struct IOracleManagerV1StoredConsensusLayerReport)
(0, 0, 0, 0, 0, 0, false, false)
getMetadataURI() view returns (string)
getOperatorsRegistry() view returns (address)
0x0000000000000000000000000000000000000000
getOracle() view returns (address)
0x0000000000000000000000000000000000000000
getPendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
getRedeemManager() view returns (address)
0x0000000000000000000000000000000000000000
getReportBounds() view returns (struct ReportBoundsReportBoundsStruct)
(0, 0)
getTime() view returns (uint256)
1726876679
getWithdrawalCredentials() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() pure returns (string)
Liquid Staked ETH
symbol() pure returns (string)
LsETH
totalSupply() view returns (uint256)
0
totalUnderlyingSupply() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balanceOfUnderlying(address _owner) view returns (uint256)
getFrameFirstEpochId(uint256 _epochId) view returns (uint256)
isValidEpoch(uint256 _epoch) view returns (bool)
resolveRedeemRequests(uint32[] _redeemRequestIds) view returns (int64[] withdrawalEventIds)
sharesFromUnderlyingBalance(uint256 _underlyingAssetAmount) view returns (uint256)
underlyingBalanceFromShares(uint256 _shares) view returns (uint256)
State-modifying
Events acceptAdmin()
approve(address _spender, uint256 _value) returns (bool)
claimRedeemRequests(uint32[] _redeemRequestIds, uint32[] _withdrawalEventIds) returns (uint8[] claimStatuses)
decreaseAllowance(address _spender, uint256 _subtractableValue) returns (bool)
deposit() payable
depositAndTransfer(address _recipient) payable
depositToConsensusLayer(uint256 _maxCount)
increaseAllowance(address _spender, uint256 _additionalValue) returns (bool)
initRiverV1(address _depositContractAddress, address _elFeeRecipientAddress, bytes32 _withdrawalCredentials, address _oracleAddress, address _systemAdministratorAddress, address _allowlistAddress, address _operatorRegistryAddress, address _collectorAddress, uint256 _globalFee)
initRiverV1_1(address _redeemManager, uint64 _epochsPerFrame, uint64 _slotsPerEpoch, uint64 _secondsPerSlot, uint64 _genesisTime, uint64 _epochsToAssumedFinality, uint256 _annualAprUpperBound, uint256 _relativeLowerBound, uint128 _minDailyNetCommittableAmount_, uint128 _maxDailyRelativeCommittableAmount_)
initRiverV1_2()
proposeAdmin(address _newAdmin)
requestRedeem(uint256 _lsETHAmount, address _recipient) returns (uint32 _redeemRequestId)
sendCLFunds() payable
sendCoverageFunds() payable
sendELFees() payable
sendRedeemManagerExceedingFunds() payable
setAllowlist(address _newAllowlist)
setCLSpec(struct CLSpecCLSpecStruct _newValue)
setCollector(address _newCollector)
setConsensusLayerData(struct IOracleManagerV1ConsensusLayerReport _report)
setCoverageFund(address _newCoverageFund)
setDailyCommittableLimits(struct DailyCommittableLimitsDailyCommittableLimitsStruct _dcl)
setELFeeRecipient(address _newELFeeRecipient)
setGlobalFee(uint256 _newFee)
setMetadataURI(string _metadataURI)
setOracle(address _oracleAddress)
setReportBounds(struct ReportBoundsReportBoundsStruct _newValue)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ConsensusLayerDataUpdate(uint256 validatorCount, uint256 validatorTotalBalance, bytes32 roundId)
Initialize(uint256 version, bytes cdata)
ProcessedConsensusLayerReport(struct IOracleManagerV1ConsensusLayerReport report, struct IOracleManagerV1ConsensusLayerDataReportingTrace trace)
PulledCLFunds(uint256 pulledSkimmedEthAmount, uint256 pullExitedEthAmount)
PulledCoverageFunds(uint256 amount)
PulledELFees(uint256 amount)
PulledRedeemManagerExceedingEth(uint256 amount)
ReportedRedeemManager(uint256 redeemManagerDemand, uint256 suppliedRedeemManagerDemand, uint256 suppliedRedeemManagerDemandInEth)
RewardsEarned(address indexed _collector, uint256 _oldTotalUnderlyingBalance, uint256 _oldTotalSupply, uint256 _newTotalUnderlyingBalance, uint256 _newTotalSupply)
SetAdmin(address indexed admin)
SetAllowlist(address indexed allowlist)
SetBalanceCommittedToDeposit(uint256 oldAmount, uint256 newAmount)
SetBalanceToDeposit(uint256 oldAmount, uint256 newAmount)
SetBalanceToRedeem(uint256 oldAmount, uint256 newAmount)
SetBounds(uint256 annualAprUpperBound, uint256 relativeLowerBound)
SetCollector(address indexed collector)
SetCoverageFund(address indexed coverageFund)
SetDepositContractAddress(address indexed depositContract)
SetDepositedValidatorCount(uint256 oldDepositedValidatorCount, uint256 newDepositedValidatorCount)
SetELFeeRecipient(address indexed elFeeRecipient)
SetGlobalFee(uint256 fee)
SetMaxDailyCommittableAmounts(uint256 minNetAmount, uint256 maxRelativeAmount)
SetMetadataURI(string metadataURI)
SetOperatorsRegistry(address indexed operatorRegistry)
SetOracle(address indexed oracleAddress)
SetPendingAdmin(address indexed pendingAdmin)
SetRedeemManager(address redeemManager)
SetSpec(uint64 epochsPerFrame, uint64 slotsPerEpoch, uint64 secondsPerSlot, uint64 genesisTime, uint64 epochsToAssumedFinality)
SetTotalSupply(uint256 totalSupply)
SetWithdrawalCredentials(bytes32 withdrawalCredentials)
Transfer(address indexed from, address indexed to, uint256 value)
UserDeposit(address indexed depositor, address indexed recipient, uint256 amount)
This contract contains no constructor objects.
fallback()
receive()
AllowanceTooLow(address _from, address _operator, uint256 _allowance, uint256 _value)
BalanceTooLow()
Denied(address account)
EmptyDeposit()
ErrorOnDeposit()
InconsistentPublicKeys()
InconsistentSignatures()
InvalidArgument()
InvalidCall()
InvalidDecreasingValidatorsExitedBalance(uint256 currentValidatorsExitedBalance, uint256 newValidatorsExitedBalance)
InvalidDecreasingValidatorsSkimmedBalance(uint256 currentValidatorsSkimmedBalance, uint256 newValidatorsSkimmedBalance)
InvalidEmptyString()
InvalidEpoch(uint256 epoch)
InvalidFee()
InvalidInitialization(uint256 version, uint256 expectedVersion)
InvalidPublicKeyCount()
InvalidPulledClFundsAmount(uint256 requested, uint256 received)
InvalidSignatureCount()
InvalidValidatorCountReport(uint256 providedValidatorCount, uint256 depositedValidatorCount, uint256 lastReportedValidatorCount)
InvalidWithdrawalCredentials()
InvalidZeroAddress()
NoAvailableValidatorKeys()
NotEnoughFunds()
NullTransfer()
SliceOutOfBounds()
SliceOverflow()
TotalValidatorBalanceDecreaseOutOfBound(uint256 prevTotalEthIncludingExited, uint256 postTotalEthIncludingExited, uint256 timeElapsed, uint256 relativeLowerBound)
TotalValidatorBalanceIncreaseOutOfBound(uint256 prevTotalEthIncludingExited, uint256 postTotalEthIncludingExited, uint256 timeElapsed, uint256 annualAprUpperBound)
Unauthorized(address caller)
UnauthorizedTransfer(address _from, address _to)
ZeroMintedShares()