StrategyUsdcEth05UniV3
Verified contract
Active on
Ethereum with 59 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc364…fe88
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Univ3LP.org | ERC-20 | 500 | -- | -- | |
(#310945) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#302818) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#277843) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#270504) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#253615) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#253038) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#245366) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#238611) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#228447) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15696771 | 2 years ago | | | 0 | 0.00031801322 | |
| 15696769 | 2 years ago | | | 0 | 0.00036162549 | |
| 15691477 | 2 years ago | | | 0 | 0.0028718252 | |
| 15691463 | 2 years ago | | | 0 | 0.0032488800 | |
| 15686806 | 2 years ago | | | 0 | 0.0025823852 | |
| 15657905 | 2 years ago | | | 0 | 0.0024733260 | |
| 15638089 | 2 years ago | | | 0 | 0.0039094197 | |
| 15617085 | 2 years ago | | | 0 | 0.0024792660 | |
| 15598272 | 2 years ago | | | 0 | 0.0034707708 | |
| 15586194 | 2 years ago | | | 0 | 0.0027706264 |
ABI
ABI objects
Getter at block 21266300 determineTicks() view returns (int24, int24) liquidityOf() view returns (uint256) liquidityOfThis() view returns (uint256)
amountsForLiquid() view returns (uint256, uint256)
(9480886898060, 0)
controller() view returns (address)
0x7b5916c61bceeaa2646cf49d9541ac6f5dce3637
getName() pure returns (string)
StrategyUsdcEth05UniV3
governance() view returns (address)
0x066419eaef5de53cc5da0d8702b990c5bc7d1ab3
liquidityOfPool() view returns (uint256)
0
nftManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
performanceTreasuryFee() view returns (uint256)
2000
performanceTreasuryMax() view returns (uint256)
10000
pool() view returns (address)
0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640
strategist() view returns (address)
0x066419eaef5de53cc5da0d8702b990c5bc7d1ab3
swapPoolFee() view returns (uint24)
500
tick_lower() view returns (int24)
201160
tick_upper() view returns (int24)
206160
timelock() view returns (address)
0x518973790e6b88fcd328952fd66cb7ddff96ac63
token0() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
tokenId() view returns (uint256)
315352
univ3Router() view returns (address)
0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45
Read-only
harvesters(address) view returns (bool)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events deposit()
execute(address _target, bytes _data) payable returns (bytes response)
getHarvestable() returns (uint256, uint256)
harvest()
rebalance() returns (uint256 _tokenId)
revokeHarvesters(address[] _harvesters)
setController(address _controller)
setGovernance(address _governance)
setPerformanceTreasuryFee(uint256 _performanceTreasuryFee)
setStrategist(address _strategist)
setSwapPoolFee(uint24 _swapPoolFee)
setTickRangeMultiplier(int24 _tickRangeMultiplier)
setTimelock(address _timelock)
setTwapTime(uint24 _twapTime)
whitelistHarvesters(address[] _harvesters)
withdraw(address _asset) returns (uint256 balance)
withdraw(uint256 _liquidity) returns (uint256 a0, uint256 a1)
withdrawAll() returns (uint256 a0, uint256 a1)
Deposited(uint256 tokenId, uint256 token0Balance, uint256 token1Balance)
Harvested(uint256 tokenId)
InitialDeposited(uint256 tokenId)
Rebalanced(uint256 tokenId, int24 _tickLower, int24 _tickUpper)
Withdrawn(uint256 tokenId, uint256 _liquidity)
constructor(int24 _tickRangeMultiplier, uint24 _swapPoolFee, address _governance, address _strategist, address _controller, address _timelock)
This contract contains no fallback and receive objects.
This contract contains no error objects.