Ionic Wrapped eETH
Verified contract
Proxy
Active on
Base with 472 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05c9…3d13
0x5f03…6d03
Balances ($225,944.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
weETH | ERC-20 | 64.042465 | $3,528.04 |
$225,944.38 | |
USA | ERC-20 | 1 | $0.000785 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000787 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744415 | 41 minutes ago | | | 0 | 0.0000055172178 | |
| 22741772 | 2 hours ago | | | 0 | 0.000020612407 | |
| 22723946 | 12 hours ago | | | 0 | 0.00020623760 | |
| 22708348 | 21 hours ago | | | 0 | 0.000015582581 | |
| 22707564 | 21 hours ago | | | 0 | 0.0000030647701 | |
| 22707484 | 21 hours ago | | | 0 | 0.0000030627195 | |
| 22707073 | 21 hours ago | | | 0 | 0.0000056068998 | |
| 22702066 | a day ago | | | 0 | 0.000085986068 | |
| 22673241 | 2 days ago | | | 0 | 0.0000050336996 | |
| 22673013 | 2 days ago | | | 0 | 0.0000054824854 |
ABI
ABI objects
Getter at block 22745636 implementation() view returns (address)
_listExtensions() view returns (address[])
[0xc2799B6b4DDFE0acbFc1C1B70c7b430ea64b3958, 0xA1e7978F4e9A4f68e3eC8f632C85C8d2E5f07faf]
accrualBlockNumber() view returns (uint256)
22744415
adminFeeMantissa() view returns (uint256)
0
borrowIndex() view returns (uint256)
1014098084520868923
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 Wrapped eETH
protocolSeizeShareMantissa() view returns (uint256)
28000000000000000
reserveFactorMantissa() view returns (uint256)
100000000000000000
symbol() view returns (string)
ionweETH
totalAdminFees() view returns (uint256)
3203136630000
totalBorrows() view returns (uint256)
178741864477140145
totalIonicFees() view returns (uint256)
11418789000819656
totalReserves() view returns (uint256)
11418789000819656
totalSupply() view returns (uint256)
319956912120818701533
underlying() view returns (address)
0x04c0599ae5a44757c0af6f9ec3b93da8976c150a
Read-only
This contract contains no read-only function objects.
State-modifying
Events _registerExtension(address extensionToAdd, address extensionToReplace)
_setImplementationSafe(address implementation_, bytes becomeImplementationData)
_upgrade()
AccrueInterest(uint256 cashPrior, uint256 interestAccumulated, uint256 borrowIndex, uint256 totalBorrows)
Approval(address indexed owner, address indexed spender, uint256 amount)
Borrow(address borrower, uint256 borrowAmount, uint256 accountBorrows, uint256 totalBorrows)
LiquidateBorrow(address liquidator, address borrower, uint256 repayAmount, address cTokenCollateral, uint256 seizeTokens)
Mint(address minter, uint256 mintAmount, uint256 mintTokens)
NewAdminFee(uint256 oldAdminFeeMantissa, uint256 newAdminFeeMantissa)
NewImplementation(address oldImplementation, address newImplementation)
NewIonicFee(uint256 oldIonicFeeMantissa, uint256 newIonicFeeMantissa)
NewMarketInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewReserveFactor(uint256 oldReserveFactorMantissa, uint256 newReserveFactorMantissa)
Redeem(address redeemer, uint256 redeemAmount, uint256 redeemTokens)
RepayBorrow(address payer, address borrower, uint256 repayAmount, uint256 accountBorrows, uint256 totalBorrows)
ReservesAdded(address benefactor, uint256 addAmount, uint256 newTotalReserves)
ReservesReduced(address admin, uint256 reduceAmount, uint256 newTotalReserves)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address underlying_, address comptroller_, address ionicAdmin_, address interestRateModel_, string name_, string symbol_, uint256 reserveFactorMantissa_, uint256 adminFeeMantissa_)
fallback()
FunctionAlreadyAdded(bytes4 _functionSelector, address _currentImpl)
FunctionNotFound(bytes4 _functionSelector)