[
  {
    "type": "function",
    "name": "evefrontier__configureAccess",
    "inputs": [
      {
        "name": "targetSystemId",
        "type": "bytes32",
        "internalType": "ResourceId"
      },
      {
        "name": "targetFunctionId",
        "type": "bytes4",
        "internalType": "bytes4"
      },
      {
        "name": "accessSystemId",
        "type": "bytes32",
        "internalType": "ResourceId"
      },
      {
        "name": "accessFunctionId",
        "type": "bytes4",
        "internalType": "bytes4"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "function",
    "name": "evefrontier__setAccessEnforcement",
    "inputs": [
      {
        "name": "targetSystemId",
        "type": "bytes32",
        "internalType": "ResourceId"
      },
      {
        "name": "targetFunctionId",
        "type": "bytes4",
        "internalType": "bytes4"
      },
      {
        "name": "enforced",
        "type": "bool",
        "internalType": "bool"
      }
    ],
    "outputs": [],
    "stateMutability": "nonpayable"
  },
  {
    "type": "error",
    "name": "AccessConfig_AccessDenied",
    "inputs": [
      {
        "name": "targetSystemId",
        "type": "bytes32",
        "internalType": "ResourceId"
      },
      {
        "name": "caller",
        "type": "address",
        "internalType": "address"
      }
    ]
  },
  {
    "type": "error",
    "name": "AccessConfig_InvalidAccessSystem",
    "inputs": [
      {
        "name": "accessSystemId",
        "type": "bytes32",
        "internalType": "ResourceId"
      }
    ]
  },
  {
    "type": "error",
    "name": "AccessConfig_InvalidTargetSystem",
    "inputs": [
      {
        "name": "targetSystemId",
        "type": "bytes32",
        "internalType": "ResourceId"
      }
    ]
  },
  {
    "type": "error",
    "name": "AccessConfig_RoleAccessDenied",
    "inputs": [
      {
        "name": "roleId",
        "type": "bytes32",
        "internalType": "bytes32"
      },
      {
        "name": "caller",
        "type": "address",
        "internalType": "address"
      }
    ]
  },
  {
    "type": "error",
    "name": "AccessConfig_TargetNotConfigured",
    "inputs": [
      {
        "name": "targetSystemId",
        "type": "bytes32",
        "internalType": "ResourceId"
      },
      {
        "name": "targetFunctionId",
        "type": "bytes4",
        "internalType": "bytes4"
      }
    ]
  }
]