π€Market Makers
orderbook()uint[100] memory bidsAmount;
uint[100] memory bidsPrice;
address[100] memory bidsTrader;
uint[100] memory asksAmount;
uint[100] memory asksPrice;
address[100] memory asksTrader;(uint[100] memory, uint[100] memory, address[100] memory, uint[100] memory, uint[100] memory, address[100] memory)cancelOrders(uint[] memory _cBids, uint[] memory _cAsks)
multiTrade(uint[] memory _bidAmounts, uint[] memory _bidPrices, uint[] memory _askAmounts, uint[] memory _askPrices)Last updated