InitializableAdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 98 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AAVE | ERC-20 | 0 | $168.71 |
$0 | |
stkAAVE | ERC-20 | 39.477275 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14285288 | 3 years ago | | | 0 | 0.042958142 | |
| 14285252 | 3 years ago | | | 0 | 0.069486069 | |
| 14208538 | 3 years ago | | | 0 | 0.041825181 | |
| 14208486 | 3 years ago | | | 0 | 0.055897983 | |
| 14136311 | 3 years ago | | | 0 | 0.13267128 | |
| 14136248 | 3 years ago | | | 0 | 0.12821563 | |
| 14065352 | 3 years ago | | | 0 | 0.095357635 | |
| 14065321 | 3 years ago | | | 0 | 0.13297465 | |
| 14022477 | 3 years ago | | | 0 | 0.068939067 | |
| 13996764 | 3 years ago | | | 0 | 0.096585010 |
ABI
ABI objects
Getter at block 21205870
aaveToken() view returns (address)
0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9
alchemixToken() view returns (address)
0xdbdb4d16eda451d0503b854cf79d55697f90c8df
compToken() view returns (address)
0xc00e94cb662c3520282e6f5717214004a7f26888
deprecated_curve() view returns (address)
0x8474ddbe98f5aa3179b3b3f5942d724afcdec9f6
deprecated_mUSD() view returns (address)
0xe2f2a5c287993345a840db3b0845fbc70f5935a5
deprecated_uniswap() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
nexus() view returns (address)
0xafce80b19a8ce13dec0739a1aab7a028d6845eb3
stkAave() view returns (address)
0x4da27a545c0c5b758a6ba100e3a049001de870f5
totalAaveBalance() view returns (uint256)
39477274637668199149
uniswapQuoter() view returns (address)
0xb27308f9f90d607463bb33ea1bebb41c27ce5ab6
uniswapRouter() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
aaveIntegrations(uint256) view returns (address)
deprecated_liquidations(address) view returns (address sellToken, address bAsset, int128 curvePosition, uint256 lastTriggered, uint256 trancheAmount)
deprecated_minReturn(address) view returns (uint256)
liquidations(address) view returns (address sellToken, address bAsset, bytes uniswapPath, bytes uniswapPathReversed, uint256 lastTriggered, uint256 trancheAmount, uint256 minReturn, address mAsset, uint256 aaveBalance)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimStakedAave()
createLiquidation(address _integration, address _sellToken, address _bAsset, bytes _uniswapPath, bytes _uniswapPathReversed, uint256 _trancheAmount, uint256 _minReturn, address _mAsset, bool _useAave)
deleteLiquidation(address _integration)
initialize()
reApproveLiquidation(address _integration)
triggerLiquidation(address _integration)
triggerLiquidationAave()
updateBasset(address _integration, address _bAsset, bytes _uniswapPath, bytes _uniswapPathReversed, uint256 _trancheAmount, uint256 _minReturn)
upgrade()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ClaimedStakedAave(uint256 rewardsAmount)
Liquidated(address indexed sellToken, address mUSD, uint256 mUSDAmount, address buyToken)
LiquidationEnded(address indexed integration)
LiquidationModified(address indexed integration)
RedeemedAave(uint256 redeemedAmount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.