Stabilize Proxy Aave sUSD Token
Verified contract
Active on
Ethereum with 189 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 2 additional slots
Balances ($0.00)
No balances found for "Stabilize Proxy Aave sUSD Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18751029 | a year ago | | | 0 | 0.00064507446 | |
| 11544357 | 4 years ago | | | 0 | 0.00061042800 | |
| 11483323 | 4 years ago | | | 0 | 0.012692376 | |
| 11391219 | 4 years ago | | | 0 | 0.010822560 | |
| 11374532 | 4 years ago | | | 0 | 0.0093540619 | |
| 11370729 | 4 years ago | | | 0 | 0.012526225 | |
| 11369628 | 4 years ago | | | 0 | 0.011921085 | |
| 11360762 | 4 years ago | | | 0 | 0.068462282 | |
| 11359325 | 4 years ago | | | 0 | 0.022878752 | |
| 11358533 | 4 years ago | | | 0 | 0.011886148 |
ABI
ABI objects
Getter at block 21299522
aaveProviderAddress() view returns (address)
0x24a42fd28c976a61df5d00d0599c34c4f90748c8
decimals() view returns (uint8)
18
endFee() view returns (uint256)
100
feeDuration() view returns (uint256)
604800
governance() view returns (address)
0x1a776c84d64ecada985c968c3589b3c8615a1e7c
initialFee() view returns (uint256)
100
name() view returns (string)
Stabilize Proxy Aave sUSD Token
pricePerToken() view returns (uint256)
1000000000000000000
symbol() view returns (string)
za-sUSD
totalPrincipalAndInterest() view returns (uint256)
0
totalSupply() view returns (uint256)
0
treasuryAddress() view returns (address)
0x42cbe17335ef8d52f8d1e0a261ea2e78e829c56e
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()
finishChangeTreasury()
finishGovernanceChange()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeem(uint256 amount)
startChangeFeeRates(uint256 _initial, uint256 _end, uint256 _duration)
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.