Stabilize Strategy FEI
Verified contract
Active on
Ethereum with 60 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Stabilize Strategy FEI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13426671 | 3 years ago | | | 0 | 0.0082639397 | |
| 13352172 | 3 years ago | | | 0 | 0.0056493672 | |
| 13345383 | 3 years ago | | | 0 | 0.0074080203 | |
| 13344038 | 3 years ago | | | 0 | 0.0099257323 | |
| 13339036 | 3 years ago | | | 0 | 0.011534607 | |
| 13325584 | 3 years ago | | | 0 | 0.0077342055 | |
| 13133035 | 3 years ago | | | 0 | 0.013971739 | |
| 12929056 | 3 years ago | | | 0 | 0.0068335718 | |
| 12907343 | 3 years ago | | | 0 | 0.0029913480 | |
| 12893556 | 3 years ago | | | 0 | 0.0023825620 |
ABI
ABI objects
Getter at block 21264230 valueOfVaultAndStrategy() view returns (uint256)
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 FEI
pricePerToken() view returns (uint256)
1000000000000000000
symbol() view returns (string)
zs-FEI
totalSupply() view returns (uint256)
0
underlyingAsset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
underlyingDepositAssets() view returns (address, address)
(0x956f47f50a910163d8bf957cf5846d573e7f87ca, 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48)
withdrawTokenReserves() view returns (address, uint256)
(0x0000000000000000000000000000000000000000, 0)
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.