Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xae7a…fe84
0x0b26…dbde
0x142b…81b1
Balances ($1,191,399.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 354.103722 | $3,364.55 |
$1,191,399.68 | |
$ | ERC-20 | 50K | -- | -- | |
BGBG | ERC-20 | 418.984 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- | |
0x9f18…b6a3 | ERC-1555 | 1 | -- | -- | |
OPT | ERC-20 | 0.14 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21263999 | 13 hours ago | | | 0 | 0.0033157949 | |
| 21259091 | a day ago | | | 0 | 0.00041190980 | |
| 21257013 | 2 days ago | | | 0 | 0.00049233244 | |
| 21232740 | 5 days ago | | | 0 | 0.00073448061 | |
| 21231100 | 5 days ago | | | 0 | 0.00089757883 | |
| 21223029 | 6 days ago | | | 0 | 0.00063704179 | |
| 21190237 | 11 days ago | | | 0 | 0.0049387053 | |
| 21190176 | 11 days ago | | | 0 | 0.0032344487 | |
| 21173341 | 13 days ago | | | 0 | 0.00078582452 | |
| 21163678 | 15 days ago | | | 0 | 0.0040383716 |
ABI
ABI objects
Getter at block 21267808
badCollateralRate() view returns (uint256)
150000000000000000000
decimals() pure returns (uint8)
18
eslbrMinter() view returns (address)
0x0b2659734121feb636534213a159ac91691edbde
feeStored() view returns (uint256)
44156487056415281646323
getTotalShares() view returns (uint256)
443525908746355605948359
gov() view returns (address)
0x078dc81e05ceb1e1743b9b5215b3bc83afd9f8c0
keeperRate() view returns (uint8)
1
lastReportTime() view returns (uint256)
1731318899
mintFeeApy() view returns (uint256)
150
name() pure returns (string)
eUSD
redemptionFee() view returns (uint256)
50
safeCollateralRate() view returns (uint256)
170000000000000000000
serviceFeePool() view returns (address)
0x142bd8c799ca74a55680c899cb60f5a56fe581b1
symbol() pure returns (string)
eUSD
totalDepositedEther() view returns (uint256)
282961755350776773350
totalEUSDCirculation() view returns (uint256)
462025419253303638195252
totalSupply() view returns (uint256)
462025419253303638195252
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
depositedEther(address) view returns (uint256)
getBorrowedOf(address user) view returns (uint256)
getMintedEUSDByShares(uint256 _sharesAmount) view returns (uint256)
getSharesByMintedEUSD(uint256 _EUSDAmount) view returns (uint256)
isRedemptionProvider(address user) view returns (bool)
sharesOf(address _account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
becomeRedemptionProvider(bool _bool)
burn(address onBehalfOf, uint256 amount)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
depositEtherToMint(address onBehalfOf, uint256 mintAmount) payable
depositStETHToMint(address onBehalfOf, uint256 stETHamount, uint256 mintAmount)
excessIncomeDistribution(uint256 payAmount)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
liquidation(address provider, address onBehalfOf, uint256 etherAmount)
mint(address onBehalfOf, uint256 amount)
rigidRedemption(address provider, uint256 eusdAmount)
setBorrowApy(uint256 newApy)
setESLBRMinter(address addr)
setGov(address _gov)
setKeeperRate(uint8 newRate)
setLbrStakingPool(address addr)
setRedemptionFee(uint8 newFee)
setSafeCollateralRate(uint256 newRatio)
superLiquidation(address provider, address onBehalfOf, uint256 etherAmount)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
transferShares(address _recipient, uint256 _sharesAmount) returns (uint256)
withdraw(address onBehalfOf, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
BorrowApyChanged(uint256 newApy)
Burn(address sponsor, address indexed onBehalfOf, uint256 amount, uint256 timestamp)
DepositEther(address sponsor, address indexed onBehalfOf, uint256 amount, uint256 timestamp)
ESLBRMinterChanged(address pool, uint256 timestamp)
FeeDistribution(address indexed feeAddress, uint256 feeAmount, uint256 timestamp)
GovernanceAuthorityTransfer(address newGov)
KeeperRateChanged(uint256 newSlippage)
LSDistribution(uint256 stETHAdded, uint256 payoutEUSD, uint256 timestamp)
LiquidationRecord(address provider, address keeper, address indexed onBehalfOf, uint256 eusdamount, uint256 LiquidateEtherAmount, uint256 keeperReward, bool superLiquidation, uint256 timestamp)
Mint(address sponsor, address indexed onBehalfOf, uint256 amount, uint256 timestamp)
RedemptionFeeChanged(uint256 newSlippage)
RedemptionProvider(address user, bool status)
RigidRedemption(address indexed caller, address indexed provider, uint256 eusdAmount, uint256 etherAmount, uint256 timestamp)
SafeCollateralRateChanged(uint256 newRatio)
ServiceFeePoolChanged(address pool, uint256 timestamp)
SharesBurnt(address indexed account, uint256 preRebaseTokenAmount, uint256 postRebaseTokenAmount, uint256 sharesAmount)
Transfer(address indexed from, address indexed to, uint256 value)
TransferShares(address indexed from, address indexed to, uint256 sharesValue)
WithdrawEther(address sponsor, address indexed onBehalfOf, uint256 amount, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.