TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 544 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x17f8…2bcf
0xc835…90ff
0xec7c…956d
0x3a0e…e569
0x6a2f…f503
20 additional
variables
Balances ($8,231.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eUSD | ERC-20 | 8.305424K | $0.981834 |
$8,154.55 | |
stETH | ERC-20 | 0.025286 | $3,045.85 |
$77.02 | |
esLBR | ERC-20 | 106.430591K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20910437 | a month ago | | | 0 | 0.0064846663 | |
| 20411638 | 4 months ago | | | 0 | 0.000093983483 | |
| 20173872 | 5 months ago | | | 0 | 0.0010267963 | |
| 20039959 | 5 months ago | | | 0 | 0.0089992365 | |
| 19926267 | 6 months ago | | | 0 | 0.0096848780 | |
| 19865585 | 6 months ago | | | 0 | 0.0079467341 | |
| 19844188 | 6 months ago | | | 0 | 0.0054907228 | |
| 19798420 | 6 months ago | | | 0 | 0.0027066285 | |
| 19787488 | 6 months ago | | | 0 | 0.0086273557 | |
| 19767128 | 7 months ago | | | 0 | 0.011190387 |
ABI
ABI objects
Getter at block 21204350
borrowPaused() view returns (bool)
true
borrowRatePerSec() view returns (uint256)
3170979198
collateralRatioIdeal() view returns (uint256)
200000000000000000000
collateralRatioLower() view returns (uint256)
190000000000000000000
collateralRatioUpper() view returns (uint256)
210000000000000000000
esLBRBoost() view returns (address)
0xb31e9e8d666f8a54613a8b2f3a11370a50a25c83
ethlbrLpToken() view returns (address)
0x3a0ef60e803aae8e94f741e7f61c7cbe9501e569
ethlbrStakePool() view returns (address)
0xec7c6cd15d9bd98fc9805e0509e3bb2033c5956d
getMintPool() view returns (address)
0xa980d4c0c2e48d305b582aa439a3575e3de06f0e
globalBorrowRatioThreshold() view returns (uint256)
75000000000000000000
lybraConfigurator() view returns (address)
0xc8353594eeedc5ce5a4544d3d9907b694c4690ff
maxBorrowRatio() view returns (uint256)
85000000000000000000
owner() view returns (address)
0x97b9d90dd1db31ef26ea45843ee3b1ca57d4567d
rewardManager() view returns (address)
0x6a2f2c99d5b99fb8ba280ca6aa56c7a82b6af503
stakePaused() view returns (bool)
false
totalStaked() view returns (uint256)
378981821077602354345
withdrawPaused() view returns (bool)
false
Read-only
borrowed(address, address) view returns (uint256 principal, uint256 interestAmount, uint256 accInterest, uint256 interestTimestamp)
getAccInterest(address _account) view returns (uint256)
getLpValue(uint256 _lpTokenAmount) view returns (uint256)
isValidSignature(bytes32 _hash, bytes _signature) view returns (bytes4)
mintPools(uint256) view returns (address)
staked(address) view returns (uint256)
supplied(address, address) view returns (uint256)
totalBorrowed(address) view returns (uint256)
totalDeposited(address) view returns (uint256)
totalMinted(address) view returns (uint256)
totalSupplied(address) view returns (uint256)
State-modifying
Events addMintPool(address _mintPool)
boostReward(uint256 _settingId, uint256 _amount)
borrowEUSD(uint256 _amount)
claimProtocolRevenue()
claimRebase() returns (uint256)
claimRewards()
delegateVote(address _delegatee)
initializeTest()
monitorBurn(uint256 _amount)
monitorDeposit(uint256 _amount, uint256 _eUSDMintAmount)
monitorMint(uint256 _amount)
monitorWithdraw(uint256 _amount)
renounceOwnership()
repayEUSD(address _account, uint256 _amount)
setBorrowPaused(bool _state)
setCollateralRatioRange(uint256 _lower, uint256 _upper, uint256 _ideal)
setLybraBoost(address _boost)
setLybraConfigurator(address _config)
setLybraLP(address _ethlbrLpToken, address _lpOracle, address _ethlbrStakePool)
setMonitor(address _monitor)
setRewardManager(address _rewardManager)
setStakeLimit(uint256 _valueLimit)
setStakePaused(bool _state)
setSupplyLimit(uint256 _valueLimit)
setWithdrawPaused(bool _state)
stakeLP(uint256 _amount)
supplyETH() payable
supplyStETH(uint256 _amount)
transferOwnership(address newOwner)
unstakeSomeESLBR(uint256 _amount)
withdrawLP(uint256 _amount)
withdrawStETH(uint256 _amount)
withdrawVestingLBR()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CollateralRatioChanged(uint256 newLower, uint256 newUpper, uint256 newIdeal)
Initialized(uint8 version)
LPStakePaused(bool newState)
LPWithdrawPaused(bool newState)
LpStaked(address indexed account, uint256 amount)
LpWithdrew(address indexed account, uint256 amount)
LybraBoostChanged(address _newBoost)
LybraConfiguratorChanged(address _newConfig)
LybraLPChanged(address _newToken, address _newOracle, address _newPool)
MintPoolAdded(address newPool)
MonitorChanged(address newMonitor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardManagerChanged(address newManager)
StakeLimitChanged(uint256 newLimit)
SupplyLimitChanged(uint256 newLimit)
eUSDBorrowPaused(bool newState)
eUSDBorrowed(address indexed account, uint256 amount)
eUSDRepaid(address indexed account, uint256 amount)
stETHSupplied(address indexed account, uint256 amount)
stETHWithdrew(address indexed account, uint256 amount, uint256 punishment)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
BorrowPaused()
ExceedAmountAllowed(uint256 _desired, uint256 _actual)
ExceedLimit()
InsufficientCollateral()
MinLybraDeposit()
StakePaused()
Unauthorized()
WithdrawPaused()