Visor ETH-USDT Uni v3
Verified contract
Active on
Ethereum with 1,677 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 |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,725.92 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17488081 | a year ago | | | 0 | 0.0055517218 | |
| 17032520 | 2 years ago | | | 0 | 0.011114277 | |
| 16458075 | 2 years ago | | | 0 | 0.0043641550 | |
| 16339416 | 2 years ago | | | 0 | 0.0041076320 | |
| 16329329 | 2 years ago | | | 0 | 0.0082460237 | |
| 16009048 | 2 years ago | | | 0 | 0.0039699926 | |
| 15952840 | 2 years ago | | | 0 | 0.0047726375 | |
| 15946174 | 2 years ago | | | 0 | 0.0054697670 | |
| 15898189 | 2 years ago | | | 0 | 0.0062480200 | |
| 15623434 | 2 years ago | | | 0 | 0.0041153370 |
ABI
ABI objects
Getter at block 21304082 getTotalAmounts() view returns (uint256 total0, uint256 total1)
PRECISION() view returns (uint256)
1000000000000000000000000000000000000
baseLower() view returns (int24)
-225660
baseUpper() view returns (int24)
-179580
currentTick() view returns (int24 tick)
-194117
decimals() view returns (uint8)
18
deposit0Max() view returns (uint256)
1
deposit1Max() view returns (uint256)
1
fee() view returns (uint24)
3000
getBasePosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=369952148577597, amount0=3135063159380004479, amount1=17892173422)
getLimitPosition() view returns (uint128 liquidity, uint256 amount0, uint256 amount1)
(liquidity=190927136457098, amount0=0, amount1=5180671721)
limitLower() view returns (int24)
-225660
limitUpper() view returns (int24)
-202680
maxTotalSupply() view returns (uint256)
1
name() view returns (string)
Visor ETH-USDT Uni v3
owner() view returns (address)
0xc40ccde9c951ace468154d1d39917d8f8d11b38c
pool() view returns (address)
0x4e68ccd3e89f51c3074ca5072bbac773960dfa36
symbol() view returns (string)
vETH-USDTV3-1
tickSpacing() view returns (int24)
60
token0() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
26728817797
whitelisted() view returns (bool)
false
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)
emergencyBurn(int24 tickLower, int24 tickUpper, uint128 liquidity)
emergencyWithdraw(address token, uint256 amount)
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, int24 _baseLower, int24 _baseUpper, int24 _limitLower, int24 _limitUpper)
This contract contains no fallback and receive objects.
This contract contains no error objects.