WalletsManager
/contracts/wallet/WalletsManager.sol

constructor

WalletsManager

inputs0address_store
inputs1bytes32_crate
event

Error 9cf38cf2

inputs0addressself
inputs1uint256errorCode
event

WalletCreated ca0b7dde

inputs0addressself
inputs1addresswallet
inputs2addressby
event

WalletDeleted 49de411f

inputs0addressself
inputs1addresswallet
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, constant

contractsManager 53253d31

function

create2FAWallet d06c6566

inputs0uint256_releaseTime
function

createWallet 6830bcf0

inputs0address[]_owners
inputs1uint256_required
inputs2uint256_releaseTime
function

destroy 83197ef0

function

emitError df26ca08

inputs0uint256errorCode
function

emitWalletCreated 250aa1a1

inputs0addresswallet
inputs1addressby
function

emitWalletDeleted bea99566

inputs0addresswallet
function, constant

getEventsHistory fff10aba

function, constant

getOracleAddress b18b78dd

function, constant

getOraclePrice 796da7af

function, constant

getWallets db7a4605

function

init f09a4016

inputs0address_contractsManager
inputs1address_walletsFactory
function, constant

isAuthorized fe9fbb80

inputs0addresskey
function

kill 3c0fc6ea

inputs0address[]tokens
function, constant

lookupManager 4fe59012

Will crash if no manager in the system with given identifier.

Returns manager's address by its identifier (type).

inputs0bytes32_identifier

is a manager's identifier. 0x0 is not allowed.

function, constant

pendingContractOwner 5aa77d3c

function

removeWallet 2286975c

Deletes sender from a list of wallets if present. Designed to be called only by wallet.

function

setContractsManager 71d3b573

Setter for ContractsManager. Force overrides currect manager.

inputs0address_contractsManager

contracts manager. 0x0 is not allowed.

function

setEventsHistory 6521afd7

inputs0address_eventsHistory
function

setOracleAddress 4c69c00f

inputs0address_address
function

setOraclePrice c65cd86d

inputs0uint256_price
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