TradeX
Verified contract
Proxy
Active on
Base with 636 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($7,431.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 1.890308 | $3,351.98 |
$6,336.27 | |
USDC | ERC-20 | 385.566581 | $0.999049 |
$385.2 | |
DAI | ERC-20 | 377.294066 | $1.004 |
$378.8 | |
USDbC | ERC-20 | 330.004473 | $1.002 |
$330.66 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.08 | |
GRG | ERC-20 | 0.05 | $1.18 |
$0.06 | |
WGC | ERC-20 | 200 | $0.000282 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000692 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000522 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162894 | a month ago | | | 0 | 9.1061838e-7 | |
| 21154601 | a month ago | | | 0.002 | 0.000013411383 | |
| 17421041 | 4 months ago | | | 0 | 3.5848110e-7 | |
| 14801610 | 6 months ago | | | 0 | 0.00094739124 | |
| 14758436 | 6 months ago | | | 0 | 0.0015658945 | |
| 14758433 | 6 months ago | | | 0 | 0.000018768415 | |
| 13388894 | 7 months ago | | | 0 | 0.00081490971 | |
| 13385743 | 7 months ago | | | 0 | 0.0013800126 | |
| 13385740 | 7 months ago | | | 0 | 0.000017680360 | |
| 13385624 | 7 months ago | | | 0 | 0.00083290065 |
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)
constructor(address admin, address deployer, address _diamondCutFacet, address _diamondLoupeFacet, address _init)
fallback()
receive()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)