StabilityPool
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4762…75fc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
taoUSD | ERC-20 | 90 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20857741 | 2 months ago | | | 0 | 0.00031761140 | |
| 20031726 | 6 months ago | | | 0 | 0.0024535679 |
ABI
ABI objects
Getter at block 21324148
DECIMAL_PRECISION() view returns (uint256)
1000000000000000000
LIQUIDATION_RESERVE() view returns (uint256)
1000000000000000000
MAX_BORROWING_RATE() view returns (uint256)
50000000000000000
MAX_INT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
MAX_REDEMPTION_RATE() view returns (uint256)
100000000000000000
P() view returns (uint256)
1000000000000000000
PERCENT() view returns (uint256)
10000000000000000
PERCENT10() view returns (uint256)
100000000000000000
PERCENT_05() view returns (uint256)
5000000000000000
SCALE_FACTOR() view returns (uint256)
1000000000
SECONDS_IN_ONE_MINUTE() view returns (uint256)
60
currentEpoch() view returns (uint128)
0
currentScale() view returns (uint128)
0
factory() view returns (address)
0x4762afd98cc78b5d662a3714fb086b658e9575fc
lastStableCoinLossErrorOffset() view returns (uint256)
0
lastTBANKError() view returns (uint256)
0
latestTBANKRewardTime() view returns (uint256)
1717664087
owner() view returns (address)
0x646c131f04ef45f8dd7c7aebc868a7199657df10
stableCoin() view returns (address)
0xf6a63bb53f9049e7c6bdcbe1e25a157035eeb657
tbankPerMinute() view returns (uint256)
0
tbankToken() view returns (address)
0x95ccffae3eb8767d4a941ec43280961dde89f4de
totalDeposit() view returns (uint256)
90000000000000000000
totalTBANKRewardsLeft() view returns (uint256)
0
Read-only
collateralToLastErrorOffset(address) view returns (uint256)
depositSnapshots(address) view returns (uint256 P, uint256 G, uint128 scale, uint128 epoch)
deposits(address) view returns (uint256)
epochToScaleToG(uint128, uint128) view returns (uint256)
epochToScaleToTokenToSum(uint128, uint128, uint256) view returns (address tokenAddress, uint256 S_value)
getCollateralReward(address _token, address _depositor) view returns (uint256)
getDepositorTBANKGain(address _depositor) view returns (uint256)
getWithdrawableDeposit(address staker) view returns (uint256)
State-modifying
Events deposit(uint256 _amount)
liquidate()
redeemReward()
renounceOwnership()
setTBANKAmountForRewards()
setTBANKPerMinute(uint256 _tbankPerMinute)
setVaultFactory(address _factory)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
CollateralRewardRedeemed(address _contributor, address _tokenAddress, uint256 _amount)
Deposit(address _contributor, uint256 _amount)
DepositSnapshotUpdated(address indexed _depositor, uint256 _P, uint256 _G, uint256 _newDepositValue)
EpochUpdated(uint128 _currentEpoch)
G_Updated(uint256 _G, uint128 _epoch, uint128 _scale)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
P_Updated(uint256 _P)
S_Updated(address _tokenAddress, uint256 _S, uint128 _epoch, uint128 _scale)
ScaleUpdated(uint128 _currentScale)
TBANKPerMinuteUpdated(uint256 _newAmount)
TBANKRewardIssue(uint256 issuance, uint256 _totalTBANKRewardsLeft)
TBANKRewardRedeemed(address _contributor, uint256 _amount)
TotalDepositUpdated(uint256 _newValue)
TotalTBANKRewardsUpdated(uint256 _newAmount)
Withdraw(address _contributor, uint256 _amount)
constructor(address _factory, address _tbankToken)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)