DefiEdgeStrategy
Verified contract
Proxy
Active on
Ethereum with 224 txns
Unified storage
Map
Table
Raw
Constants and immutables
36
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa631…337d
0x88e6…5640
0xc02a…6cc2
0xb893…700e
0x457f…d788
Balances ($0.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000008 | $3,678.84 |
$0.03 | |
USDC | ERC-20 | 0.004422 | $0.999845 |
$0 | |
0xcec9…1e98 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21114554 | a month ago | | | 0 | 0.0057856434 | |
| 21009080 | a month ago | | | 0 | 0.00062759876 | |
| 21009075 | a month ago | | | 0 | 0.0043889254 | |
| 21008851 | a month ago | | | 0 | 0.00064735011 | |
| 18670027 | a year ago | | | 0 | 0.032095800 | |
| 18628824 | a year ago | | | 0 | 0.052231973 | |
| 18628695 | a year ago | | | 0 | 0.049460053 | |
| 18615514 | a year ago | | | 0 | 0.037794476 | |
| 18613368 | a year ago | | | 0 | 0.014106325 | |
| 18613363 | a year ago | | | 0 | 0.021423716 |
ABI
ABI objects
Getter at block 21327137
FEE_PRECISION() view returns (uint256)
100000000
MAX_TICK_LENGTH() view returns (uint256)
20
MINIMUM_LIQUIDITY() view returns (uint256)
1000000000000
accManagementFeeShares() view returns (uint256)
0
accPerformanceFeeShares() view returns (uint256)
0
accProtocolPerformanceFeeShares() view returns (uint256)
374419556698026
decimals() view returns (uint8)
18
factory() view returns (address)
0xa631c80f5f4739565d8793cab6fd08812ce3337d
getTicks() view returns (struct IStrategyBaseTick[])
[(198700, 200820), (198080, 201360), (194710, 200310)]
manager() view returns (address)
0x457fd68ac7bceaa33e590915c2c969269f0cd788
name() view returns (bytes32)
0x4465666945646765205368617265000000000000000000000000000000000000
onHold() view returns (bool)
false
oneInchRouter() view returns (address)
0x1111111254fb6c44bac0bed2854e76f90643097d
pool() view returns (address)
0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640
symbol() view returns (bytes32)
0x4445536861726500000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
375419556698026
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256)
ticks(uint256) view returns (int24 tickLower, int24 tickUpper)
usdAsBase(uint256) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 _shares, uint256 _amount0Min, uint256 _amount1Min) returns (uint256 collect0, uint256 collect1)
burnLiquiditySingle(uint256 _tickIndex) returns (uint256 amount0, uint256 amount1, uint256 fee0, uint256 fee1)
claimFee()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyWithdraw(address _token, address _to, uint256 _amount, struct DefiEdgeStrategyNewTick[] _newTicks)
getAUMWithFees(bool _includeFee) returns (uint256 amount0, uint256 amount1, uint256 totalFee0, uint256 totalFee1)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _amount0, uint256 _amount1, uint256 _amount0Min, uint256 _amount1Min, uint256 _minShare) returns (uint256 amount0, uint256 amount1, uint256 share)
rebalance(bytes _swapData, struct DefiEdgeStrategyPartialTick[] _existingTicks, struct DefiEdgeStrategyNewTick[] _newTicks, bool _burnAll)
swap(bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
uniswapV3MintCallback(uint256 amount0, uint256 amount1, bytes data)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed user, uint256 share, uint256 amount0, uint256 amount1)
ClaimFee(uint256 managerFee, uint256 protocolFee)
FeesClaim(address indexed strategy, uint256 amount0, uint256 amount1)
Hold()
Mint(address indexed user, uint256 share, uint256 amount0, uint256 amount1)
PartialRebalance(struct DefiEdgeStrategyPartialTick[] ticks)
Rebalance(struct DefiEdgeStrategyNewTick[] ticks)
Swap(uint256 amountIn, uint256 amountOut, bool _zeroForOne)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _factory, address _pool, address _oneInchRouter, address _chainlinkRegistry, address _manager, bool[2] _usdAsBase, struct IStrategyBaseTick[] _ticks)
This contract contains no fallback and receive objects.
This contract contains no error objects.