ICHI Vault Liquidity
Verified contract
Active on
Base with 169 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 0 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22759332 | an hour ago | | | 0 | 0.0000030663967 | |
| 22759332 | an hour ago | | | 0 | 0.0000030663967 | |
| 22759332 | an hour ago | | | 0 | 0.0000030663967 | |
| 22759228 | an hour ago | | | 0 | 0.0000029941040 | |
| 22759228 | an hour ago | | | 0 | 0.0000029941040 | |
| 22759228 | an hour ago | | | 0 | 0.0000029941040 | |
| 22759228 | an hour ago | | | 0 | 0.0000029941040 | |
| 22759228 | an hour ago | | | 0 | 0.0000029941040 | |
| 22759228 | an hour ago | | | 0 | 0.0000029941040 | |
| 22759228 | an hour ago | | | 0 | 0.0000026095460 |
ABI
ABI objects
Getter at block 22760776 getTotalAmounts() view returns (uint256 total0, uint256 total1)
PRECISION() view returns (uint256)
1000000000000000000
affiliate() view returns (address)
0x15e032e70acfdb042d737bf16597abbe9d3b6729
allowToken0() view returns (bool)
false
allowToken1() view returns (bool)
true
ammFeeRecipient() view returns (address)
0xcdc814e01f982300895fbde9377feb799a577793
baseLower() view returns (int24)
218000
baseUpper() view returns (int24)
241600
currentTick() view returns (int24 tick)
240812
decimals() view returns (uint8)
18
deposit0Max() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
deposit1Max() view returns (uint256)
1000000000000000000000000000000
fee() view returns (uint24)
10000
getBasePosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=45885312162748057471087643, amount0=10863833243094316632, amount1=5300147425679073774654536089703)
getLimitPosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=1863489429009080165943401, amount0=10575767350212017317, amount1=0)
hysteresis() view returns (uint256)
5000000000000000
ichiVaultFactory() view returns (address)
0xabe5b5ac472ead17b4b4cac7faf42430748ab3b3
limitLower() view returns (int24)
241600
limitUpper() view returns (int24)
887200
maxTotalSupply() view returns (uint256)
0
name() view returns (string)
ICHI Vault Liquidity
owner() view returns (address)
0x7d11de61c219b70428bb3199f0dd88ba9e76bfee
pool() view returns (address)
0x0fb597d6cfe5be0d5258a7f017599c2a4ece34c7
symbol() view returns (string)
ICHI_Vault_LP
tickSpacing() view returns (int24)
200
token0() view returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d
totalSupply() view returns (uint256)
6328035068371583619296224542861
twapPeriod() view returns (uint32)
600
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
collectFees() returns (uint256 fees0, uint256 fees1)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 deposit0, uint256 deposit1, address to) returns (uint256 shares)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebalance(int24 _baseLower, int24 _baseUpper, int24 _limitLower, int24 _limitUpper, int256 swapQuantity)
renounceOwnership()
setAffiliate(address _affiliate)
setAmmFeeRecipient(address _ammFeeRecipient)
setDepositMax(uint256 _deposit0Max, uint256 _deposit1Max)
setHysteresis(uint256 _hysteresis)
setMaxTotalSupply(uint256 _maxTotalSupply)
setTwapPeriod(uint32 newTwapPeriod)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
uniswapV3MintCallback(uint256 amount0, uint256 amount1, bytes data)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
withdraw(uint256 shares, address to) returns (uint256 amount0, uint256 amount1)
Affiliate(address indexed sender, address affiliate)
AmmFeeRecipient(address indexed sender, address ammFeeRecipient)
Approval(address indexed owner, address indexed spender, uint256 value)
CollectFees(address indexed sender, uint256 feeAmount0, uint256 feeAmount1)
DeployICHIVault(address indexed sender, address indexed pool, bool allowToken0, bool allowToken1, address owner, uint256 twapPeriod)
Deposit(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
DepositMax(address indexed sender, uint256 deposit0Max, uint256 deposit1Max)
Hysteresis(address indexed sender, uint256 hysteresis)
MaxTotalSupply(address indexed sender, uint256 maxTotalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rebalance(int24 tick, uint256 totalAmount0, uint256 totalAmount1, uint256 feeAmount0, uint256 feeAmount1, uint256 totalSupply)
SetTwapPeriod(address sender, uint32 newTwapPeriod)
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, bool _allowToken0, bool _allowToken1, address __owner, uint32 _twapPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.