ETHAaveV3BaseUniswapV3WETHUSDC500
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ETHAaveV3BaseUniswapV3WETHUSDC500"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ETHAaveV3BaseUniswapV3WETHUSDC500"
ABI
ABI objects
Getter at block 22946215
VARIABLE_DEBT_MODE() view returns (uint256)
2
_getBorrowAmount() view returns (uint256)
0
_totalLiquidity() view returns (uint256)
0
aToken() view returns (address)
0xd4a0e0b9149bcee3c920d2e00b5de09138fd8bb7
aavePool() view returns (address)
0xa238dd80c259a72e81d7e4664a9801593f98d1c5
incentiveVault() view returns (address)
0x0000000000000000000000000000000000000000
nfp() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
operator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0xd0b53d9277642d899df5c87a3966a349a798f224
stable() view returns (address)
0x4200000000000000000000000000000000000006
stablePriceFeed() view returns (address)
0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
tokenId() view returns (uint256)
0
totalLiquidity() view returns (uint256)
0
variableDebtToken() view returns (address)
0x59dca05b6c26dbd64b5381374aaac5cd05644c28
volatile() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
volatilePriceFeed() view returns (address)
0x978d8878b53fbe40dab7d4ab47b97ab622ffef9f
Read-only
getSqrtPriceRatioForSwap(bool zeroForOne) view returns (uint160 sqrtPriceRatio)
onERC721Received(address, address, uint256, bytes) view returns (bytes4)
State-modifying
Events changeIncentiveVault(address incentiveVault_)
changeOperator(address operator_)
claimRewards()
emergencyExit()
enter(uint256 stableDepositAmount, uint256 volatileBorrowAmount, int24 tickLower, int24 tickUpper)
exit()
exitBuildingBlock(uint256)
init(address owner_, address operator_, address incentiveVault_)
rebalance(uint256 stableDepositAmount, uint256 volatileBorrowAmount, int24 tickLower, int24 tickUpper)
runTx(address target, uint256 value, bytes data)
setIncentiveVault(address incentiveVault_)
stats() returns (struct UniswapV3StatsStats s)
transferOwnership(address newOwner_)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes path)
withdrawERC20(address token)
withdrawETH()
This contract contains no event objects.
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyInitialized()
FailedInnerCall()
NotImplemented()
OnlyOwner()
OnlyOwnerOrOperator()
SafeCastOverflowedUintToInt(uint256 value)
SafeERC20FailedOperation(address token)