Main Contract
Search…
Introduction
Money on Chain platform
Main concepts
System states
Public actions
Contracts architecture
Contract mocks
Relevant patterns and choices
Data dictionary
Getting started
Integration with MoC platform
Introduction to MoC
Getting BPros
Getting DoCs
Getting BTCx
Commission fees values
Vendors
Fees calculation
From outside the blockchain
Smart contracts
Contracts verification
ABIs documentation
BProToken
BtcPriceProviderMock
DocToken
ERC20Mintable
Governed
Initializable
MakeStoppable
MakeUnstoppable
MoC
MoCBProxManager
MoCBProxManagerUpdater
MoCBucketContainer
MoCConnector
MoCConverter
MoCEMACalculator
MoCExchange
MoCHelperLib
MoCHelperLibMock
MoCInrate
MoCLibConnection
MoCPriceProviderMock
MoCSettlement
MoCSettlementMock
MoCState
MoCStateMock
MoCToken
MoCVendors
MoCWhitelist
MockMakeStoppable
MockMakeUnstoppable
MockStopper
MockUpgradeDelegator
MockUpgraderTemplate
OwnerBurnableToken
Pausable
PriceFeed
PriceFeederAdder
PriceFeederRemover
PriceProvider
RevertingOnSend
Stoppable
Stopper
UpgradeDelegator
UpgraderTemplate
Powered By
GitBook
MakeUnstoppable
View Source:
moc-governance/contracts/ChangersTemplates/MakeUnstoppable.sol
​
↗ Extends:
ChangeContract
↘ Derived Contracts:
MockMakeUnstoppable
​
MakeUnstoppable
- version: 0.1.12
Contract Members
Constants & Variables
contract Stoppable internal contractToChange;
​
Functions
​
(Stoppable _stoppedContractntractToChange)
​
​
execute()
​
​
function (Stoppable _stoppedContractntractToChange) public nonpayable
Arguments
Name
Type
Description
_stoppedContractntractToChange
Stoppable
​
execute
⤾ overrides ChangeContract.execute
function execute() external nonpayable
Arguments
Previous
MakeStoppable
Next
MoC
Last modified
9mo ago
Copy link
Outline
Contract Members
Functions
execute