0xa5e9fa870c50f4fd352a82ffe16a63646864686d
Unverified contract
Proxy
Active on
Base with 619 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
0x42ce…51ec
0x2ae3…ec22
0x5144…b33a
19 additional
variables
Balances ($1.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cbETH | ERC-20 | 0.000402 | $3,612.21 |
$1.45 | |
WGC | ERC-20 | 200 | $0.000272 |
$0.05 | |
CHIDO | ERC-20 | 20 | $0.000344 |
$0.01 | |
USA | ERC-20 | 1 | $0.000622 |
$0 | |
NUNU | ERC-20 | 77.777778 | -- | -- | |
0x5144…b33a | AKITA V2 | ERC-20 | 3.934984 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22921434 | 11 hours ago | | | 0 | 0.0000012438468 | |
| 22919539 | 12 hours ago | | | 0 | 0.0000068057136 | |
| 21607573 | a month ago | | | 0 | 4.8712950e-7 | |
| 21607556 | a month ago | | | 0 | 0.0000011395560 | |
| 21216987 | a month ago | | | 0 | 1.8140250e-7 | |
| 21018730 | a month ago | | | 0 | 0.0000023573643 | |
| 19396090 | 3 months ago | | | 0 | 6.8850540e-7 | |
| 19396071 | 3 months ago | | | 0 | 2.8530630e-7 | |
| 18726913 | 3 months ago | | | 0 | 0.0000018907148 | |
| 18726807 | 3 months ago | | | 0 | 0.0000019050218 |
ABI
ABI objects
Getter at block 22940469 checkCanRebalance() view getTotalAmounts() view returns (uint256 total0, uint256 total1) name() view returns (string)
MINIMUM_LIQUIDITY() view returns (uint256)
1000
accruedManagerFees0() view returns (uint256)
1162727127395
accruedManagerFees1() view returns (uint256)
0
accruedProtocolFees0() view returns (uint256)
354173353442883
accruedProtocolFees1() view returns (uint256)
359363946434661439
baseLower() view returns (int24)
50400
baseThreshold() view returns (int24)
11400
baseUpper() view returns (int24)
73400
decimals() view returns (uint8)
18
factory() view returns (address)
0x5b7b8b487d05f77977b7abeec5f922925b9b2afa
fullLower() view returns (int24)
-887200
fullRangeWeight() view returns (uint24)
0
fullUpper() view returns (int24)
887200
getBalance0() view returns (uint256)
46189398478828
getBalance1() view returns (uint256)
3575620264297041273
getTwap() view returns (int24)
887271
lastTick() view returns (int24)
61999
lastTimestamp() view returns (uint256)
1723532641
limitLower() view returns (int24)
56600
limitThreshold() view returns (int24)
5200
limitUpper() view returns (int24)
61800
manager() view returns (address)
0xb05cf01231cf2ff99499682e64d3780d57c80fdd
managerFee() view returns (uint24)
59420
maxTotalSupply() view returns (uint256)
1000000000000000000000
maxTwapDeviation() view returns (int24)
2000
minTickMove() view returns (int24)
10
pendingManager() view returns (address)
0xb05cf01231cf2ff99499682e64d3780d57c80fdd
pendingManagerFee() view returns (uint24)
59420
period() view returns (uint32)
0
pool() view returns (address)
0x42ce3a7bfe73a7085ff2e65b9f92d9aa33fc51ec
protocolFee() view returns (uint24)
10000
rebalanceDelegate() view returns (address)
0xb05cf01231cf2ff99499682e64d3780d57c80fdd
symbol() view returns (string)
AKITA V3
tickSpacing() view returns (int24)
200
token0() view returns (address)
0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22
token1() view returns (address)
0x5144635314d16805e933a93dd0e7a630979bb33a
totalSupply() view returns (uint256)
915638711461269613625
twapDuration() view returns (uint32)
60
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getPositionAmounts(int24 tickLower, int24 tickUpper) view returns (uint256 amount0, uint256 amount1)
State-modifying
Events acceptManager()
approve(address spender, uint256 amount) returns (bool)
collectManager(address to)
collectProtocol(address to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount0Desired, uint256 amount1Desired, uint256 amount0Min, uint256 amount1Min, address to) returns (uint256 shares, uint256 amount0, uint256 amount1)
emergencyBurn(int24 tickLower, int24 tickUpper, uint128 liquidity)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(struct VaultParams _params, address _factory)
rebalance()
setBaseThreshold(int24 _baseThreshold)
setFullRangeWeight(uint24 _fullRangeWeight)
setLimitThreshold(int24 _limitThreshold)
setManager(address _manager)
setManagerFee(uint24 _pendingManagerFee)
setMaxTotalSupply(uint256 _maxTotalSupply)
setMaxTwapDeviation(int24 _maxTwapDeviation)
setMinTickMove(int24 _minTickMove)
setPeriod(uint32 _period)
setRebalanceDelegate(address _rebalanceDelegate)
setTwapDuration(uint32 _twapDuration)
sweep(address token, uint256 amount, address to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
uniswapV3MintCallback(uint256 amount0, uint256 amount1, bytes data)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
withdraw(uint256 shares, uint256 amount0Min, uint256 amount1Min, address to) returns (uint256 amount0, uint256 amount1)
Approval(address indexed owner, address indexed spender, uint256 value)
CollectFees(uint256 feesToVault0, uint256 feesToVault1, uint256 feesToProtocol0, uint256 feesToProtocol1, uint256 feesToManager0, uint256 feesToManager1)
CollectManager(uint256 amount0, uint256 amount1)
CollectProtocol(uint256 amount0, uint256 amount1)
Deposit(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
Snapshot(int24 tick, uint256 totalAmount0, uint256 totalAmount1, uint256 totalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBaseThreshold(int24 threshold)
UpdateFullRangeWeight(uint24 weight)
UpdateLimitThreshold(int24 threshold)
UpdateManager(address manager)
UpdateManagerFee(uint24 managerFee)
UpdateMaxTotalSupply(uint256 maxTotalSupply)
UpdateMaxTwapDeviation(int24 maxTwapDeviation)
UpdateMinTickMove(int24 minTickMove)
UpdatePendingManager(address manager)
UpdatePeriod(uint32 period)
UpdateRebalanceDelegate(address delegate)
UpdateTwapDuration(uint32 twapDuration)
Withdraw(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.