DefiEdgeStrategy
Verified contract
Active on
Base with 1,240 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x883e…2184
0x18e2…b4ea
0xe600…39dc
Balances ($142.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.026441 | $3,326.94 |
$87.97 | |
USDC | ERC-20 | 53.949048 | $1.001 |
$54 | |
GRG | ERC-20 | 0.05 | $1.12 |
$0.06 | |
WGC | ERC-20 | 200 | $0.000272 |
$0.05 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000622 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000569 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
PEP | ERC-20 | 61.2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243758 | a month ago | | | 0 | 0.0000032990622 | |
| 20808177 | 2 months ago | | | 0 | 2.6440130e-7 | |
| 20524369 | 2 months ago | | | 0 | 1.7707610e-7 | |
| 19755494 | 2 months ago | | | 0 | 0.0000046136997 | |
| 19591146 | 3 months ago | | | 0 | 1.4069060e-7 | |
| 19430432 | 3 months ago | | | 0 | 0.000024355787 | |
| 19311612 | 3 months ago | | | 0 | 0.0000078921197 | |
| 19292715 | 3 months ago | | | 0 | 0.0000084738977 | |
| 19278318 | 3 months ago | | | 0 | 0.0000050872137 | |
| 19241858 | 3 months ago | | | 0 | 0.0000080741670 |
ABI
ABI objects
Getter at block 22940719
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)
13638176085076159127
accProtocolPerformanceFeeShares() view returns (uint256)
0
decimals() view returns (uint8)
18
factory() view returns (address)
0x39869ad930e53c859cf611a503534b67803e6a44
getTicks() view returns (struct IStrategyBaseTick[])
[(-201940, -196900), (-198920, -198120), (-198740, -197940)]
manager() view returns (address)
0xe6003b73a2eaf44cc4ab33ccd05bdd49220b39dc
name() view returns (bytes32)
0x4465666945646765205368617265000000000000000000000000000000000000
onHold() view returns (bool)
false
pool() view returns (address)
0x883e4ae0a817f2901500971b353b5dd89aa52184
reserve0() view returns (uint256)
26441016226866690
reserve1() view returns (uint256)
53949048
symbol() view returns (bytes32)
0x4445536861726500000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
24271372092627903446
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 airdropWithdraw(address _token, address _to)
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(bool _zeroToOne, uint256 _amountIn, bool _isOneInchSwap, bytes _swapData, struct DefiEdgeStrategyPartialTick[] _existingTicks, struct DefiEdgeStrategyNewTick[] _newTicks, bool _burnAll)
skim(address to)
swap(bool zeroToOne, uint256 amountIn, bool isOneInchSwap, bytes data)
sync()
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)
Sync(uint256 reserve0, uint256 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _factory, address _pool, address _chainlinkRegistry, address _manager, bool[2] _usdAsBase, struct IStrategyBaseTick[] _ticks)
This contract contains no fallback and receive objects.
This contract contains no error objects.