MoC
MoC - version: 0.1.12
Constants & Variables
address internal docToken;
address internal bproToken;
contract MoCBProxManager internal bproxManager;
contract IMoCState internal mocState;
address internal DEPRECATED_mocConverter;
contract IMoCSettlement internal settlement;
contract IMoCExchange internal mocExchange;
contract IMoCInrate internal mocInrate;
bool internal liquidationExecuted;
address public DEPRECATED_mocBurnout;
uint256[50] private upgradeGap;
Parameters
Name | Type | Description |
---|---|---|
bucket | bytes32 | |
Parameters
Name | Type | Description |
---|---|---|
mocAddress | address | |
modifier whenSettlementReady() internal
Arguments
modifier atState(enum IMoCState.States _state) internal
Arguments
Name | Type | Description |
---|---|---|
_state | enum IMoCState.States | |
modifier atLeastState(enum IMoCState.States _state) internal
Arguments
Name | Type | Description |
---|---|---|
_state | enum IMoCState.States | |
modifier atMostState(enum IMoCState.States _state) internal
Arguments
Name | Type | Description |
---|---|---|
_state | enum IMoCState.States | |
modifier notInProtectionMode() internal
Arguments
modifier bucketStateTransition(bytes32 bucket) internal
Arguments
Name | Type | Description |
---|---|---|
bucket | bytes32 | |
modifier availableBucket(bytes32 bucket) internal
Arguments
Name | Type | Description |
---|---|---|
bucket | bytes32 | |
modifier notBaseBucket(bytes32 bucket) internal
Arguments
Name | Type | Description |
---|---|---|
bucket | bytes32 | |
modifier transitionState() internal
Arguments