Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5dc9…cf75
0xcd2f…e096
0x69bb…2975
0xe52e…ea24
0x1325…3726
0xa66f…78ed
0x7fee…2f1a
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000735 |
$0 | |
OHNO | ERC-20 | 82.253403 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22769937 | 2 hours ago | | | 0 | 5.2577200e-7 | |
| 22769554 | 2 hours ago | | | 0 | 0.0000022079117 | |
| 22769304 | 2 hours ago | | | 0 | 0.0000023026636 | |
| 22769248 | 2 hours ago | | | 0 | 0.0000026850009 | |
| 22689058 | 2 days ago | | | 0 | 0.0000022618832 | |
| 22688882 | 2 days ago | | | 0 | 0.0000027803822 | |
| 22675175 | 2 days ago | | | 0 | 0.000000905142568000 | |
| 22675134 | 2 days ago | | | 0 | 0.0000021718340 | |
| 22671322 | 2 days ago | | | 0 | 0.0000021957706 | |
| 22671255 | 2 days ago | | | 0 | 0.0000022900820 |
ABI
ABI objects
Getter at block 22773394
BPS_FACTOR() view returns (uint256)
10000
IDENTIFIER() view returns (bytes32)
0xa6b4afb8261e54ddfe8e816fa0588fc508f1a674b9cdbef046227c80992dbcbf
UNIT() view returns (uint256)
1000000000000000000
dataRegistry() view returns (address)
0x5dc939df0cf253873cf77b786a24d51baa72cf75
getMarketOrderCount() view returns (uint256)
0
getTriggerOrderCount() view returns (uint256)
2
isOrderPlacementPaused() view returns (bool)
false
isOrderProcessingPaused() view returns (bool)
false
maxMarketOrderEXP() view returns (uint256)
180
maxTriggerOrderEXP() view returns (uint256)
15552000
oid() view returns (uint256)
9916
positions() view returns (address)
0x7fee4e1457918adf315f5e8384b1ddeaf9722f1a
refInvite() view returns (address)
0xa66f101dc0948e9916f5276325bbb0a90ae278ed
roleManager() view returns (address)
0xac01b059dbe1f52e2cdfab6470448fbce7b26503
tradingMarket() view returns (address)
0xe52e928c9bcfbd60fe5982cd2f6e0d352ac0ea24
vaultAssets() view returns (address)
0xcd2f0d3e93559f557f33204acf662f681d79e096
vaultManager() view returns (address)
0x69bbc2b8ad81c572e5fd6894d4196c6b69c12975
vaultUtils() view returns (address)
0x13254afa6b549b63c65b49eade5a14fa64163726
Read-only
get(uint256 orderId) view returns (struct OrdersOrder)
getMarketOrders(uint256 length) view returns (struct OrdersOrder[])
getMultipleMarkets(uint256[] orderIds) view returns (struct OrdersOrder[])
getTriggerOrders(uint256 length, uint256 offset) view returns (struct OrdersOrder[])
getUserOrderCount(address user) view returns (uint256)
getUserOrders(address user) view returns (struct OrdersOrder[])
isGov(address) view returns (bool)
userPlacedOrder(uint256 orderId, address user) view returns (bool)
State-modifying
Events _add(struct OrdersOrder order) returns (uint256)
_remove(uint256 orderId)
initialize()
pauseOrderPlacement(bool b)
pauseOrderProcessing(bool b)
placeOrder(struct OrdersOrder params, uint256 tProfit, uint256 sLoss, string inviteCode) payable
revokeOrder(uint256 orderId)
revokeOrder(uint256 orderId, string reason)
revokeOrders(uint256[] orderIds)
revokeOrders(uint256[] orderIds, string[] reasons)
setGov(address _gov, bool _status)
setMaxMarketOrderEXP(uint256 amount)
setMaxTriggerOrderEXP(uint256 amount)
OrderPlaced(uint256 indexed orderId, address indexed user, address indexed asset, string market, uint256 collateral, uint256 size, uint256 price, uint256 fee, bool isLong, uint8 orderSort, bool isReduceOnly, uint256 expiry, uint256 revokeOrderId)
RevokedOrder(uint256 indexed orderId, address indexed user, string reason)
SetGov(address gov, bool status)
constructor(address roleManager, address dataRegistry_)
This contract contains no fallback and receive objects.
This contract contains no error objects.