StabilityPool
Verified contract
Active on
Ethereum with 35,146 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c51…01de
0x2417…e007
0xa397…4bb2
0x5f98…8ba0
0x8fdd…41a6
0xd8c9…d816
Balances ($33,732,596.19)
Native
Value
$3,867,104.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.205945K | $3,206.70 |
$3,867,104.48 | |
LUSD | ERC-20 | 30.073938M | $0.9929 |
$29,860,412.96 | |
USDC | ERC-20 | 5.09K | $0.997789 |
$5,078.75 | |
LOFE | ERC-20 | 13.150576K | -- | -- | |
GSTOP | ERC-20 | 100 | -- | -- | |
HQG | ERC-20 | 0.155555 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157096 | 8 hours ago | | | 0 | 0.0038342637 | |
| 21156513 | 10 hours ago | | | 0 | 0.0052798114 | |
| 21156504 | 10 hours ago | | | 0 | 0.0054025122 | |
| 21156497 | 10 hours ago | | | 0 | 0.0054308092 | |
| 21156489 | 10 hours ago | | | 0 | 0.0017099952 | |
| 21156486 | 10 hours ago | | | 0 | 0.0025149096 | |
| 21154124 | 18 hours ago | | | 0 | 0.0015050619 | |
| 21154105 | 18 hours ago | | | 0 | 0.0014652075 | |
| 21154097 | 18 hours ago | | | 0 | 0.00063025210 | |
| 21153627 | 19 hours ago | | | 0 | 0.0046526046 |
ABI
ABI objects
Getter at block 21159364 getEntireSystemColl() view returns (uint256 entireSystemColl) getEntireSystemDebt() view returns (uint256 entireSystemDebt)
BORROWING_FEE_FLOOR() view returns (uint256)
5000000000000000
CCR() view returns (uint256)
1500000000000000000
DECIMAL_PRECISION() view returns (uint256)
1000000000000000000
LUSD_GAS_COMPENSATION() view returns (uint256)
200000000000000000000
MCR() view returns (uint256)
1100000000000000000
MIN_NET_DEBT() view returns (uint256)
1800000000000000000000
NAME() view returns (string)
StabilityPool
P() view returns (uint256)
119129209443316949
PERCENT_DIVISOR() view returns (uint256)
200
SCALE_FACTOR() view returns (uint256)
1000000000
_100pct() view returns (uint256)
1000000000000000000
activePool() view returns (address)
0xdf9eb223bafbe5c5271415c75aecd68c21fe3d7f
borrowerOperations() view returns (address)
0x24179cd81c9e782a4096035f7ec97fb8b783e007
communityIssuance() view returns (address)
0xd8c9d9071123a059c6e0a945cf0e0c82b508d816
currentEpoch() view returns (uint128)
0
currentScale() view returns (uint128)
0
defaultPool() view returns (address)
0x0000000000000000000000000000000000000000
getETH() view returns (uint256)
1205945203677113841099
getTotalLUSDDeposits() view returns (uint256)
30073937922349977768075517
isOwner() view returns (bool)
false
lastETHError_Offset() view returns (uint256)
11653093987931227010932250
lastLQTYError() view returns (uint256)
1694693043417186814224956
lastLUSDLossError_Offset() view returns (uint256)
2441951541765289511081647
lusdToken() view returns (address)
0x5f98805a4e8be255a32880fdec7f6728c6568ba0
owner() view returns (address)
0x0000000000000000000000000000000000000000
priceFeed() view returns (address)
0x4c517d4e2c851ca76d7ec94b805269df0f2201de
sortedTroves() view returns (address)
0x8fdd3fbfeb32b28fb73555518f8b361bcea741a6
troveManager() view returns (address)
0xa39739ef8b0231dbfa0dcda07d7e29faabcf4bb2
Read-only
depositSnapshots(address) view returns (uint256 S, uint256 P, uint256 G, uint128 scale, uint128 epoch)
deposits(address) view returns (uint256 initialValue, address frontEndTag)
epochToScaleToG(uint128, uint128) view returns (uint256)
epochToScaleToSum(uint128, uint128) view returns (uint256)
frontEndSnapshots(address) view returns (uint256 S, uint256 P, uint256 G, uint128 scale, uint128 epoch)
frontEndStakes(address) view returns (uint256)
frontEnds(address) view returns (uint256 kickbackRate, bool registered)
getCompoundedFrontEndStake(address _frontEnd) view returns (uint256)
getCompoundedLUSDDeposit(address _depositor) view returns (uint256)
getDepositorETHGain(address _depositor) view returns (uint256)
getDepositorLQTYGain(address _depositor) view returns (uint256)
getFrontEndLQTYGain(address _frontEnd) view returns (uint256)
State-modifying
Events offset(uint256 _debtToOffset, uint256 _collToAdd)
provideToSP(uint256 _amount, address _frontEndTag)
registerFrontEnd(uint256 _kickbackRate)
setAddresses(address _borrowerOperationsAddress, address _troveManagerAddress, address _activePoolAddress, address _lusdTokenAddress, address _sortedTrovesAddress, address _priceFeedAddress, address _communityIssuanceAddress)
withdrawETHGainToTrove(address _upperHint, address _lowerHint)
withdrawFromSP(uint256 _amount)
ActivePoolAddressChanged(address _newActivePoolAddress)
BorrowerOperationsAddressChanged(address _newBorrowerOperationsAddress)
CommunityIssuanceAddressChanged(address _newCommunityIssuanceAddress)
DefaultPoolAddressChanged(address _newDefaultPoolAddress)
DepositSnapshotUpdated(address indexed _depositor, uint256 _P, uint256 _S, uint256 _G)
ETHGainWithdrawn(address indexed _depositor, uint256 _ETH, uint256 _LUSDLoss)
EpochUpdated(uint128 _currentEpoch)
EtherSent(address _to, uint256 _amount)
FrontEndRegistered(address indexed _frontEnd, uint256 _kickbackRate)
FrontEndSnapshotUpdated(address indexed _frontEnd, uint256 _P, uint256 _G)
FrontEndStakeChanged(address indexed _frontEnd, uint256 _newFrontEndStake, address _depositor)
FrontEndTagSet(address indexed _depositor, address indexed _frontEnd)
G_Updated(uint256 _G, uint128 _epoch, uint128 _scale)
LQTYPaidToDepositor(address indexed _depositor, uint256 _LQTY)
LQTYPaidToFrontEnd(address indexed _frontEnd, uint256 _LQTY)
LUSDTokenAddressChanged(address _newLUSDTokenAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
P_Updated(uint256 _P)
PriceFeedAddressChanged(address _newPriceFeedAddress)
S_Updated(uint256 _S, uint128 _epoch, uint128 _scale)
ScaleUpdated(uint128 _currentScale)
SortedTrovesAddressChanged(address _newSortedTrovesAddress)
StabilityPoolETHBalanceUpdated(uint256 _newBalance)
StabilityPoolLUSDBalanceUpdated(uint256 _newBalance)
TroveManagerAddressChanged(address _newTroveManagerAddress)
UserDepositChanged(address indexed _depositor, uint256 _newDeposit)
This contract contains no constructor objects.
receive()
This contract contains no error objects.