Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($486.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SKI | ERC-20 | 1.962738K | $0.167549 |
$328.85 | |
toby | ERC-20 | 896.48336M | $0.00 |
$46.62 | |
$mfer | ERC-20 | 629.464147 | $0.027289 |
$17.18 | |
doginme | ERC-20 | 21.651005K | $0.00058 |
$12.56 | |
CHAD | ERC-20 | 83.763087K | $0.000129 |
$10.78 | |
SACA | ERC-20 | 25.997519K | $0.000405 |
$10.53 | |
Mog | ERC-20 | 3.901438M | $0.000002 |
$9.4 | |
FUNGI | ERC-20 | 265.516805 | $0.023357 |
$6.2 | |
TN100x | ERC-20 | 6.760001K | $0.000839 |
$5.67 | |
WETH | ERC-20 | 0.000953 | $3,675.32 |
$3.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AutoRange"
ABI
ABI objects
Getter at block 23247439
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
swapRouterIndex() view returns (uint8)
0
swapRouterOption0() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
swapRouterOption1() view returns (address)
0x198ef79f1f515f02dfe9e3115ed9fc07183f02fc
swapRouterOption2() view returns (address)
0x2626664c2603336e57b271c5c0b26f421741e481
weth() view returns (address)
0x4200000000000000000000000000000000000006
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, bool onlyFees, uint64 maxRewardX64)
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, bool onlyFees, uint64 maxRewardX64)
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, address[] _swapRouterOptions)
receive()
EtherSendFailed()
ExceedsMaxReward()
InvalidConfig()
LiquidityChanged()
NotConfigured()
NotReady()
NotSupportedFeeTier()
NotWETH()
SameRange()
SlippageError()
SwapAmountTooLarge()
SwapFailed()
TWAPCheckFailed()
Unauthorized()