{
  "contractName": "SubContract",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "makerArguments",
      "outputs": [
        {
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "takerArguments",
      "outputs": [
        {
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "",
          "type": "bytes32[]"
        }
      ],
      "name": "isValid",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "",
          "type": "bytes32[]"
        }
      ],
      "name": "amountRemaining",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "",
          "type": "bytes32[]"
        },
        {
          "name": "",
          "type": "bytes32[]"
        }
      ],
      "name": "participate",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.5.0;\n\ninterface SubContract {\n    function makerArguments() external view returns (string memory);\n    function takerArguments() external view returns (string memory);\n    function isValid(bytes32[] calldata) external view returns (bool);\n    function amountRemaining(bytes32[] calldata) external view returns (uint);\n    function participate(bytes32[] calldata, bytes32[] calldata) external returns (bool);\n}\n",
  "sourcePath": "paradigm-subcontract-sdk/contracts/SubContract.sol",
  "ast": {
    "absolutePath": "paradigm-subcontract-sdk/contracts/SubContract.sol",
    "exportedSymbols": {
      "SubContract": [
        3547
      ]
    },
    "id": 3548,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 3509,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:19"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 3547,
        "linearizedBaseContracts": [
          3547
        ],
        "name": "SubContract",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 3514,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "makerArguments",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3510,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "76:2:19"
            },
            "returnParameters": {
              "id": 3513,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3512,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3514,
                  "src": "102:13:19",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 3511,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "102:6:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "101:15:19"
            },
            "scope": 3547,
            "src": "53:64:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3519,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "takerArguments",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3515,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "145:2:19"
            },
            "returnParameters": {
              "id": 3518,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3517,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3519,
                  "src": "171:13:19",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 3516,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "171:6:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "170:15:19"
            },
            "scope": 3547,
            "src": "122:64:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3527,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "isValid",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3523,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3522,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3527,
                  "src": "208:18:19",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 3520,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "208:7:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 3521,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "208:9:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "207:20:19"
            },
            "returnParameters": {
              "id": 3526,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3525,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3527,
                  "src": "251:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 3524,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "251:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "250:6:19"
            },
            "scope": 3547,
            "src": "191:66:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3535,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "amountRemaining",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3531,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3530,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3535,
                  "src": "287:18:19",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 3528,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "287:7:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 3529,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "287:9:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "286:20:19"
            },
            "returnParameters": {
              "id": 3534,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3533,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3535,
                  "src": "330:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 3532,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "330:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "329:6:19"
            },
            "scope": 3547,
            "src": "262:74:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3546,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "participate",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3542,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3538,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3546,
                  "src": "362:18:19",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 3536,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "362:7:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 3537,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "362:9:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 3541,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3546,
                  "src": "382:18:19",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 3539,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "382:7:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 3540,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "382:9:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "361:40:19"
            },
            "returnParameters": {
              "id": 3545,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3544,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3546,
                  "src": "420:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 3543,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "420:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "419:6:19"
            },
            "scope": 3547,
            "src": "341:85:19",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 3548,
        "src": "25:403:19"
      }
    ],
    "src": "0:429:19"
  },
  "legacyAST": {
    "absolutePath": "paradigm-subcontract-sdk/contracts/SubContract.sol",
    "exportedSymbols": {
      "SubContract": [
        3547
      ]
    },
    "id": 3548,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 3509,
        "literals": [
          "solidity",
          "^",
          "0.5",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:19"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": null,
        "fullyImplemented": false,
        "id": 3547,
        "linearizedBaseContracts": [
          3547
        ],
        "name": "SubContract",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "body": null,
            "documentation": null,
            "id": 3514,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "makerArguments",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3510,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "76:2:19"
            },
            "returnParameters": {
              "id": 3513,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3512,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3514,
                  "src": "102:13:19",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 3511,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "102:6:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "101:15:19"
            },
            "scope": 3547,
            "src": "53:64:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3519,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "takerArguments",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3515,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "145:2:19"
            },
            "returnParameters": {
              "id": 3518,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3517,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3519,
                  "src": "171:13:19",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_string_memory_ptr",
                    "typeString": "string"
                  },
                  "typeName": {
                    "id": 3516,
                    "name": "string",
                    "nodeType": "ElementaryTypeName",
                    "src": "171:6:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_storage_ptr",
                      "typeString": "string"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "170:15:19"
            },
            "scope": 3547,
            "src": "122:64:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3527,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "isValid",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3523,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3522,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3527,
                  "src": "208:18:19",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 3520,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "208:7:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 3521,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "208:9:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "207:20:19"
            },
            "returnParameters": {
              "id": 3526,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3525,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3527,
                  "src": "251:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 3524,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "251:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "250:6:19"
            },
            "scope": 3547,
            "src": "191:66:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3535,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "amountRemaining",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3531,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3530,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3535,
                  "src": "287:18:19",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 3528,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "287:7:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 3529,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "287:9:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "286:20:19"
            },
            "returnParameters": {
              "id": 3534,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3533,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3535,
                  "src": "330:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 3532,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "330:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "329:6:19"
            },
            "scope": 3547,
            "src": "262:74:19",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "external"
          },
          {
            "body": null,
            "documentation": null,
            "id": 3546,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "participate",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 3542,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3538,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3546,
                  "src": "362:18:19",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 3536,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "362:7:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 3537,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "362:9:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 3541,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3546,
                  "src": "382:18:19",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 3539,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "382:7:19",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 3540,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "382:9:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "361:40:19"
            },
            "returnParameters": {
              "id": 3545,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 3544,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 3546,
                  "src": "420:4:19",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 3543,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "420:4:19",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "419:6:19"
            },
            "scope": 3547,
            "src": "341:85:19",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "external"
          }
        ],
        "scope": 3548,
        "src": "25:403:19"
      }
    ],
    "src": "0:429:19"
  },
  "compiler": {
    "name": "solc",
    "version": "0.5.0+commit.1d4f565a.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.0.1",
  "updatedAt": "2019-02-22T20:13:35.355Z",
  "devdoc": {
    "methods": {}
  },
  "userdoc": {
    "methods": {}
  }
}