0xb909bf6bbe1af0ebef71133a825d57299ade27b4
Unverified contract
Proxy
Active on
Base with 11 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#930811) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#920483) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#902468) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#898989) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#892287) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19433759 | 3 months ago | | | 0 | 0.000029468142 | |
| 19425583 | 3 months ago | | | 0 | 0.000032226235 | |
| 19425476 | 3 months ago | | | 0 | 0.000022506961 | |
| 19311991 | 3 months ago | | | 0 | 0.000012883114 | |
| 19311886 | 3 months ago | | | 0 | 0.0000083660085 | |
| 19228902 | 4 months ago | | | 0 | 0.0000043899785 | |
| 19003344 | 4 months ago | | | 0 | 0.000036838913 | |
| 19003165 | 4 months ago | | | 0 | 0.000023745708 | |
| 18943731 | 4 months ago | | | 0 | 0.0000085635430 | |
| 18943349 | 4 months ago | | | 0 | 0.000013376324 |
ABI
ABI objects
Getter at block 23855457 getDebt() view returns (uint256)
addressesProvider() view returns (address)
0x5c6c6ab99afda79865e57a12c025b0ad355276ac
borrowedToken() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
lastFees0() view returns (uint128)
0
lastFees1() view returns (uint128)
0
liquidityPool() view returns (address)
0x4c36388be6f416a29c8d8eee81c771ce6be14b18
owner() view returns (address)
0xafeb8b51657444b7f66758df542ae1fbebacb736
pool() view returns (address)
0x5425afd90bd1aad68d5badcb80390101a2750bc5
positionTokenId() view returns (uint256)
930811
positionWrapper() view returns (address)
0x4bd51179f30cd162167d40af9f6d378fc580c9cd
revenueFee() view returns (uint256)
672
revenueFeePercent() view returns (uint256)
1000
uniswapV3Pool() view returns (address)
0x4c36388be6f416a29c8d8eee81c771ce6be14b18
Read-only
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimFees(address flashloanProvider, struct CLLeveragedPositionClaimFeesParams params)
compound(address flashloanProvider, struct CLLeveragedPositionCompoundParams params)
compoundAutomation(address flashloanProvider, struct CLLeveragedPositionCompoundParams params, uint256 automationFee)
deleverage(address flashloanProvider, struct CLLeveragedPositionDeleverageParams params)
deleverageAutomation(address flashloanProvider, struct CLLeveragedPositionDeleverageParams params, uint256 automationFee)
executeOperation(address[], uint256[], uint256[], address initiator, bytes params) returns (bool)
initialize(struct CLLeveragedPositionPositionInitParams params)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
onFlashLoan(address initiator, address token, uint256 amount, uint256 flashFee, bytes data) returns (bytes32)
rebalance(address flashloanProvider, struct CLLeveragedPositionRebalanceParams params)
rebalanceAutomation(address flashloanProvider, struct CLLeveragedPositionRebalanceParams params, uint256 automationFee)
renounceOwnership()
transferOwnership(address newOwner)
Compound()
Deleverage()
DeleverageWithdrawLiquidity()
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebalance()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidCaller()
InvalidInitialization()
InvalidInitiator()
MathOverflowedMulDiv()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
T()
TooBigPoolPriceDeviation()