AutoRange
Verified contract
Active on
Ethereum with 327 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($108.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BITCOIN | ERC-20 | 103.993862 | $0.250096 |
$26.01 | |
CRV | ERC-20 | 63.078659 | $0.368888 |
$23.27 | |
FI | ERC-20 | 4.145043K | $0.004511 |
$18.7 | |
WETH | ERC-20 | 0.00585 | $3,118.04 |
$18.24 | |
FLIP | ERC-20 | 12.552718 | $1.27 |
$15.94 | |
ARB | ERC-20 | 8.182358 | $0.700325 |
$5.73 | |
CHKN | ERC-20 | 8.963052M | $0.00 |
$0.76 | |
STAO | ERC-20 | 10.832619K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21046449 | 23 days ago | | | 0 | 0.0060134961 | |
| 20882593 | 2 months ago | | | 0 | 0.0059669602 | |
| 20843866 | 2 months ago | | | 0 | 0.0033675981 | |
| 20680011 | 2 months ago | | | 0 | 0.0055445355 | |
| 20671969 | 2 months ago | | | 0 | 0.0030813861 | |
| 20628559 | 3 months ago | | | 0 | 0.0014308340 | |
| 20607086 | 3 months ago | | | 0 | 0.0029425829 | |
| 20573356 | 3 months ago | | | 0 | 0.0028582734 | |
| 20513988 | 3 months ago | | | 0 | 0.0056092620 | |
| 20509643 | 3 months ago | | | 0 | 0.0030917129 |
ABI
ABI objects
Getter at block 21214158
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
protocolRewardX64() view returns (uint64)
46116860184273880
swapRouterIndex() view returns (uint8)
0
swapRouterOption0() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
swapRouterOption1() view returns (address)
0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad
swapRouterOption2() view returns (address)
0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
withdrawer() view returns (address)
0xe247a0b71c396b024d8048529801763eda4928d3
Read-only
operators(address) view returns (bool)
positionConfigs(uint256) view returns (int32 lowerTickLimit, int32 upperTickLimit, int32 lowerTickDelta, int32 upperTickDelta, uint64 token0SlippageX64, uint64 token1SlippageX64)
State-modifying
Events configToken(uint256 tokenId, struct AutoRangePositionConfig config)
execute(struct AutoRangeExecuteParams params)
renounceOwnership()
setOperator(address _operator, bool _active)
setSwapRouter(uint8 _swapRouterIndex)
setTWAPConfig(uint16 _maxTWAPTickDifference, uint32 _TWAPSeconds)
setWithdrawer(address _withdrawer)
transferOwnership(address newOwner)
withdrawBalances(address[] tokens, address to)
withdrawETH(address to)
OperatorChanged(address newOperator, bool active)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PositionConfigured(uint256 indexed tokenId, int32 lowerTickLimit, int32 upperTickLimit, int32 lowerTickDelta, int32 upperTickDelta, uint64 token0SlippageX64, uint64 token1SlippageX64)
RangeChanged(uint256 indexed oldTokenId, uint256 indexed newTokenId)
SwapRouterChanged(uint8 swapRouterIndex)
TWAPConfigChanged(uint32 TWAPSeconds, uint16 maxTWAPTickDifference)
WithdrawerChanged(address newWithdrawer)
constructor(address _npm, address _operator, address _withdrawer, uint32 _TWAPSeconds, uint16 _maxTWAPTickDifference, uint64 _protocolRewardX64, address[] _swapRouterOptions)
receive()
EtherSendFailed()
InvalidConfig()
LiquidityChanged()
NotConfigured()
NotReady()
NotSupportedFeeTier()
NotWETH()
SameRange()
SlippageError()
SwapAmountTooLarge()
SwapFailed()
TWAPCheckFailed()
Unauthorized()