Implementation of platform factory to create exactly ChronoBankPlatform contract instances.
/contracts/core/platform/ChronoBankPlatformFactory.sol

constructor

ChronoBankPlatformFactory

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

createPlatform 11ce05a3

Creates a brand new platform and transfers platform ownership to msg.sender

inputs0addresseventsHistory
function

destroy 83197ef0

Only owner can call it

Destroy contract and scrub a data

function, constant

pendingContractOwner 5aa77d3c

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