Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,996.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VIRTUAL | ERC-20 | 3.645719K | $3.05 |
$11,119.44 | |
WETH | ERC-20 | 0.180696 | $4,096.61 |
$740.24 | |
USDC | ERC-20 | 566.692595 | $0.998789 |
$566.01 | |
LVLY | ERC-20 | 2.256849K | $0.164316 |
$370.84 | |
Mog | ERC-20 | 94.618943M | $0.000003 |
$291.43 | |
PEPE | ERC-20 | 597.888941M | $0.00 |
$238.56 | |
LBM | ERC-20 | 2.862041K | $0.076614 |
$219.27 | |
WELL | ERC-20 | 1.838214K | $0.095973 |
$176.42 | |
ANON | ERC-20 | 8.442716K | $0.017423 |
$147.1 | |
SKI | ERC-20 | 354.357618 | $0.275953 |
$97.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23792961 | a minute ago | | | 0 | 0.000023656250 | |
| 23792838 | 5 minutes ago | | | 0 | 0.000026251201 | |
| 23792796 | 6 minutes ago | | | 0 | 0.000024176754 | |
| 23792770 | 7 minutes ago | | | 0 | 0.000023555527 | |
| 23792749 | 8 minutes ago | | | 0 | 0.000026949676 | |
| 23792653 | 11 minutes ago | | | 0 | 0.000025502023 | |
| 23792627 | 12 minutes ago | | | 0 | 0.000024517436 | |
| 23792594 | 13 minutes ago | | | 0 | 0.000026463858 | |
| 23792496 | 16 minutes ago | | | 0 | 0.000025211708 | |
| 23792495 | 16 minutes ago | | | 0 | 0.000025323678 |
ABI
ABI objects
Getter at block 23792982
MAX_TWAP_TICK_DIFFERENCE() view returns (uint32)
200
MIN_TWAP_SECONDS() view returns (uint32)
60
TWAPSeconds() view returns (uint32)
60
factory() view returns (address)
0x33128a8fc17869897dce68ed026d694621f6fdfd
maxTWAPTickDifference() view returns (uint16)
100
nonfungiblePositionManager() view returns (address)
0x03a520b32c04bf3beef7beb72e919cf822ed34f1
owner() view returns (address)
0x45b220860a39f717dc7daff4fc08b69cb89d1cc9
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
universalRouter() view returns (address)
0xec8b0f7ffe3ae75d7ffab09429e3675bb63503e4
weth() view returns (address)
0x4200000000000000000000000000000000000006
withdrawer() view returns (address)
0x5663ba1b0b1d9b8559cfe049b33fe3b194852e82
zeroxRouter() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
Read-only
operators(address) view returns (bool)
positionConfigs(uint256) view returns (int32 lowerTickLimit, int32 upperTickLimit, int32 lowerTickDelta, int32 upperTickDelta, uint64 token0SlippageX64, uint64 token1SlippageX64, bool onlyFees, uint64 maxRewardX64)
vaults(address) view returns (bool)
State-modifying
Events acceptOwnership()
configToken(uint256 tokenId, address vault, struct AutoRangePositionConfig config)
execute(struct AutoRangeExecuteParams params)
executeWithVault(struct AutoRangeExecuteParams params, address vault)
renounceOwnership()
setOperator(address _operator, bool _active)
setTWAPConfig(uint16 _maxTWAPTickDifference, uint32 _TWAPSeconds)
setVault(address _vault)
setWithdrawer(address _withdrawer)
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
withdrawBalances(address[] tokens, address to)
withdrawETH(address to)
OperatorChanged(address newOperator, bool active)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PositionConfigured(uint256 indexed tokenId, int32 lowerTickLimit, int32 upperTickLimit, int32 lowerTickDelta, int32 upperTickDelta, uint64 token0SlippageX64, uint64 token1SlippageX64, bool onlyFees, uint64 maxRewardX64)
RangeChanged(uint256 indexed oldTokenId, uint256 indexed newTokenId)
Swap(address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut)
TWAPConfigChanged(uint32 TWAPSeconds, uint16 maxTWAPTickDifference)
VaultSet(address newVault)
WithdrawerChanged(address newWithdrawer)
constructor(address _npm, address _operator, address _withdrawer, uint32 _TWAPSeconds, uint16 _maxTWAPTickDifference, address _zeroxRouter, address _universalRouter)
receive()
AmountError()
ChainlinkPriceError()
CollateralFactorExceedsMax()
CollateralFail()
CollateralValueLimit()
CollectError()
DailyDebtIncreaseLimit()
DailyLendIncreaseLimit()
DebtChanged()
EtherSendFailed()
ExceedsMaxReward()
GlobalDebtLimit()
GlobalLendLimit()
InsufficientLiquidity()
InterestNotUpdated()
InvalidConfig()
InvalidPool()
InvalidToken()
MinLoanSize()
MissingSwapData()
NeedsRepay()
NoEtherToken()
NoLiquidity()
NoSharesRepayed()
NotConfigured()
NotEnoughReward()
NotLiquidatable()
NotReady()
NotSupportedFeeTier()
NotSupportedWhatToDo()
NotWETH()
PriceDifferenceExceeded()
Reentrancy()
SameRange()
SameToken()
SelfSend()
SequencerDown()
SequencerGracePeriodNotOver()
SlippageError()
SwapAmountTooLarge()
SwapFailed()
TWAPCheckFailed()
TooMuchEtherSent()
TransferError()
TransformFailed()
TransformNotAllowed()
Unauthorized()
WrongContract()