Ownable
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
renounceOwnership
nonpayable
Restricted (onlyOwner)
Inputs
(void)
Outputs
(void)
function
isOwner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
event
OwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address | |
| newOwner | address |
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
| Parameter | Type | Description |
|---|---|---|
| accounts | tuple[] | |
| actions | tuple[] | |
| auth | tuple |
Outputs
(void)
function
operate
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| accounts | tuple[] | |
| actions | tuple[] | |
| auths | tuple[] |
Outputs
(void)
function
getOperationsAreInvalid
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| operationHashes | bytes32[] |
Outputs
| Type | Description |
|---|---|
| bool[] |
event
LogOperationCanceled
Inputs
| Parameter | Type | Description |
|---|---|---|
| operationHash | bytes32 | |
| canceler | address |
Outputs
(void)
event
LogOperationExecuted
Inputs
| Parameter | Type | Description |
|---|---|---|
| operationHash | bytes32 | |
| signer | address | |
| sender | address |
Outputs
(void)
event
ContractStatusSet
Inputs
| Parameter | Type | Description |
|---|---|---|
| operational | bool |
Outputs
(void)
constructor
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| soloMargin | address | |
| chainId | uint256 |
Outputs
(void)
function
g_isOperational
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |
function
EIP712_DOMAIN_HASH
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 |
function
g_invalidated
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| bytes32 |
Outputs
| Type | Description |
|---|---|
| bool |
function
SOLO_MARGIN
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |