iETHV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "iETHV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "iETHV2"
ABI
ABI objects
Getter at block 22053788 borrowRatePerUnit() view returns (uint256)
DOMAIN_SEPARATOR() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PERMIT_TYPEHASH() view returns (bytes32)
0x576144ed657c8304561e56ca632e17751956250114636e8c01f64a7f2c6d98cf
TOTAL_SUPPLY_THRESHOLD() view returns (uint256)
10000
accrualBlockNumber() view returns (uint256)
0
accrualBlockTimestamp() view returns (uint256)
0
borrowIndex() view returns (uint256)
0
controller() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
exchangeRateStored() view returns (uint256)
1000000000000000000
flashloanFeeRatio() view returns (uint256)
0
getAccrualInterestUnit() view returns (uint256)
0
getCash() view returns (uint256)
0
interestRateModel() view returns (address)
0x0000000000000000000000000000000000000000
isSupported() view returns (bool)
true
isiToken() pure returns (bool)
true
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFeeRatio() view returns (uint256)
0
reserveRatio() view returns (uint256)
0
supplyRatePerUnit() view returns (uint256)
0
symbol() view returns (string)
totalBorrows() view returns (uint256)
0
totalReserves() view returns (uint256)
0
totalSupply() view returns (uint256)
0
underlying() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
borrowBalanceStored(address _account) view returns (uint256)
borrowSnapshot(address _account) view returns (uint256, uint256)
nonces(address) view returns (uint256)
State-modifying
Events _acceptOwner()
_setController(address _newController)
_setInterestRateModel(address _newInterestRateModel)
_setNewFlashloanFeeRatio(uint256 _newFlashloanFeeRatio)
_setNewProtocolFeeRatio(uint256 _newProtocolFeeRatio)
_setNewReserveRatio(uint256 _newReserveRatio)
_setPendingOwner(address newPendingOwner)
_upgrade()
_withdrawReserves(uint256 _withdrawAmount)
approve(address spender, uint256 amount) returns (bool)
balanceOfUnderlying(address _account) returns (uint256)
borrow(uint256 _borrowAmount)
borrowBalanceCurrent(address _account) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exchangeRateCurrent() returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, address _controller, address _interestRateModel)
liquidateBorrow(address _borrower, address _assetCollateral) payable
mint(address _recipient) payable
mintForSelfAndEnterMarket() payable
permit(address _owner, address _spender, uint256 _value, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
redeem(address _from, uint256 _redeemiToken)
redeemFromSelfAndExitMarket(uint256 _redeemiToken)
redeemUnderlying(address _from, uint256 _redeemUnderlying)
repayBorrow() payable
repayBorrowBehalf(address _borrower) payable
seize(address _liquidator, address _borrower, uint256 _seizeTokens)
totalBorrowsCurrent() returns (uint256)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
updateInterest() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Borrow(address borrower, uint256 borrowAmount, uint256 accountBorrows, uint256 accountInterestIndex, uint256 totalBorrows)
Flashloan(address loaner, uint256 loanAmount, uint256 flashloanFee, uint256 protocolFee, uint256 timestamp)
LiquidateBorrow(address liquidator, address borrower, uint256 repayAmount, address iTokenCollateral, uint256 seizeTokens)
Mint(address sender, address recipient, uint256 mintAmount, uint256 mintTokens)
NewController(address oldController, address newController)
NewFlashloanFee(uint256 oldFlashloanFeeRatio, uint256 newFlashloanFeeRatio, uint256 oldProtocolFeeRatio, uint256 newProtocolFeeRatio)
NewFlashloanFeeRatio(uint256 oldFlashloanFeeRatio, uint256 newFlashloanFeeRatio)
NewInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewOwner(address indexed previousOwner, address indexed newOwner)
NewPendingOwner(address indexed oldPendingOwner, address indexed newPendingOwner)
NewProtocolFeeRatio(uint256 oldProtocolFeeRatio, uint256 newProtocolFeeRatio)
NewReserveRatio(uint256 oldReserveRatio, uint256 newReserveRatio)
Redeem(address from, address recipient, uint256 redeemiTokenAmount, uint256 redeemUnderlyingAmount)
RepayBorrow(address payer, address borrower, uint256 repayAmount, uint256 accountBorrows, uint256 accountInterestIndex, uint256 totalBorrows)
ReservesWithdrawn(address admin, uint256 amount, uint256 newTotalReserves, uint256 oldTotalReserves)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateInterest(uint256 currentBlockNumber, uint256 interestAccumulated, uint256 borrowIndex, uint256 cash, uint256 totalBorrows, uint256 totalReserves)
This contract contains no constructor objects.
receive()
This contract contains no error objects.