AutoRange
Verified contract
Active on
Ethereum with 765 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,840.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.250169 | $3,115.54 |
$779.41 | |
WBTC | ERC-20 | 0.006233 | $78,834.00 |
$491.38 | |
Neiro | ERC-20 | 43.133845K | $0.002541 |
$109.62 | |
AIOZ | ERC-20 | 196.904095 | $0.508537 |
$100.13 | |
wQUIL | ERC-20 | 636.336112 | $0.146711 |
$93.36 | |
BERRY | ERC-20 | 686.025153 | $0.111812 |
$76.71 | |
DRAGONX | ERC-20 | 5.325642M | $0.000012 |
$65.24 | |
LINK | ERC-20 | 2.409025 | $13.97 |
$33.65 | |
ALPH | ERC-20 | 19.479104 | $1.41 |
$27.47 | |
KAS | ERC-20 | 133.068084 | $0.148176 |
$19.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159524 | an hour ago | | | 0 | 0.024178183 | |
| 21153238 | a day ago | | | 0 | 0.011863740 | |
| 21152417 | a day ago | | | 0 | 0.0095212303 | |
| 21150333 | a day ago | | | 0 | 0.0012079594 | |
| 21148110 | 2 days ago | | | 0 | 0.0077316061 | |
| 21148084 | 2 days ago | | | 0 | 0.0067905716 | |
| 21144263 | 2 days ago | | | 0 | 0.0016525387 | |
| 21140729 | 3 days ago | | | 0 | 0.00078570870 | |
| 21138477 | 3 days ago | | | 0 | 0.018063584 | |
| 21132775 | 4 days ago | | | 0 | 0.014919133 |
ABI
ABI objects
Getter at block 21159842
MAX_TWAP_TICK_DIFFERENCE() view returns (uint32)
200
MIN_TWAP_SECONDS() view returns (uint32)
60
TWAPSeconds() view returns (uint32)
60
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
maxTWAPTickDifference() view returns (uint16)
100
nonfungiblePositionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
owner() view returns (address)
0xaac25e85e752425dd1a92674ceeaf603758d3124
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
universalRouter() view returns (address)
0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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()