DefiEdgeTwapStrategy
Verified contract
Proxy
Active on
Base with 49 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
0x535b…911d
0x4c36…4b18
0x18e2…b4ea
0x976a…944e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,369.98 |
$0 | |
USDbC | ERC-20 | 0.000029 | $0.999045 |
$0 | |
| ERC-20 | 30 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6435410 | a year ago | | | 0 | 0.0000056956020 | |
| 6075662 | a year ago | | | 0 | 0.000000008111869514 | |
| 6075655 | a year ago | | | 0 | 0.000000003643570672 | |
| 6075477 | a year ago | | | 0 | 3.6456172e-7 | |
| 5987482 | a year ago | | | 0 | 0.000000024301972821 | |
| 5710758 | a year ago | | | 0 | 0.000000019901531160 | |
| 5710675 | a year ago | | | 0 | 0.000000004619851848 | |
| 5686303 | a year ago | | | 0 | 0.0000081260555 | |
| 5686256 | a year ago | | | 0 | 1.4600848e-7 | |
| 5686219 | a year ago | | | 0 | 8.5972607e-7 |
ABI
ABI objects
Getter at block 22781347
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[])
[(-202380, -200380), (-203560, -199500), (-201360, -201300), (-201370, -201290)]
manager() view returns (address)
0x976ad858cfd73b0be40578814813ce156690944e
name() view returns (bytes32)
0x4465666945646765205368617265000000000000000000000000000000000000
onHold() view returns (bool)
false
pool() view returns (address)
0x4c36388be6f416a29c8d8eee81c771ce6be14b18
reserve0() view returns (uint256)
13716335110
reserve1() view returns (uint256)
29
symbol() view returns (bytes32)
0x4445536861726500000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1000000000000
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.