DefiEdgeTwapStrategy
Verified contract
Active on
Base with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b0a…c2d3
0x18e2…b4ea
0x8ce3…daf7
Balances ($0.00)
No balances found for "DefiEdgeTwapStrategy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DefiEdgeTwapStrategy"
ABI
ABI objects
Getter at block 23097268
FEE_PRECISION() view returns (uint256)
100000000
MAX_TICK_LENGTH() view returns (uint256)
20
MINIMUM_LIQUIDITY() view returns (uint256)
1000000000000
accManagementFeeShares() view returns (uint256)
0
decimals() view returns (uint8)
18
factory() view returns (address)
0x535bdcad61a2c964c1f7da021bb26a2b290b911d
getTicks() view returns (struct ITwapStrategyBaseTick[])
[(165400, 168800)]
manager() view returns (address)
0x8ce3d6a355afe9292f7fee1be8b2b8633911daf7
name() view returns (bytes32)
0x4465666945646765205368617265000000000000000000000000000000000000
onHold() view returns (bool)
false
pool() view returns (address)
0x4b0aaf3ebb163dd45f663b38b6d93f6093ebc2d3
reserve0() view returns (uint256)
0
reserve1() view returns (uint256)
0
symbol() view returns (bytes32)
0x4445536861726500000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address account) view returns (uint256)
ticks(uint256) view returns (int24 tickLower, int24 tickUpper)
useTwap(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 DefiEdgeTwapStrategyNewTick[] _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 DefiEdgeTwapStrategyPartialTick[] _existingTicks, struct DefiEdgeTwapStrategyNewTick[] _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 DefiEdgeTwapStrategyPartialTick[] ticks)
Rebalance(struct DefiEdgeTwapStrategyNewTick[] 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] _useTwap, struct ITwapStrategyBaseTick[] _ticks)
This contract contains no fallback and receive objects.
This contract contains no error objects.