StabilityPool
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x873a…b1cd
0x9828…4117
0x4a47…df38
0x8cc0…8a71
0x7f21…c7d2
0x3432…64d0
6 additional
variables
Balances ($0.00)
No balances found for "StabilityPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14595621 | 3 years ago | | | 0 | 0.0062137500 |
ABI
ABI objects
Getter at block 21124391 getEntireSystemColl() view returns (uint256 entireSystemColl) getEntireSystemDebt() view returns (uint256 entireSystemDebt)
CCR() view returns (uint256)
1500000000000000000
DECIMAL_PRECISION() view returns (uint256)
1000000000000000000
ETH() view returns (uint256)
0
LUSD_GAS_COMPENSATION() view returns (uint256)
50000000000000000000
MCR() view returns (uint256)
1100000000000000000
MIN_NET_DEBT() view returns (uint256)
50000000000000000000
NAME() view returns (string)
StabilityPool
P() view returns (uint256)
1000000000000000000
PERCENT_DIVISOR() view returns (uint256)
200
SCALE_FACTOR() view returns (uint256)
1000000000
_100pct() view returns (uint256)
1000000000000000000
activePool() view returns (address)
0xa96dd5f11d414114912b6d5693d1fe1794484d4b
borrowerOperations() view returns (address)
0x98280255db799e9ad303a34ebf745ee53b404117
currentEpoch() view returns (uint128)
0
currentScale() view returns (uint128)
0
defaultPool() view returns (address)
0x0000000000000000000000000000000000000000
getBorrowingFeeFloor() view returns (uint256)
0
getETH() view returns (uint256)
0
getMaxBorrowingFee() view returns (uint256)
0
getPriceFeed() view returns (address)
0xe448dd09596cc32677613c14f52fcd72fa0a984b
getRedemptionFeeFloor() view returns (uint256)
1000000000000000
getTotalLUSDDeposits() view returns (uint256)
0
governance() view returns (address)
0x873ae32c00356fa63349e67266c295494cdcb1cd
isOwner() view returns (bool)
false
lastETHError_Offset() view returns (uint256)
0
lastLQTYError() view returns (uint256)
0
lastLUSDLossError_Offset() view returns (uint256)
0
lusdToken() view returns (address)
0x8cc0f052fff7ead7f2edcccac895502e884a8a71
owner() view returns (address)
0x0000000000000000000000000000000000000000
sortedTroves() view returns (address)
0x7f21be4dac5a851a060dad4eeca2a92c7e2cc7d2
totalLUSDDeposits() view returns (uint256)
0
troveManager() view returns (address)
0x4a47a8eb52c6213963727bf93baaa1cf66cbdf38
weth() view returns (address)
0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0
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)
receiveETH(uint256 _amount)
registerFrontEnd(uint256 _kickbackRate)
setAddresses(address _borrowerOperationsAddress, address _troveManagerAddress, address _activePoolAddress, address _lusdTokenAddress, address _sortedTrovesAddress, address _wethAddress, address _governanceAddress)
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)
GovernanceAddressChanged(address _governanceAddress)
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)
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.
This contract contains no fallback and receive objects.
This contract contains no error objects.