ExchangePriceUpdated b6504c23| inputs | 0 | address | initiator | |
| 1 | bytes32 | fsym | ||
| 2 | bytes32 | tsym | ||
| 3 | uint256 | updateTime | ||
| 4 | uint256 | exchangePrice | ||
| 5 | uint256 | rateDecimals |
__callback 27dc297eOraclize query callback.
| inputs | 0 | bytes32 | _queryId | |
| 1 | string | _result |
changeContractOwnership 557f4bc9Prepares 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 |
claimContractOwnership 4592cd1dFinalize ownership pass. * Can only be called by pending owner.
| outputs | 0 | bool |
contractOwner ce606ee0destroy 83197ef0Only owner can call it
Destroy contract and scrub a data
isPriceAvailable e5a59e07Implement PriceTicker interface.
| inputs | 0 | bytes32 | _fsym | |
| 1 | bytes32 | _tsym |
pendingContractOwner 5aa77d3cprice 7d5ecbabImplement PriceTicker interface.
| inputs | 0 | bytes32 | _fsym | |
| 1 | bytes32 | _tsym |
requestPrice 06915ba3Implement PriceTicker interface.
| inputs | 0 | bytes32 | _fsym | |
| 1 | bytes32 | _tsym |
transferContractOwnership a843c51fDirect ownership pass without change/claim pattern. Can be invoked only by current contract owner
| inputs | 0 | address | _to | the next contract owner |
| outputs | 0 | bool |
withdrawnTokens d8f9659b| inputs | 0 | address[] | tokens | |
| 1 | address | _to |