Visor OHM-ETH Uni v3
Verified contract
Active on
Ethereum with 634 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3835…a899
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,698.25 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19104023 | 10 months ago | | | 0 | 0.0031479432 | |
| 19081326 | 10 months ago | | | 0 | 0.0036672390 | |
| 17702864 | a year ago | | | 0 | 0.0052177361 | |
| 16753801 | 2 years ago | | | 0 | 0.0067782382 | |
| 16562282 | 2 years ago | | | 0 | 0.0053833749 | |
| 15878186 | 2 years ago | | | 0 | 0.0030292300 | |
| 15681258 | 2 years ago | | | 0 | 0.0013462883 | |
| 15521954 | 2 years ago | | | 0 | 0.0075315041 | |
| 15425949 | 2 years ago | | | 0 | 0.0014634929 | |
| 15251375 | 2 years ago | | | 0 | 0.0031595836 |
ABI
ABI objects
Getter at block 21305479 getTotalAmounts() view returns (uint256 total0, uint256 total1)
PRECISION() view returns (uint256)
1000000000000000000000000000000000000
baseLower() view returns (int24)
-887200
baseUpper() view returns (int24)
887200
currentTick() view returns (int24 tick)
171349
decimals() view returns (uint8)
18
deposit0Max() view returns (uint256)
1000000000000000000000000000000000000
deposit1Max() view returns (uint256)
1000000000000000000000000000000000000
fee() view returns (uint24)
10000
getBasePosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=2021161874767372, amount0=405460328923, amount1=11380250710413263189)
getLimitPosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=4164348354395916, amount0=154439720717, amount1=22802486395879144199)
limitLower() view returns (int24)
-887200
limitUpper() view returns (int24)
174800
maxTotalSupply() view returns (uint256)
1
name() view returns (string)
Visor OHM-ETH Uni v3
owner() view returns (address)
0xc40ccde9c951ace468154d1d39917d8f8d11b38c
pool() view returns (address)
0xf1b63cd9d80f922514c04b0fd0a30373316dd75b
symbol() view returns (string)
vOHM-ETHV3-1
tickSpacing() view returns (int24)
200
token0() view returns (address)
0x383518188c0c6d7730d91b2c03a03c837814a899
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
28672300553304246855
whitelisted() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
list(address) view returns (bool)
State-modifying
Events appendList(address[] listed)
approve(address spender, uint256 amount) returns (bool)
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, address feeRecipient, int256 swapQuantity)
setDepositMax(uint256 _deposit0Max, uint256 _deposit1Max)
setMaxTotalSupply(uint256 _maxTotalSupply)
toggleWhitelist()
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, address from) returns (uint256 amount0, uint256 amount1)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed sender, address indexed to, uint256 shares, uint256 amount0, uint256 amount1)
Rebalance(int24 tick, uint256 totalAmount0, uint256 totalAmount1, uint256 feeAmount0, uint256 feeAmount1, 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, address _owner, string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.