FinancialContractsAdmin
Admin for financial contracts in the UMA system.
Allows appropriately permissioned admin roles to interact with financial contracts.
Modifiers
Ownable
Functions
Events
callEmergencyShutdown(address financialContract)
external
Calls emergency shutdown on the provided financial contract.
Parameters:
-
financialContract
: address of the FinancialContract to be shut down.
callRemargin(address financialContract)
external
Calls remargin on the provided financial contract.
Parameters:
-
financialContract
: address of the FinancialContract to be remargined.
renounceOwnership()
public
Leaves the contract without owner. It will not be possible to call
onlyOwner
functions anymore. Can only be called by the current owner.
NOTE: Renouncing ownership will leave the contract without an owner,
thereby removing any functionality that is only available to the owner.