Ionic Wrapped eETH

Verified contract

Proxy

Active on Base with 472 txns
Deployed by via 0x2e20bbef at 14837157
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $225,944.38
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
0xf7434329aa776d3d0024c3289dc28243315622fca1b9062e872f212a7c7d042e
0x8d9c28f0dae363627dbda0f2456ca479067d67170b099cf6b63270d4b8d4b68d
0x31f2dc05b82664f408ac9ef48587bbc216a5f6988e36fcbec8a555d8af67368a
0x5c484da983ff32b5c14b863c946e61880f5754657f45aceea6c1de36a769273f
0x5f315eafcc572448e880787393b23b1bcf62f54f18f27abc243b8e7606f093c9
0xab6a4c6f8c6b002d31d30a9a5bc210eaa60bfcabd06237ab4b9f65850ab73bd1
0x007c00439cd997636fd93c572c751b903492732ac736da741cb71aeb8dc26ed2
0x606068a300fa7370259ff000a839dfe9d7bb72ccc666516e8343c0c6f14efd07
0xa78fd93bc6a6c12007e42d67a883c5112afd7e98d677da2c76f6dfe8ef048250
0xdbdf818b788bb498eae3d128c148b9182cb227e2e4a8726706e17c4d92e63f24

Functions
Getter at block 22745636
_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
 
implementation(view returns (address)
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
_registerExtension(address extensionToAddaddress extensionToReplace
_setImplementationSafe(address implementation_bytes becomeImplementationData
_upgrade(
Events
AccrueInterest(uint256 cashPrioruint256 interestAccumulateduint256 borrowIndexuint256 totalBorrows
Approval(address indexed owneraddress indexed spenderuint256 amount
Borrow(address borroweruint256 borrowAmountuint256 accountBorrowsuint256 totalBorrows
LiquidateBorrow(address liquidatoraddress borroweruint256 repayAmountaddress cTokenCollateraluint256 seizeTokens
Mint(address minteruint256 mintAmountuint256 mintTokens
NewAdminFee(uint256 oldAdminFeeMantissauint256 newAdminFeeMantissa
NewImplementation(address oldImplementationaddress newImplementation
NewIonicFee(uint256 oldIonicFeeMantissauint256 newIonicFeeMantissa
NewMarketInterestRateModel(address oldInterestRateModeladdress newInterestRateModel
NewReserveFactor(uint256 oldReserveFactorMantissauint256 newReserveFactorMantissa
Redeem(address redeemeruint256 redeemAmountuint256 redeemTokens
RepayBorrow(address payeraddress borroweruint256 repayAmountuint256 accountBorrowsuint256 totalBorrows
ReservesAdded(address benefactoruint256 addAmountuint256 newTotalReserves
ReservesReduced(address adminuint256 reduceAmountuint256 newTotalReserves
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(address underlying_address comptroller_address ionicAdmin_address interestRateModel_string name_string symbol_uint256 reserveFactorMantissa_uint256 adminFeeMantissa_
Fallback and receive
fallback(
Errors
FunctionAlreadyAdded(bytes4 _functionSelectoraddress _currentImpl
FunctionNotFound(bytes4 _functionSelector