Lido ARM
Verified contract
Proxy
Active on
Ethereum with 2,220 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 40 additional slots
Balances ($1,621,283.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 488.546343 | $3,305.53 |
$1,614,904.59 | |
stETH | ERC-20 | 1.931362 | $3,302.78 |
$6,378.86 | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244574 | an hour ago | | | 0 | 0.0046350317 | |
| 21244427 | 2 hours ago | | | 0 | 0.0039211380 | |
| 21244278 | 2 hours ago | | | 0 | 0.0042162747 | |
| 21243979 | 3 hours ago | | | 0 | 0.0033118845 | |
| 21243829 | 4 hours ago | | | 0 | 0.0037176566 | |
| 21243382 | 5 hours ago | | | 0 | 0.0032465974 | |
| 21243249 | 5 hours ago | | | 0 | 0.011309691 | |
| 21243170 | 6 hours ago | | | 0 | 0.00046625929 | |
| 21242732 | 7 hours ago | | | 0 | 0.00058669962 | |
| 21242337 | 9 hours ago | | | 0 | 0.0024234667 |
ABI
ABI objects
Getter at block 21244879 feesAccrued() view returns (uint256 fees) totalAssets() view returns (uint256)
admin() view returns (address)
0xbe2ab3d3d8f6a32b96414ebbd865dbd276d3d899
implementation() view returns (address)
0x3d724176c8f1f965ef4020cb5da5ad1a891beef1
owner() view returns (address)
0xbe2ab3d3d8f6a32b96414ebbd865dbd276d3d899
FEE_SCALE() view returns (uint256)
10000
MAX_CROSS_PRICE_DEVIATION() view returns (uint256)
2000000000000000000000000000000000
PRICE_SCALE() view returns (uint256)
1000000000000000000000000000000000000
baseAsset() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
capManager() view returns (address)
0xf54ebff575f699d281645c6f14fe427dffe629cf
claimDelay() view returns (uint256)
600
claimable() view returns (uint256)
513551133274275419662
crossPrice() view returns (uint256)
999800000000000000000000000000000000
decimals() view returns (uint8)
18
fee() view returns (uint16)
2000
feeCollector() view returns (address)
0xf14bbdf064e3f67f51cd9bd646ae3716ad938fdc
lastAvailableAssets() view returns (int128)
2489987238437143689257
lidoWithdrawalQueue() view returns (address)
0x889edc2edab5f40e902b864ad4d7ade8e412f9b1
lidoWithdrawalQueueAmount() view returns (uint256)
2000002473056166817945
liquidityAsset() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
name() view returns (string)
Lido ARM
nextWithdrawalIndex() view returns (uint256)
13
operator() view returns (address)
0x39878253374355dbcc15c86458f084fb6f2d6de7
owner() view returns (address)
0xbe2ab3d3d8f6a32b96414ebbd865dbd276d3d899
steth() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
symbol() view returns (string)
ARM-WETH-stETH
token0() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token1() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
totalSupply() view returns (uint256)
2472771152760421153460
traderate0() view returns (uint256)
1000100010001000100010001000100010001
traderate1() view returns (uint256)
999750000000000000000000000000000000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
withdrawsClaimed() view returns (uint128)
25004790682013819279
withdrawsQueued() view returns (uint128)
25019924517128082415
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256 assets)
convertToShares(uint256 assets) view returns (uint256 shares)
previewDeposit(uint256 assets) view returns (uint256 shares)
previewRedeem(uint256 shares) view returns (uint256 assets)
withdrawalRequests(uint256 requestId) view returns (address withdrawer, bool claimed, uint40 claimTimestamp, uint128 assets, uint128 queued)
State-modifying
Events initialize(address _logic, address _initOwner, bytes _data) payable
setOwner(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
claimLidoWithdrawals(uint256[] requestIds)
claimRedeem(uint256 requestId) returns (uint256 assets)
collectFees() returns (uint256 fees)
deposit(uint256 assets) returns (uint256 shares)
deposit(uint256 assets, address receiver) returns (uint256 shares)
initialize(string _name, string _symbol, address _operator, uint256 _fee, address _feeCollector, address _capManager)
requestLidoWithdrawals(uint256[] amounts) returns (uint256[] requestIds)
requestRedeem(uint256 shares) returns (uint256 requestId, uint256 assets)
setCapManager(address _capManager)
setCrossPrice(uint256 newCrossPrice)
setFee(uint256 _fee)
setFeeCollector(address _feeCollector)
setOperator(address newOperator)
setOwner(address newOwner)
setPrices(uint256 buyT1, uint256 sellT1)
swapExactTokensForTokens(address inToken, address outToken, uint256 amountIn, uint256 amountOutMin, address to)
swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline) returns (uint256[] amounts)
swapTokensForExactTokens(address inToken, address outToken, uint256 amountOut, uint256 amountInMax, address to)
swapTokensForExactTokens(uint256 amountOut, uint256 amountInMax, address[] path, address to, uint256 deadline) returns (uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
CapManagerUpdated(address indexed capManager)
ClaimLidoWithdrawals(uint256[] requestIds)
CrossPriceUpdated(uint256 crossPrice)
Deposit(address indexed owner, uint256 assets, uint256 shares)
FeeCollected(address indexed feeCollector, uint256 fee)
FeeCollectorUpdated(address indexed newFeeCollector)
FeeUpdated(uint256 fee)
Initialized(uint64 version)
OperatorChanged(address newAdmin)
RedeemClaimed(address indexed withdrawer, uint256 indexed requestId, uint256 assets)
RedeemRequested(address indexed withdrawer, uint256 indexed requestId, uint256 assets, uint256 queued, uint256 claimTimestamp)
RequestLidoWithdrawals(uint256[] amounts, uint256[] requestIds)
TraderateChanged(uint256 traderate0, uint256 traderate1)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
NotInitializing()
SafeCastOverflowedIntDowncast(uint8 bits, int256 value)
SafeCastOverflowedIntToUint(int256 value)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
SafeCastOverflowedUintToInt(uint256 value)