Ionic Staked USDz
Verified contract
Proxy
Active on
Base with 214 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05c9…3d13
0x5f03…6d03
0xcd4d…ba5c
Balances ($97,260.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sUSDz | ERC-20 | 89.723779K | $1.084 |
$97,260.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22762149 | an hour ago | | | 0 | 0.00016495698 | |
| 22759801 | 3 hours ago | | | 0 | 0.00016680379 | |
| 22750078 | 8 hours ago | | | 0 | 0.0000064400641 | |
| 22746564 | 10 hours ago | | | 0 | 0.0000063693010 | |
| 22746554 | 10 hours ago | | | 0 | 0.000012287208 | |
| 22745645 | 11 hours ago | | | 0 | 0.000057320387 | |
| 22745590 | 11 hours ago | | | 0 | 0.00038233834 | |
| 22745355 | 11 hours ago | | | 0 | 0.000057290146 | |
| 22745289 | 11 hours ago | | | 0 | 0.00038501439 | |
| 22742039 | 13 hours ago | | | 0 | 0.000010752159 |
ABI
ABI objects
Getter at block 22764809 _getExtensionFunctions() pure returns (bytes4[]) ap() view returns (address) borrowRatePerBlock() view returns (uint256) exchangeRateCurrent() view returns (uint256) getTotalUnderlyingSupplied() view returns (uint256) supplyRatePerBlock() view returns (uint256) totalBorrowsCurrent() view returns (uint256)
accrualBlockNumber() view returns (uint256)
22762149
adminFeeMantissa() view returns (uint256)
100000000000000000
borrowIndex() view returns (uint256)
1003537991249075847
comptroller() view returns (address)
0x05c9c6417f246600f8f5f49fca9ee991bff73d13
decimals() view returns (uint8)
18
feeSeizeShareMantissa() view returns (uint256)
100000000000000000
interestRateModel() view returns (address)
0x5f0369aa93f36ca6a8b5ed7aac47bf9e76086d03
ionicAdmin() view returns (address)
0x9bad1f7685f33ad855ae81089dfe79040864e2f6
ionicFeeMantissa() view returns (uint256)
100000000000000000
name() view returns (string)
Ionic Staked USDz
protocolSeizeShareMantissa() view returns (uint256)
28000000000000000
reserveFactorMantissa() view returns (uint256)
100000000000000000
symbol() view returns (string)
ionsUSDz
totalAdminFees() view returns (uint256)
12377691676339060417
totalBorrows() view returns (uint256)
37766151992729629550499
totalIonicFees() view returns (uint256)
12377691676339060417
totalReserves() view returns (uint256)
12377691676339060417
totalSupply() view returns (uint256)
636610657913199372197145
underlying() view returns (address)
0xe31ee12bdfdd0573d634124611e85338e2cbf0cf
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfUnderlying(address owner) view returns (uint256)
borrowBalanceCurrent(address account) view returns (uint256)
borrowRatePerBlockAfterBorrow(uint256 borrowAmount) view returns (uint256)
getAccountSnapshot(address account) view returns (uint256, uint256, uint256, uint256)
supplyRatePerBlockAfterDeposit(uint256 mintAmount) view returns (uint256)
supplyRatePerBlockAfterWithdraw(uint256 withdrawAmount) view returns (uint256)
State-modifying
Events _setAddressesProvider(address _ap)
_setAdminFee(uint256 newAdminFeeMantissa) returns (uint256)
_setInterestRateModel(address newInterestRateModel) returns (uint256)
_setNameAndSymbol(string _name, string _symbol)
_setReserveFactor(uint256 newReserveFactorMantissa) returns (uint256)
accrueInterest() returns (uint256)
approve(address spender, uint256 amount) returns (bool)
flash(uint256 amount, bytes data)
multicall(bytes[] data) payable returns (bytes[] results)
registerInSFS() returns (uint256)
transfer(address dst, uint256 amount) returns (bool)
transferFrom(address src, address dst, uint256 amount) returns (bool)
AccrueInterest(uint256 cashPrior, uint256 interestAccumulated, uint256 borrowIndex, uint256 totalBorrows)
Approval(address indexed owner, address indexed spender, uint256 amount)
Failure(uint256 error, uint256 info, uint256 detail)
Flash(address receiver, uint256 amount)
NewAdminFee(uint256 oldAdminFeeMantissa, uint256 newAdminFeeMantissa)
NewIonicFee(uint256 oldIonicFeeMantissa, uint256 newIonicFeeMantissa)
NewMarketInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewReserveFactor(uint256 oldReserveFactorMantissa, uint256 newReserveFactorMantissa)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.