Stabilize Proxy Aave sUSD Token
Verified contract
Active on
Ethereum with 132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x57ab…5f51
0x625a…9240
-
variable spans 1 additional slot
Balances ($1.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
aSUSD | ERC-20 | 1.055338 | $0.99679 |
$1.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12193266 | 4 years ago | | | 0 | 0.045963241 | |
| 11938389 | 4 years ago | | | 0 | 0.064607256 | |
| 11886963 | 4 years ago | | | 0 | 0.094193638 | |
| 11874387 | 4 years ago | | | 0 | 0.085738374 | |
| 11859116 | 4 years ago | | | 0 | 0.10374628 | |
| 11857250 | 4 years ago | | | 0 | 0.065377410 | |
| 11856227 | 4 years ago | | | 0 | 0.0024355100 | |
| 11850299 | 4 years ago | | | 0 | 0.0065344440 | |
| 11850282 | 4 years ago | | | 0 | 0.071420832 | |
| 11849576 | 4 years ago | | | 0 | 0.0069394000 |
ABI
ABI objects
Getter at block 21178155 calculateWithdrawFee() view returns (uint256) pricePerToken() view returns (uint256) totalPrincipalAndInterest() view returns (uint256)
aaveProviderAddress() view returns (address)
0x24a42fd28c976a61df5d00d0599c34c4f90748c8
decimals() view returns (uint8)
18
governance() view returns (address)
0x1a776c84d64ecada985c968c3589b3c8615a1e7c
maxFee() view returns (uint256)
100
minFee() view returns (uint256)
40
name() view returns (string)
Stabilize Proxy Aave sUSD Token
percentStakers() view returns (uint256)
50000
stakingAddress() view returns (address)
0x8c17be13e034f7fa2a6496bc83b6010be6305204
symbol() view returns (string)
zpa-sUSD
totalSupply() view returns (uint256)
1000000000000000000
treasuryAddress() view returns (address)
0xe05d2a6b97dce9b8e59ad074c2e4b6d51a24aae3
underlyingAsset() view returns (address)
0x57ab1ec28d129707052df4df418d58a2d46d5f51
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
finishChangeFeeRates()
finishChangePriceOracle()
finishChangeStakersPercent()
finishChangeStakingPool()
finishChangeTreasury()
finishGovernanceChange()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeem(uint256 amount)
startChangeFeeRates(uint256 _max, uint256 _min)
startChangePriceOracle(address _address)
startChangeStakersPercent(uint256 _percent)
startChangeStakingPool(address _address)
startChangeTreasury(address _address)
startGovernanceChange(address _address)
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, uint256 fee)
Wrapped(address indexed user, uint256 amount)
constructor(address _asset, address _aavetoken, address _treasury, address _staking, address _oracle)
This contract contains no fallback and receive objects.
This contract contains no error objects.