Alpha Vault
Verified contract
Active on
Ethereum with 3,153 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($306,493.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 2.87056 | $95,252.00 |
$273,426.54 | |
USDC | ERC-20 | 33.067068K | $1.00 |
$33,067.07 | |
$ | ERC-20 | 50K | -- | -- | |
CRI | ERC-20 | 0.024 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21286073 | 11 hours ago | | | 0 | 0.0010216976 | |
| 21210839 | 11 days ago | | | 0 | 0.0011697957 | |
| 21148604 | 20 days ago | | | 0 | 0.00097582793 | |
| 21148585 | 20 days ago | | | 0 | 0.0010560160 | |
| 21148564 | 20 days ago | | | 0 | 0.0012268778 | |
| 21148546 | 20 days ago | | | 0 | 0.0012106440 | |
| 21148522 | 20 days ago | | | 0 | 0.0012909581 | |
| 21027661 | a month ago | | | 0 | 0.00074052209 | |
| 20980253 | a month ago | | | 0 | 0.0018215954 | |
| 20936809 | 2 months ago | | | 0 | 0.0015922560 |
ABI
ABI objects
Getter at block 21289337 getTotalAmounts() view returns (uint256 total0, uint256 total1)
accruedProtocolFees0() view returns (uint256)
1220751
accruedProtocolFees1() view returns (uint256)
341688179
baseLower() view returns (int24)
52020
baseUpper() view returns (int24)
59280
decimals() view returns (uint8)
18
getBalance0() view returns (uint256)
285835206
getBalance1() view returns (uint256)
32725379845
governance() view returns (address)
0x2c84547f7076c4d834f14c5b2ff627f1913291e4
limitLower() view returns (int24)
55680
limitUpper() view returns (int24)
56880
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
Alpha Vault
pendingGovernance() view returns (address)
0x2c84547f7076c4d834f14c5b2ff627f1913291e4
pool() view returns (address)
0x99ac8ca7087fa4a2a1fb6357269965a2014abc35
protocolFee() view returns (uint256)
50000
strategy() view returns (address)
0x8209df5a847c321d26ecb155ca76f95224c5dcd9
symbol() view returns (string)
AV
tickSpacing() view returns (int24)
60
token0() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
token1() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
totalSupply() view returns (uint256)
51744735417
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 acceptGovernance()
approve(address spender, uint256 amount) returns (bool)
collectProtocol(uint256 amount0, uint256 amount1, 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)
rebalance(int256 swapAmount, uint160 sqrtPriceLimitX96, int24 _baseLower, int24 _baseUpper, int24 _bidLower, int24 _bidUpper, int24 _askLower, int24 _askUpper)
setGovernance(address _governance)
setMaxTotalSupply(uint256 _maxTotalSupply)
setProtocolFee(uint256 _protocolFee)
setStrategy(address _strategy)
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)
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)
Withdraw(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
constructor(address _pool, uint256 _protocolFee, uint256 _maxTotalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.