SetOperator
Emitted from:
Definition
event SetOperator(
address indexed operator,
address indexed account,
uint256 indexed domain,
uint256[] permissionIndexes,
uint256 packed
);
operatoris the address of the operator that was set.accountis the account that is that now has an operator set.domainis the domain that the operator's permissions will be applied within.permissionIndexesis an array of permissions that has been given to the operator.packedis the packed version of the permission indexes.