Interest ETH

Verified contract

Active on Ethereum with 87 txns
Deployed by via 0xc881c5a2 at 17107938
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Interest ETH"

0x81297fcb53e7f42209a80f5f57f9b70fa88654e74e87105c06514a5f68950708
0xd5fdcb7a9d9d86a88e71c55ec297a10e8898946062b8bd18184df0a3468e944c
0x0a8880cf843b8f1426d11dc6a95f01389086c01787f8b953b0ed66c2a1b03aaf
0x81d6328c918453676b4a14187126664a795a4693059b51a079c2799788bb59bd
0xe0eab4ee39854adc69b5a508bc237ad9837331f6aaad817639e9ed0b1aff6efb
0x799f56f0098fa395537df0edd696eb76d715999a2f4c2180917b3668ee0fa000
0x45d2d6bfa2dcbf94ed8100026348d51b5526801d24ad0765b642b8429ed4bc74
0xf9e7b2c1c72a39252acaf367e42216abb5b6cd430b714bf8d6e42a42a5a1522a
0xff3d525a5d7ac79d1ded349e4b39da011339ef766c1ef9d73daacf40f0d9d0fc
0x6faea17422408a073bf1d8462a8546a22c4ab47ab2481afa1c7e09f0d4f367c7

Functions
Getter at block 21405309
NO_ERROR(view returns (uint256)
0
accrualBlockNumber(view returns (uint256)
19860112
admin(view returns (address)
0x2cc1598dabbb104ee5f70f762dd0d68553e1bb0f
borrowIndex(view returns (uint256)
1154997477562629988
borrowRatePerBlock(view returns (uint256)
68888646213
comptroller(view returns (address)
0x0518b21f49548427ef0c16ff26ce8a05295f7454
decimals(view returns (uint8)
8
exchangeRateStored(view returns (uint256)
226643258597030219535918647
getCash(view returns (uint256)
0
interestRateModel(view returns (address)
0x15d83754556e698e123b347cc8ec36e528e26e96
isCToken(view returns (bool)
true
name(view returns (string)
Interest ETH
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
protocolSeizeShareMantissa(view returns (uint256)
28000000000000000
reserveFactorMantissa(view returns (uint256)
100000000000000000
supplyRatePerBlock(view returns (uint256)
63539328535
symbol(view returns (string)
iETH
totalBorrows(view returns (uint256)
270090982505806720041
totalReserves(view returns (uint256)
6544257806217908566
totalSupply(view returns (uint256)
1162826224486
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
borrowBalanceStored(address accountview returns (uint256)
getAccountSnapshot(address accountview returns (uint256uint256uint256uint256)
State-modifying
_acceptAdmin(returns (uint256)
_addReserves(payable returns (uint256)
_reduceReserves(uint256 reduceAmountreturns (uint256)
_setComptroller(address newComptrollerreturns (uint256)
_setInterestRateModel(address newInterestRateModelreturns (uint256)
_setPendingAdmin(address newPendingAdminreturns (uint256)
_setReserveFactor(uint256 newReserveFactorMantissareturns (uint256)
accrueInterest(returns (uint256)
approve(address spenderuint256 amountreturns (bool)
balanceOfUnderlying(address ownerreturns (uint256)
borrow(uint256 borrowAmountreturns (uint256)
borrowBalanceCurrent(address accountreturns (uint256)
exchangeRateCurrent(returns (uint256)
initialize(address comptroller_address interestRateModel_uint256 initialExchangeRateMantissa_string name_string symbol_uint8 decimals_
liquidateBorrow(address borroweraddress cTokenCollateralpayable 
mint(payable 
redeem(uint256 redeemTokensreturns (uint256)
redeemUnderlying(uint256 redeemAmountreturns (uint256)
repayBorrow(payable 
repayBorrowBehalf(address borrowerpayable 
seize(address liquidatoraddress borroweruint256 seizeTokensreturns (uint256)
totalBorrowsCurrent(returns (uint256)
transfer(address dstuint256 amountreturns (bool)
transferFrom(address srcaddress dstuint256 amountreturns (bool)
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
NewAdmin(address oldAdminaddress newAdmin
NewComptroller(address oldComptrolleraddress newComptroller
NewMarketInterestRateModel(address oldInterestRateModeladdress newInterestRateModel
NewPendingAdmin(address oldPendingAdminaddress newPendingAdmin
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 comptroller_address interestRateModel_uint256 initialExchangeRateMantissa_string name_string symbol_uint8 decimals_address admin_
Fallback and receive
receive(
Errors
AcceptAdminPendingAdminCheck(
AddReservesFactorFreshCheck(uint256 actualAddAmount
BorrowCashNotAvailable(
BorrowComptrollerRejection(uint256 errorCode
BorrowFreshnessCheck(
LiquidateAccrueBorrowInterestFailed(uint256 errorCode
LiquidateAccrueCollateralInterestFailed(uint256 errorCode
LiquidateCloseAmountIsUintMax(
LiquidateCloseAmountIsZero(
LiquidateCollateralFreshnessCheck(
LiquidateComptrollerRejection(uint256 errorCode
LiquidateFreshnessCheck(
LiquidateLiquidatorIsBorrower(
LiquidateRepayBorrowFreshFailed(uint256 errorCode
LiquidateSeizeComptrollerRejection(uint256 errorCode
LiquidateSeizeLiquidatorIsBorrower(
MintComptrollerRejection(uint256 errorCode
MintFreshnessCheck(
RedeemComptrollerRejection(uint256 errorCode
RedeemFreshnessCheck(
RedeemTransferOutNotPossible(
ReduceReservesAdminCheck(
ReduceReservesCashNotAvailable(
ReduceReservesCashValidation(
ReduceReservesFreshCheck(
RepayBorrowComptrollerRejection(uint256 errorCode
RepayBorrowFreshnessCheck(
SetComptrollerOwnerCheck(
SetInterestRateModelFreshCheck(
SetInterestRateModelOwnerCheck(
SetPendingAdminOwnerCheck(
SetReserveFactorAdminCheck(
SetReserveFactorBoundsCheck(
SetReserveFactorFreshCheck(
TransferComptrollerRejection(uint256 errorCode
TransferNotAllowed(
TransferNotEnough(
TransferTooMuch(