Stabilize Strategy UST
Verified contract
Active on
Ethereum with 152 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($537.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 537.89822 | $1.00 |
$537.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300430 | 12 days ago | | | 0 | 0.00022420120 | |
| 18751028 | a year ago | | | 0 | 0.00064763493 | |
| 15566803 | 2 years ago | | | 0 | 0.000095239367 | |
| 13452708 | 3 years ago | | | 0 | 0.0050512390 | |
| 13373361 | 3 years ago | | | 0 | 0.015337223 | |
| 13371552 | 3 years ago | | | 0 | 0.0092105610 | |
| 13352157 | 3 years ago | | | 0 | 0.0057029923 | |
| 13344442 | 3 years ago | | | 0 | 0.0081554348 | |
| 13293437 | 3 years ago | | | 0 | 0.0038491518 | |
| 13120352 | 3 years ago | | | 0 | 0.0020938500 |
ABI
ABI objects
Getter at block 21389223 pricePerToken() view returns (uint256) underlyingDepositAssets() view returns (address, address, address)
decimals() view returns (uint8)
18
depositsOpen() view returns (bool)
false
getCurrentStrategy() view returns (address)
0x0000000000000000000000000000000000000000
getPendingStrategy() view returns (address)
0x0000000000000000000000000000000000000000
governance() view returns (address)
0x1a776c84d64ecada985c968c3589b3c8615a1e7c
name() view returns (string)
Stabilize Strategy UST
symbol() view returns (string)
zs-UST
totalSupply() view returns (uint256)
523220219777821271100
underlyingAsset() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
valueOfVaultAndStrategy() view returns (uint256)
537898220000000000000
withdrawTokenReserves() view returns (address, uint256)
(0xdac17f958d2ee523a2206206994597c13d831ec7, 537898220)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getNormalizedTotalBalance(address _address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
emergencyStopStrategy()
finishChangeStrategy()
finishGovernanceChange()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeem(uint256 share)
startChangeStrategy(address _address)
startDeposits()
startGovernanceChange(address _address)
stopDeposits()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unwrapped(address indexed user, uint256 amount)
Wrapped(address indexed user, uint256 amount)
constructor(address _priceAsset)
This contract contains no fallback and receive objects.
This contract contains no error objects.