EmptyOperator
Title: EmptyOperator
Author: Merge Layers Inc.
Empty operator contract
Functions
isOperator
Checks if the caller is an operator
function isOperator() external pure returns (bool);
Returns
| Name | Type | Description |
|---|---|---|
<none> | bool | True if the caller is an operator |