MoCWhitelist

View Source: contracts/base/MoCWhitelist.sol

↘ Derived Contracts: MoCConnector

MoCWhitelist - version: 0.1.10

Provides access control between all MoC Contracts

Contract Members

Constants & Variables

mapping(address => bool) internal whitelist;

uint256[50] private upgradeGap;

Functions

isWhitelisted

Check if an account is whitelisted

Returns

Bool

Arguments

Name
Type
Description

account

address

add

Add account to whitelist

Arguments

Name
Type
Description

account

address

remove

Remove account from whitelist

Arguments

Name
Type
Description

account

address

Last updated