{
  "_format": "hh-sol-artifact-1",
  "contractName": "IAssetDeployer",
  "sourceName": "contracts/deployers/IAssetDeployer.sol",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "string",
          "name": "flavor",
          "type": "string"
        },
        {
          "internalType": "string",
          "name": "version",
          "type": "string"
        },
        {
          "components": [
            {
              "internalType": "address",
              "name": "creator",
              "type": "address"
            },
            {
              "internalType": "address",
              "name": "issuer",
              "type": "address"
            },
            {
              "internalType": "address",
              "name": "apxRegistry",
              "type": "address"
            },
            {
              "internalType": "address",
              "name": "nameRegistry",
              "type": "address"
            },
            {
              "internalType": "string",
              "name": "mappedName",
              "type": "string"
            },
            {
              "internalType": "uint256",
              "name": "initialTokenSupply",
              "type": "uint256"
            },
            {
              "internalType": "bool",
              "name": "transferable",
              "type": "bool"
            },
            {
              "internalType": "bool",
              "name": "whitelistRequiredForRevenueClaim",
              "type": "bool"
            },
            {
              "internalType": "bool",
              "name": "whitelistRequiredForLiquidationClaim",
              "type": "bool"
            },
            {
              "internalType": "string",
              "name": "name",
              "type": "string"
            },
            {
              "internalType": "string",
              "name": "symbol",
              "type": "string"
            },
            {
              "internalType": "string",
              "name": "info",
              "type": "string"
            }
          ],
          "internalType": "struct Structs.AssetFactoryParams",
          "name": "params",
          "type": "tuple"
        }
      ],
      "name": "create",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
