LimitOrder
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LimitOrder"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LimitOrder"
ABI
ABI objects
Getter at block 22759163
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
factory() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
positionManager() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
swapRouter() view returns (address)
0x0000000000000000000000000000000000000000
weth() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
approvedTokens(address) view returns (bool)
getOrder(address user, uint256 nftId) view returns (struct LimitOrderOrder)
positionPartiallyFilled(uint256 nftId) view returns (bool)
State-modifying
Events cancelOrder(address user, uint256 nftId)
createOrder(struct INonfungiblePositionManagerMintParams params) returns (uint256 nftId)
fulfillOrders(address[] _users, uint256[] _nftIds)
initialize(address positionManager_, address swapRouter_)
renounceOwnership()
swapAndCreateOrder(struct IUniswapSwapRouterExactInputSingleParams swapParams, struct INonfungiblePositionManagerMintParams orderParams, uint256 orderSlippage) payable returns (uint256 nftId)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withDrawFees(address[] tokens)
Initialized(uint64 version)
OrderCompleted(address indexed user, uint256 indexed nftId, address pool)
OrderCreated(address indexed user, uint256 indexed nftId, address pool, int24 tickLower, int24 tickUpper, uint256 orderAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InsufficientInputAmount()
InsufficientOutputAmount()
InvalidInitialization()
InvalidPair()
InvalidParams()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TokenMismatch()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)