ShareholderGuard

Git Source

Inherits: BlacklistGuard

Author: Daniel Yamagata & Jerry Qi & Naveen Ailawadi

A blacklist guard whose 'controller' is the 'governor' of the company of the 'controlled'.

Functions

coreId

function coreId() public pure virtual override returns (bytes32);

version

function version() public pure virtual override returns (uint256);

__controller

Overridden __controller() such that it returns the controlled's governor

function __controller() internal view virtual override returns (address);