FinancialContractsAdmin

Admin for financial contracts in the UMA system.

Allows appropriately permissioned admin roles to interact with financial contracts.

Modifiers
Ownable

onlyOwner() modifier

Throws if called by any account other than the owner.

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.

constructor() internal

Initializes the contract setting the deployer as the initial owner.

owner() → address public

Returns the address of the current owner.

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.

transferOwnership(address newOwner) public

Transfers ownership of the contract to a new account (newOwner). Can only be called by the current owner.

_msgSender() → address payable internal

_msgData() → bytes internal

OwnershipTransferred(address previousOwner, address newOwner) event

© UMA Project 2018-2019