TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 12,855 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x947c…5ec7
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($46,697,169.44)
Native
Value
$2,729,395.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 826.9393 | $3,300.60 |
$2,729,395.85 | |
rsETH | ERC-20 | 12.248409K | $3,401.57 |
$41,663,821.93 | |
stETH | ERC-20 | 583.061131 | $3,301.83 |
$1,925,168.73 | |
ETHx | ERC-20 | 81.574062 | $3,455.19 |
$281,853.88 | |
sfrxETH | ERC-20 | 26.613213 | $3,642.14 |
$96,929.05 | |
$ | ERC-20 | 50K | -- | -- | |
0x9f18…b6a3 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244729 | an hour ago | | | 0 | 0.0091657086 | |
| 21244516 | 2 hours ago | | | 0 | 0.0012452385 | |
| 21244294 | 2 hours ago | | | 0 | 0.012224659 | |
| 21244123 | 3 hours ago | | | 0 | 0.0011676041 | |
| 21243688 | 4 hours ago | | | 0 | 0.0013773683 | |
| 21243552 | 5 hours ago | | | 0 | 0.0017810684 | |
| 21243545 | 5 hours ago | | | 0 | 0.015047296 | |
| 21243082 | 6 hours ago | | | 0 | 0.010344532 | |
| 21243016 | 7 hours ago | | | 0 | 0.0081753144 | |
| 21242993 | 7 hours ago | | | 0 | 0.00075552832 |
ABI
ABI objects
Getter at block 21245001
lrtConfig() view returns (address)
0x947cb49334e6571ccbfef1f1f1178d8469d65ec7
paused() view returns (bool)
false
withdrawalDelayBlocks() view returns (uint256)
7200
Read-only
assetsCommitted(address asset) view returns (uint256 amount)
getAvailableAssetAmount(address asset) view returns (uint256 availableAssetAmount)
getExpectedAssetAmount(address asset, uint256 amount) view returns (uint256 underlyingToReceive)
getRequestId(address asset, uint256 requestIndex) pure returns (bytes32)
getUserWithdrawalRequest(address asset, address user, uint256 userIndex) view returns (uint256 rsETHAmount, uint256 expectedAssetAmount, uint256 withdrawalStartBlock, uint256 userNonce)
minRsEthAmountToWithdraw(address asset) view returns (uint256)
nextLockedNonce(address asset) view returns (uint256 requestNonce)
nextUnusedNonce(address asset) view returns (uint256 nonce)
userAssociatedNonces(address asset, address user) view returns (uint128 _begin, uint128 _end)
withdrawalRequests(bytes32 requestId) view returns (uint256 rsETHUnstaked, uint256 expectedAssetAmount, uint256 withdrawalStartBlock)
State-modifying
Events completeWithdrawal(address asset, string referralId)
initialize(address lrtConfigAddr)
initiateWithdrawal(address asset, uint256 rsETHUnstaked, string referralId)
pause()
receiveFromLRTUnstakingVault() payable
setMinRsEthAmountToWithdraw(address asset, uint256 minRsEthAmountToWithdraw_)
setWithdrawalDelayBlocks(uint256 withdrawalDelayBlocks_)
unlockQueue(address asset, uint256 firstExcludedIndex, uint256 minimumAssetPrice, uint256 minimumRsEthPrice, uint256 maximumAssetPrice, uint256 maximumRsEthPrice) returns (uint256 rsETHBurned, uint256 assetAmountUnlocked)
unpause()
updateLRTConfig(address lrtConfigAddr)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AssetUnlocked(address indexed asset, uint256 rsEthAmount, uint256 assetAmount, uint256 rsEThPrice, uint256 assetPrice)
AssetWithdrawalFinalized(address indexed withdrawer, address indexed asset, uint256 amountBurned, uint256 amountReceived)
AssetWithdrawalQueued(address indexed withdrawer, address indexed asset, uint256 rsETHUnstaked, uint256 indexed userNonce)
EtherReceived(address indexed depositor, uint256 ethAmount, uint256 sharesAmount)
Initialized(uint8 version)
MinAmountToWithdrawUpdated(address asset, uint256 minRsEthAmountToWithdraw)
Paused(address account)
ReferralIdEmitted(string referralId)
Unpaused(address account)
UpdatedLRTConfig(address indexed lrtConfig)
WithdrawalDelayBlocksUpdated(uint256 withdrawalDelayBlocks)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
AmountMustBeGreaterThanZero()
AssetNotSupported()
AssetPriceOutOfPriceRange(uint256 assetPrice)
CallerNotLRTConfigAdmin()
CallerNotLRTConfigAllowedRole(string role)
CallerNotLRTConfigManager()
CallerNotLRTConfigOperator()
EthTransferFailed()
ExceedAmountToWithdraw()
ExceedWithdrawalDelay()
InvalidAmountToWithdraw()
NoPendingWithdrawals()
QueueEmpty()
QueueFull()
QueueOutOfBounds()
RsETHPriceOutOfPriceRange(uint256 rsEthPrice)
StrategyNotSupported()
TokenTransferFailed()
ValueAlreadyInUse()
WithdrawalDelayNotPassed()
WithdrawalLocked()
ZeroAddressNotAllowed()