constructor
| inputs | 0 | address | _store | |
| inputs | 1 | bytes32 | _crate | |
event
| inputs | 0 | address | self | |
| inputs | 1 | uint256 | errorCode | |
event
| inputs | 0 | address | self | |
| inputs | 1 | address | user | |
| inputs | 2 | address | exchange | |
| inputs | 3 | bytes32 | symbol | |
event
| inputs | 0 | address | self | |
| inputs | 1 | address | user | |
| inputs | 2 | address | exchange | |
| inputs | 3 | bytes32 | symbol | |
event
| inputs | 0 | address | self | |
| inputs | 1 | address | exchange | |
| inputs | 2 | bytes32 | symbol | |
function
Prepares ownership pass. * Can only be called by current owner.
| inputs | 0 | address | _to | address of the next owner. 0x0 is not allowed. |
| outputs | 0 | bool | | |
function
Finalize ownership pass. * Can only be called by pending owner.
function
Creates a new exchange with the given params.
| inputs | 0 | bytes32 | _symbol | |
| inputs | 1 | uint256 | _buyPrice | |
| inputs | 2 | uint256 | _sellPrice | |
| inputs | 3 | bool | _useExternalPriceTicker | |
| inputs | 4 | address | _authorizedManager | |
| inputs | 5 | bool | _isActive | |
function
| inputs | 0 | address | user | |
| inputs | 1 | address | exchange | |
| inputs | 2 | bytes32 | symbol | |
function
| inputs | 0 | address | user | |
| inputs | 1 | address | exchange | |
| inputs | 2 | bytes32 | symbol | |
function
| inputs | 0 | address | exchange | |
| inputs | 1 | bytes32 | symbol | |
function, constant
Util method which returns agregated data for given _exchanges.
| inputs | 0 | address[] | _exchanges | |
function, constant
Returns the Exchange Factory address
function, constant
Returns the paginated array of excnhages, starting from _fromIdx and len _length.
| inputs | 0 | uint256 | _fromIdx | |
| inputs | 1 | uint256 | _length | |
function, constant
Returns the count of the registered exchanges.
function, constant
Returns the exchanges which belongs to the given _owner
function, constant
Returns the number of exchanges which belongs to the given _owner
function, constant
The fee value against which the exchange should calculate fee.
function
Initialises an exchange with the given params
| inputs | 0 | address | _contractsManager | |
| inputs | 1 | address | _exchangeFactory | |
function, constant
Tells whether the given _exchange is in registry.
function, constant
Will crash if no manager in the system with given identifier.
Returns manager's address by its identifier (type).
| inputs | 0 | bytes32 | _identifier | is a manager's identifier. 0x0 is not allowed. |
function
Deletes msg.sender from the exchange list. Note: Designed to be called only by exchange contract.
function
Setter for ContractsManager. Force overrides currect manager.
| inputs | 0 | address | _contractsManager | contracts manager. 0x0 is not allowed. |
function
| inputs | 0 | address | _eventsHistory | |
function
Sets the Exchange Factory address
| inputs | 0 | address | _exchangeFactory | |
function
Sets fee value against which the exchange should calculate fee. /// Note, only CBE members are allowed to set this value.
function
Direct ownership pass without change/claim pattern. Can be invoked only by current contract owner
| inputs | 0 | address | _to | |
| outputs | 0 | bool | | |
function
| inputs | 0 | address[] | tokens | |
| inputs | 1 | address | _to | |