Events History universal multi contract. * Contract serves as an Events storage for any type of contracts. Events appear on this contract address but their definitions provided by calling contracts. * Note: all the non constant functions return false instead of throwing in case if state change didn't happen yet.
/contracts/core/event/MultiEventsHistory.sol

fallback

MultiEventsHistory

function

authorize b6a5d7de

Authorize new caller contract.

inputs0address_caller

address of the new caller.

outputs0bool
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

isAuthorized fe9fbb80

inputs0address
function, constant

pendingContractOwner 5aa77d3c

function

reject ab0da5a9

Reject access.

inputs0address_caller

address of the caller.

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