CryptoCompare Price Ticker
/contracts/crowdsale/pricetickers/CryptocomparePriceTicker.sol

event

ExchangePriceUpdated b6504c23

inputs0addressinitiator
inputs1bytes32fsym
inputs2bytes32tsym
inputs3uint256updateTime
inputs4uint256exchangePrice
inputs5uint256rateDecimals
function

__callback 27dc297e

Oraclize query callback.

inputs0bytes32_queryId
inputs1string_result
function

changeContractOwnership 557f4bc9

Prepares ownership pass. * Can only be called by current owner.

inputs0address_to

address of the next owner. 0x0 is not allowed.

outputs0bool
function

claimContractOwnership 4592cd1d

Finalize ownership pass. * Can only be called by pending owner.

outputs0bool
function, constant

contractOwner ce606ee0

function

destroy 83197ef0

Only owner can call it

Destroy contract and scrub a data

function, constant

isPriceAvailable e5a59e07

Implement PriceTicker interface.

inputs0bytes32_fsym
inputs1bytes32_tsym
function, constant

pendingContractOwner 5aa77d3c

function, constant

price 7d5ecbab

Implement PriceTicker interface.

inputs0bytes32_fsym
inputs1bytes32_tsym
function, payable

requestPrice 06915ba3

Implement PriceTicker interface.

inputs0bytes32_fsym
inputs1bytes32_tsym
function

transferContractOwnership a843c51f

Direct ownership pass without change/claim pattern. Can be invoked only by current contract owner

inputs0address_to

the next contract owner

outputs0bool
function

withdrawnTokens d8f9659b

inputs0address[]tokens
inputs1address_to