MoCSettlementMock
View Source: contracts/mocks/MoCSettlementMock.sol
↗ Extends: MoCSettlement
MoCSettlementMock - version: 0.1.10
Contract Members
Constants & Variables
uint256 internal constant STEPS;
Functions
Constructor
function () public nonpayable MoCSettlement
Arguments
function () external nonpayable
Arguments
pubRunDeleveraging
function pubRunDeleveraging() public nonpayable
Arguments
pubRunRedeemDoc
function pubRunRedeemDoc() public nonpayable
returns(uint256)
Arguments
setBlockSpan
⤾ overrides [?]
Sets the number of blocks settlement will be allowed to run
function setBlockSpan(uint256 _blockSpan) public nonpayable
Arguments
Name
Type
Description
_blockSpan
uint256
number of blocks
stableTokenRedemptionStepCountForTest
Returns the amount of steps for the StableToken Redemption task which is the amount of redeem requests in the queue. (Used in tests only)
function stableTokenRedemptionStepCountForTest() public view
returns(uint256)
Arguments
Last updated