LybraStETHVault
Verified contract
Active on
Ethereum with 4,705 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 3.68395K | $3,282.98 |
$12,094,333.55 | |
eUSD | ERC-20 | 50 | $0.978877 |
$48.94 | |
WETH | ERC-20 | 0.006858 | $3,300.93 |
$22.64 | |
$ | ERC-20 | 50K | -- | -- | |
HQG | ERC-20 | 1 | -- | -- | |
(#1) | ERC-1555 | 1 | -- | -- | |
OPT | ERC-20 | 0.28 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263431 | a day ago | | | 0 | 0.0045090001 | |
| 21251132 | 3 days ago | | | 0 | 0.0081249091 | |
| 21250641 | 3 days ago | | | 0 | 0.0084428535 | |
| 21227139 | 6 days ago | | | 0 | 0.0049914596 | |
| 21221956 | 7 days ago | | | 0 | 0.0081003178 | |
| 21221174 | 7 days ago | | | 0 | 0.0052011350 | |
| 21220378 | 7 days ago | | | 0 | 0.0044520474 | |
| 21194628 | 11 days ago | | | 0 | 0.014043907 | |
| 21190303 | 11 days ago | | | 0 | 0.0044412172 | |
| 21183001 | 12 days ago | | | 0 | 0.0037359911 |
ABI
ABI objects
Getter at block 21271650
EUSD() view returns (address)
0xdf3ac4f479375802a821f7b7b46cd7eb5e4262cc
badCollateralRatio() view returns (uint256)
150000000000000000000
collateralAsset() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
configurator() view returns (address)
0xc8353594eeedc5ce5a4544d3d9907b694c4690ff
feeStored() view returns (uint256)
0
getAsset() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
getAsset2EtherExchangeRate() view returns (uint256)
1000000000000000000
getDutchAuctionDiscountPrice() view returns (uint256)
5400
getPoolTotalCirculation() view returns (uint256)
5991956271115883925102812
getVaultType() pure returns (uint8)
0
lastReportTime() view returns (uint256)
1732541795
lidoRebaseTime() view returns (uint256)
43200
totalDepositedAsset() view returns (uint256)
3683949784790683165921
Read-only
checkWithdrawal(address user, uint256 amount) view returns (uint256 withdrawal)
depositedAsset(address) view returns (uint256)
getBorrowedOf(address user) view returns (uint256)
State-modifying
Events burn(address onBehalfOf, uint256 amount)
depositAssetToMint(uint256 assetAmount, uint256 mintAmount)
depositEtherToMint(uint256 mintAmount) payable
excessIncomeDistribution(uint256 stETHAmount)
getAssetPrice() returns (uint256)
liquidation(address provider, address onBehalfOf, uint256 assetAmount)
mint(address onBehalfOf, uint256 amount)
rigidRedemption(address provider, uint256 eusdAmount, uint256 minReceiveAmount)
setLidoRebaseTime(uint256 _time)
superLiquidation(address provider, address onBehalfOf, uint256 assetAmount)
withdraw(address onBehalfOf, uint256 amount)
Burn(address indexed sponsor, address indexed onBehalfOf, uint256 amount, uint256 timestamp)
DepositAsset(address indexed onBehalfOf, address asset, uint256 amount, uint256 timestamp)
DepositEther(address indexed onBehalfOf, address asset, uint256 etherAmount, uint256 assetAmount, uint256 timestamp)
FeeDistribution(address indexed feeAddress, uint256 feeAmount, uint256 timestamp)
LSDValueCaptured(uint256 stETHAdded, uint256 payoutEUSD, uint256 discountRate, uint256 timestamp)
LiquidationRecord(address indexed provider, address indexed keeper, address indexed onBehalfOf, uint256 eusdamount, uint256 liquidateEtherAmount, uint256 keeperReward, bool superLiquidation, uint256 timestamp)
Mint(address indexed sponsor, address indexed onBehalfOf, uint256 amount, uint256 timestamp)
RigidRedemption(address indexed caller, address indexed provider, uint256 eusdAmount, uint256 collateralAmount, uint256 timestamp)
WithdrawAsset(address indexed sponsor, address asset, address indexed onBehalfOf, uint256 amount, uint256 timestamp)
constructor(address _stETH, address _oracle, address _config)
This contract contains no fallback and receive objects.
This contract contains no error objects.