0x / _OldContracts

AssetProxyOwner

0x17992e4ffb22730138e4b62aaa6367fa9d3699a6
AssetProxyOwner
function

executeRemoveAuthorizedAddressAtIndex

nonpayable
Restricted (notExecuted, fullyConfirmed, validRemoveAuthorizedAddressAtIndexTx)

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

(void)
function

registerAssetProxy

nonpayable
Restricted (onlyWallet, notNull)

Inputs

ParameterTypeDescription
assetProxyContractaddress
isRegisteredbool

Outputs

(void)
event

AssetProxyRegistration

Inputs

ParameterTypeDescription
assetProxyContractaddress
isRegisteredbool

Outputs

(void)
MultiSigWallet
function

addOwner

nonpayable
Restricted (onlyWallet, ownerDoesNotExist, notNull, validRequirement)

Inputs

ParameterTypeDescription
owneraddress

Outputs

(void)
function

removeOwner

nonpayable
Restricted (onlyWallet, ownerExists)

Inputs

ParameterTypeDescription
owneraddress

Outputs

(void)
function

replaceOwner

nonpayable
Restricted (onlyWallet, ownerExists, ownerDoesNotExist)

Inputs

ParameterTypeDescription
owneraddress
newOwneraddress

Outputs

(void)
function

changeRequirement

nonpayable
Restricted (onlyWallet, validRequirement)

Inputs

ParameterTypeDescription
_requireduint256

Outputs

(void)
function

revokeConfirmation

nonpayable
Restricted (ownerExists, confirmed, notExecuted)

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

(void)
function

submitTransaction

nonpayable

Inputs

ParameterTypeDescription
destinationaddress
valueuint256
databytes

Outputs

TypeDescription
uint256
function

getConfirmations

view

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

TypeDescription
address[]
function

getTransactionIds

view

Inputs

ParameterTypeDescription
fromuint256
touint256
pendingbool
executedbool

Outputs

TypeDescription
uint256[]
function

getOwners

view

Inputs

(void)

Outputs

TypeDescription
address[]
function

getConfirmationCount

view

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

TypeDescription
uint256
function

isConfirmed

view

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

TypeDescription
bool
function

getTransactionCount

view

Inputs

ParameterTypeDescription
pendingbool
executedbool

Outputs

TypeDescription
uint256
event

RequirementChange

Inputs

ParameterTypeDescription
requireduint256

Outputs

(void)
event

OwnerRemoval

Inputs

ParameterTypeDescription
owneraddress

Outputs

(void)
event

OwnerAddition

Inputs

ParameterTypeDescription
owneraddress

Outputs

(void)
event

Deposit

Inputs

ParameterTypeDescription
senderaddress
valueuint256

Outputs

(void)
event

ExecutionFailure

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

(void)
event

Execution

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

(void)
event

Submission

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

(void)
event

Revocation

Inputs

ParameterTypeDescription
senderaddress
transactionIduint256

Outputs

(void)
event

Confirmation

Inputs

ParameterTypeDescription
senderaddress
transactionIduint256

Outputs

(void)
MultiSigWalletWithTimeLock
function

executeTransaction

nonpayable
Restricted (notExecuted, fullyConfirmed, pastTimeLock)

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

(void)
function

changeTimeLock

nonpayable
Restricted (onlyWallet)

Inputs

ParameterTypeDescription
_secondsTimeLockeduint256

Outputs

(void)
function

confirmTransaction

nonpayable
Restricted (ownerExists, transactionExists, notConfirmed, notFullyConfirmed)

Inputs

ParameterTypeDescription
transactionIduint256

Outputs

(void)
constructor

AssetProxyOwner

nonpayable
Restricted (MultiSigWallet)

Inputs

ParameterTypeDescription
_ownersaddress[]
_assetProxyContractsaddress[]
_requireduint256
_secondsTimeLockeduint256

Outputs

(void)
event

TimeLockChange

Inputs

ParameterTypeDescription
secondsTimeLockeduint256

Outputs

(void)
event

ConfirmationTimeSet

Inputs

ParameterTypeDescription
transactionIduint256
confirmationTimeuint256

Outputs

(void)
fallback

(fallback)

payable

Inputs

(void)

Outputs

(void)
function

required

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

MAX_OWNER_COUNT

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

confirmationTimes

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
uint256
function

transactionCount

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

transactions

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address
uint256
bytes
bool
function

isAssetProxyRegistered

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

secondsTimeLocked

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

confirmations

view

Inputs

ParameterTypeDescription
uint256
address

Outputs

TypeDescription
bool
function

isOwner

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

owners

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address