DefiEdgeTwapStrategy
Verified contract
Active on
Base with 20 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c36…4b18
0x18e2…b4ea
0xc924…5011
Balances ($4.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.001264 | $3,723.74 |
$4.71 | |
USDbC | ERC-20 | 0.07673 | $0.999365 |
$0.08 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.07 | |
USA | ERC-20 | 1 | $0.000645 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000454 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
WGC | ERC-20 | 100 | -- | -- | |
APE | ERC-20 | 100 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
OOMER | ERC-20 | 0.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0xf09f92a8 | 17430845 | 4 months ago | | | 0 | 7.2522024e-7 | |
| 3509615 | a year ago | | | 0 | 0.000016237742 | |
| 3509603 | a year ago | | | 0 | 0.000015392073 | |
| 3509582 | a year ago | | | 0 | 0.000028842172 | |
| 3509549 | a year ago | | | 0 | 0.000027613955 | |
| 3423839 | a year ago | | | 0 | 0.000029151171 | |
| 3423820 | a year ago | | | 0 | 0.000015959327 | |
| 2986702 | a year ago | | | 0 | 0.000000000248408225 | |
| 2778041 | a year ago | | | 0 | 0.000000036296198024 | |
| 2741111 | a year ago | | | 0 | 1.8082278e-7 |
ABI
ABI objects
Getter at block 23258885
FEE_PRECISION() view returns (uint256)
100000000
MAX_TICK_LENGTH() view returns (uint256)
20
MINIMUM_LIQUIDITY() view returns (uint256)
1000000000000
accManagementFeeShares() view returns (uint256)
4736378306954391
decimals() view returns (uint8)
18
factory() view returns (address)
0x535bdcad61a2c964c1f7da021bb26a2b290b911d
getTicks() view returns (struct ITwapStrategyBaseTick[])
[]
manager() view returns (address)
0xc9248f0b59509dff65b6c3084e2669bdbb985011
name() view returns (bytes32)
0x4465666945646765205368617265000000000000000000000000000000000000
onHold() view returns (bool)
true
pool() view returns (address)
0x4c36388be6f416a29c8d8eee81c771ce6be14b18
reserve0() view returns (uint256)
1263974231017416
reserve1() view returns (uint256)
76730
symbol() view returns (bytes32)
0x4445536861726500000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
21905361424150009
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.