dydx

SignedOperationProxy

0x2a842bC64343FAD4Ec4a8424ba7ff3c0A70b6e55
Ownable
function

transferOwnership

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

renounceOwnership

nonpayable
Restricted (onlyOwner)

Inputs

(void)

Outputs

(void)
function

isOwner

view

Inputs

(void)

Outputs

TypeDescription
bool
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
event

OwnershipTransferred

Inputs

ParameterTypeDescription
previousOwneraddress
newOwneraddress

Outputs

(void)
SignedOperationProxy
function

startUp

nonpayable
Restricted (onlyOwner)

Inputs

(void)

Outputs

(void)
function

shutDown

nonpayable
Restricted (onlyOwner)

Inputs

(void)

Outputs

(void)
function

cancel

nonpayable

Inputs

ParameterTypeDescription
accountstuple[]
actionstuple[]
authtuple

Outputs

(void)
function

operate

nonpayable

Inputs

ParameterTypeDescription
accountstuple[]
actionstuple[]
authstuple[]

Outputs

(void)
function

getOperationsAreInvalid

view

Inputs

ParameterTypeDescription
operationHashesbytes32[]

Outputs

TypeDescription
bool[]
event

LogOperationCanceled

Inputs

ParameterTypeDescription
operationHashbytes32
canceleraddress

Outputs

(void)
event

LogOperationExecuted

Inputs

ParameterTypeDescription
operationHashbytes32
signeraddress
senderaddress

Outputs

(void)
event

ContractStatusSet

Inputs

ParameterTypeDescription
operationalbool

Outputs

(void)
constructor

nonpayable

Inputs

ParameterTypeDescription
soloMarginaddress
chainIduint256

Outputs

(void)
function

g_isOperational

view

Inputs

(void)

Outputs

TypeDescription
bool
function

EIP712_DOMAIN_HASH

view

Inputs

(void)

Outputs

TypeDescription
bytes32
function

g_invalidated

view

Inputs

ParameterTypeDescription
bytes32

Outputs

TypeDescription
bool
function

SOLO_MARGIN

view

Inputs

(void)

Outputs

TypeDescription
address