Instadapp ETH
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
Balances ($0.00)
No balances found for "Instadapp ETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Instadapp ETH"
ABI
ABI objects
Getter at block 21162492 getCurrentExchangePrice() view returns (uint256 exchangePrice_, uint256 newRevenue_) getIdealBalances() view returns (struct HelpersBalVariables balances_) netAssets() view returns (uint256 netCollateral_, uint256 netBorrow_, struct HelpersBalVariables balances_, uint256 netSupply_, uint256 netBal_)
auth() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
lastRevenueExchangePrice() view returns (uint256)
0
name() pure returns (string)
Instadapp ETH
ratios() view returns (uint16 maxLimit, uint16 minLimit, uint16 minLimitGap, uint128 maxBorrowRate)
(maxLimit=0, minLimit=0, minLimitGap=0, maxBorrowRate=0)
revenue() view returns (uint256)
0
revenueFee() view returns (uint256)
0
symbol() pure returns (string)
iETH
totalSupply() view returns (uint256)
0
vaultDsa() view returns (address)
0x0000000000000000000000000000000000000000
withdrawalFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isRebalancer(address) view returns (bool)
withdrawFinal(uint256 amount_) view returns (uint256[] transferAmts_)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeStatus(uint256 status_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebalanceOne(address flashTkn_, uint256 flashAmt_, uint256 route_, uint256 excessDebt_, uint256 paybackDebt_, uint256 totalAmountToSwap_, uint256 extraWithdraw_, uint256 unitAmt_, bytes oneInchData_)
rebalanceTwo(uint256 withdrawAmt_, address flashTkn_, uint256 flashAmt_, uint256 route_, uint256 saveAmt_, uint256 unitAmt_, bytes oneInchData_)
supply(address token_, uint256 amount_, address to_) returns (uint256 vtokenAmount_)
supplyEth(address to_) payable returns (uint256 vtokenAmount_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateAuth(address auth_)
updateRatios(uint16[] ratios_)
updateRebalancer(address rebalancer_, bool isRebalancer_)
updateRevenueFee(uint256 newRevenueFee_)
updateWithdrawalFee(uint256 newWithdrawalFee_)
withdraw(uint256 amount_, address to_) returns (uint256 vtokenAmount_)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
changeStatusLog(uint256 status_)
rebalanceOneLog(address flashTkn_, uint256 flashAmt_, uint256 route_, uint256 excessDebt_, uint256 paybackDebt_, uint256 totalAmountToSwap_, uint256 extraWithdraw_, uint256 unitAmt_)
rebalanceTwoLog(uint256 withdrawAmt_, address flashTkn_, uint256 flashAmt_, uint256 route_, uint256 saveAmt_, uint256 unitAmt_)
supplyLog(address token_, uint256 amount_, address to_)
updateAuthLog(address auth_)
updateRatiosLog(uint16 maxLimit, uint16 minLimit, uint16 gap, uint128 maxBorrowRate)
updateRebalancerLog(address auth_, bool isAuth_)
updateRevenueFeeLog(uint256 oldRevenueFee_, uint256 newRevenueFee_)
updateWithdrawalFeeLog(uint256 oldWithdrawalFee_, uint256 newWithdrawalFee_)
withdrawLog(uint256 amount_, address to_)
This contract contains no constructor objects.
receive()
This contract contains no error objects.