Instadapp ETH v2
Verified contract
Proxy
Active on
Ethereum with 3,968 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xae7a…fe84
-
variable spans 48 additional slots
0x9600…2745
5 additional
variables
Balances ($34,276,974.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
stETH | ERC-20 | 9.83642K | $3,484.70 |
$34,276,974.16 | |
$ | ERC-20 | 50K | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- | |
unstETH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264884 | an hour ago | | | 0 | 0.0020627771 | |
| 21264040 | 4 hours ago | | | 0 | 0.0014306936 | |
| 21260610 | 15 hours ago | | | 0 | 0.00024111366 | |
| 21260057 | 17 hours ago | | | 0 | 0.0010859333 | |
| 21259531 | 19 hours ago | | | 0 | 0.00097569829 | |
| 21259434 | 19 hours ago | | | 0 | 0.0012459103 | |
| 21259217 | 20 hours ago | | | 0 | 0.0015259316 | |
| 21259174 | 20 hours ago | | | 0 | 0.0011639788 | |
| 21258375 | a day ago | | | 0 | 0.0010557037 | |
| 21257258 | a day ago | | | 0 | 0.0010289913 |
ABI
ABI objects
Getter at block 21265169
getAdmin() view returns (address)
0x2386dc45added673317ef068992f19421b481f4c
getDummyImplementation() view returns (address)
0x41c4cb513c98717a91f591c17bf127e8cc7f5d2f
aggrMaxVaultRatio() view returns (uint256)
920000
asset() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
decimals() view returns (uint8)
18
exchangePrice() view returns (uint256)
1133110418246723844
leverageMaxUnitAmountLimit() view returns (uint256)
10000
name() view returns (string)
Instadapp ETH v2
queuedWithdrawStEth() view returns (uint256)
0
revenue() view returns (uint256)
83788368465585267098
revenueExchangePrice() view returns (uint256)
1133110418246723844
revenueFeePercentage() view returns (uint256)
200000
secondaryAuth() view returns (address)
0x4f6f977acdd1177dcd81ab83074855ecb9c2d49e
symbol() view returns (string)
iETHv2
totalAssets() view returns (uint256)
43359681096949567895238
totalSupply() view returns (uint256)
38266068689087294521282
treasury() view returns (address)
0x28849d2b63fa8d361e5fc15cb8abb13019884d09
vaultDSA() view returns (address)
0x9600a48ed0f931d0c422d574e3275a90d8b22745
withdrawFeeAbsoluteMin() view returns (uint256)
0
withdrawalFeePercentage() view returns (uint256)
500
Read-only
getImplementationSigs(address impl_) view returns (bytes4[])
getSigsImplementation(bytes4 sig_) view returns (address)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256)
convertToShares(uint256 assets) view returns (uint256)
isRebalancer(address) view returns (bool)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address owner) view returns (uint256)
maxRiskRatio(uint8) view returns (uint256)
maxWithdraw(address owner) view returns (uint256)
previewDeposit(uint256 assets) view returns (uint256)
previewMint(uint256 shares) view returns (uint256)
previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw(uint256 assets) view returns (uint256)
readFromStorage(bytes32 slot_) view returns (uint256 result_)
State-modifying
Events addImplementation(address implementation_, bytes4[] sigs_)
removeImplementation(address implementation_)
setAdmin(address newAdmin_)
setDummyImplementation(address newDummyImplementation_)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 assets_, address receiver_) returns (uint256 shares_)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 shares_, address receiver_) returns (uint256 assets_)
redeem(uint256 shares_, address receiver_, address owner_) returns (uint256 assetsAfterFee_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(uint256 assets_, address receiver_, address owner_) returns (uint256 shares_)
LogRemoveImplementation(address implementation_)
LogSetAdmin(address oldAdmin_, address newAdmin_)
LogSetDummyImplementation(address oldDummyImplementation_, address newDummyImplementation_)
LogSetImplementation(address implementation_, bytes4[] sigs_)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
Initialized(uint8 version)
LogWithdrawFeeCollected(address indexed payer, uint256 indexed fee)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor(address admin_, address dummyImplementation_)
fallback()
receive()
Helpers__EulerDisabled()
Helpers__NotRebalancer()
Helpers__Reentrant()
Helpers__UnsupportedProtocolId()
UserModule__CollectReveuneAmountIsHigh()
UserModule__DeleverageAmountTooHigh()
UserModule__ImportAaveV3Unsafe()
UserModule__LessAstethRecieved()
UserModule__NotValidCollectReveuneAmount()
UserModule__NotValidDeleverageAmount()
UserModule__PositionUnsafe()