Alpha Vault
Verified contract
Active on
Ethereum with 1,734 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($73,301.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 19.234063 | $3,192.42 |
$61,403.21 | |
USDT | ERC-20 | 11.886232K | $1.001 |
$11,898.12 | |
TetherLP.com | ERC-20 | 712 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20583667 | 3 months ago | | | 0 | 0.00017525231 | |
| 20551582 | 3 months ago | | | 0 | 0.00013838266 | |
| 20407693 | 3 months ago | | | 0 | 0.00029267451 | |
| 20407387 | 3 months ago | | | 0 | 0.00028452017 | |
| 20406987 | 3 months ago | | | 0 | 0.00010157776 | |
| 20394573 | 3 months ago | | | 0 | 0.00015014412 | |
| 20379632 | 4 months ago | | | 0 | 0.0022076550 | |
| 20353374 | 4 months ago | | | 0 | 0.000075836739 | |
| 20353371 | 4 months ago | | | 0 | 0.000075836739 | |
| 20353361 | 4 months ago | | | 0 | 0.00034365302 |
ABI
ABI objects
Getter at block 21160525 getTotalAmounts() view returns (uint256 total0, uint256 total1)
accruedProtocolFees0() view returns (uint256)
70336594658915157
accruedProtocolFees1() view returns (uint256)
130838751
baseLower() view returns (int24)
-205800
baseUpper() view returns (int24)
-198540
decimals() view returns (uint8)
18
getBalance0() view returns (uint256)
19163726581476505084
getBalance1() view returns (uint256)
11755392983
governance() view returns (address)
0x2c84547f7076c4d834f14c5b2ff627f1913291e4
limitLower() view returns (int24)
-202140
limitUpper() view returns (int24)
-200940
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
Alpha Vault
pendingGovernance() view returns (address)
0x2c84547f7076c4d834f14c5b2ff627f1913291e4
pool() view returns (address)
0x4e68ccd3e89f51c3074ca5072bbac773960dfa36
protocolFee() view returns (uint256)
50000
strategy() view returns (address)
0x4e03028626aa5e5d5e4cfef2970231b0d6c5d5ed
symbol() view returns (string)
AV
tickSpacing() view returns (int24)
60
token0() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
11950348805608625595
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.