LimitOrderFacet
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "LimitOrderFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LimitOrderFacet"
ABI
ABI objects
Getter at block 22922278
This contract contains no getter function objects.
Read-only
getLimitOrderByHash(bytes32 orderHash) view returns (struct ILimitOrderLimitOrderView)
getLimitOrders(address user, address pairBase) view returns (struct ILimitOrderLimitOrderView[])
getLimitOrders(uint256 offset, uint256 max) view returns (struct ILimitOrderLimitOrderView[] orders, uint256 total)
State-modifying
Events cancelLimitOrder(bytes32 orderHash)
executeLimitOrder(struct IBookKeeperExecution[] executeOrders)
openLimitOrder(struct IBookOpenDataInput data) payable
updateOrderSl(bytes32 orderHash, uint64 stopLoss)
updateOrderTp(bytes32 orderHash, uint64 takeProfit)
updateOrderTpAndSl(bytes32 orderHash, uint64 takeProfit, uint64 stopLoss)
CancelLimitOrder(address indexed user, bytes32 indexed orderHash)
ExecuteLimitOrderRejected(address indexed user, bytes32 indexed orderHash, uint8 refund)
ExecuteLimitOrderSuccessful(address indexed user, bytes32 indexed orderHash)
LimitOrderRefund(address indexed user, bytes32 indexed orderHash, uint8 refund)
OpenLimitOrder(address indexed user, bytes32 indexed orderHash, struct IBookOpenDataInput data)
UpdateOrderSl(address indexed user, bytes32 indexed orderHash, uint256 oldSl, uint256 sl)
UpdateOrderTp(address indexed user, bytes32 indexed orderHash, uint256 oldTp, uint256 tp)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.