{
  "contractName": "Dummy",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "state",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "_state",
          "type": "uint256"
        }
      ],
      "name": "setState",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getState",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.5.17+commit.d19bba13\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"constant\":true,\"inputs\":[],\"name\":\"getState\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":false,\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_state\",\"type\":\"uint256\"}],\"name\":\"setState\",\"outputs\":[],\"payable\":false,\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"state\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Dummy contract to used to test clone factory.      This contract will be cloned\",\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/tbtc/tbtc/solidity/contracts/test/factory/Dummy.sol\":\"Dummy\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/home/runner/work/tbtc/tbtc/solidity/contracts/test/factory/Dummy.sol\":{\"keccak256\":\"0x649f769a7ad721190c0ef143f7bf1536409abc15c5cc38103885a02e7d4e12fa\",\"urls\":[\"bzz-raw://4591c7468b9066e4c52165b864328710611f8dbd5b38d43c07a032299a871767\",\"dweb:/ipfs/Qmbqrmig3N3nhjY8EdMnqKibMBprN48WK2w51krmFx9y6f\"]}},\"version\":1}",
  "bytecode": "0x608060405234801561001057600080fd5b5060c18061001f6000396000f3fe6080604052348015600f57600080fd5b5060043610603c5760003560e01c80631865c57d146041578063a9e966b7146059578063c19d93fb146075575b600080fd5b6047607b565b60408051918252519081900360200190f35b607360048036036020811015606d57600080fd5b50356081565b005b60476086565b60005490565b600055565b6000548156fea265627a7a72315820e44194366870cba17e69c49fb63172169e995b31b96e6d8713ecef591a58dd5964736f6c63430005110032",
  "deployedBytecode": "0x6080604052348015600f57600080fd5b5060043610603c5760003560e01c80631865c57d146041578063a9e966b7146059578063c19d93fb146075575b600080fd5b6047607b565b60408051918252519081900360200190f35b607360048036036020811015606d57600080fd5b50356081565b005b60476086565b60005490565b600055565b6000548156fea265627a7a72315820e44194366870cba17e69c49fb63172169e995b31b96e6d8713ecef591a58dd5964736f6c63430005110032",
  "sourceMap": "118:206:33:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;118:206:33;;;;;;;",
  "deployedSourceMap": "118:206:33:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;118:206:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;244:78;;;:::i;:::-;;;;;;;;;;;;;;;;166:72;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;166:72:33;;:::i;:::-;;139:20;;;:::i;244:78::-;284:7;310:5;244:78;:::o;166:72::-;217:5;:14;166:72::o;139:20::-;;;;:::o",
  "source": "pragma solidity 0.5.17;\n\n/// @dev Dummy contract to used to test clone factory.\n///      This contract will be cloned\ncontract Dummy{\n\n    uint256 public state;\n\n    function setState(uint256 _state) public {\n        state = _state;\n    }\n\n    function getState()public view returns (uint256) {\n        return state;\n    }\n}\n",
  "sourcePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/test/factory/Dummy.sol",
  "ast": {
    "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/test/factory/Dummy.sol",
    "exportedSymbols": {
      "Dummy": [
        10198
      ]
    },
    "id": 10199,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 10177,
        "literals": [
          "solidity",
          "0.5",
          ".17"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:33"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": "@dev Dummy contract to used to test clone factory.\n      This contract will be cloned",
        "fullyImplemented": true,
        "id": 10198,
        "linearizedBaseContracts": [
          10198
        ],
        "name": "Dummy",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": false,
            "id": 10179,
            "name": "state",
            "nodeType": "VariableDeclaration",
            "scope": 10198,
            "src": "139:20:33",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 10178,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "139:7:33",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 10188,
              "nodeType": "Block",
              "src": "207:31:33",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 10186,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "argumentTypes": null,
                      "id": 10184,
                      "name": "state",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 10179,
                      "src": "217:5:33",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "argumentTypes": null,
                      "id": 10185,
                      "name": "_state",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 10181,
                      "src": "225:6:33",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "217:14:33",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "id": 10187,
                  "nodeType": "ExpressionStatement",
                  "src": "217:14:33"
                }
              ]
            },
            "documentation": null,
            "id": 10189,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "setState",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10182,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10181,
                  "name": "_state",
                  "nodeType": "VariableDeclaration",
                  "scope": 10189,
                  "src": "184:14:33",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 10180,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "184:7:33",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "183:16:33"
            },
            "returnParameters": {
              "id": 10183,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "207:0:33"
            },
            "scope": 10198,
            "src": "166:72:33",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": {
              "id": 10196,
              "nodeType": "Block",
              "src": "293:29:33",
              "statements": [
                {
                  "expression": {
                    "argumentTypes": null,
                    "id": 10194,
                    "name": "state",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 10179,
                    "src": "310:5:33",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 10193,
                  "id": 10195,
                  "nodeType": "Return",
                  "src": "303:12:33"
                }
              ]
            },
            "documentation": null,
            "id": 10197,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "getState",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 10190,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "261:2:33"
            },
            "returnParameters": {
              "id": 10193,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 10192,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 10197,
                  "src": "284:7:33",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 10191,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "284:7:33",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "283:9:33"
            },
            "scope": 10198,
            "src": "244:78:33",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 10199,
        "src": "118:206:33"
      }
    ],
    "src": "0:325:33"
  },
  "legacyAST": {
    "attributes": {
      "absolutePath": "/home/runner/work/tbtc/tbtc/solidity/contracts/test/factory/Dummy.sol",
      "exportedSymbols": {
        "Dummy": [
          10198
        ]
      }
    },
    "children": [
      {
        "attributes": {
          "literals": [
            "solidity",
            "0.5",
            ".17"
          ]
        },
        "id": 10177,
        "name": "PragmaDirective",
        "src": "0:23:33"
      },
      {
        "attributes": {
          "baseContracts": [
            null
          ],
          "contractDependencies": [
            null
          ],
          "contractKind": "contract",
          "documentation": "@dev Dummy contract to used to test clone factory.\n      This contract will be cloned",
          "fullyImplemented": true,
          "linearizedBaseContracts": [
            10198
          ],
          "name": "Dummy",
          "scope": 10199
        },
        "children": [
          {
            "attributes": {
              "constant": false,
              "name": "state",
              "scope": 10198,
              "stateVariable": true,
              "storageLocation": "default",
              "type": "uint256",
              "value": null,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "name": "uint256",
                  "type": "uint256"
                },
                "id": 10178,
                "name": "ElementaryTypeName",
                "src": "139:7:33"
              }
            ],
            "id": 10179,
            "name": "VariableDeclaration",
            "src": "139:20:33"
          },
          {
            "attributes": {
              "documentation": null,
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "setState",
              "scope": 10198,
              "stateMutability": "nonpayable",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "_state",
                      "scope": 10189,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 10180,
                        "name": "ElementaryTypeName",
                        "src": "184:7:33"
                      }
                    ],
                    "id": 10181,
                    "name": "VariableDeclaration",
                    "src": "184:14:33"
                  }
                ],
                "id": 10182,
                "name": "ParameterList",
                "src": "183:16:33"
              },
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 10183,
                "name": "ParameterList",
                "src": "207:0:33"
              },
              {
                "children": [
                  {
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "operator": "=",
                          "type": "uint256"
                        },
                        "children": [
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 10179,
                              "type": "uint256",
                              "value": "state"
                            },
                            "id": 10184,
                            "name": "Identifier",
                            "src": "217:5:33"
                          },
                          {
                            "attributes": {
                              "argumentTypes": null,
                              "overloadedDeclarations": [
                                null
                              ],
                              "referencedDeclaration": 10181,
                              "type": "uint256",
                              "value": "_state"
                            },
                            "id": 10185,
                            "name": "Identifier",
                            "src": "225:6:33"
                          }
                        ],
                        "id": 10186,
                        "name": "Assignment",
                        "src": "217:14:33"
                      }
                    ],
                    "id": 10187,
                    "name": "ExpressionStatement",
                    "src": "217:14:33"
                  }
                ],
                "id": 10188,
                "name": "Block",
                "src": "207:31:33"
              }
            ],
            "id": 10189,
            "name": "FunctionDefinition",
            "src": "166:72:33"
          },
          {
            "attributes": {
              "documentation": null,
              "implemented": true,
              "isConstructor": false,
              "kind": "function",
              "modifiers": [
                null
              ],
              "name": "getState",
              "scope": 10198,
              "stateMutability": "view",
              "superFunction": null,
              "visibility": "public"
            },
            "children": [
              {
                "attributes": {
                  "parameters": [
                    null
                  ]
                },
                "children": [],
                "id": 10190,
                "name": "ParameterList",
                "src": "261:2:33"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "constant": false,
                      "name": "",
                      "scope": 10197,
                      "stateVariable": false,
                      "storageLocation": "default",
                      "type": "uint256",
                      "value": null,
                      "visibility": "internal"
                    },
                    "children": [
                      {
                        "attributes": {
                          "name": "uint256",
                          "type": "uint256"
                        },
                        "id": 10191,
                        "name": "ElementaryTypeName",
                        "src": "284:7:33"
                      }
                    ],
                    "id": 10192,
                    "name": "VariableDeclaration",
                    "src": "284:7:33"
                  }
                ],
                "id": 10193,
                "name": "ParameterList",
                "src": "283:9:33"
              },
              {
                "children": [
                  {
                    "attributes": {
                      "functionReturnParameters": 10193
                    },
                    "children": [
                      {
                        "attributes": {
                          "argumentTypes": null,
                          "overloadedDeclarations": [
                            null
                          ],
                          "referencedDeclaration": 10179,
                          "type": "uint256",
                          "value": "state"
                        },
                        "id": 10194,
                        "name": "Identifier",
                        "src": "310:5:33"
                      }
                    ],
                    "id": 10195,
                    "name": "Return",
                    "src": "303:12:33"
                  }
                ],
                "id": 10196,
                "name": "Block",
                "src": "293:29:33"
              }
            ],
            "id": 10197,
            "name": "FunctionDefinition",
            "src": "244:78:33"
          }
        ],
        "id": 10198,
        "name": "ContractDefinition",
        "src": "118:206:33"
      }
    ],
    "id": 10199,
    "name": "SourceUnit",
    "src": "0:325:33"
  },
  "compiler": {
    "name": "solc",
    "version": "0.5.17+commit.d19bba13.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.3.4",
  "updatedAt": "2021-11-23T11:52:09.355Z",
  "devdoc": {
    "details": "Dummy contract to used to test clone factory.      This contract will be cloned",
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}