{
  "_format": "hh-sol-artifact-1",
  "contractName": "IPrizeSplit",
  "sourceName": "contracts/interfaces/IPrizeSplit.sol",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "user",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "prizeAwarded",
          "type": "uint256"
        },
        {
          "indexed": true,
          "internalType": "contract IControlledToken",
          "name": "token",
          "type": "address"
        }
      ],
      "name": "PrizeSplitAwarded",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "target",
          "type": "uint256"
        }
      ],
      "name": "PrizeSplitRemoved",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "target",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint16",
          "name": "percentage",
          "type": "uint16"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "index",
          "type": "uint256"
        }
      ],
      "name": "PrizeSplitSet",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "getPrizePool",
      "outputs": [
        {
          "internalType": "contract IPrizePool",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "prizeSplitIndex",
          "type": "uint256"
        }
      ],
      "name": "getPrizeSplit",
      "outputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "target",
              "type": "address"
            },
            {
              "internalType": "uint16",
              "name": "percentage",
              "type": "uint16"
            }
          ],
          "internalType": "struct IPrizeSplit.PrizeSplitConfig",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getPrizeSplits",
      "outputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "target",
              "type": "address"
            },
            {
              "internalType": "uint16",
              "name": "percentage",
              "type": "uint16"
            }
          ],
          "internalType": "struct IPrizeSplit.PrizeSplitConfig[]",
          "name": "",
          "type": "tuple[]"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "target",
              "type": "address"
            },
            {
              "internalType": "uint16",
              "name": "percentage",
              "type": "uint16"
            }
          ],
          "internalType": "struct IPrizeSplit.PrizeSplitConfig",
          "name": "prizeStrategySplit",
          "type": "tuple"
        },
        {
          "internalType": "uint8",
          "name": "prizeSplitIndex",
          "type": "uint8"
        }
      ],
      "name": "setPrizeSplit",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "target",
              "type": "address"
            },
            {
              "internalType": "uint16",
              "name": "percentage",
              "type": "uint16"
            }
          ],
          "internalType": "struct IPrizeSplit.PrizeSplitConfig[]",
          "name": "newPrizeSplits",
          "type": "tuple[]"
        }
      ],
      "name": "setPrizeSplits",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
