JBOperatorStore
Stores operator permissions for all addresses. Addresses can give permissions to any other address to take specific indexed actions on their behalf.
Code
https://github.com/jbx-protocol/juice-contracts-v3/blob/main/contracts/JBOperatorStore.sol
Addresses
Ethereum mainnet: 0x6F3C5afCa0c9eDf3926eF2dDF17c8ae6391afEfb
Goerli testnet: 0x99dB6b517683237dE9C494bbd17861f3608F3585
Interfaces
| Name | Description | 
|---|---|
IJBOperatorStore | General interface for the methods in this contract that interact with the blockchain's state according to the protocol's rules. | 
Events
| Name | Data | 
|---|---|
SetOperator | 
  | 
Properties
| Function | Definition | 
|---|---|
permissionsOf | Params 
 Returns 
  | 
Read
| Function | Definition | 
|---|---|
hasPermission | Params 
 Returns 
  | 
hasPermissions | Params 
 Returns 
  | 
Write
| Function | Definition | 
|---|---|
setOperator | Params 
  | 
setOperators | Params 
  |