StabilityPool
Verified contract
Active on
Base with 3,467 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa71c…ec31
0x00bd…36c5
0x56a9…982c
0x5e06…f56f
0x6949…d6b0
0x89ef…a4af
1 additional
variable
Balances ($9.87)
Native
Value
$9.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.003369 | $2,930.64 |
$9.87 | |
USA | ERC-20 | 1 | $0.0008 |
$0 | |
USDM | ERC-20 | 148.578867K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22112424 | 3 hours ago | | | 0 | 0.0000015878712 | |
| 22096823 | 12 hours ago | | | 0 | 0.0000015708966 | |
| 22062952 | a day ago | | | 0 | 7.1827980e-7 | |
| 22055255 | a day ago | | | 0 | 0.0000015650934 | |
| 22047048 | 2 days ago | | | 0 | 0.0000013264760 | |
| 22047028 | 2 days ago | | | 0 | 0.0000020439876 | |
| 22034484 | 2 days ago | | | 0 | 0.0000015878712 | |
| 22011154 | 2 days ago | | | 0 | 0.0000012675460 | |
| 21985620 | 3 days ago | | | 0 | 0.0000024396973 | |
| 21985334 | 3 days ago | | | 0 | 0.0000019406243 |
ABI
ABI objects
Getter at block 22118711 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)
20000000000000000000
MCR() view returns (uint256)
1100000000000000000
MIN_NET_DEBT() view returns (uint256)
180000000000000000000
NAME() view returns (string)
StabilityPool
P() view returns (uint256)
961517309812054751
PERCENT_DIVISOR() view returns (uint256)
200
SCALE_FACTOR() view returns (uint256)
1000000000
_100pct() view returns (uint256)
1000000000000000000
activePool() view returns (address)
0x8e2bec29c3e256cc35ba9d834355dd47da79ee2e
admin() view returns (address)
0x9892f867f0e3d54cf9eda66cf5886bd84d973e2f
borrowerOperations() view returns (address)
0x00bd3ba46d5a8b0f397d92e80fd054b24b8636c5
communityIssuance() view returns (address)
0x89ef5ffdccab782b82a354d934070d0da667a4af
currentEpoch() view returns (uint128)
0
currentScale() view returns (uint128)
0
defaultPool() view returns (address)
0x0000000000000000000000000000000000000000
getETH() view returns (uint256)
3369241556198458
getTotalLUSDDeposits() view returns (uint256)
148578867425103745307027
isOwner() view returns (bool)
false
lastETHError_Offset() view returns (uint256)
47902567976028700531701
lastLQTYError() view returns (uint256)
96069617387744897046130
lastLUSDLossError_Offset() view returns (uint256)
62574420114306475112921
lusdToken() view returns (address)
0x5e06ea564efcb3158a85dbf0b9e017cb003ff56f
owner() view returns (address)
0x0000000000000000000000000000000000000000
priceFeed() view returns (address)
0xa71c59637eb8e49f81d1262fecb115b56925ec31
sortedTroves() view returns (address)
0x69490577d2cff0c0235f899c9f4ac46b5a1ed6b0
troveManager() view returns (address)
0x56a901fdf67fc52e7012eb08cfb47308490a982c
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)
renounceAdmin()
setAddresses(address _borrowerOperationsAddress, address _troveManagerAddress, address _activePoolAddress, address _lusdTokenAddress, address _sortedTrovesAddress, address _priceFeedAddress, address _communityIssuanceAddress)
setAdmin(address _admin)
setPriceFeed(address _priceFeedAddress)
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.