JBOperatable
Modifiers to allow access to functions based on the message sender's operator status.
Traits
abstract
Code
https://github.com/jbx-protocol/juice-contracts-v3/blob/main/contracts/abstract/JBOperatable.sol
Interfaces
| Name | Description |
|---|---|
IJBOperatable | General interface for the methods in this contract that interact with the blockchain's state according to the protocol's rules. |
Constructor
/**
@param _operatorStore A contract storing operator assignments.
*/
constructor(IJBOperatorStore _operatorStore) {
operatorStore = _operatorStore;
}
_operatorStoreis anIJBOperatorStorecontract storing operator assignments.
Modifiers
| Name | Data |
|---|---|
requirePermission |
|
requirePermissionAllowingOverride |
|
Read
| Function | Definition |
|---|---|
operatorStore | Traits
Returns
|
_requirePermission | Traits
Params
|
_requirePermissionAllowingOverride | Traits
Params
|