StrategyEthApeUniV3
Verified contract
Active on
Ethereum with 21 txns
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 |
---|---|---|---|---|---|
V3Award.com | ERC-20 | 500 | -- | -- | |
(#225879) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
(#220908) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15696789 | 2 years ago | | | 0 | 0.00031517155 | |
| 15696787 | 2 years ago | | | 0 | 0.00030365571 | |
| 15691480 | 2 years ago | | | 0 | 0.0017884495 | |
| 15691463 | 2 years ago | | | 0 | 0.0032488800 | |
| 15657902 | 2 years ago | | | 0 | 0.0018156816 | |
| 15580575 | 2 years ago | | | 0 | 0.0022191900 | |
| 15558850 | 2 years ago | | | 0 | 0.0022686720 | |
| 15546013 | 2 years ago | | | 0 | 0.0032095304 | |
| 15468478 | 2 years ago | | | 0 | 0.0018920352 | |
| 15363056 | 2 years ago | | | 0 | 0.0023423040 |
ABI
ABI objects
Getter at block 21172242 liquidityOf() view returns (uint256)
amountsForLiquid() view returns (uint256, uint256)
(9766316779083429225, 0)
controller() view returns (address)
0x7b5916c61bceeaa2646cf49d9541ac6f5dce3637
determineTicks() view returns (int24, int24)
(-86220, -74220)
getName() pure returns (string)
StrategyEthApeUniV3
governance() view returns (address)
0x066419eaef5de53cc5da0d8702b990c5bc7d1ab3
liquidityOfPool() view returns (uint256)
0
liquidityOfThis() view returns (uint256)
0
nftManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
performanceTreasuryFee() view returns (uint256)
2000
performanceTreasuryMax() view returns (uint256)
10000
pool() view returns (address)
0xac4b3dacb91461209ae9d41ec517c2b9cb1b7daf
strategist() view returns (address)
0x066419eaef5de53cc5da0d8702b990c5bc7d1ab3
swapPoolFee() view returns (uint24)
3000
tick_lower() view returns (int24)
-61500
tick_upper() view returns (int24)
-49500
timelock() view returns (address)
0x518973790e6b88fcd328952fd66cb7ddff96ac63
token0() view returns (address)
0x4d224452801aced8b2f0aebe155379bb5d594381
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
tokenId() view returns (uint256)
236672
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.