{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "forwardTo",
          "type": "address"
        },
        {
          "internalType": "contract IERC20Metadata",
          "name": "currency_",
          "type": "address"
        },
        {
          "internalType": "contract IPolicyPoolConfig",
          "name": "config_",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "stateMutability": "payable",
      "type": "fallback"
    },
    {
      "inputs": [],
      "name": "MAX_INT",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        },
        {
          "internalType": "bool",
          "name": "positive",
          "type": "bool"
        }
      ],
      "name": "assetEarnings",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "config",
      "outputs": [
        {
          "internalType": "contract IPolicyPoolConfig",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "currency",
      "outputs": [
        {
          "internalType": "contract IERC20Metadata",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "name": "getETokenAt",
      "outputs": [
        {
          "internalType": "contract IEToken",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getETokenCount",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "getInvestable",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "contract IAssetManager",
          "name": "newAssetManager",
          "type": "address"
        }
      ],
      "name": "setAssetManager",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "forwardTo",
          "type": "address"
        }
      ],
      "name": "setForwardTo",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "stateMutability": "payable",
      "type": "receive"
    }
  ],
  "allSourcePaths": {
    "19": "contracts/mocks/ForwardProxy.sol",
    "24": "contracts/mocks/PolicyPoolMock.sol",
    "31": "interfaces/IAssetManager.sol",
    "32": "interfaces/IEToken.sol",
    "33": "interfaces/IExchange.sol",
    "34": "interfaces/IInsolvencyHook.sol",
    "35": "interfaces/ILPWhitelist.sol",
    "39": "interfaces/IPolicyPoolConfig.sol",
    "40": "interfaces/IRiskModule.sol",
    "94": "node_modules/@openzeppelin/contracts/proxy/Proxy.sol",
    "98": "node_modules/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol"
  },
  "ast": {
    "absolutePath": "contracts/mocks/PolicyPoolMock.sol",
    "exportedSymbols": {
      "AccessControl": [
        20768
      ],
      "ForwardProxy": [
        12828
      ],
      "IAssetManager": [
        16509
      ],
      "IERC20Metadata": [
        16271
      ],
      "IEToken": [
        16628
      ],
      "IPolicyPool": [
        14671
      ],
      "IPolicyPoolConfig": [
        14792
      ],
      "IRiskModule": [
        17857
      ],
      "Policy": [
        5952
      ],
      "PolicyPoolMock": [
        13719
      ],
      "PolicyPoolMockForward": [
        13899
      ]
    },
    "id": 13900,
    "license": "Apache-2.0",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 13248,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "39:23:24"
      },
      {
        "absolutePath": "interfaces/IPolicyPool.sol",
        "file": "../../interfaces/IPolicyPool.sol",
        "id": 13250,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 13900,
        "sourceUnit": 14672,
        "src": "64:61:24",
        "symbolAliases": [
          {
            "foreign": {
              "id": 13249,
              "name": "IPolicyPool",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "72:11:24",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "absolutePath": "interfaces/IRiskModule.sol",
        "file": "../../interfaces/IRiskModule.sol",
        "id": 13252,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 13900,
        "sourceUnit": 17858,
        "src": "126:61:24",
        "symbolAliases": [
          {
            "foreign": {
              "id": 13251,
              "name": "IRiskModule",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "134:11:24",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "absolutePath": "interfaces/IEToken.sol",
        "file": "../../interfaces/IEToken.sol",
        "id": 13254,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 13900,
        "sourceUnit": 16629,
        "src": "188:53:24",
        "symbolAliases": [
          {
            "foreign": {
              "id": 13253,
              "name": "IEToken",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "196:7:24",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "absolutePath": "interfaces/IAssetManager.sol",
        "file": "../../interfaces/IAssetManager.sol",
        "id": 13256,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 13900,
        "sourceUnit": 16510,
        "src": "242:65:24",
        "symbolAliases": [
          {
            "foreign": {
              "id": 13255,
              "name": "IAssetManager",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "250:13:24",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "absolutePath": "interfaces/IPolicyPoolConfig.sol",
        "file": "../../interfaces/IPolicyPoolConfig.sol",
        "id": 13258,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 13900,
        "sourceUnit": 14793,
        "src": "308:73:24",
        "symbolAliases": [
          {
            "foreign": {
              "id": 13257,
              "name": "IPolicyPoolConfig",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "316:17:24",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "absolutePath": "node_modules/@openzeppelin/contracts/access/AccessControl.sol",
        "file": "@openzeppelin/contracts/access/AccessControl.sol",
        "id": 13260,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 13900,
        "sourceUnit": 20769,
        "src": "382:79:24",
        "symbolAliases": [
          {
            "foreign": {
              "id": 13259,
              "name": "AccessControl",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "390:13:24",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "absolutePath": "node_modules/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol",
        "file": "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol",
        "id": 13262,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 13900,
        "sourceUnit": 16272,
        "src": "462:97:24",
        "symbolAliases": [
          {
            "foreign": {
              "id": 13261,
              "name": "IERC20Metadata",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "470:14:24",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "absolutePath": "contracts/Policy.sol",
        "file": "../Policy.sol",
        "id": 13264,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 13900,
        "sourceUnit": 5953,
        "src": "560:37:24",
        "symbolAliases": [
          {
            "foreign": {
              "id": 13263,
              "name": "Policy",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "568:6:24",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "absolutePath": "contracts/mocks/ForwardProxy.sol",
        "file": "./ForwardProxy.sol",
        "id": 13266,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 13900,
        "sourceUnit": 12829,
        "src": "598:48:24",
        "symbolAliases": [
          {
            "foreign": {
              "id": 13265,
              "name": "ForwardProxy",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "606:12:24",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 13267,
              "name": "IPolicyPool",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 14671,
              "src": "675:11:24"
            },
            "id": 13268,
            "nodeType": "InheritanceSpecifier",
            "src": "675:11:24"
          }
        ],
        "contractDependencies": [],
        "contractKind": "contract",
        "fullyImplemented": true,
        "id": 13719,
        "linearizedBaseContracts": [
          13719,
          14671
        ],
        "name": "PolicyPoolMock",
        "nameLocation": "657:14:24",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "id": 13272,
            "libraryName": {
              "id": 13269,
              "name": "Policy",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 5952,
              "src": "697:6:24"
            },
            "nodeType": "UsingForDirective",
            "src": "691:35:24",
            "typeName": {
              "id": 13271,
              "nodeType": "UserDefinedTypeName",
              "pathNode": {
                "id": 13270,
                "name": "Policy.PolicyData",
                "nodeType": "IdentifierPath",
                "referencedDeclaration": 5686,
                "src": "708:17:24"
              },
              "referencedDeclaration": 5686,
              "src": "708:17:24",
              "typeDescriptions": {
                "typeIdentifier": "t_struct$_PolicyData_$5686_storage_ptr",
                "typeString": "struct Policy.PolicyData"
              }
            }
          },
          {
            "constant": true,
            "functionSelector": "098d3228",
            "id": 13275,
            "mutability": "constant",
            "name": "MAX_INT",
            "nameLocation": "754:7:24",
            "nodeType": "VariableDeclaration",
            "scope": 13719,
            "src": "730:104:24",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 13273,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "730:7:24",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": {
              "hexValue": "307866666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666",
              "id": 13274,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "768:66:24",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_115792089237316195423570985008687907853269984665640564039457584007913129639935_by_1",
                "typeString": "int_const 1157...(70 digits omitted)...9935"
              },
              "value": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
            },
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 13278,
            "mutability": "mutable",
            "name": "_currency",
            "nameLocation": "863:9:24",
            "nodeType": "VariableDeclaration",
            "scope": 13719,
            "src": "839:33:24",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
              "typeString": "contract IERC20Metadata"
            },
            "typeName": {
              "id": 13277,
              "nodeType": "UserDefinedTypeName",
              "pathNode": {
                "id": 13276,
                "name": "IERC20Metadata",
                "nodeType": "IdentifierPath",
                "referencedDeclaration": 16271,
                "src": "839:14:24"
              },
              "referencedDeclaration": 16271,
              "src": "839:14:24",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                "typeString": "contract IERC20Metadata"
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 13281,
            "mutability": "mutable",
            "name": "_config",
            "nameLocation": "903:7:24",
            "nodeType": "VariableDeclaration",
            "scope": 13719,
            "src": "876:34:24",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
              "typeString": "contract IPolicyPoolConfig"
            },
            "typeName": {
              "id": 13280,
              "nodeType": "UserDefinedTypeName",
              "pathNode": {
                "id": 13279,
                "name": "IPolicyPoolConfig",
                "nodeType": "IdentifierPath",
                "referencedDeclaration": 14792,
                "src": "876:17:24"
              },
              "referencedDeclaration": 14792,
              "src": "876:17:24",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                "typeString": "contract IPolicyPoolConfig"
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 13283,
            "mutability": "mutable",
            "name": "_totalETokenSupply",
            "nameLocation": "932:18:24",
            "nodeType": "VariableDeclaration",
            "scope": 13719,
            "src": "915:35:24",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 13282,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "915:7:24",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 13288,
            "mutability": "mutable",
            "name": "policies",
            "nameLocation": "1001:8:24",
            "nodeType": "VariableDeclaration",
            "scope": 13719,
            "src": "954:55:24",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_PolicyData_$5686_storage_$",
              "typeString": "mapping(uint256 => struct Policy.PolicyData)"
            },
            "typeName": {
              "id": 13287,
              "keyType": {
                "id": 13284,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "962:7:24",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "nodeType": "Mapping",
              "src": "954:37:24",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_PolicyData_$5686_storage_$",
                "typeString": "mapping(uint256 => struct Policy.PolicyData)"
              },
              "valueType": {
                "id": 13286,
                "nodeType": "UserDefinedTypeName",
                "pathNode": {
                  "id": 13285,
                  "name": "Policy.PolicyData",
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 5686,
                  "src": "973:17:24"
                },
                "referencedDeclaration": 5686,
                "src": "973:17:24",
                "typeDescriptions": {
                  "typeIdentifier": "t_struct$_PolicyData_$5686_storage_ptr",
                  "typeString": "struct Policy.PolicyData"
                }
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 13292,
            "mutability": "mutable",
            "name": "policyHashes",
            "nameLocation": "1050:12:24",
            "nodeType": "VariableDeclaration",
            "scope": 13719,
            "src": "1013:49:24",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_uint256_$_t_bytes32_$",
              "typeString": "mapping(uint256 => bytes32)"
            },
            "typeName": {
              "id": 13291,
              "keyType": {
                "id": 13289,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "1021:7:24",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "nodeType": "Mapping",
              "src": "1013:27:24",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_uint256_$_t_bytes32_$",
                "typeString": "mapping(uint256 => bytes32)"
              },
              "valueType": {
                "id": 13290,
                "name": "bytes32",
                "nodeType": "ElementaryTypeName",
                "src": "1032:7:24",
                "typeDescriptions": {
                  "typeIdentifier": "t_bytes32",
                  "typeString": "bytes32"
                }
              }
            },
            "visibility": "internal"
          },
          {
            "anonymous": false,
            "id": 13300,
            "name": "NewPolicy",
            "nameLocation": "1073:9:24",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 13299,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13295,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "riskModule",
                  "nameLocation": "1103:10:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13300,
                  "src": "1083:30:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IRiskModule_$17857",
                    "typeString": "contract IRiskModule"
                  },
                  "typeName": {
                    "id": 13294,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13293,
                      "name": "IRiskModule",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17857,
                      "src": "1083:11:24"
                    },
                    "referencedDeclaration": 17857,
                    "src": "1083:11:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IRiskModule_$17857",
                      "typeString": "contract IRiskModule"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13298,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "policy",
                  "nameLocation": "1133:6:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13300,
                  "src": "1115:24:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                    "typeString": "struct Policy.PolicyData"
                  },
                  "typeName": {
                    "id": 13297,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13296,
                      "name": "Policy.PolicyData",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 5686,
                      "src": "1115:17:24"
                    },
                    "referencedDeclaration": 5686,
                    "src": "1115:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_PolicyData_$5686_storage_ptr",
                      "typeString": "struct Policy.PolicyData"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1082:58:24"
            },
            "src": "1067:74:24"
          },
          {
            "anonymous": false,
            "id": 13309,
            "name": "PolicyResolved",
            "nameLocation": "1150:14:24",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 13308,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13303,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "riskModule",
                  "nameLocation": "1185:10:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13309,
                  "src": "1165:30:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IRiskModule_$17857",
                    "typeString": "contract IRiskModule"
                  },
                  "typeName": {
                    "id": 13302,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13301,
                      "name": "IRiskModule",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 17857,
                      "src": "1165:11:24"
                    },
                    "referencedDeclaration": 17857,
                    "src": "1165:11:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IRiskModule_$17857",
                      "typeString": "contract IRiskModule"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13305,
                  "indexed": true,
                  "mutability": "mutable",
                  "name": "policyId",
                  "nameLocation": "1213:8:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13309,
                  "src": "1197:24:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13304,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1197:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13307,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "payout",
                  "nameLocation": "1231:6:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13309,
                  "src": "1223:14:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13306,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1223:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1164:74:24"
            },
            "src": "1144:95:24"
          },
          {
            "body": {
              "id": 13349,
              "nodeType": "Block",
              "src": "1308:274:24",
              "statements": [
                {
                  "expression": {
                    "id": 13320,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 13318,
                      "name": "_currency",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13278,
                      "src": "1314:9:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                        "typeString": "contract IERC20Metadata"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 13319,
                      "name": "currency_",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13312,
                      "src": "1326:9:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                        "typeString": "contract IERC20Metadata"
                      }
                    },
                    "src": "1314:21:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                      "typeString": "contract IERC20Metadata"
                    }
                  },
                  "id": 13321,
                  "nodeType": "ExpressionStatement",
                  "src": "1314:21:24"
                },
                {
                  "expression": {
                    "id": 13324,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 13322,
                      "name": "_config",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13281,
                      "src": "1341:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                        "typeString": "contract IPolicyPoolConfig"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 13323,
                      "name": "config_",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13315,
                      "src": "1351:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                        "typeString": "contract IPolicyPoolConfig"
                      }
                    },
                    "src": "1341:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                      "typeString": "contract IPolicyPoolConfig"
                    }
                  },
                  "id": 13325,
                  "nodeType": "ExpressionStatement",
                  "src": "1341:17:24"
                },
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "id": 13326,
                        "name": "_config",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13281,
                        "src": "1364:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                          "typeString": "contract IPolicyPoolConfig"
                        }
                      },
                      "id": 13328,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "connect",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14750,
                      "src": "1364:15:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
                        "typeString": "function () external"
                      }
                    },
                    "id": 13329,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1364:17:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13330,
                  "nodeType": "ExpressionStatement",
                  "src": "1364:17:24"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_contract$_IAssetManager_$16509",
                          "typeString": "contract IAssetManager"
                        },
                        "id": 13341,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "arguments": [],
                          "expression": {
                            "argumentTypes": [],
                            "expression": {
                              "id": 13332,
                              "name": "_config",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13281,
                              "src": "1402:7:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                "typeString": "contract IPolicyPoolConfig"
                              }
                            },
                            "id": 13333,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "assetManager",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 14756,
                            "src": "1402:20:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_IAssetManager_$16509_$",
                              "typeString": "function () view external returns (contract IAssetManager)"
                            }
                          },
                          "id": 13334,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "1402:22:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "arguments": [
                            {
                              "arguments": [
                                {
                                  "hexValue": "30",
                                  "id": 13338,
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": true,
                                  "kind": "number",
                                  "lValueRequested": false,
                                  "nodeType": "Literal",
                                  "src": "1450:1:24",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_rational_0_by_1",
                                    "typeString": "int_const 0"
                                  },
                                  "value": "0"
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_rational_0_by_1",
                                    "typeString": "int_const 0"
                                  }
                                ],
                                "id": 13337,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": true,
                                "lValueRequested": false,
                                "nodeType": "ElementaryTypeNameExpression",
                                "src": "1442:7:24",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_type$_t_address_$",
                                  "typeString": "type(address)"
                                },
                                "typeName": {
                                  "id": 13336,
                                  "name": "address",
                                  "nodeType": "ElementaryTypeName",
                                  "src": "1442:7:24",
                                  "typeDescriptions": {}
                                }
                              },
                              "id": 13339,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "typeConversion",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "1442:10:24",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            ],
                            "id": 13335,
                            "name": "IAssetManager",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 16509,
                            "src": "1428:13:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_contract$_IAssetManager_$16509_$",
                              "typeString": "type(contract IAssetManager)"
                            }
                          },
                          "id": 13340,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "1428:25:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        },
                        "src": "1402:51:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "41737365744d616e616765722063616e277420626520736574206265666f726520506f6c696379506f6f6c20696e697469616c697a6174696f6e",
                        "id": 13342,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "1461:60:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_06b285b636e2bed6c555f2dc98c2be9711971d5469c584a133ec98e6ef2ad96c",
                          "typeString": "literal_string \"AssetManager can't be set before PolicyPool initialization\""
                        },
                        "value": "AssetManager can't be set before PolicyPool initialization"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_06b285b636e2bed6c555f2dc98c2be9711971d5469c584a133ec98e6ef2ad96c",
                          "typeString": "literal_string \"AssetManager can't be set before PolicyPool initialization\""
                        }
                      ],
                      "id": 13331,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -18,
                        -18
                      ],
                      "referencedDeclaration": -18,
                      "src": "1387:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 13343,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1387:140:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13344,
                  "nodeType": "ExpressionStatement",
                  "src": "1387:140:24"
                },
                {
                  "expression": {
                    "id": 13347,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 13345,
                      "name": "_totalETokenSupply",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13283,
                      "src": "1533:18:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "hexValue": "31653430",
                      "id": 13346,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1554:4:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_rational_10000000000000000000000000000000000000000_by_1",
                        "typeString": "int_const 1000...(33 digits omitted)...0000"
                      },
                      "value": "1e40"
                    },
                    "src": "1533:25:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "id": 13348,
                  "nodeType": "ExpressionStatement",
                  "src": "1533:25:24"
                }
              ]
            },
            "id": 13350,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [],
            "name": "",
            "nameLocation": "-1:-1:-1",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13316,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13312,
                  "mutability": "mutable",
                  "name": "currency_",
                  "nameLocation": "1270:9:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13350,
                  "src": "1255:24:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                    "typeString": "contract IERC20Metadata"
                  },
                  "typeName": {
                    "id": 13311,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13310,
                      "name": "IERC20Metadata",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16271,
                      "src": "1255:14:24"
                    },
                    "referencedDeclaration": 16271,
                    "src": "1255:14:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                      "typeString": "contract IERC20Metadata"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13315,
                  "mutability": "mutable",
                  "name": "config_",
                  "nameLocation": "1299:7:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13350,
                  "src": "1281:25:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                    "typeString": "contract IPolicyPoolConfig"
                  },
                  "typeName": {
                    "id": 13314,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13313,
                      "name": "IPolicyPoolConfig",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 14792,
                      "src": "1281:17:24"
                    },
                    "referencedDeclaration": 14792,
                    "src": "1281:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                      "typeString": "contract IPolicyPoolConfig"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1254:53:24"
            },
            "returnParameters": {
              "id": 13317,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1308:0:24"
            },
            "scope": 13719,
            "src": "1243:339:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "public"
          },
          {
            "baseFunctions": [
              14572
            ],
            "body": {
              "id": 13359,
              "nodeType": "Block",
              "src": "1654:27:24",
              "statements": [
                {
                  "expression": {
                    "id": 13357,
                    "name": "_currency",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 13278,
                    "src": "1667:9:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                      "typeString": "contract IERC20Metadata"
                    }
                  },
                  "functionReturnParameters": 13356,
                  "id": 13358,
                  "nodeType": "Return",
                  "src": "1660:16:24"
                }
              ]
            },
            "functionSelector": "e5a6b10f",
            "id": 13360,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "currency",
            "nameLocation": "1595:8:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13352,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "1620:8:24"
            },
            "parameters": {
              "id": 13351,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1603:2:24"
            },
            "returnParameters": {
              "id": 13356,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13355,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13360,
                  "src": "1638:14:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                    "typeString": "contract IERC20Metadata"
                  },
                  "typeName": {
                    "id": 13354,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13353,
                      "name": "IERC20Metadata",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16271,
                      "src": "1638:14:24"
                    },
                    "referencedDeclaration": 16271,
                    "src": "1638:14:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                      "typeString": "contract IERC20Metadata"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1637:16:24"
            },
            "scope": 13719,
            "src": "1586:95:24",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14578
            ],
            "body": {
              "id": 13369,
              "nodeType": "Block",
              "src": "1754:25:24",
              "statements": [
                {
                  "expression": {
                    "id": 13367,
                    "name": "_config",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 13281,
                    "src": "1767:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                      "typeString": "contract IPolicyPoolConfig"
                    }
                  },
                  "functionReturnParameters": 13366,
                  "id": 13368,
                  "nodeType": "Return",
                  "src": "1760:14:24"
                }
              ]
            },
            "functionSelector": "79502c55",
            "id": 13370,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "config",
            "nameLocation": "1694:6:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13362,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "1717:8:24"
            },
            "parameters": {
              "id": 13361,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1700:2:24"
            },
            "returnParameters": {
              "id": 13366,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13365,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13370,
                  "src": "1735:17:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                    "typeString": "contract IPolicyPoolConfig"
                  },
                  "typeName": {
                    "id": 13364,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13363,
                      "name": "IPolicyPoolConfig",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 14792,
                      "src": "1735:17:24"
                    },
                    "referencedDeclaration": 14792,
                    "src": "1735:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                      "typeString": "contract IPolicyPoolConfig"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1734:19:24"
            },
            "scope": 13719,
            "src": "1685:94:24",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14583
            ],
            "body": {
              "id": 13381,
              "nodeType": "Block",
              "src": "1845:28:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "hexValue": "30",
                        "id": 13378,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "1866:1:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_rational_0_by_1",
                          "typeString": "int_const 0"
                        },
                        "value": "0"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_rational_0_by_1",
                          "typeString": "int_const 0"
                        }
                      ],
                      "id": 13377,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "lValueRequested": false,
                      "nodeType": "ElementaryTypeNameExpression",
                      "src": "1858:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_type$_t_address_$",
                        "typeString": "type(address)"
                      },
                      "typeName": {
                        "id": 13376,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "1858:7:24",
                        "typeDescriptions": {}
                      }
                    },
                    "id": 13379,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "typeConversion",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1858:10:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "functionReturnParameters": 13375,
                  "id": 13380,
                  "nodeType": "Return",
                  "src": "1851:17:24"
                }
              ]
            },
            "functionSelector": "af02808a",
            "id": 13382,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "policyNFT",
            "nameLocation": "1792:9:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13372,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "1818:8:24"
            },
            "parameters": {
              "id": 13371,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1801:2:24"
            },
            "returnParameters": {
              "id": 13375,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13374,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13382,
                  "src": "1836:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 13373,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1836:7:24",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1835:9:24"
            },
            "scope": 13719,
            "src": "1783:90:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14589
            ],
            "body": {
              "id": 13457,
              "nodeType": "Block",
              "src": "1951:459:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 13396,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "expression": {
                            "id": 13390,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": -15,
                            "src": "1965:3:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 13391,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "src": "1965:10:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "arguments": [
                            {
                              "id": 13394,
                              "name": "_config",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13281,
                              "src": "1987:7:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                "typeString": "contract IPolicyPoolConfig"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                "typeString": "contract IPolicyPoolConfig"
                              }
                            ],
                            "id": 13393,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "1979:7:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": {
                              "id": 13392,
                              "name": "address",
                              "nodeType": "ElementaryTypeName",
                              "src": "1979:7:24",
                              "typeDescriptions": {}
                            }
                          },
                          "id": 13395,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "1979:16:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "1965:30:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "4f6e6c792074686520506f6c696379506f6f6c436f6e6669672063616e206368616e67652061737365744d616e61676572",
                        "id": 13397,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "1997:51:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_288bc4daf56fc7b9b3a7d6ee529886d2cac285db54cbd4d7440933a7c771b79e",
                          "typeString": "literal_string \"Only the PolicyPoolConfig can change assetManager\""
                        },
                        "value": "Only the PolicyPoolConfig can change assetManager"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_288bc4daf56fc7b9b3a7d6ee529886d2cac285db54cbd4d7440933a7c771b79e",
                          "typeString": "literal_string \"Only the PolicyPoolConfig can change assetManager\""
                        }
                      ],
                      "id": 13389,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -18,
                        -18
                      ],
                      "referencedDeclaration": -18,
                      "src": "1957:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 13398,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1957:92:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13399,
                  "nodeType": "ExpressionStatement",
                  "src": "1957:92:24"
                },
                {
                  "condition": {
                    "commonType": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    },
                    "id": 13410,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "arguments": [
                        {
                          "arguments": [],
                          "expression": {
                            "argumentTypes": [],
                            "expression": {
                              "id": 13402,
                              "name": "_config",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13281,
                              "src": "2067:7:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                "typeString": "contract IPolicyPoolConfig"
                              }
                            },
                            "id": 13403,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "assetManager",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 14756,
                            "src": "2067:20:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_IAssetManager_$16509_$",
                              "typeString": "function () view external returns (contract IAssetManager)"
                            }
                          },
                          "id": 13404,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2067:22:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        ],
                        "id": 13401,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "lValueRequested": false,
                        "nodeType": "ElementaryTypeNameExpression",
                        "src": "2059:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_address_$",
                          "typeString": "type(address)"
                        },
                        "typeName": {
                          "id": 13400,
                          "name": "address",
                          "nodeType": "ElementaryTypeName",
                          "src": "2059:7:24",
                          "typeDescriptions": {}
                        }
                      },
                      "id": 13405,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "typeConversion",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "2059:31:24",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "!=",
                    "rightExpression": {
                      "arguments": [
                        {
                          "hexValue": "30",
                          "id": 13408,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "2102:1:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          },
                          "value": "0"
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          }
                        ],
                        "id": 13407,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "lValueRequested": false,
                        "nodeType": "ElementaryTypeNameExpression",
                        "src": "2094:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_address_$",
                          "typeString": "type(address)"
                        },
                        "typeName": {
                          "id": 13406,
                          "name": "address",
                          "nodeType": "ElementaryTypeName",
                          "src": "2094:7:24",
                          "typeDescriptions": {}
                        }
                      },
                      "id": 13409,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "typeConversion",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "2094:10:24",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "2059:45:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "id": 13431,
                  "nodeType": "IfStatement",
                  "src": "2055:225:24",
                  "trueBody": {
                    "id": 13430,
                    "nodeType": "Block",
                    "src": "2106:174:24",
                    "statements": [
                      {
                        "expression": {
                          "arguments": [],
                          "expression": {
                            "argumentTypes": [],
                            "expression": {
                              "arguments": [],
                              "expression": {
                                "argumentTypes": [],
                                "expression": {
                                  "id": 13411,
                                  "name": "_config",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 13281,
                                  "src": "2114:7:24",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                    "typeString": "contract IPolicyPoolConfig"
                                  }
                                },
                                "id": 13413,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": false,
                                "lValueRequested": false,
                                "memberName": "assetManager",
                                "nodeType": "MemberAccess",
                                "referencedDeclaration": 14756,
                                "src": "2114:20:24",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_IAssetManager_$16509_$",
                                  "typeString": "function () view external returns (contract IAssetManager)"
                                }
                              },
                              "id": 13414,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "functionCall",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "2114:22:24",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                "typeString": "contract IAssetManager"
                              }
                            },
                            "id": 13415,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "deinvestAll",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 16508,
                            "src": "2114:34:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
                              "typeString": "function () external"
                            }
                          },
                          "id": 13416,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2114:36:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_tuple$__$",
                            "typeString": "tuple()"
                          }
                        },
                        "id": 13417,
                        "nodeType": "ExpressionStatement",
                        "src": "2114:36:24"
                      },
                      {
                        "expression": {
                          "arguments": [
                            {
                              "arguments": [
                                {
                                  "arguments": [],
                                  "expression": {
                                    "argumentTypes": [],
                                    "expression": {
                                      "id": 13423,
                                      "name": "_config",
                                      "nodeType": "Identifier",
                                      "overloadedDeclarations": [],
                                      "referencedDeclaration": 13281,
                                      "src": "2207:7:24",
                                      "typeDescriptions": {
                                        "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                        "typeString": "contract IPolicyPoolConfig"
                                      }
                                    },
                                    "id": 13424,
                                    "isConstant": false,
                                    "isLValue": false,
                                    "isPure": false,
                                    "lValueRequested": false,
                                    "memberName": "assetManager",
                                    "nodeType": "MemberAccess",
                                    "referencedDeclaration": 14756,
                                    "src": "2207:20:24",
                                    "typeDescriptions": {
                                      "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_IAssetManager_$16509_$",
                                      "typeString": "function () view external returns (contract IAssetManager)"
                                    }
                                  },
                                  "id": 13425,
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "kind": "functionCall",
                                  "lValueRequested": false,
                                  "names": [],
                                  "nodeType": "FunctionCall",
                                  "src": "2207:22:24",
                                  "tryCall": false,
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                    "typeString": "contract IAssetManager"
                                  }
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                    "typeString": "contract IAssetManager"
                                  }
                                ],
                                "id": 13422,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": true,
                                "lValueRequested": false,
                                "nodeType": "ElementaryTypeNameExpression",
                                "src": "2199:7:24",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_type$_t_address_$",
                                  "typeString": "type(address)"
                                },
                                "typeName": {
                                  "id": 13421,
                                  "name": "address",
                                  "nodeType": "ElementaryTypeName",
                                  "src": "2199:7:24",
                                  "typeDescriptions": {}
                                }
                              },
                              "id": 13426,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "typeConversion",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "2199:31:24",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            },
                            {
                              "hexValue": "30",
                              "id": 13427,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "2232:1:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "expression": {
                              "id": 13418,
                              "name": "_currency",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13278,
                              "src": "2181:9:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                                "typeString": "contract IERC20Metadata"
                              }
                            },
                            "id": 13420,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "approve",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 16675,
                            "src": "2181:17:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$",
                              "typeString": "function (address,uint256) external returns (bool)"
                            }
                          },
                          "id": 13428,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2181:53:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "id": 13429,
                        "nodeType": "ExpressionStatement",
                        "src": "2181:53:24"
                      }
                    ]
                  }
                },
                {
                  "condition": {
                    "commonType": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    },
                    "id": 13440,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "arguments": [
                        {
                          "id": 13434,
                          "name": "newAssetManager",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 13385,
                          "src": "2297:15:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        ],
                        "id": 13433,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "lValueRequested": false,
                        "nodeType": "ElementaryTypeNameExpression",
                        "src": "2289:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_address_$",
                          "typeString": "type(address)"
                        },
                        "typeName": {
                          "id": 13432,
                          "name": "address",
                          "nodeType": "ElementaryTypeName",
                          "src": "2289:7:24",
                          "typeDescriptions": {}
                        }
                      },
                      "id": 13435,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "typeConversion",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "2289:24:24",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "!=",
                    "rightExpression": {
                      "arguments": [
                        {
                          "hexValue": "30",
                          "id": 13438,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "2325:1:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          },
                          "value": "0"
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          }
                        ],
                        "id": 13437,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "lValueRequested": false,
                        "nodeType": "ElementaryTypeNameExpression",
                        "src": "2317:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_address_$",
                          "typeString": "type(address)"
                        },
                        "typeName": {
                          "id": 13436,
                          "name": "address",
                          "nodeType": "ElementaryTypeName",
                          "src": "2317:7:24",
                          "typeDescriptions": {}
                        }
                      },
                      "id": 13439,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "typeConversion",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "2317:10:24",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "2289:38:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "id": 13456,
                  "nodeType": "IfStatement",
                  "src": "2285:121:24",
                  "trueBody": {
                    "id": 13455,
                    "nodeType": "Block",
                    "src": "2329:77:24",
                    "statements": [
                      {
                        "expression": {
                          "arguments": [
                            {
                              "arguments": [
                                {
                                  "id": 13446,
                                  "name": "newAssetManager",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 13385,
                                  "src": "2363:15:24",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                    "typeString": "contract IAssetManager"
                                  }
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                    "typeString": "contract IAssetManager"
                                  }
                                ],
                                "id": 13445,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": true,
                                "lValueRequested": false,
                                "nodeType": "ElementaryTypeNameExpression",
                                "src": "2355:7:24",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_type$_t_address_$",
                                  "typeString": "type(address)"
                                },
                                "typeName": {
                                  "id": 13444,
                                  "name": "address",
                                  "nodeType": "ElementaryTypeName",
                                  "src": "2355:7:24",
                                  "typeDescriptions": {}
                                }
                              },
                              "id": 13447,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "typeConversion",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "2355:24:24",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            },
                            {
                              "expression": {
                                "arguments": [
                                  {
                                    "id": 13450,
                                    "isConstant": false,
                                    "isLValue": false,
                                    "isPure": true,
                                    "lValueRequested": false,
                                    "nodeType": "ElementaryTypeNameExpression",
                                    "src": "2386:7:24",
                                    "typeDescriptions": {
                                      "typeIdentifier": "t_type$_t_uint256_$",
                                      "typeString": "type(uint256)"
                                    },
                                    "typeName": {
                                      "id": 13449,
                                      "name": "uint256",
                                      "nodeType": "ElementaryTypeName",
                                      "src": "2386:7:24",
                                      "typeDescriptions": {}
                                    }
                                  }
                                ],
                                "expression": {
                                  "argumentTypes": [
                                    {
                                      "typeIdentifier": "t_type$_t_uint256_$",
                                      "typeString": "type(uint256)"
                                    }
                                  ],
                                  "id": 13448,
                                  "name": "type",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": -27,
                                  "src": "2381:4:24",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_function_metatype_pure$__$returns$__$",
                                    "typeString": "function () pure"
                                  }
                                },
                                "id": 13451,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": true,
                                "kind": "functionCall",
                                "lValueRequested": false,
                                "names": [],
                                "nodeType": "FunctionCall",
                                "src": "2381:13:24",
                                "tryCall": false,
                                "typeDescriptions": {
                                  "typeIdentifier": "t_magic_meta_type_t_uint256",
                                  "typeString": "type(uint256)"
                                }
                              },
                              "id": 13452,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "lValueRequested": false,
                              "memberName": "max",
                              "nodeType": "MemberAccess",
                              "src": "2381:17:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            ],
                            "expression": {
                              "id": 13441,
                              "name": "_currency",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13278,
                              "src": "2337:9:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                                "typeString": "contract IERC20Metadata"
                              }
                            },
                            "id": 13443,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "approve",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 16675,
                            "src": "2337:17:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$",
                              "typeString": "function (address,uint256) external returns (bool)"
                            }
                          },
                          "id": 13453,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "2337:62:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "id": 13454,
                        "nodeType": "ExpressionStatement",
                        "src": "2337:62:24"
                      }
                    ]
                  }
                }
              ]
            },
            "functionSelector": "43060237",
            "id": 13458,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "setAssetManager",
            "nameLocation": "1886:15:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13387,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "1942:8:24"
            },
            "parameters": {
              "id": 13386,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13385,
                  "mutability": "mutable",
                  "name": "newAssetManager",
                  "nameLocation": "1916:15:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13458,
                  "src": "1902:29:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                    "typeString": "contract IAssetManager"
                  },
                  "typeName": {
                    "id": 13384,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13383,
                      "name": "IAssetManager",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16509,
                      "src": "1902:13:24"
                    },
                    "referencedDeclaration": 16509,
                    "src": "1902:13:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IAssetManager_$16509",
                      "typeString": "contract IAssetManager"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1901:31:24"
            },
            "returnParameters": {
              "id": 13388,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1951:0:24"
            },
            "scope": 13719,
            "src": "1877:533:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14627
            ],
            "body": {
              "id": 13466,
              "nodeType": "Block",
              "src": "2480:19:24",
              "statements": [
                {
                  "expression": {
                    "hexValue": "30",
                    "id": 13464,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "number",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "2493:1:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_rational_0_by_1",
                      "typeString": "int_const 0"
                    },
                    "value": "0"
                  },
                  "functionReturnParameters": 13463,
                  "id": 13465,
                  "nodeType": "Return",
                  "src": "2486:8:24"
                }
              ]
            },
            "functionSelector": "65e29c7e",
            "id": 13467,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "getInvestable",
            "nameLocation": "2423:13:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13460,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "2453:8:24"
            },
            "parameters": {
              "id": 13459,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2436:2:24"
            },
            "returnParameters": {
              "id": 13463,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13462,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13467,
                  "src": "2471:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13461,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "2471:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2470:9:24"
            },
            "scope": 13719,
            "src": "2414:85:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14632
            ],
            "body": {
              "id": 13475,
              "nodeType": "Block",
              "src": "2570:19:24",
              "statements": [
                {
                  "expression": {
                    "hexValue": "30",
                    "id": 13473,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "number",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "2583:1:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_rational_0_by_1",
                      "typeString": "int_const 0"
                    },
                    "value": "0"
                  },
                  "functionReturnParameters": 13472,
                  "id": 13474,
                  "nodeType": "Return",
                  "src": "2576:8:24"
                }
              ]
            },
            "functionSelector": "dea167d5",
            "id": 13476,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "getETokenCount",
            "nameLocation": "2512:14:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13469,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "2543:8:24"
            },
            "parameters": {
              "id": 13468,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2526:2:24"
            },
            "returnParameters": {
              "id": 13472,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13471,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13476,
                  "src": "2561:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13470,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "2561:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2560:9:24"
            },
            "scope": 13719,
            "src": "2503:86:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14640
            ],
            "body": {
              "id": 13492,
              "nodeType": "Block",
              "src": "2664:37:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [
                          {
                            "hexValue": "30",
                            "id": 13488,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "kind": "number",
                            "lValueRequested": false,
                            "nodeType": "Literal",
                            "src": "2693:1:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_rational_0_by_1",
                              "typeString": "int_const 0"
                            },
                            "value": "0"
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_rational_0_by_1",
                              "typeString": "int_const 0"
                            }
                          ],
                          "id": 13487,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "2685:7:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": {
                            "id": 13486,
                            "name": "address",
                            "nodeType": "ElementaryTypeName",
                            "src": "2685:7:24",
                            "typeDescriptions": {}
                          }
                        },
                        "id": 13489,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2685:10:24",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      ],
                      "id": 13485,
                      "name": "IEToken",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16628,
                      "src": "2677:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_type$_t_contract$_IEToken_$16628_$",
                        "typeString": "type(contract IEToken)"
                      }
                    },
                    "id": 13490,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "typeConversion",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2677:19:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IEToken_$16628",
                      "typeString": "contract IEToken"
                    }
                  },
                  "functionReturnParameters": 13484,
                  "id": 13491,
                  "nodeType": "Return",
                  "src": "2670:26:24"
                }
              ]
            },
            "functionSelector": "b0ec4bcf",
            "id": 13493,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "getETokenAt",
            "nameLocation": "2602:11:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13480,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "2637:8:24"
            },
            "parameters": {
              "id": 13479,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13478,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13493,
                  "src": "2614:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13477,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "2614:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2613:9:24"
            },
            "returnParameters": {
              "id": 13484,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13483,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13493,
                  "src": "2655:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IEToken_$16628",
                    "typeString": "contract IEToken"
                  },
                  "typeName": {
                    "id": 13482,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13481,
                      "name": "IEToken",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16628,
                      "src": "2655:7:24"
                    },
                    "referencedDeclaration": 16628,
                    "src": "2655:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IEToken_$16628",
                      "typeString": "contract IEToken"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2654:9:24"
            },
            "scope": 13719,
            "src": "2593:108:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14647
            ],
            "body": {
              "id": 13505,
              "nodeType": "Block",
              "src": "2766:36:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "hexValue": "4e6f7420496d706c656d656e746564",
                        "id": 13502,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "2779:17:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_1a15a657eb93d30e6a4d715c83e9470991853f7e57b97f4e4634b26f2428171c",
                          "typeString": "literal_string \"Not Implemented\""
                        },
                        "value": "Not Implemented"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_stringliteral_1a15a657eb93d30e6a4d715c83e9470991853f7e57b97f4e4634b26f2428171c",
                          "typeString": "literal_string \"Not Implemented\""
                        }
                      ],
                      "id": 13501,
                      "name": "revert",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -19,
                        -19
                      ],
                      "referencedDeclaration": -19,
                      "src": "2772:6:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (string memory) pure"
                      }
                    },
                    "id": 13503,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2772:25:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13504,
                  "nodeType": "ExpressionStatement",
                  "src": "2772:25:24"
                }
              ]
            },
            "functionSelector": "ab600169",
            "id": 13506,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "assetEarnings",
            "nameLocation": "2714:13:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13499,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "2757:8:24"
            },
            "parameters": {
              "id": 13498,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13495,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13506,
                  "src": "2728:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13494,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "2728:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13497,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13506,
                  "src": "2737:4:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 13496,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "2737:4:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2727:15:24"
            },
            "returnParameters": {
              "id": 13500,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2766:0:24"
            },
            "scope": 13719,
            "src": "2705:97:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14601
            ],
            "body": {
              "id": 13560,
              "nodeType": "Block",
              "src": "2953:208:24",
              "statements": [
                {
                  "expression": {
                    "id": 13538,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "expression": {
                        "id": 13519,
                        "name": "policy",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13509,
                        "src": "2959:6:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                          "typeString": "struct Policy.PolicyData memory"
                        }
                      },
                      "id": 13521,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "id",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 5662,
                      "src": "2959:9:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "commonType": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      },
                      "id": 13537,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "leftExpression": {
                        "components": [
                          {
                            "commonType": {
                              "typeIdentifier": "t_uint256",
                              "typeString": "uint256"
                            },
                            "id": 13534,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "leftExpression": {
                              "arguments": [
                                {
                                  "arguments": [
                                    {
                                      "arguments": [
                                        {
                                          "expression": {
                                            "id": 13528,
                                            "name": "policy",
                                            "nodeType": "Identifier",
                                            "overloadedDeclarations": [],
                                            "referencedDeclaration": 13509,
                                            "src": "2996:6:24",
                                            "typeDescriptions": {
                                              "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                                              "typeString": "struct Policy.PolicyData memory"
                                            }
                                          },
                                          "id": 13529,
                                          "isConstant": false,
                                          "isLValue": true,
                                          "isPure": false,
                                          "lValueRequested": false,
                                          "memberName": "riskModule",
                                          "nodeType": "MemberAccess",
                                          "referencedDeclaration": 5681,
                                          "src": "2996:17:24",
                                          "typeDescriptions": {
                                            "typeIdentifier": "t_contract$_IRiskModule_$17857",
                                            "typeString": "contract IRiskModule"
                                          }
                                        }
                                      ],
                                      "expression": {
                                        "argumentTypes": [
                                          {
                                            "typeIdentifier": "t_contract$_IRiskModule_$17857",
                                            "typeString": "contract IRiskModule"
                                          }
                                        ],
                                        "id": 13527,
                                        "isConstant": false,
                                        "isLValue": false,
                                        "isPure": true,
                                        "lValueRequested": false,
                                        "nodeType": "ElementaryTypeNameExpression",
                                        "src": "2988:7:24",
                                        "typeDescriptions": {
                                          "typeIdentifier": "t_type$_t_address_$",
                                          "typeString": "type(address)"
                                        },
                                        "typeName": {
                                          "id": 13526,
                                          "name": "address",
                                          "nodeType": "ElementaryTypeName",
                                          "src": "2988:7:24",
                                          "typeDescriptions": {}
                                        }
                                      },
                                      "id": 13530,
                                      "isConstant": false,
                                      "isLValue": false,
                                      "isPure": false,
                                      "kind": "typeConversion",
                                      "lValueRequested": false,
                                      "names": [],
                                      "nodeType": "FunctionCall",
                                      "src": "2988:26:24",
                                      "tryCall": false,
                                      "typeDescriptions": {
                                        "typeIdentifier": "t_address",
                                        "typeString": "address"
                                      }
                                    }
                                  ],
                                  "expression": {
                                    "argumentTypes": [
                                      {
                                        "typeIdentifier": "t_address",
                                        "typeString": "address"
                                      }
                                    ],
                                    "id": 13525,
                                    "isConstant": false,
                                    "isLValue": false,
                                    "isPure": true,
                                    "lValueRequested": false,
                                    "nodeType": "ElementaryTypeNameExpression",
                                    "src": "2980:7:24",
                                    "typeDescriptions": {
                                      "typeIdentifier": "t_type$_t_uint160_$",
                                      "typeString": "type(uint160)"
                                    },
                                    "typeName": {
                                      "id": 13524,
                                      "name": "uint160",
                                      "nodeType": "ElementaryTypeName",
                                      "src": "2980:7:24",
                                      "typeDescriptions": {}
                                    }
                                  },
                                  "id": 13531,
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "kind": "typeConversion",
                                  "lValueRequested": false,
                                  "names": [],
                                  "nodeType": "FunctionCall",
                                  "src": "2980:35:24",
                                  "tryCall": false,
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_uint160",
                                    "typeString": "uint160"
                                  }
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_uint160",
                                    "typeString": "uint160"
                                  }
                                ],
                                "id": 13523,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": true,
                                "lValueRequested": false,
                                "nodeType": "ElementaryTypeNameExpression",
                                "src": "2972:7:24",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_type$_t_uint256_$",
                                  "typeString": "type(uint256)"
                                },
                                "typeName": {
                                  "id": 13522,
                                  "name": "uint256",
                                  "nodeType": "ElementaryTypeName",
                                  "src": "2972:7:24",
                                  "typeDescriptions": {}
                                }
                              },
                              "id": 13532,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "typeConversion",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "2972:44:24",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            },
                            "nodeType": "BinaryOperation",
                            "operator": "<<",
                            "rightExpression": {
                              "hexValue": "3936",
                              "id": 13533,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "3020:2:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_96_by_1",
                                "typeString": "int_const 96"
                              },
                              "value": "96"
                            },
                            "src": "2972:50:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_uint256",
                              "typeString": "uint256"
                            }
                          }
                        ],
                        "id": 13535,
                        "isConstant": false,
                        "isInlineArray": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "TupleExpression",
                        "src": "2971:52:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "nodeType": "BinaryOperation",
                      "operator": "+",
                      "rightExpression": {
                        "id": 13536,
                        "name": "internalId",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13513,
                        "src": "3026:10:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint96",
                          "typeString": "uint96"
                        }
                      },
                      "src": "2971:65:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "2959:77:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "id": 13539,
                  "nodeType": "ExpressionStatement",
                  "src": "2959:77:24"
                },
                {
                  "expression": {
                    "id": 13547,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "baseExpression": {
                        "id": 13540,
                        "name": "policyHashes",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13292,
                        "src": "3042:12:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_uint256_$_t_bytes32_$",
                          "typeString": "mapping(uint256 => bytes32)"
                        }
                      },
                      "id": 13543,
                      "indexExpression": {
                        "expression": {
                          "id": 13541,
                          "name": "policy",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 13509,
                          "src": "3055:6:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                            "typeString": "struct Policy.PolicyData memory"
                          }
                        },
                        "id": 13542,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "id",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 5662,
                        "src": "3055:9:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "3042:23:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "arguments": [],
                      "expression": {
                        "argumentTypes": [],
                        "expression": {
                          "id": 13544,
                          "name": "policy",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 13509,
                          "src": "3068:6:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                            "typeString": "struct Policy.PolicyData memory"
                          }
                        },
                        "id": 13545,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "hash",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 5951,
                        "src": "3068:11:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_function_internal_pure$_t_struct$_PolicyData_$5686_memory_ptr_$returns$_t_bytes32_$bound_to$_t_struct$_PolicyData_$5686_memory_ptr_$",
                          "typeString": "function (struct Policy.PolicyData memory) pure returns (bytes32)"
                        }
                      },
                      "id": 13546,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "functionCall",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "3068:13:24",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "src": "3042:39:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "id": 13548,
                  "nodeType": "ExpressionStatement",
                  "src": "3042:39:24"
                },
                {
                  "eventCall": {
                    "arguments": [
                      {
                        "arguments": [
                          {
                            "expression": {
                              "id": 13551,
                              "name": "msg",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": -15,
                              "src": "3114:3:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_message",
                                "typeString": "msg"
                              }
                            },
                            "id": 13552,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "sender",
                            "nodeType": "MemberAccess",
                            "src": "3114:10:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          ],
                          "id": 13550,
                          "name": "IRiskModule",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17857,
                          "src": "3102:11:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_contract$_IRiskModule_$17857_$",
                            "typeString": "type(contract IRiskModule)"
                          }
                        },
                        "id": 13553,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "3102:23:24",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IRiskModule_$17857",
                          "typeString": "contract IRiskModule"
                        }
                      },
                      {
                        "id": 13554,
                        "name": "policy",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13509,
                        "src": "3127:6:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                          "typeString": "struct Policy.PolicyData memory"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_contract$_IRiskModule_$17857",
                          "typeString": "contract IRiskModule"
                        },
                        {
                          "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                          "typeString": "struct Policy.PolicyData memory"
                        }
                      ],
                      "id": 13549,
                      "name": "NewPolicy",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13300,
                      "src": "3092:9:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_contract$_IRiskModule_$17857_$_t_struct$_PolicyData_$5686_memory_ptr_$returns$__$",
                        "typeString": "function (contract IRiskModule,struct Policy.PolicyData memory)"
                      }
                    },
                    "id": 13555,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3092:42:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13556,
                  "nodeType": "EmitStatement",
                  "src": "3087:47:24"
                },
                {
                  "expression": {
                    "expression": {
                      "id": 13557,
                      "name": "policy",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13509,
                      "src": "3147:6:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                        "typeString": "struct Policy.PolicyData memory"
                      }
                    },
                    "id": 13558,
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "id",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": 5662,
                    "src": "3147:9:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 13518,
                  "id": 13559,
                  "nodeType": "Return",
                  "src": "3140:16:24"
                }
              ]
            },
            "functionSelector": "19704a3a",
            "id": 13561,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "newPolicy",
            "nameLocation": "2815:9:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13515,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "2926:8:24"
            },
            "parameters": {
              "id": 13514,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13509,
                  "mutability": "mutable",
                  "name": "policy",
                  "nameLocation": "2855:6:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13561,
                  "src": "2830:31:24",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                    "typeString": "struct Policy.PolicyData"
                  },
                  "typeName": {
                    "id": 13508,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13507,
                      "name": "Policy.PolicyData",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 5686,
                      "src": "2830:17:24"
                    },
                    "referencedDeclaration": 5686,
                    "src": "2830:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_PolicyData_$5686_storage_ptr",
                      "typeString": "struct Policy.PolicyData"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13511,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13561,
                  "src": "2867:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 13510,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "2867:7:24",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13513,
                  "mutability": "mutable",
                  "name": "internalId",
                  "nameLocation": "2902:10:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13561,
                  "src": "2895:17:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint96",
                    "typeString": "uint96"
                  },
                  "typeName": {
                    "id": 13512,
                    "name": "uint96",
                    "nodeType": "ElementaryTypeName",
                    "src": "2895:6:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint96",
                      "typeString": "uint96"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2824:92:24"
            },
            "returnParameters": {
              "id": 13518,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13517,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13561,
                  "src": "2944:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13516,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "2944:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2943:9:24"
            },
            "scope": 13719,
            "src": "2806:355:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 13623,
              "nodeType": "Block",
              "src": "3247:396:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        "id": 13573,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "expression": {
                            "id": 13570,
                            "name": "policy",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 13564,
                            "src": "3261:6:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                              "typeString": "struct Policy.PolicyData memory"
                            }
                          },
                          "id": 13571,
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "id",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 5662,
                          "src": "3261:9:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "!=",
                        "rightExpression": {
                          "hexValue": "30",
                          "id": 13572,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "3274:1:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          },
                          "value": "0"
                        },
                        "src": "3261:14:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "506f6c696379206e6f7420666f756e64",
                        "id": 13574,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "3277:18:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_42cb6adf2172fcd554545cbd0fc5a0dbec5675a8a159c6f6ca5b7e35bd632f79",
                          "typeString": "literal_string \"Policy not found\""
                        },
                        "value": "Policy not found"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_42cb6adf2172fcd554545cbd0fc5a0dbec5675a8a159c6f6ca5b7e35bd632f79",
                          "typeString": "literal_string \"Policy not found\""
                        }
                      ],
                      "id": 13569,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -18,
                        -18
                      ],
                      "referencedDeclaration": -18,
                      "src": "3253:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 13575,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3253:43:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13576,
                  "nodeType": "ExpressionStatement",
                  "src": "3253:43:24"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_bytes32",
                          "typeString": "bytes32"
                        },
                        "id": 13585,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "arguments": [],
                          "expression": {
                            "argumentTypes": [],
                            "expression": {
                              "id": 13578,
                              "name": "policy",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13564,
                              "src": "3310:6:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                                "typeString": "struct Policy.PolicyData memory"
                              }
                            },
                            "id": 13579,
                            "isConstant": false,
                            "isLValue": true,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "hash",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 5951,
                            "src": "3310:11:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_internal_pure$_t_struct$_PolicyData_$5686_memory_ptr_$returns$_t_bytes32_$bound_to$_t_struct$_PolicyData_$5686_memory_ptr_$",
                              "typeString": "function (struct Policy.PolicyData memory) pure returns (bytes32)"
                            }
                          },
                          "id": 13580,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "3310:13:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "baseExpression": {
                            "id": 13581,
                            "name": "policyHashes",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 13292,
                            "src": "3327:12:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_mapping$_t_uint256_$_t_bytes32_$",
                              "typeString": "mapping(uint256 => bytes32)"
                            }
                          },
                          "id": 13584,
                          "indexExpression": {
                            "expression": {
                              "id": 13582,
                              "name": "policy",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13564,
                              "src": "3340:6:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                                "typeString": "struct Policy.PolicyData memory"
                              }
                            },
                            "id": 13583,
                            "isConstant": false,
                            "isLValue": true,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "id",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 5662,
                            "src": "3340:9:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_uint256",
                              "typeString": "uint256"
                            }
                          },
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": false,
                          "nodeType": "IndexAccess",
                          "src": "3327:23:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bytes32",
                            "typeString": "bytes32"
                          }
                        },
                        "src": "3310:40:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "4861736820646f65736e2774206d61746368",
                        "id": 13586,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "3352:20:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_dfce19cc5c9d715e1c1447fc4d85b7dd2f48c5fc48e7b8cdfb74121bafc6775d",
                          "typeString": "literal_string \"Hash doesn't match\""
                        },
                        "value": "Hash doesn't match"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_dfce19cc5c9d715e1c1447fc4d85b7dd2f48c5fc48e7b8cdfb74121bafc6775d",
                          "typeString": "literal_string \"Hash doesn't match\""
                        }
                      ],
                      "id": 13577,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -18,
                        -18
                      ],
                      "referencedDeclaration": -18,
                      "src": "3302:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 13587,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3302:71:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13588,
                  "nodeType": "ExpressionStatement",
                  "src": "3302:71:24"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 13597,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "expression": {
                            "id": 13590,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": -15,
                            "src": "3394:3:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 13591,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "src": "3394:10:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "arguments": [
                            {
                              "expression": {
                                "id": 13594,
                                "name": "policy",
                                "nodeType": "Identifier",
                                "overloadedDeclarations": [],
                                "referencedDeclaration": 13564,
                                "src": "3416:6:24",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                                  "typeString": "struct Policy.PolicyData memory"
                                }
                              },
                              "id": 13595,
                              "isConstant": false,
                              "isLValue": true,
                              "isPure": false,
                              "lValueRequested": false,
                              "memberName": "riskModule",
                              "nodeType": "MemberAccess",
                              "referencedDeclaration": 5681,
                              "src": "3416:17:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IRiskModule_$17857",
                                "typeString": "contract IRiskModule"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_IRiskModule_$17857",
                                "typeString": "contract IRiskModule"
                              }
                            ],
                            "id": 13593,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "3408:7:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": {
                              "id": 13592,
                              "name": "address",
                              "nodeType": "ElementaryTypeName",
                              "src": "3408:7:24",
                              "typeDescriptions": {}
                            }
                          },
                          "id": 13596,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "3408:26:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "3394:40:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "4f6e6c79207269736b4d6f64756c6520697320617574686f72697a656420746f207265736f6c76652074686520706f6c696379",
                        "id": 13598,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "3442:53:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_8c6e8f8f1986f173d0b52c2c973e7c4feadfc6927d78aa5a06bfebe82321d431",
                          "typeString": "literal_string \"Only riskModule is authorized to resolve the policy\""
                        },
                        "value": "Only riskModule is authorized to resolve the policy"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_8c6e8f8f1986f173d0b52c2c973e7c4feadfc6927d78aa5a06bfebe82321d431",
                          "typeString": "literal_string \"Only riskModule is authorized to resolve the policy\""
                        }
                      ],
                      "id": 13589,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -18,
                        -18
                      ],
                      "referencedDeclaration": -18,
                      "src": "3379:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 13599,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3379:122:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13600,
                  "nodeType": "ExpressionStatement",
                  "src": "3379:122:24"
                },
                {
                  "expression": {
                    "id": 13605,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "UnaryOperation",
                    "operator": "delete",
                    "prefix": true,
                    "src": "3507:26:24",
                    "subExpression": {
                      "baseExpression": {
                        "id": 13601,
                        "name": "policies",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13288,
                        "src": "3514:8:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_PolicyData_$5686_storage_$",
                          "typeString": "mapping(uint256 => struct Policy.PolicyData storage ref)"
                        }
                      },
                      "id": 13604,
                      "indexExpression": {
                        "expression": {
                          "id": 13602,
                          "name": "policy",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 13564,
                          "src": "3523:6:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                            "typeString": "struct Policy.PolicyData memory"
                          }
                        },
                        "id": 13603,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "id",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 5662,
                        "src": "3523:9:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "3514:19:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_PolicyData_$5686_storage",
                        "typeString": "struct Policy.PolicyData storage ref"
                      }
                    },
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13606,
                  "nodeType": "ExpressionStatement",
                  "src": "3507:26:24"
                },
                {
                  "expression": {
                    "id": 13611,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "nodeType": "UnaryOperation",
                    "operator": "delete",
                    "prefix": true,
                    "src": "3539:30:24",
                    "subExpression": {
                      "baseExpression": {
                        "id": 13607,
                        "name": "policyHashes",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13292,
                        "src": "3546:12:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_mapping$_t_uint256_$_t_bytes32_$",
                          "typeString": "mapping(uint256 => bytes32)"
                        }
                      },
                      "id": 13610,
                      "indexExpression": {
                        "expression": {
                          "id": 13608,
                          "name": "policy",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 13564,
                          "src": "3559:6:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                            "typeString": "struct Policy.PolicyData memory"
                          }
                        },
                        "id": 13609,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "id",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 5662,
                        "src": "3559:9:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "nodeType": "IndexAccess",
                      "src": "3546:23:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13612,
                  "nodeType": "ExpressionStatement",
                  "src": "3539:30:24"
                },
                {
                  "eventCall": {
                    "arguments": [
                      {
                        "arguments": [
                          {
                            "expression": {
                              "id": 13615,
                              "name": "msg",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": -15,
                              "src": "3607:3:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_magic_message",
                                "typeString": "msg"
                              }
                            },
                            "id": 13616,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "sender",
                            "nodeType": "MemberAccess",
                            "src": "3607:10:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_address",
                              "typeString": "address"
                            }
                          ],
                          "id": 13614,
                          "name": "IRiskModule",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 17857,
                          "src": "3595:11:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_contract$_IRiskModule_$17857_$",
                            "typeString": "type(contract IRiskModule)"
                          }
                        },
                        "id": 13617,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "3595:23:24",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IRiskModule_$17857",
                          "typeString": "contract IRiskModule"
                        }
                      },
                      {
                        "expression": {
                          "id": 13618,
                          "name": "policy",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 13564,
                          "src": "3620:6:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                            "typeString": "struct Policy.PolicyData memory"
                          }
                        },
                        "id": 13619,
                        "isConstant": false,
                        "isLValue": true,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "id",
                        "nodeType": "MemberAccess",
                        "referencedDeclaration": 5662,
                        "src": "3620:9:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      {
                        "id": 13620,
                        "name": "payout",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13566,
                        "src": "3631:6:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_contract$_IRiskModule_$17857",
                          "typeString": "contract IRiskModule"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 13613,
                      "name": "PolicyResolved",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13309,
                      "src": "3580:14:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_contract$_IRiskModule_$17857_$_t_uint256_$_t_uint256_$returns$__$",
                        "typeString": "function (contract IRiskModule,uint256,uint256)"
                      }
                    },
                    "id": 13621,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3580:58:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13622,
                  "nodeType": "EmitStatement",
                  "src": "3575:63:24"
                }
              ]
            },
            "id": 13624,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "_resolvePolicy",
            "nameLocation": "3174:14:24",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13567,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13564,
                  "mutability": "mutable",
                  "name": "policy",
                  "nameLocation": "3214:6:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13624,
                  "src": "3189:31:24",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_PolicyData_$5686_memory_ptr",
                    "typeString": "struct Policy.PolicyData"
                  },
                  "typeName": {
                    "id": 13563,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13562,
                      "name": "Policy.PolicyData",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 5686,
                      "src": "3189:17:24"
                    },
                    "referencedDeclaration": 5686,
                    "src": "3189:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_PolicyData_$5686_storage_ptr",
                      "typeString": "struct Policy.PolicyData"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13566,
                  "mutability": "mutable",
                  "name": "payout",
                  "nameLocation": "3230:6:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13624,
                  "src": "3222:14:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13565,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "3222:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3188:49:24"
            },
            "returnParameters": {
              "id": 13568,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3247:0:24"
            },
            "scope": 13719,
            "src": "3165:478:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "baseFunctions": [
              14622
            ],
            "body": {
              "id": 13634,
              "nodeType": "Block",
              "src": "3701:36:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "hexValue": "4e6f7420496d706c656d656e746564",
                        "id": 13631,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "3714:17:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_1a15a657eb93d30e6a4d715c83e9470991853f7e57b97f4e4634b26f2428171c",
                          "typeString": "literal_string \"Not Implemented\""
                        },
                        "value": "Not Implemented"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_stringliteral_1a15a657eb93d30e6a4d715c83e9470991853f7e57b97f4e4634b26f2428171c",
                          "typeString": "literal_string \"Not Implemented\""
                        }
                      ],
                      "id": 13630,
                      "name": "revert",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -19,
                        -19
                      ],
                      "referencedDeclaration": -19,
                      "src": "3707:6:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (string memory) pure"
                      }
                    },
                    "id": 13632,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3707:25:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13633,
                  "nodeType": "ExpressionStatement",
                  "src": "3707:25:24"
                }
              ]
            },
            "functionSelector": "81ced71f",
            "id": 13635,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "receiveGrant",
            "nameLocation": "3656:12:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13628,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "3692:8:24"
            },
            "parameters": {
              "id": 13627,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13626,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13635,
                  "src": "3669:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13625,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "3669:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3668:9:24"
            },
            "returnParameters": {
              "id": 13629,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3701:0:24"
            },
            "scope": 13719,
            "src": "3647:90:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14609
            ],
            "body": {
              "id": 13649,
              "nodeType": "Block",
              "src": "3833:41:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 13645,
                        "name": "policy",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13638,
                        "src": "3854:6:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_PolicyData_$5686_calldata_ptr",
                          "typeString": "struct Policy.PolicyData calldata"
                        }
                      },
                      {
                        "id": 13646,
                        "name": "payout",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13640,
                        "src": "3862:6:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_struct$_PolicyData_$5686_calldata_ptr",
                          "typeString": "struct Policy.PolicyData calldata"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 13644,
                      "name": "_resolvePolicy",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13624,
                      "src": "3839:14:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_PolicyData_$5686_memory_ptr_$_t_uint256_$returns$__$",
                        "typeString": "function (struct Policy.PolicyData memory,uint256)"
                      }
                    },
                    "id": 13647,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3839:30:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13648,
                  "nodeType": "ExpressionStatement",
                  "src": "3839:30:24"
                }
              ]
            },
            "functionSelector": "9e556b2b",
            "id": 13650,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "resolvePolicy",
            "nameLocation": "3750:13:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13642,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "3824:8:24"
            },
            "parameters": {
              "id": 13641,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13638,
                  "mutability": "mutable",
                  "name": "policy",
                  "nameLocation": "3791:6:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13650,
                  "src": "3764:33:24",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_PolicyData_$5686_calldata_ptr",
                    "typeString": "struct Policy.PolicyData"
                  },
                  "typeName": {
                    "id": 13637,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13636,
                      "name": "Policy.PolicyData",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 5686,
                      "src": "3764:17:24"
                    },
                    "referencedDeclaration": 5686,
                    "src": "3764:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_PolicyData_$5686_storage_ptr",
                      "typeString": "struct Policy.PolicyData"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13640,
                  "mutability": "mutable",
                  "name": "payout",
                  "nameLocation": "3807:6:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13650,
                  "src": "3799:14:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13639,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "3799:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3763:51:24"
            },
            "returnParameters": {
              "id": 13643,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3833:0:24"
            },
            "scope": 13719,
            "src": "3741:133:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14617
            ],
            "body": {
              "id": 13668,
              "nodeType": "Block",
              "src": "3992:73:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 13660,
                        "name": "policy",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13653,
                        "src": "4020:6:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_PolicyData_$5686_calldata_ptr",
                          "typeString": "struct Policy.PolicyData calldata"
                        }
                      },
                      {
                        "condition": {
                          "id": 13661,
                          "name": "customerWon",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 13655,
                          "src": "4028:11:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "falseExpression": {
                          "hexValue": "30",
                          "id": 13664,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "4058:1:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          },
                          "value": "0"
                        },
                        "id": 13665,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "nodeType": "Conditional",
                        "src": "4028:31:24",
                        "trueExpression": {
                          "expression": {
                            "id": 13662,
                            "name": "policy",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 13653,
                            "src": "4042:6:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_struct$_PolicyData_$5686_calldata_ptr",
                              "typeString": "struct Policy.PolicyData calldata"
                            }
                          },
                          "id": 13663,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "payout",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 5664,
                          "src": "4042:13:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_struct$_PolicyData_$5686_calldata_ptr",
                          "typeString": "struct Policy.PolicyData calldata"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 13659,
                      "name": "_resolvePolicy",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13624,
                      "src": "4005:14:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_PolicyData_$5686_memory_ptr_$_t_uint256_$returns$__$",
                        "typeString": "function (struct Policy.PolicyData memory,uint256)"
                      }
                    },
                    "id": 13666,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "4005:55:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "functionReturnParameters": 13658,
                  "id": 13667,
                  "nodeType": "Return",
                  "src": "3998:62:24"
                }
              ]
            },
            "functionSelector": "066dda0e",
            "id": 13669,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "resolvePolicyFullPayout",
            "nameLocation": "3887:23:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13657,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "3981:8:24"
            },
            "parameters": {
              "id": 13656,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13653,
                  "mutability": "mutable",
                  "name": "policy",
                  "nameLocation": "3938:6:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13669,
                  "src": "3911:33:24",
                  "stateVariable": false,
                  "storageLocation": "calldata",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_PolicyData_$5686_calldata_ptr",
                    "typeString": "struct Policy.PolicyData"
                  },
                  "typeName": {
                    "id": 13652,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13651,
                      "name": "Policy.PolicyData",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 5686,
                      "src": "3911:17:24"
                    },
                    "referencedDeclaration": 5686,
                    "src": "3911:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_PolicyData_$5686_storage_ptr",
                      "typeString": "struct Policy.PolicyData"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13655,
                  "mutability": "mutable",
                  "name": "customerWon",
                  "nameLocation": "3951:11:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13669,
                  "src": "3946:16:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 13654,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "3946:4:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3910:53:24"
            },
            "returnParameters": {
              "id": 13658,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3992:0:24"
            },
            "scope": 13719,
            "src": "3878:187:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14655
            ],
            "body": {
              "id": 13682,
              "nodeType": "Block",
              "src": "4127:44:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "hexValue": "4e6f7420496d706c656d656e746564206465706f736974",
                        "id": 13679,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "4140:25:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_4056b1a890a2c3818b7771ad8e47567b7f58fbbd321bfc4356d4990f533b901a",
                          "typeString": "literal_string \"Not Implemented deposit\""
                        },
                        "value": "Not Implemented deposit"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_stringliteral_4056b1a890a2c3818b7771ad8e47567b7f58fbbd321bfc4356d4990f533b901a",
                          "typeString": "literal_string \"Not Implemented deposit\""
                        }
                      ],
                      "id": 13678,
                      "name": "revert",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -19,
                        -19
                      ],
                      "referencedDeclaration": -19,
                      "src": "4133:6:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (string memory) pure"
                      }
                    },
                    "id": 13680,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "4133:33:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13681,
                  "nodeType": "ExpressionStatement",
                  "src": "4133:33:24"
                }
              ]
            },
            "functionSelector": "47e7ef24",
            "id": 13683,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "deposit",
            "nameLocation": "4078:7:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13676,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "4118:8:24"
            },
            "parameters": {
              "id": 13675,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13672,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13683,
                  "src": "4086:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IEToken_$16628",
                    "typeString": "contract IEToken"
                  },
                  "typeName": {
                    "id": 13671,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13670,
                      "name": "IEToken",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16628,
                      "src": "4086:7:24"
                    },
                    "referencedDeclaration": 16628,
                    "src": "4086:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IEToken_$16628",
                      "typeString": "contract IEToken"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13674,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13683,
                  "src": "4095:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13673,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "4095:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4085:18:24"
            },
            "returnParameters": {
              "id": 13677,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "4127:0:24"
            },
            "scope": 13719,
            "src": "4069:102:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14665
            ],
            "body": {
              "id": 13698,
              "nodeType": "Block",
              "src": "4252:45:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "hexValue": "4e6f7420496d706c656d656e746564207769746864726177",
                        "id": 13695,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "4265:26:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_d1c133ca691942c2b9c7b9bbdea503640377a82463f9986cfe69df5983647c2d",
                          "typeString": "literal_string \"Not Implemented withdraw\""
                        },
                        "value": "Not Implemented withdraw"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_stringliteral_d1c133ca691942c2b9c7b9bbdea503640377a82463f9986cfe69df5983647c2d",
                          "typeString": "literal_string \"Not Implemented withdraw\""
                        }
                      ],
                      "id": 13694,
                      "name": "revert",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -19,
                        -19
                      ],
                      "referencedDeclaration": -19,
                      "src": "4258:6:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (string memory) pure"
                      }
                    },
                    "id": 13696,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "4258:34:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13697,
                  "nodeType": "ExpressionStatement",
                  "src": "4258:34:24"
                }
              ]
            },
            "functionSelector": "f3fef3a3",
            "id": 13699,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "withdraw",
            "nameLocation": "4184:8:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13690,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "4225:8:24"
            },
            "parameters": {
              "id": 13689,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13686,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13699,
                  "src": "4193:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IEToken_$16628",
                    "typeString": "contract IEToken"
                  },
                  "typeName": {
                    "id": 13685,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13684,
                      "name": "IEToken",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16628,
                      "src": "4193:7:24"
                    },
                    "referencedDeclaration": 16628,
                    "src": "4193:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IEToken_$16628",
                      "typeString": "contract IEToken"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13688,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13699,
                  "src": "4202:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13687,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "4202:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4192:18:24"
            },
            "returnParameters": {
              "id": 13693,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13692,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13699,
                  "src": "4243:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13691,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "4243:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4242:9:24"
            },
            "scope": 13719,
            "src": "4175:122:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 13708,
              "nodeType": "Block",
              "src": "4355:37:24",
              "statements": [
                {
                  "expression": {
                    "id": 13706,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 13704,
                      "name": "_totalETokenSupply",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13283,
                      "src": "4361:18:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 13705,
                      "name": "value",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13701,
                      "src": "4382:5:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "src": "4361:26:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "id": 13707,
                  "nodeType": "ExpressionStatement",
                  "src": "4361:26:24"
                }
              ]
            },
            "functionSelector": "1440912b",
            "id": 13709,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "setTotalETokenSupply",
            "nameLocation": "4310:20:24",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13702,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13701,
                  "mutability": "mutable",
                  "name": "value",
                  "nameLocation": "4339:5:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13709,
                  "src": "4331:13:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13700,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "4331:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4330:15:24"
            },
            "returnParameters": {
              "id": 13703,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "4355:0:24"
            },
            "scope": 13719,
            "src": "4301:91:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "baseFunctions": [
              14670
            ],
            "body": {
              "id": 13717,
              "nodeType": "Block",
              "src": "4466:36:24",
              "statements": [
                {
                  "expression": {
                    "id": 13715,
                    "name": "_totalETokenSupply",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 13283,
                    "src": "4479:18:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 13714,
                  "id": 13716,
                  "nodeType": "Return",
                  "src": "4472:25:24"
                }
              ]
            },
            "functionSelector": "b77ddfea",
            "id": 13718,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "totalETokenSupply",
            "nameLocation": "4405:17:24",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 13711,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "4439:8:24"
            },
            "parameters": {
              "id": 13710,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "4422:2:24"
            },
            "returnParameters": {
              "id": 13714,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13713,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13718,
                  "src": "4457:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13712,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "4457:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4456:9:24"
            },
            "scope": 13719,
            "src": "4396:106:24",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 13900,
        "src": "648:3856:24",
        "usedErrors": []
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 13721,
              "name": "ForwardProxy",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 12828,
              "src": "4770:12:24"
            },
            "id": 13722,
            "nodeType": "InheritanceSpecifier",
            "src": "4770:12:24"
          }
        ],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": {
          "id": 13720,
          "nodeType": "StructuredDocumentation",
          "src": "4506:229:24",
          "text": " @title PolicyPoolMockForward\n @dev PolicyPool that forwards fallback calls to another contract. Used to simulate calls to EToken\n      and other contracts that have functions that can be called only from PolicyPool"
        },
        "fullyImplemented": true,
        "id": 13899,
        "linearizedBaseContracts": [
          13899,
          12828,
          19871
        ],
        "name": "PolicyPoolMockForward",
        "nameLocation": "4745:21:24",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": true,
            "functionSelector": "098d3228",
            "id": 13725,
            "mutability": "constant",
            "name": "MAX_INT",
            "nameLocation": "4811:7:24",
            "nodeType": "VariableDeclaration",
            "scope": 13899,
            "src": "4787:104:24",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 13723,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "4787:7:24",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": {
              "hexValue": "307866666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666",
              "id": 13724,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "4825:66:24",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_115792089237316195423570985008687907853269984665640564039457584007913129639935_by_1",
                "typeString": "int_const 1157...(70 digits omitted)...9935"
              },
              "value": "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
            },
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 13728,
            "mutability": "mutable",
            "name": "_currency",
            "nameLocation": "4920:9:24",
            "nodeType": "VariableDeclaration",
            "scope": 13899,
            "src": "4896:33:24",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
              "typeString": "contract IERC20Metadata"
            },
            "typeName": {
              "id": 13727,
              "nodeType": "UserDefinedTypeName",
              "pathNode": {
                "id": 13726,
                "name": "IERC20Metadata",
                "nodeType": "IdentifierPath",
                "referencedDeclaration": 16271,
                "src": "4896:14:24"
              },
              "referencedDeclaration": 16271,
              "src": "4896:14:24",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                "typeString": "contract IERC20Metadata"
              }
            },
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 13731,
            "mutability": "mutable",
            "name": "_config",
            "nameLocation": "4960:7:24",
            "nodeType": "VariableDeclaration",
            "scope": 13899,
            "src": "4933:34:24",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
              "typeString": "contract IPolicyPoolConfig"
            },
            "typeName": {
              "id": 13730,
              "nodeType": "UserDefinedTypeName",
              "pathNode": {
                "id": 13729,
                "name": "IPolicyPoolConfig",
                "nodeType": "IdentifierPath",
                "referencedDeclaration": 14792,
                "src": "4933:17:24"
              },
              "referencedDeclaration": 14792,
              "src": "4933:17:24",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                "typeString": "contract IPolicyPoolConfig"
              }
            },
            "visibility": "internal"
          },
          {
            "body": {
              "id": 13758,
              "nodeType": "Block",
              "src": "5096:78:24",
              "statements": [
                {
                  "expression": {
                    "id": 13747,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 13745,
                      "name": "_currency",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13728,
                      "src": "5102:9:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                        "typeString": "contract IERC20Metadata"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 13746,
                      "name": "currency_",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13736,
                      "src": "5114:9:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                        "typeString": "contract IERC20Metadata"
                      }
                    },
                    "src": "5102:21:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                      "typeString": "contract IERC20Metadata"
                    }
                  },
                  "id": 13748,
                  "nodeType": "ExpressionStatement",
                  "src": "5102:21:24"
                },
                {
                  "expression": {
                    "id": 13751,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "id": 13749,
                      "name": "_config",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13731,
                      "src": "5129:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                        "typeString": "contract IPolicyPoolConfig"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "id": 13750,
                      "name": "config_",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 13739,
                      "src": "5139:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                        "typeString": "contract IPolicyPoolConfig"
                      }
                    },
                    "src": "5129:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                      "typeString": "contract IPolicyPoolConfig"
                    }
                  },
                  "id": 13752,
                  "nodeType": "ExpressionStatement",
                  "src": "5129:17:24"
                },
                {
                  "expression": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "expression": {
                        "id": 13753,
                        "name": "_config",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13731,
                        "src": "5152:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                          "typeString": "contract IPolicyPoolConfig"
                        }
                      },
                      "id": 13755,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "connect",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 14750,
                      "src": "5152:15:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
                        "typeString": "function () external"
                      }
                    },
                    "id": 13756,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "5152:17:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13757,
                  "nodeType": "ExpressionStatement",
                  "src": "5152:17:24"
                }
              ]
            },
            "id": 13759,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [
              {
                "arguments": [
                  {
                    "id": 13742,
                    "name": "forwardTo",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 13733,
                    "src": "5085:9:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  }
                ],
                "id": 13743,
                "kind": "baseConstructorSpecifier",
                "modifierName": {
                  "id": 13741,
                  "name": "ForwardProxy",
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 12828,
                  "src": "5072:12:24"
                },
                "nodeType": "ModifierInvocation",
                "src": "5072:23:24"
              }
            ],
            "name": "",
            "nameLocation": "-1:-1:-1",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13740,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13733,
                  "mutability": "mutable",
                  "name": "forwardTo",
                  "nameLocation": "4997:9:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13759,
                  "src": "4989:17:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 13732,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "4989:7:24",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13736,
                  "mutability": "mutable",
                  "name": "currency_",
                  "nameLocation": "5027:9:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13759,
                  "src": "5012:24:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                    "typeString": "contract IERC20Metadata"
                  },
                  "typeName": {
                    "id": 13735,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13734,
                      "name": "IERC20Metadata",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16271,
                      "src": "5012:14:24"
                    },
                    "referencedDeclaration": 16271,
                    "src": "5012:14:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                      "typeString": "contract IERC20Metadata"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13739,
                  "mutability": "mutable",
                  "name": "config_",
                  "nameLocation": "5060:7:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13759,
                  "src": "5042:25:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                    "typeString": "contract IPolicyPoolConfig"
                  },
                  "typeName": {
                    "id": 13738,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13737,
                      "name": "IPolicyPoolConfig",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 14792,
                      "src": "5042:17:24"
                    },
                    "referencedDeclaration": 14792,
                    "src": "5042:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                      "typeString": "contract IPolicyPoolConfig"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "4983:88:24"
            },
            "returnParameters": {
              "id": 13744,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "5096:0:24"
            },
            "scope": 13899,
            "src": "4972:202:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "public"
          },
          {
            "body": {
              "id": 13767,
              "nodeType": "Block",
              "src": "5237:27:24",
              "statements": [
                {
                  "expression": {
                    "id": 13765,
                    "name": "_currency",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 13728,
                    "src": "5250:9:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                      "typeString": "contract IERC20Metadata"
                    }
                  },
                  "functionReturnParameters": 13764,
                  "id": 13766,
                  "nodeType": "Return",
                  "src": "5243:16:24"
                }
              ]
            },
            "functionSelector": "e5a6b10f",
            "id": 13768,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "currency",
            "nameLocation": "5187:8:24",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13760,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "5195:2:24"
            },
            "returnParameters": {
              "id": 13764,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13763,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13768,
                  "src": "5221:14:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                    "typeString": "contract IERC20Metadata"
                  },
                  "typeName": {
                    "id": 13762,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13761,
                      "name": "IERC20Metadata",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16271,
                      "src": "5221:14:24"
                    },
                    "referencedDeclaration": 16271,
                    "src": "5221:14:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                      "typeString": "contract IERC20Metadata"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "5220:16:24"
            },
            "scope": 13899,
            "src": "5178:86:24",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 13776,
              "nodeType": "Block",
              "src": "5328:25:24",
              "statements": [
                {
                  "expression": {
                    "id": 13774,
                    "name": "_config",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 13731,
                    "src": "5341:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                      "typeString": "contract IPolicyPoolConfig"
                    }
                  },
                  "functionReturnParameters": 13773,
                  "id": 13775,
                  "nodeType": "Return",
                  "src": "5334:14:24"
                }
              ]
            },
            "functionSelector": "79502c55",
            "id": 13777,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "config",
            "nameLocation": "5277:6:24",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13769,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "5283:2:24"
            },
            "returnParameters": {
              "id": 13773,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13772,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13777,
                  "src": "5309:17:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                    "typeString": "contract IPolicyPoolConfig"
                  },
                  "typeName": {
                    "id": 13771,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13770,
                      "name": "IPolicyPoolConfig",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 14792,
                      "src": "5309:17:24"
                    },
                    "referencedDeclaration": 14792,
                    "src": "5309:17:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                      "typeString": "contract IPolicyPoolConfig"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "5308:19:24"
            },
            "scope": 13899,
            "src": "5268:85:24",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 13851,
              "nodeType": "Block",
              "src": "5422:459:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        "id": 13790,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "expression": {
                            "id": 13784,
                            "name": "msg",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": -15,
                            "src": "5436:3:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_magic_message",
                              "typeString": "msg"
                            }
                          },
                          "id": 13785,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "memberName": "sender",
                          "nodeType": "MemberAccess",
                          "src": "5436:10:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": "==",
                        "rightExpression": {
                          "arguments": [
                            {
                              "id": 13788,
                              "name": "_config",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13731,
                              "src": "5458:7:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                "typeString": "contract IPolicyPoolConfig"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                "typeString": "contract IPolicyPoolConfig"
                              }
                            ],
                            "id": 13787,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "lValueRequested": false,
                            "nodeType": "ElementaryTypeNameExpression",
                            "src": "5450:7:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_type$_t_address_$",
                              "typeString": "type(address)"
                            },
                            "typeName": {
                              "id": 13786,
                              "name": "address",
                              "nodeType": "ElementaryTypeName",
                              "src": "5450:7:24",
                              "typeDescriptions": {}
                            }
                          },
                          "id": 13789,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "typeConversion",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5450:16:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_address",
                            "typeString": "address"
                          }
                        },
                        "src": "5436:30:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "4f6e6c792074686520506f6c696379506f6f6c436f6e6669672063616e206368616e67652061737365744d616e61676572",
                        "id": 13791,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5468:51:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_288bc4daf56fc7b9b3a7d6ee529886d2cac285db54cbd4d7440933a7c771b79e",
                          "typeString": "literal_string \"Only the PolicyPoolConfig can change assetManager\""
                        },
                        "value": "Only the PolicyPoolConfig can change assetManager"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_288bc4daf56fc7b9b3a7d6ee529886d2cac285db54cbd4d7440933a7c771b79e",
                          "typeString": "literal_string \"Only the PolicyPoolConfig can change assetManager\""
                        }
                      ],
                      "id": 13783,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -18,
                        -18
                      ],
                      "referencedDeclaration": -18,
                      "src": "5428:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 13792,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "5428:92:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 13793,
                  "nodeType": "ExpressionStatement",
                  "src": "5428:92:24"
                },
                {
                  "condition": {
                    "commonType": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    },
                    "id": 13804,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "arguments": [
                        {
                          "arguments": [],
                          "expression": {
                            "argumentTypes": [],
                            "expression": {
                              "id": 13796,
                              "name": "_config",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13731,
                              "src": "5538:7:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                "typeString": "contract IPolicyPoolConfig"
                              }
                            },
                            "id": 13797,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "assetManager",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 14756,
                            "src": "5538:20:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_IAssetManager_$16509_$",
                              "typeString": "function () view external returns (contract IAssetManager)"
                            }
                          },
                          "id": 13798,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5538:22:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        ],
                        "id": 13795,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "lValueRequested": false,
                        "nodeType": "ElementaryTypeNameExpression",
                        "src": "5530:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_address_$",
                          "typeString": "type(address)"
                        },
                        "typeName": {
                          "id": 13794,
                          "name": "address",
                          "nodeType": "ElementaryTypeName",
                          "src": "5530:7:24",
                          "typeDescriptions": {}
                        }
                      },
                      "id": 13799,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "typeConversion",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "5530:31:24",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "!=",
                    "rightExpression": {
                      "arguments": [
                        {
                          "hexValue": "30",
                          "id": 13802,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "5573:1:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          },
                          "value": "0"
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          }
                        ],
                        "id": 13801,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "lValueRequested": false,
                        "nodeType": "ElementaryTypeNameExpression",
                        "src": "5565:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_address_$",
                          "typeString": "type(address)"
                        },
                        "typeName": {
                          "id": 13800,
                          "name": "address",
                          "nodeType": "ElementaryTypeName",
                          "src": "5565:7:24",
                          "typeDescriptions": {}
                        }
                      },
                      "id": 13803,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "typeConversion",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "5565:10:24",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "5530:45:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "id": 13825,
                  "nodeType": "IfStatement",
                  "src": "5526:225:24",
                  "trueBody": {
                    "id": 13824,
                    "nodeType": "Block",
                    "src": "5577:174:24",
                    "statements": [
                      {
                        "expression": {
                          "arguments": [],
                          "expression": {
                            "argumentTypes": [],
                            "expression": {
                              "arguments": [],
                              "expression": {
                                "argumentTypes": [],
                                "expression": {
                                  "id": 13805,
                                  "name": "_config",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 13731,
                                  "src": "5585:7:24",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                    "typeString": "contract IPolicyPoolConfig"
                                  }
                                },
                                "id": 13807,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": false,
                                "lValueRequested": false,
                                "memberName": "assetManager",
                                "nodeType": "MemberAccess",
                                "referencedDeclaration": 14756,
                                "src": "5585:20:24",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_IAssetManager_$16509_$",
                                  "typeString": "function () view external returns (contract IAssetManager)"
                                }
                              },
                              "id": 13808,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "functionCall",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "5585:22:24",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                "typeString": "contract IAssetManager"
                              }
                            },
                            "id": 13809,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "deinvestAll",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 16508,
                            "src": "5585:34:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
                              "typeString": "function () external"
                            }
                          },
                          "id": 13810,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5585:36:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_tuple$__$",
                            "typeString": "tuple()"
                          }
                        },
                        "id": 13811,
                        "nodeType": "ExpressionStatement",
                        "src": "5585:36:24"
                      },
                      {
                        "expression": {
                          "arguments": [
                            {
                              "arguments": [
                                {
                                  "arguments": [],
                                  "expression": {
                                    "argumentTypes": [],
                                    "expression": {
                                      "id": 13817,
                                      "name": "_config",
                                      "nodeType": "Identifier",
                                      "overloadedDeclarations": [],
                                      "referencedDeclaration": 13731,
                                      "src": "5678:7:24",
                                      "typeDescriptions": {
                                        "typeIdentifier": "t_contract$_IPolicyPoolConfig_$14792",
                                        "typeString": "contract IPolicyPoolConfig"
                                      }
                                    },
                                    "id": 13818,
                                    "isConstant": false,
                                    "isLValue": false,
                                    "isPure": false,
                                    "lValueRequested": false,
                                    "memberName": "assetManager",
                                    "nodeType": "MemberAccess",
                                    "referencedDeclaration": 14756,
                                    "src": "5678:20:24",
                                    "typeDescriptions": {
                                      "typeIdentifier": "t_function_external_view$__$returns$_t_contract$_IAssetManager_$16509_$",
                                      "typeString": "function () view external returns (contract IAssetManager)"
                                    }
                                  },
                                  "id": 13819,
                                  "isConstant": false,
                                  "isLValue": false,
                                  "isPure": false,
                                  "kind": "functionCall",
                                  "lValueRequested": false,
                                  "names": [],
                                  "nodeType": "FunctionCall",
                                  "src": "5678:22:24",
                                  "tryCall": false,
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                    "typeString": "contract IAssetManager"
                                  }
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                    "typeString": "contract IAssetManager"
                                  }
                                ],
                                "id": 13816,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": true,
                                "lValueRequested": false,
                                "nodeType": "ElementaryTypeNameExpression",
                                "src": "5670:7:24",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_type$_t_address_$",
                                  "typeString": "type(address)"
                                },
                                "typeName": {
                                  "id": 13815,
                                  "name": "address",
                                  "nodeType": "ElementaryTypeName",
                                  "src": "5670:7:24",
                                  "typeDescriptions": {}
                                }
                              },
                              "id": 13820,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "typeConversion",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "5670:31:24",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            },
                            {
                              "hexValue": "30",
                              "id": 13821,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "kind": "number",
                              "lValueRequested": false,
                              "nodeType": "Literal",
                              "src": "5703:1:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              },
                              "value": "0"
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              {
                                "typeIdentifier": "t_rational_0_by_1",
                                "typeString": "int_const 0"
                              }
                            ],
                            "expression": {
                              "id": 13812,
                              "name": "_currency",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13728,
                              "src": "5652:9:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                                "typeString": "contract IERC20Metadata"
                              }
                            },
                            "id": 13814,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "approve",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 16675,
                            "src": "5652:17:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$",
                              "typeString": "function (address,uint256) external returns (bool)"
                            }
                          },
                          "id": 13822,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5652:53:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "id": 13823,
                        "nodeType": "ExpressionStatement",
                        "src": "5652:53:24"
                      }
                    ]
                  }
                },
                {
                  "condition": {
                    "commonType": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    },
                    "id": 13834,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftExpression": {
                      "arguments": [
                        {
                          "id": 13828,
                          "name": "newAssetManager",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 13780,
                          "src": "5768:15:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_contract$_IAssetManager_$16509",
                            "typeString": "contract IAssetManager"
                          }
                        ],
                        "id": 13827,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "lValueRequested": false,
                        "nodeType": "ElementaryTypeNameExpression",
                        "src": "5760:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_address_$",
                          "typeString": "type(address)"
                        },
                        "typeName": {
                          "id": 13826,
                          "name": "address",
                          "nodeType": "ElementaryTypeName",
                          "src": "5760:7:24",
                          "typeDescriptions": {}
                        }
                      },
                      "id": 13829,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "typeConversion",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "5760:24:24",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "nodeType": "BinaryOperation",
                    "operator": "!=",
                    "rightExpression": {
                      "arguments": [
                        {
                          "hexValue": "30",
                          "id": 13832,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "5796:1:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          },
                          "value": "0"
                        }
                      ],
                      "expression": {
                        "argumentTypes": [
                          {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          }
                        ],
                        "id": 13831,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "lValueRequested": false,
                        "nodeType": "ElementaryTypeNameExpression",
                        "src": "5788:7:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_address_$",
                          "typeString": "type(address)"
                        },
                        "typeName": {
                          "id": 13830,
                          "name": "address",
                          "nodeType": "ElementaryTypeName",
                          "src": "5788:7:24",
                          "typeDescriptions": {}
                        }
                      },
                      "id": 13833,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "typeConversion",
                      "lValueRequested": false,
                      "names": [],
                      "nodeType": "FunctionCall",
                      "src": "5788:10:24",
                      "tryCall": false,
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "src": "5760:38:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "id": 13850,
                  "nodeType": "IfStatement",
                  "src": "5756:121:24",
                  "trueBody": {
                    "id": 13849,
                    "nodeType": "Block",
                    "src": "5800:77:24",
                    "statements": [
                      {
                        "expression": {
                          "arguments": [
                            {
                              "arguments": [
                                {
                                  "id": 13840,
                                  "name": "newAssetManager",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": 13780,
                                  "src": "5834:15:24",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                    "typeString": "contract IAssetManager"
                                  }
                                }
                              ],
                              "expression": {
                                "argumentTypes": [
                                  {
                                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                                    "typeString": "contract IAssetManager"
                                  }
                                ],
                                "id": 13839,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": true,
                                "lValueRequested": false,
                                "nodeType": "ElementaryTypeNameExpression",
                                "src": "5826:7:24",
                                "typeDescriptions": {
                                  "typeIdentifier": "t_type$_t_address_$",
                                  "typeString": "type(address)"
                                },
                                "typeName": {
                                  "id": 13838,
                                  "name": "address",
                                  "nodeType": "ElementaryTypeName",
                                  "src": "5826:7:24",
                                  "typeDescriptions": {}
                                }
                              },
                              "id": 13841,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": false,
                              "kind": "typeConversion",
                              "lValueRequested": false,
                              "names": [],
                              "nodeType": "FunctionCall",
                              "src": "5826:24:24",
                              "tryCall": false,
                              "typeDescriptions": {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              }
                            },
                            {
                              "expression": {
                                "arguments": [
                                  {
                                    "id": 13844,
                                    "isConstant": false,
                                    "isLValue": false,
                                    "isPure": true,
                                    "lValueRequested": false,
                                    "nodeType": "ElementaryTypeNameExpression",
                                    "src": "5857:7:24",
                                    "typeDescriptions": {
                                      "typeIdentifier": "t_type$_t_uint256_$",
                                      "typeString": "type(uint256)"
                                    },
                                    "typeName": {
                                      "id": 13843,
                                      "name": "uint256",
                                      "nodeType": "ElementaryTypeName",
                                      "src": "5857:7:24",
                                      "typeDescriptions": {}
                                    }
                                  }
                                ],
                                "expression": {
                                  "argumentTypes": [
                                    {
                                      "typeIdentifier": "t_type$_t_uint256_$",
                                      "typeString": "type(uint256)"
                                    }
                                  ],
                                  "id": 13842,
                                  "name": "type",
                                  "nodeType": "Identifier",
                                  "overloadedDeclarations": [],
                                  "referencedDeclaration": -27,
                                  "src": "5852:4:24",
                                  "typeDescriptions": {
                                    "typeIdentifier": "t_function_metatype_pure$__$returns$__$",
                                    "typeString": "function () pure"
                                  }
                                },
                                "id": 13845,
                                "isConstant": false,
                                "isLValue": false,
                                "isPure": true,
                                "kind": "functionCall",
                                "lValueRequested": false,
                                "names": [],
                                "nodeType": "FunctionCall",
                                "src": "5852:13:24",
                                "tryCall": false,
                                "typeDescriptions": {
                                  "typeIdentifier": "t_magic_meta_type_t_uint256",
                                  "typeString": "type(uint256)"
                                }
                              },
                              "id": 13846,
                              "isConstant": false,
                              "isLValue": false,
                              "isPure": true,
                              "lValueRequested": false,
                              "memberName": "max",
                              "nodeType": "MemberAccess",
                              "src": "5852:17:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            }
                          ],
                          "expression": {
                            "argumentTypes": [
                              {
                                "typeIdentifier": "t_address",
                                "typeString": "address"
                              },
                              {
                                "typeIdentifier": "t_uint256",
                                "typeString": "uint256"
                              }
                            ],
                            "expression": {
                              "id": 13835,
                              "name": "_currency",
                              "nodeType": "Identifier",
                              "overloadedDeclarations": [],
                              "referencedDeclaration": 13728,
                              "src": "5808:9:24",
                              "typeDescriptions": {
                                "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                                "typeString": "contract IERC20Metadata"
                              }
                            },
                            "id": 13837,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": false,
                            "lValueRequested": false,
                            "memberName": "approve",
                            "nodeType": "MemberAccess",
                            "referencedDeclaration": 16675,
                            "src": "5808:17:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$",
                              "typeString": "function (address,uint256) external returns (bool)"
                            }
                          },
                          "id": 13847,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "kind": "functionCall",
                          "lValueRequested": false,
                          "names": [],
                          "nodeType": "FunctionCall",
                          "src": "5808:62:24",
                          "tryCall": false,
                          "typeDescriptions": {
                            "typeIdentifier": "t_bool",
                            "typeString": "bool"
                          }
                        },
                        "id": 13848,
                        "nodeType": "ExpressionStatement",
                        "src": "5808:62:24"
                      }
                    ]
                  }
                }
              ]
            },
            "functionSelector": "43060237",
            "id": 13852,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "setAssetManager",
            "nameLocation": "5366:15:24",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13781,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13780,
                  "mutability": "mutable",
                  "name": "newAssetManager",
                  "nameLocation": "5396:15:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13852,
                  "src": "5382:29:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IAssetManager_$16509",
                    "typeString": "contract IAssetManager"
                  },
                  "typeName": {
                    "id": 13779,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13778,
                      "name": "IAssetManager",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16509,
                      "src": "5382:13:24"
                    },
                    "referencedDeclaration": 16509,
                    "src": "5382:13:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IAssetManager_$16509",
                      "typeString": "contract IAssetManager"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "5381:31:24"
            },
            "returnParameters": {
              "id": 13782,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "5422:0:24"
            },
            "scope": 13899,
            "src": "5357:524:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 13859,
              "nodeType": "Block",
              "src": "5995:2:24",
              "statements": []
            },
            "functionSelector": "ab600169",
            "id": 13860,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "assetEarnings",
            "nameLocation": "5941:13:24",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13857,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13854,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "5963:6:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13860,
                  "src": "5955:14:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13853,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "5955:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 13856,
                  "mutability": "mutable",
                  "name": "positive",
                  "nameLocation": "5976:8:24",
                  "nodeType": "VariableDeclaration",
                  "scope": 13860,
                  "src": "5971:13:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 13855,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "5971:4:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "5954:31:24"
            },
            "returnParameters": {
              "id": 13858,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "5995:0:24"
            },
            "scope": 13899,
            "src": "5932:65:24",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 13873,
              "nodeType": "Block",
              "src": "6058:52:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [
                          {
                            "id": 13869,
                            "name": "this",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": -28,
                            "src": "6099:4:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_contract$_PolicyPoolMockForward_$13899",
                              "typeString": "contract PolicyPoolMockForward"
                            }
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_contract$_PolicyPoolMockForward_$13899",
                              "typeString": "contract PolicyPoolMockForward"
                            }
                          ],
                          "id": 13868,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "6091:7:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": {
                            "id": 13867,
                            "name": "address",
                            "nodeType": "ElementaryTypeName",
                            "src": "6091:7:24",
                            "typeDescriptions": {}
                          }
                        },
                        "id": 13870,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "6091:13:24",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      ],
                      "expression": {
                        "id": 13865,
                        "name": "_currency",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 13728,
                        "src": "6071:9:24",
                        "typeDescriptions": {
                          "typeIdentifier": "t_contract$_IERC20Metadata_$16271",
                          "typeString": "contract IERC20Metadata"
                        }
                      },
                      "id": 13866,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "balanceOf",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 16645,
                      "src": "6071:19:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_external_view$_t_address_$returns$_t_uint256_$",
                        "typeString": "function (address) view external returns (uint256)"
                      }
                    },
                    "id": 13871,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "6071:34:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 13864,
                  "id": 13872,
                  "nodeType": "Return",
                  "src": "6064:41:24"
                }
              ]
            },
            "functionSelector": "65e29c7e",
            "id": 13874,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "getInvestable",
            "nameLocation": "6010:13:24",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13861,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "6023:2:24"
            },
            "returnParameters": {
              "id": 13864,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13863,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13874,
                  "src": "6049:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13862,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "6049:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "6048:9:24"
            },
            "scope": 13899,
            "src": "6001:109:24",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 13881,
              "nodeType": "Block",
              "src": "6172:19:24",
              "statements": [
                {
                  "expression": {
                    "hexValue": "30",
                    "id": 13879,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "number",
                    "lValueRequested": false,
                    "nodeType": "Literal",
                    "src": "6185:1:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_rational_0_by_1",
                      "typeString": "int_const 0"
                    },
                    "value": "0"
                  },
                  "functionReturnParameters": 13878,
                  "id": 13880,
                  "nodeType": "Return",
                  "src": "6178:8:24"
                }
              ]
            },
            "functionSelector": "dea167d5",
            "id": 13882,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "getETokenCount",
            "nameLocation": "6123:14:24",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13875,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "6137:2:24"
            },
            "returnParameters": {
              "id": 13878,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13877,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13882,
                  "src": "6163:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13876,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "6163:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "6162:9:24"
            },
            "scope": 13899,
            "src": "6114:77:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          },
          {
            "body": {
              "id": 13897,
              "nodeType": "Block",
              "src": "6257:37:24",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [
                          {
                            "hexValue": "30",
                            "id": 13893,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "kind": "number",
                            "lValueRequested": false,
                            "nodeType": "Literal",
                            "src": "6286:1:24",
                            "typeDescriptions": {
                              "typeIdentifier": "t_rational_0_by_1",
                              "typeString": "int_const 0"
                            },
                            "value": "0"
                          }
                        ],
                        "expression": {
                          "argumentTypes": [
                            {
                              "typeIdentifier": "t_rational_0_by_1",
                              "typeString": "int_const 0"
                            }
                          ],
                          "id": 13892,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "lValueRequested": false,
                          "nodeType": "ElementaryTypeNameExpression",
                          "src": "6278:7:24",
                          "typeDescriptions": {
                            "typeIdentifier": "t_type$_t_address_$",
                            "typeString": "type(address)"
                          },
                          "typeName": {
                            "id": 13891,
                            "name": "address",
                            "nodeType": "ElementaryTypeName",
                            "src": "6278:7:24",
                            "typeDescriptions": {}
                          }
                        },
                        "id": 13894,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "typeConversion",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "6278:10:24",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      ],
                      "id": 13890,
                      "name": "IEToken",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 16628,
                      "src": "6270:7:24",
                      "typeDescriptions": {
                        "typeIdentifier": "t_type$_t_contract$_IEToken_$16628_$",
                        "typeString": "type(contract IEToken)"
                      }
                    },
                    "id": 13895,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": true,
                    "kind": "typeConversion",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "6270:19:24",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IEToken_$16628",
                      "typeString": "contract IEToken"
                    }
                  },
                  "functionReturnParameters": 13889,
                  "id": 13896,
                  "nodeType": "Return",
                  "src": "6263:26:24"
                }
              ]
            },
            "functionSelector": "b0ec4bcf",
            "id": 13898,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "getETokenAt",
            "nameLocation": "6204:11:24",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 13885,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13884,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13898,
                  "src": "6216:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 13883,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "6216:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "6215:9:24"
            },
            "returnParameters": {
              "id": 13889,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 13888,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 13898,
                  "src": "6248:7:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IEToken_$16628",
                    "typeString": "contract IEToken"
                  },
                  "typeName": {
                    "id": 13887,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 13886,
                      "name": "IEToken",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 16628,
                      "src": "6248:7:24"
                    },
                    "referencedDeclaration": 16628,
                    "src": "6248:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IEToken_$16628",
                      "typeString": "contract IEToken"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "6247:9:24"
            },
            "scope": 13899,
            "src": "6195:99:24",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 13900,
        "src": "4736:1560:24",
        "usedErrors": []
      }
    ],
    "src": "39:6258:24"
  },
  "bytecode": "608060405234801561001057600080fd5b5060405161086f38038061086f83398101604081905261002f916100bd565b600080546001600160a01b038086166001600160a01b031992831617835560018054868316908416179055600280549185169190921681179091556040805163948cb71960e01b81529051919263948cb7199260048084019382900301818387803b15801561009d57600080fd5b505af11580156100b1573d6000803e3d6000fd5b50505050505050610122565b6000806000606084860312156100d257600080fd5b83516100dd8161010a565b60208501519093506100ee8161010a565b60408501519092506100ff8161010a565b809150509250925092565b6001600160a01b038116811461011f57600080fd5b50565b61073e806101316000396000f3fe60806040526004361061008a5760003560e01c8063ab60016911610059578063ab60016914610131578063b0ec4bcf14610151578063d4b2700114610172578063dea167d5146101af578063e5a6b10f146101c357610099565b8063098d3228146100a157806343060237146100ca57806365e29c7e146100ea57806379502c55146100ff57610099565b36610099576100976101e1565b005b6100976101e1565b3480156100ad57600080fd5b506100b760001981565b6040519081526020015b60405180910390f35b3480156100d657600080fd5b506100976100e5366004610625565b6101fd565b3480156100f657600080fd5b506100b761057f565b34801561010b57600080fd5b506002546001600160a01b03165b6040516001600160a01b0390911681526020016100c1565b34801561013d57600080fd5b5061009761014c3660046106b5565b61057a565b34801561015d57600080fd5b5061011961016c366004610683565b50600090565b34801561017e57600080fd5b5061009761018d366004610625565b600080546001600160a01b0319166001600160a01b0392909216919091179055565b3480156101bb57600080fd5b5060006100b7565b3480156101cf57600080fd5b506001546001600160a01b0316610119565b6101fb6101f66000546001600160a01b031690565b610600565b565b6002546001600160a01b031633146102755760405162461bcd60e51b815260206004820152603160248201527f4f6e6c792074686520506f6c696379506f6f6c436f6e6669672063616e20636860448201527030b733b29030b9b9b2ba26b0b730b3b2b960791b606482015260840160405180910390fd5b600254604080516394217ad160e01b815290516000926001600160a01b0316916394217ad1916004808301926020929190829003018186803b1580156102ba57600080fd5b505afa1580156102ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f29190610666565b6001600160a01b0316146104e457600260009054906101000a90046001600160a01b03166001600160a01b03166394217ad16040518163ffffffff1660e01b815260040160206040518083038186803b15801561034e57600080fd5b505afa158015610362573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103869190610666565b6001600160a01b031663cec16f3f6040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156103c057600080fd5b505af11580156103d4573d6000803e3d6000fd5b5050600154600254604080516394217ad160e01b815290516001600160a01b03938416955063095ea7b3945091909216916394217ad1916004808301926020929190829003018186803b15801561042a57600080fd5b505afa15801561043e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104629190610666565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015260006024820152604401602060405180830381600087803b1580156104aa57600080fd5b505af11580156104be573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104e29190610649565b505b6001600160a01b0381161561057c5760015460405163095ea7b360e01b81526001600160a01b03838116600483015260001960248301529091169063095ea7b390604401602060405180830381600087803b15801561054257600080fd5b505af1158015610556573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057a9190610649565b505b50565b6001546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a082319060240160206040518083038186803b1580156105c357600080fd5b505afa1580156105d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105fb919061069c565b905090565b366000803760008036600080855af13d6000803e808015610620573d6000f35b3d6000fd5b60006020828403121561063757600080fd5b8135610642816106e5565b9392505050565b60006020828403121561065b57600080fd5b8151610642816106fa565b60006020828403121561067857600080fd5b8151610642816106e5565b60006020828403121561069557600080fd5b5035919050565b6000602082840312156106ae57600080fd5b5051919050565b600080604083850312156106c857600080fd5b8235915060208301356106da816106fa565b809150509250929050565b6001600160a01b038116811461057c57600080fd5b801515811461057c57600080fdfea26469706673582212207959e25dda037918c534f270f62c80aee566bcb240a0b37a69ca797aef62857864736f6c63430008060033",
  "bytecodeSha1": "df7a40e11c8ac3d0ef204dfac97acffeec8a35b2",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.6+commit.11564f7e"
  },
  "contractName": "PolicyPoolMockForward",
  "coverageMap": {
    "branches": {
      "19": {},
      "24": {
        "PolicyPoolMockForward.setAssetManager": {
          "12": [
            5436,
            5466,
            true
          ],
          "13": [
            5530,
            5575,
            false
          ],
          "14": [
            5760,
            5798,
            false
          ]
        }
      },
      "31": {},
      "32": {},
      "33": {},
      "34": {},
      "35": {},
      "39": {},
      "40": {},
      "94": {},
      "98": {}
    },
    "statements": {
      "19": {
        "ForwardProxy._implementation": {
          "6": [
            2046,
            2063
          ]
        },
        "ForwardProxy.setForwardTo": {
          "3": [
            2128,
            2150
          ]
        }
      },
      "24": {
        "PolicyPoolMockForward.config": {
          "2": [
            5334,
            5348
          ]
        },
        "PolicyPoolMockForward.currency": {
          "4": [
            5243,
            5259
          ]
        },
        "PolicyPoolMockForward.getInvestable": {
          "11": [
            6064,
            6105
          ]
        },
        "PolicyPoolMockForward.setAssetManager": {
          "7": [
            5428,
            5520
          ],
          "8": [
            5585,
            5621
          ],
          "9": [
            5652,
            5705
          ],
          "10": [
            5808,
            5870
          ]
        }
      },
      "31": {},
      "32": {},
      "33": {},
      "34": {},
      "35": {},
      "39": {},
      "40": {},
      "94": {
        "Proxy.<fallback>": {
          "1": [
            2675,
            2686
          ]
        },
        "Proxy.<receive>": {
          "0": [
            2898,
            2909
          ]
        },
        "Proxy._fallback": {
          "5": [
            2397,
            2425
          ]
        }
      },
      "98": {}
    }
  },
  "dependencies": [
    "ForwardProxy",
    "IAssetManager",
    "IERC20Metadata",
    "IEToken",
    "IExchange",
    "IInsolvencyHook",
    "ILPWhitelist",
    "IPolicyPoolConfig",
    "IPriceOracle",
    "IRiskModule",
    "Proxy"
  ],
  "deployedBytecode": "60806040526004361061008a5760003560e01c8063ab60016911610059578063ab60016914610131578063b0ec4bcf14610151578063d4b2700114610172578063dea167d5146101af578063e5a6b10f146101c357610099565b8063098d3228146100a157806343060237146100ca57806365e29c7e146100ea57806379502c55146100ff57610099565b36610099576100976101e1565b005b6100976101e1565b3480156100ad57600080fd5b506100b760001981565b6040519081526020015b60405180910390f35b3480156100d657600080fd5b506100976100e5366004610625565b6101fd565b3480156100f657600080fd5b506100b761057f565b34801561010b57600080fd5b506002546001600160a01b03165b6040516001600160a01b0390911681526020016100c1565b34801561013d57600080fd5b5061009761014c3660046106b5565b61057a565b34801561015d57600080fd5b5061011961016c366004610683565b50600090565b34801561017e57600080fd5b5061009761018d366004610625565b600080546001600160a01b0319166001600160a01b0392909216919091179055565b3480156101bb57600080fd5b5060006100b7565b3480156101cf57600080fd5b506001546001600160a01b0316610119565b6101fb6101f66000546001600160a01b031690565b610600565b565b6002546001600160a01b031633146102755760405162461bcd60e51b815260206004820152603160248201527f4f6e6c792074686520506f6c696379506f6f6c436f6e6669672063616e20636860448201527030b733b29030b9b9b2ba26b0b730b3b2b960791b606482015260840160405180910390fd5b600254604080516394217ad160e01b815290516000926001600160a01b0316916394217ad1916004808301926020929190829003018186803b1580156102ba57600080fd5b505afa1580156102ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f29190610666565b6001600160a01b0316146104e457600260009054906101000a90046001600160a01b03166001600160a01b03166394217ad16040518163ffffffff1660e01b815260040160206040518083038186803b15801561034e57600080fd5b505afa158015610362573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103869190610666565b6001600160a01b031663cec16f3f6040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156103c057600080fd5b505af11580156103d4573d6000803e3d6000fd5b5050600154600254604080516394217ad160e01b815290516001600160a01b03938416955063095ea7b3945091909216916394217ad1916004808301926020929190829003018186803b15801561042a57600080fd5b505afa15801561043e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104629190610666565b6040516001600160e01b031960e084901b1681526001600160a01b03909116600482015260006024820152604401602060405180830381600087803b1580156104aa57600080fd5b505af11580156104be573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104e29190610649565b505b6001600160a01b0381161561057c5760015460405163095ea7b360e01b81526001600160a01b03838116600483015260001960248301529091169063095ea7b390604401602060405180830381600087803b15801561054257600080fd5b505af1158015610556573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057a9190610649565b505b50565b6001546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a082319060240160206040518083038186803b1580156105c357600080fd5b505afa1580156105d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105fb919061069c565b905090565b366000803760008036600080855af13d6000803e808015610620573d6000f35b3d6000fd5b60006020828403121561063757600080fd5b8135610642816106e5565b9392505050565b60006020828403121561065b57600080fd5b8151610642816106fa565b60006020828403121561067857600080fd5b8151610642816106e5565b60006020828403121561069557600080fd5b5035919050565b6000602082840312156106ae57600080fd5b5051919050565b600080604083850312156106c857600080fd5b8235915060208301356106da816106fa565b809150509250929050565b6001600160a01b038116811461057c57600080fd5b801515811461057c57600080fdfea26469706673582212207959e25dda037918c534f270f62c80aee566bcb240a0b37a69ca797aef62857864736f6c63430008060033",
  "deployedSourceMap": "4736:1560:24:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2898:11:94;:9;:11::i;:::-;4736:1560:24;;2675:11:94;:9;:11::i;4787:104:24:-;;;;;;;;;;;;-1:-1:-1;;4787:104:24;;;;;3788:25:114;;;3776:2;3761:18;4787:104:24;;;;;;;;5357:524;;;;;;;;;;-1:-1:-1;5357:524:24;;;;;:::i;:::-;;:::i;6001:109::-;;;;;;;;;;;;;:::i;5268:85::-;;;;;;;;;;-1:-1:-1;5341:7:24;;-1:-1:-1;;;;;5341:7:24;5268:85;;;-1:-1:-1;;;;;1922:32:114;;;1904:51;;1892:2;1877:18;5268:85:24;1859:102:114;5932:65:24;;;;;;;;;;-1:-1:-1;5932:65:24;;;;;:::i;:::-;;:::i;6195:99::-;;;;;;;;;;-1:-1:-1;6195:99:24;;;;;:::i;:::-;-1:-1:-1;6248:7:24;;6195:99;2072:83:19;;;;;;;;;;-1:-1:-1;2072:83:19;;;;;:::i;:::-;2128:10;:22;;-1:-1:-1;;;;;;2128:22:19;-1:-1:-1;;;;;2128:22:19;;;;;;;;;;2072:83;6114:77:24;;;;;;;;;;-1:-1:-1;6163:7:24;6114:77;;5178:86;;;;;;;;;;-1:-1:-1;5250:9:24;;-1:-1:-1;;;;;5250:9:24;5178:86;;2322:110:94;2397:28;2407:17;2031:7:19;2053:10;-1:-1:-1;;;;;2053:10:19;;1964:104;2407:17:94;2397:9;:28::i;:::-;2322:110::o;5357:524:24:-;5458:7;;-1:-1:-1;;;;;5458:7:24;5436:10;:30;5428:92;;;;-1:-1:-1;;;5428:92:24;;3426:2:114;5428:92:24;;;3408:21:114;3465:2;3445:18;;;3438:30;3504:34;3484:18;;;3477:62;-1:-1:-1;;;3555:18:114;;;3548:47;3612:19;;5428:92:24;;;;;;;;5538:7;;:22;;;-1:-1:-1;;;5538:22:24;;;;5573:1;;-1:-1:-1;;;;;5538:7:24;;:20;;:22;;;;;;;;;;;;;;:7;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;5530:45:24;;5526:225;;5585:7;;;;;;;;;-1:-1:-1;;;;;5585:7:24;-1:-1:-1;;;;;5585:20:24;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;5585:34:24;;:36;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;5652:9:24;;5678:7;;:22;;;-1:-1:-1;;;5678:22:24;;;;-1:-1:-1;;;;;5652:9:24;;;;-1:-1:-1;5652:17:24;;-1:-1:-1;5678:7:24;;;;;:20;;:22;;;;;;;;;;;;;;:7;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;5652:53;;-1:-1:-1;;;;;;5652:53:24;;;;;;;-1:-1:-1;;;;;2166:32:114;;;5652:53:24;;;2148:51:114;5703:1:24;2215:18:114;;;2208:34;2121:18;;5652:53:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5526:225;-1:-1:-1;;;;;5760:38:24;;;5756:121;;5808:9;;:62;;-1:-1:-1;;;5808:62:24;;-1:-1:-1;;;;;2166:32:114;;;5808:62:24;;;2148:51:114;-1:-1:-1;;2215:18:114;;;2208:34;5808:9:24;;;;:17;;2121:18:114;;5808:62:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;5756:121;5357:524;:::o;6001:109::-;6071:9;;:34;;-1:-1:-1;;;6071:34:24;;6099:4;6071:34;;;1904:51:114;6049:7:24;;-1:-1:-1;;;;;6071:9:24;;:19;;1877:18:114;;6071:34:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;6064:41;;6001:109;:::o;872:919:19:-;1243:14;1240:1;1237;1224:34;1518:1;1515;1499:14;1496:1;1493;1477:14;1470:5;1465:55;1582:16;1579:1;1576;1561:38;1614:6;1669:52;;;;1756:16;1753:1;1746:27;1669:52;1696:16;1693:1;1686:27;14:247:114;73:6;126:2;114:9;105:7;101:23;97:32;94:2;;;142:1;139;132:12;94:2;181:9;168:23;200:31;225:5;200:31;:::i;:::-;250:5;84:177;-1:-1:-1;;;84:177:114:o;266:245::-;333:6;386:2;374:9;365:7;361:23;357:32;354:2;;;402:1;399;392:12;354:2;434:9;428:16;453:28;475:5;453:28;:::i;791:274::-;884:6;937:2;925:9;916:7;912:23;908:32;905:2;;;953:1;950;943:12;905:2;985:9;979:16;1004:31;1029:5;1004:31;:::i;1070:180::-;1129:6;1182:2;1170:9;1161:7;1157:23;1153:32;1150:2;;;1198:1;1195;1188:12;1150:2;-1:-1:-1;1221:23:114;;1140:110;-1:-1:-1;1140:110:114:o;1255:184::-;1325:6;1378:2;1366:9;1357:7;1353:23;1349:32;1346:2;;;1394:1;1391;1384:12;1346:2;-1:-1:-1;1417:16:114;;1336:103;-1:-1:-1;1336:103:114:o;1444:309::-;1509:6;1517;1570:2;1558:9;1549:7;1545:23;1541:32;1538:2;;;1586:1;1583;1576:12;1538:2;1622:9;1609:23;1599:33;;1682:2;1671:9;1667:18;1654:32;1695:28;1717:5;1695:28;:::i;:::-;1742:5;1732:15;;;1528:225;;;;;:::o;3824:131::-;-1:-1:-1;;;;;3899:31:114;;3889:42;;3879:2;;3945:1;3942;3935:12;3960:118;4046:5;4039:13;4032:21;4025:5;4022:32;4012:2;;4068:1;4065;4058:12",
  "language": "Solidity",
  "natspec": {
    "details": "PolicyPool that forwards fallback calls to another contract. Used to simulate calls to EToken      and other contracts that have functions that can be called only from PolicyPool",
    "kind": "dev",
    "methods": {},
    "title": "PolicyPoolMockForward",
    "version": 1
  },
  "offset": [
    4736,
    6296
  ],
  "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x8A JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0xAB600169 GT PUSH2 0x59 JUMPI DUP1 PUSH4 0xAB600169 EQ PUSH2 0x131 JUMPI DUP1 PUSH4 0xB0EC4BCF EQ PUSH2 0x151 JUMPI DUP1 PUSH4 0xD4B27001 EQ PUSH2 0x172 JUMPI DUP1 PUSH4 0xDEA167D5 EQ PUSH2 0x1AF JUMPI DUP1 PUSH4 0xE5A6B10F EQ PUSH2 0x1C3 JUMPI PUSH2 0x99 JUMP JUMPDEST DUP1 PUSH4 0x98D3228 EQ PUSH2 0xA1 JUMPI DUP1 PUSH4 0x43060237 EQ PUSH2 0xCA JUMPI DUP1 PUSH4 0x65E29C7E EQ PUSH2 0xEA JUMPI DUP1 PUSH4 0x79502C55 EQ PUSH2 0xFF JUMPI PUSH2 0x99 JUMP JUMPDEST CALLDATASIZE PUSH2 0x99 JUMPI PUSH2 0x97 PUSH2 0x1E1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0x97 PUSH2 0x1E1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xAD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xB7 PUSH1 0x0 NOT DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xD6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x97 PUSH2 0xE5 CALLDATASIZE PUSH1 0x4 PUSH2 0x625 JUMP JUMPDEST PUSH2 0x1FD JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xF6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xB7 PUSH2 0x57F JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x10B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x2 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xC1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x13D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x97 PUSH2 0x14C CALLDATASIZE PUSH1 0x4 PUSH2 0x6B5 JUMP JUMPDEST PUSH2 0x57A JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x15D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x119 PUSH2 0x16C CALLDATASIZE PUSH1 0x4 PUSH2 0x683 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x17E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x97 PUSH2 0x18D CALLDATASIZE PUSH1 0x4 PUSH2 0x625 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x0 PUSH2 0xB7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1CF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x119 JUMP JUMPDEST PUSH2 0x1FB PUSH2 0x1F6 PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH2 0x600 JUMP JUMPDEST JUMP JUMPDEST PUSH1 0x2 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND CALLER EQ PUSH2 0x275 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x31 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4F6E6C792074686520506F6C696379506F6F6C436F6E6669672063616E206368 PUSH1 0x44 DUP3 ADD MSTORE PUSH17 0x30B733B29030B9B9B2BA26B0B730B3B2B9 PUSH1 0x79 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 SLOAD PUSH1 0x40 DUP1 MLOAD PUSH4 0x94217AD1 PUSH1 0xE0 SHL DUP2 MSTORE SWAP1 MLOAD PUSH1 0x0 SWAP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP2 PUSH4 0x94217AD1 SWAP2 PUSH1 0x4 DUP1 DUP4 ADD SWAP3 PUSH1 0x20 SWAP3 SWAP2 SWAP1 DUP3 SWAP1 SUB ADD DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x2BA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2CE JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2F2 SWAP2 SWAP1 PUSH2 0x666 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x4E4 JUMPI PUSH1 0x2 PUSH1 0x0 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x94217AD1 PUSH1 0x40 MLOAD DUP2 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x34E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x362 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x386 SWAP2 SWAP1 PUSH2 0x666 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xCEC16F3F PUSH1 0x40 MLOAD DUP2 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x3C0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x3D4 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP PUSH1 0x1 SLOAD PUSH1 0x2 SLOAD PUSH1 0x40 DUP1 MLOAD PUSH4 0x94217AD1 PUSH1 0xE0 SHL DUP2 MSTORE SWAP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 DUP5 AND SWAP6 POP PUSH4 0x95EA7B3 SWAP5 POP SWAP2 SWAP1 SWAP3 AND SWAP2 PUSH4 0x94217AD1 SWAP2 PUSH1 0x4 DUP1 DUP4 ADD SWAP3 PUSH1 0x20 SWAP3 SWAP2 SWAP1 DUP3 SWAP1 SUB ADD DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x42A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x43E JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x462 SWAP2 SWAP1 PUSH2 0x666 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT PUSH1 0xE0 DUP5 SWAP1 SHL AND DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x0 PUSH1 0x24 DUP3 ADD MSTORE PUSH1 0x44 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x4AA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x4BE JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x4E2 SWAP2 SWAP1 PUSH2 0x649 JUMP JUMPDEST POP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND ISZERO PUSH2 0x57C JUMPI PUSH1 0x1 SLOAD PUSH1 0x40 MLOAD PUSH4 0x95EA7B3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 DUP2 AND PUSH1 0x4 DUP4 ADD MSTORE PUSH1 0x0 NOT PUSH1 0x24 DUP4 ADD MSTORE SWAP1 SWAP2 AND SWAP1 PUSH4 0x95EA7B3 SWAP1 PUSH1 0x44 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x542 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x556 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x57A SWAP2 SWAP1 PUSH2 0x649 JUMP JUMPDEST POP JUMPDEST POP JUMP JUMPDEST PUSH1 0x1 SLOAD PUSH1 0x40 MLOAD PUSH4 0x70A08231 PUSH1 0xE0 SHL DUP2 MSTORE ADDRESS PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x0 SWAP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 PUSH4 0x70A08231 SWAP1 PUSH1 0x24 ADD PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x5C3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x5D7 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x5FB SWAP2 SWAP1 PUSH2 0x69C JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST CALLDATASIZE PUSH1 0x0 DUP1 CALLDATACOPY PUSH1 0x0 DUP1 CALLDATASIZE PUSH1 0x0 DUP1 DUP6 GAS CALL RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY DUP1 DUP1 ISZERO PUSH2 0x620 JUMPI RETURNDATASIZE PUSH1 0x0 RETURN JUMPDEST RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x637 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x642 DUP2 PUSH2 0x6E5 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x65B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x642 DUP2 PUSH2 0x6FA JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x678 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x642 DUP2 PUSH2 0x6E5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x695 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x6AE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x6C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x6DA DUP2 PUSH2 0x6FA JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x57C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x57C JUMPI PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH26 0x59E25DDA037918C534F270F62C80AEE566BCB240A0B37A69CA79 PUSH27 0xEF62857864736F6C63430008060033000000000000000000000000 ",
  "pcMap": {
    "0": {
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x80"
    },
    "2": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "4": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "5": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "7": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "CALLDATASIZE",
      "path": "24"
    },
    "8": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "LT",
      "path": "24"
    },
    "9": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x8A"
    },
    "12": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "13": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "15": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "CALLDATALOAD",
      "path": "24"
    },
    "16": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0xE0"
    },
    "18": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "SHR",
      "path": "24"
    },
    "19": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "20": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0xAB600169"
    },
    "25": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "GT",
      "path": "24"
    },
    "26": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x59"
    },
    "29": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "30": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "31": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0xAB600169"
    },
    "36": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "EQ",
      "path": "24"
    },
    "37": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x131"
    },
    "40": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "41": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "42": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0xB0EC4BCF"
    },
    "47": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "EQ",
      "path": "24"
    },
    "48": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x151"
    },
    "51": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "52": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "53": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0xD4B27001"
    },
    "58": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "EQ",
      "path": "24"
    },
    "59": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x172"
    },
    "62": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "63": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "64": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0xDEA167D5"
    },
    "69": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "EQ",
      "path": "24"
    },
    "70": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x1AF"
    },
    "73": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "74": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "75": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0xE5A6B10F"
    },
    "80": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "EQ",
      "path": "24"
    },
    "81": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x1C3"
    },
    "84": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "85": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x99"
    },
    "88": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMP",
      "path": "24"
    },
    "89": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "90": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "91": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x98D3228"
    },
    "96": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "EQ",
      "path": "24"
    },
    "97": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xA1"
    },
    "100": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "101": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "102": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x43060237"
    },
    "107": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "EQ",
      "path": "24"
    },
    "108": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xCA"
    },
    "111": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "112": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "113": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x65E29C7E"
    },
    "118": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "EQ",
      "path": "24"
    },
    "119": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xEA"
    },
    "122": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "123": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "DUP1",
      "path": "24"
    },
    "124": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x79502C55"
    },
    "129": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "EQ",
      "path": "24"
    },
    "130": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xFF"
    },
    "133": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "134": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x99"
    },
    "137": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMP",
      "path": "24"
    },
    "138": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "139": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "CALLDATASIZE",
      "path": "24"
    },
    "140": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x99"
    },
    "143": {
      "fn": null,
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "144": {
      "fn": "Proxy.<receive>",
      "offset": [
        2898,
        2909
      ],
      "op": "PUSH2",
      "path": "94",
      "statement": 0,
      "value": "0x97"
    },
    "147": {
      "fn": "Proxy.<receive>",
      "offset": [
        2898,
        2907
      ],
      "op": "PUSH2",
      "path": "94",
      "value": "0x1E1"
    },
    "150": {
      "fn": "Proxy.<receive>",
      "jump": "i",
      "offset": [
        2898,
        2909
      ],
      "op": "JUMP",
      "path": "94"
    },
    "151": {
      "fn": "Proxy.<receive>",
      "offset": [
        2898,
        2909
      ],
      "op": "JUMPDEST",
      "path": "94"
    },
    "152": {
      "offset": [
        4736,
        6296
      ],
      "op": "STOP",
      "path": "24"
    },
    "153": {
      "fn": "Proxy.<receive>",
      "offset": [
        4736,
        6296
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "154": {
      "fn": "Proxy.<fallback>",
      "offset": [
        2675,
        2686
      ],
      "op": "PUSH2",
      "path": "94",
      "statement": 1,
      "value": "0x97"
    },
    "157": {
      "fn": "Proxy.<fallback>",
      "offset": [
        2675,
        2684
      ],
      "op": "PUSH2",
      "path": "94",
      "value": "0x1E1"
    },
    "160": {
      "fn": "Proxy.<fallback>",
      "jump": "i",
      "offset": [
        2675,
        2686
      ],
      "op": "JUMP",
      "path": "94"
    },
    "161": {
      "offset": [
        4787,
        4891
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "162": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "CALLVALUE",
      "path": "24"
    },
    "163": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "DUP1",
      "path": "24"
    },
    "164": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "165": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xAD"
    },
    "168": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "169": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "171": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "DUP1",
      "path": "24"
    },
    "172": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "REVERT",
      "path": "24"
    },
    "173": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "174": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "POP",
      "path": "24"
    },
    "175": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xB7"
    },
    "178": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "180": {
      "op": "NOT"
    },
    "181": {
      "offset": [
        4787,
        4891
      ],
      "op": "DUP2",
      "path": "24"
    },
    "182": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "JUMP",
      "path": "24"
    },
    "183": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "184": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "186": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "187": {
      "op": "SWAP1"
    },
    "188": {
      "op": "DUP2"
    },
    "189": {
      "op": "MSTORE"
    },
    "190": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "192": {
      "op": "ADD"
    },
    "193": {
      "offset": [
        4787,
        4891
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "194": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "196": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "197": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "DUP1",
      "path": "24"
    },
    "198": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "199": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "SUB",
      "path": "24"
    },
    "200": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "201": {
      "fn": "Proxy.<fallback>",
      "offset": [
        4787,
        4891
      ],
      "op": "RETURN",
      "path": "24"
    },
    "202": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "203": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "CALLVALUE",
      "path": "24"
    },
    "204": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "DUP1",
      "path": "24"
    },
    "205": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "206": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xD6"
    },
    "209": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "210": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "212": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "DUP1",
      "path": "24"
    },
    "213": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "REVERT",
      "path": "24"
    },
    "214": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "215": {
      "op": "POP"
    },
    "216": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x97"
    },
    "219": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xE5"
    },
    "222": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "CALLDATASIZE",
      "path": "24"
    },
    "223": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "225": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x625"
    },
    "228": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "jump": "i",
      "offset": [
        5357,
        5881
      ],
      "op": "JUMP",
      "path": "24"
    },
    "229": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "230": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x1FD"
    },
    "233": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "jump": "i",
      "offset": [
        5357,
        5881
      ],
      "op": "JUMP",
      "path": "24"
    },
    "234": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "235": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "CALLVALUE",
      "path": "24"
    },
    "236": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "DUP1",
      "path": "24"
    },
    "237": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "238": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xF6"
    },
    "241": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "242": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "244": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "DUP1",
      "path": "24"
    },
    "245": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "REVERT",
      "path": "24"
    },
    "246": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "247": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "POP",
      "path": "24"
    },
    "248": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xB7"
    },
    "251": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x57F"
    },
    "254": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "jump": "i",
      "offset": [
        6001,
        6110
      ],
      "op": "JUMP",
      "path": "24"
    },
    "255": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "256": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "CALLVALUE",
      "path": "24"
    },
    "257": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "DUP1",
      "path": "24"
    },
    "258": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "259": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x10B"
    },
    "262": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "263": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "265": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "DUP1",
      "path": "24"
    },
    "266": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "REVERT",
      "path": "24"
    },
    "267": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "268": {
      "op": "POP"
    },
    "269": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5341,
        5348
      ],
      "op": "PUSH1",
      "path": "24",
      "statement": 2,
      "value": "0x2"
    },
    "271": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5341,
        5348
      ],
      "op": "SLOAD",
      "path": "24"
    },
    "272": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "274": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "276": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "278": {
      "op": "SHL"
    },
    "279": {
      "op": "SUB"
    },
    "280": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5341,
        5348
      ],
      "op": "AND",
      "path": "24"
    },
    "281": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "282": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "284": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "285": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "287": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "289": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "291": {
      "op": "SHL"
    },
    "292": {
      "op": "SUB"
    },
    "293": {
      "op": "SWAP1"
    },
    "294": {
      "op": "SWAP2"
    },
    "295": {
      "op": "AND"
    },
    "296": {
      "op": "DUP2"
    },
    "297": {
      "op": "MSTORE"
    },
    "298": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "300": {
      "op": "ADD"
    },
    "301": {
      "fn": "PolicyPoolMockForward.config",
      "offset": [
        5268,
        5353
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xC1"
    },
    "304": {
      "op": "JUMP"
    },
    "305": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "306": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "CALLVALUE",
      "path": "24"
    },
    "307": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "DUP1",
      "path": "24"
    },
    "308": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "309": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x13D"
    },
    "312": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "313": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "315": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "DUP1",
      "path": "24"
    },
    "316": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "REVERT",
      "path": "24"
    },
    "317": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "318": {
      "op": "POP"
    },
    "319": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x97"
    },
    "322": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x14C"
    },
    "325": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "CALLDATASIZE",
      "path": "24"
    },
    "326": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "328": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x6B5"
    },
    "331": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "jump": "i",
      "offset": [
        5932,
        5997
      ],
      "op": "JUMP",
      "path": "24"
    },
    "332": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "333": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "offset": [
        5932,
        5997
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x57A"
    },
    "336": {
      "fn": "PolicyPoolMockForward.assetEarnings",
      "jump": "i",
      "offset": [
        5932,
        5997
      ],
      "op": "JUMP",
      "path": "24"
    },
    "337": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "338": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "CALLVALUE",
      "path": "24"
    },
    "339": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "DUP1",
      "path": "24"
    },
    "340": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "341": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x15D"
    },
    "344": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "345": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "347": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "DUP1",
      "path": "24"
    },
    "348": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "REVERT",
      "path": "24"
    },
    "349": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "350": {
      "op": "POP"
    },
    "351": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x119"
    },
    "354": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x16C"
    },
    "357": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "CALLDATASIZE",
      "path": "24"
    },
    "358": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "360": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x683"
    },
    "363": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "jump": "i",
      "offset": [
        6195,
        6294
      ],
      "op": "JUMP",
      "path": "24"
    },
    "364": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "365": {
      "op": "POP"
    },
    "366": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6248,
        6255
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "368": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6248,
        6255
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "369": {
      "fn": "PolicyPoolMockForward.getETokenAt",
      "offset": [
        6195,
        6294
      ],
      "op": "JUMP",
      "path": "24"
    },
    "370": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "JUMPDEST",
      "path": "19"
    },
    "371": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "CALLVALUE",
      "path": "19"
    },
    "372": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "DUP1",
      "path": "19"
    },
    "373": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "ISZERO",
      "path": "19"
    },
    "374": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "PUSH2",
      "path": "19",
      "value": "0x17E"
    },
    "377": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "JUMPI",
      "path": "19"
    },
    "378": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "PUSH1",
      "path": "19",
      "value": "0x0"
    },
    "380": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "DUP1",
      "path": "19"
    },
    "381": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "REVERT",
      "path": "19"
    },
    "382": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "JUMPDEST",
      "path": "19"
    },
    "383": {
      "op": "POP"
    },
    "384": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "PUSH2",
      "path": "19",
      "value": "0x97"
    },
    "387": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "PUSH2",
      "path": "19",
      "value": "0x18D"
    },
    "390": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "CALLDATASIZE",
      "path": "19"
    },
    "391": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "PUSH1",
      "path": "19",
      "value": "0x4"
    },
    "393": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "PUSH2",
      "path": "19",
      "value": "0x625"
    },
    "396": {
      "fn": "ForwardProxy.setForwardTo",
      "jump": "i",
      "offset": [
        2072,
        2155
      ],
      "op": "JUMP",
      "path": "19"
    },
    "397": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "JUMPDEST",
      "path": "19"
    },
    "398": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2138
      ],
      "op": "PUSH1",
      "path": "19",
      "statement": 3,
      "value": "0x0"
    },
    "400": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "DUP1",
      "path": "19"
    },
    "401": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "SLOAD",
      "path": "19"
    },
    "402": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "404": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "406": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "408": {
      "op": "SHL"
    },
    "409": {
      "op": "SUB"
    },
    "410": {
      "op": "NOT"
    },
    "411": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "AND",
      "path": "19"
    },
    "412": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "414": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "416": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "418": {
      "op": "SHL"
    },
    "419": {
      "op": "SUB"
    },
    "420": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "SWAP3",
      "path": "19"
    },
    "421": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "SWAP1",
      "path": "19"
    },
    "422": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "SWAP3",
      "path": "19"
    },
    "423": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "AND",
      "path": "19"
    },
    "424": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "SWAP2",
      "path": "19"
    },
    "425": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "SWAP1",
      "path": "19"
    },
    "426": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "SWAP2",
      "path": "19"
    },
    "427": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "OR",
      "path": "19"
    },
    "428": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "SWAP1",
      "path": "19"
    },
    "429": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2128,
        2150
      ],
      "op": "SSTORE",
      "path": "19"
    },
    "430": {
      "fn": "ForwardProxy.setForwardTo",
      "offset": [
        2072,
        2155
      ],
      "op": "JUMP",
      "path": "19"
    },
    "431": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "432": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "CALLVALUE",
      "path": "24"
    },
    "433": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "DUP1",
      "path": "24"
    },
    "434": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "435": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x1BB"
    },
    "438": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "439": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "441": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "DUP1",
      "path": "24"
    },
    "442": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "REVERT",
      "path": "24"
    },
    "443": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "444": {
      "op": "POP"
    },
    "445": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6163,
        6170
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "447": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0xB7"
    },
    "450": {
      "fn": "PolicyPoolMockForward.getETokenCount",
      "offset": [
        6114,
        6191
      ],
      "op": "JUMP",
      "path": "24"
    },
    "451": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "452": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "CALLVALUE",
      "path": "24"
    },
    "453": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "DUP1",
      "path": "24"
    },
    "454": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "455": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x1CF"
    },
    "458": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "459": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "461": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "DUP1",
      "path": "24"
    },
    "462": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "REVERT",
      "path": "24"
    },
    "463": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "464": {
      "op": "POP"
    },
    "465": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5250,
        5259
      ],
      "op": "PUSH1",
      "path": "24",
      "statement": 4,
      "value": "0x1"
    },
    "467": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5250,
        5259
      ],
      "op": "SLOAD",
      "path": "24"
    },
    "468": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "470": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "472": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "474": {
      "op": "SHL"
    },
    "475": {
      "op": "SUB"
    },
    "476": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5250,
        5259
      ],
      "op": "AND",
      "path": "24"
    },
    "477": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x119"
    },
    "480": {
      "fn": "PolicyPoolMockForward.currency",
      "offset": [
        5178,
        5264
      ],
      "op": "JUMP",
      "path": "24"
    },
    "481": {
      "fn": "Proxy._fallback",
      "offset": [
        2322,
        2432
      ],
      "op": "JUMPDEST",
      "path": "94"
    },
    "482": {
      "fn": "Proxy._fallback",
      "offset": [
        2397,
        2425
      ],
      "op": "PUSH2",
      "path": "94",
      "statement": 5,
      "value": "0x1FB"
    },
    "485": {
      "fn": "Proxy._fallback",
      "offset": [
        2407,
        2424
      ],
      "op": "PUSH2",
      "path": "94",
      "value": "0x1F6"
    },
    "488": {
      "fn": "ForwardProxy._implementation",
      "offset": [
        2031,
        2038
      ],
      "op": "PUSH1",
      "path": "19",
      "value": "0x0"
    },
    "490": {
      "fn": "ForwardProxy._implementation",
      "offset": [
        2053,
        2063
      ],
      "op": "SLOAD",
      "path": "19",
      "statement": 6
    },
    "491": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "493": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "495": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "497": {
      "op": "SHL"
    },
    "498": {
      "op": "SUB"
    },
    "499": {
      "fn": "ForwardProxy._implementation",
      "offset": [
        2053,
        2063
      ],
      "op": "AND",
      "path": "19"
    },
    "500": {
      "fn": "ForwardProxy._implementation",
      "offset": [
        2053,
        2063
      ],
      "op": "SWAP1",
      "path": "19"
    },
    "501": {
      "fn": "ForwardProxy._implementation",
      "offset": [
        1964,
        2068
      ],
      "op": "JUMP",
      "path": "19"
    },
    "502": {
      "fn": "Proxy._fallback",
      "offset": [
        2407,
        2424
      ],
      "op": "JUMPDEST",
      "path": "94"
    },
    "503": {
      "fn": "Proxy._fallback",
      "offset": [
        2397,
        2406
      ],
      "op": "PUSH2",
      "path": "94",
      "value": "0x600"
    },
    "506": {
      "fn": "Proxy._fallback",
      "jump": "i",
      "offset": [
        2397,
        2425
      ],
      "op": "JUMP",
      "path": "94"
    },
    "507": {
      "fn": "Proxy._fallback",
      "offset": [
        2397,
        2425
      ],
      "op": "JUMPDEST",
      "path": "94"
    },
    "508": {
      "fn": "Proxy._fallback",
      "jump": "o",
      "offset": [
        2322,
        2432
      ],
      "op": "JUMP",
      "path": "94"
    },
    "509": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "510": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5458,
        5465
      ],
      "op": "PUSH1",
      "path": "24",
      "statement": 7,
      "value": "0x2"
    },
    "512": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5458,
        5465
      ],
      "op": "SLOAD",
      "path": "24"
    },
    "513": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "515": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "517": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "519": {
      "op": "SHL"
    },
    "520": {
      "op": "SUB"
    },
    "521": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5458,
        5465
      ],
      "op": "AND",
      "path": "24"
    },
    "522": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5436,
        5446
      ],
      "op": "CALLER",
      "path": "24"
    },
    "523": {
      "branch": 12,
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5436,
        5466
      ],
      "op": "EQ",
      "path": "24"
    },
    "524": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x275"
    },
    "527": {
      "branch": 12,
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "528": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "530": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "531": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "535": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "537": {
      "op": "SHL"
    },
    "538": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "DUP2",
      "path": "24"
    },
    "539": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "540": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "542": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "544": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "DUP3",
      "path": "24"
    },
    "545": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "ADD",
      "path": "24"
    },
    "546": {
      "op": "MSTORE"
    },
    "547": {
      "op": "PUSH1",
      "value": "0x31"
    },
    "549": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "551": {
      "op": "DUP3"
    },
    "552": {
      "op": "ADD"
    },
    "553": {
      "op": "MSTORE"
    },
    "554": {
      "op": "PUSH32",
      "value": "0x4F6E6C792074686520506F6C696379506F6F6C436F6E6669672063616E206368"
    },
    "587": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "589": {
      "op": "DUP3"
    },
    "590": {
      "op": "ADD"
    },
    "591": {
      "op": "MSTORE"
    },
    "592": {
      "op": "PUSH17",
      "value": "0x30B733B29030B9B9B2BA26B0B730B3B2B9"
    },
    "610": {
      "op": "PUSH1",
      "value": "0x79"
    },
    "612": {
      "op": "SHL"
    },
    "613": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "615": {
      "op": "DUP3"
    },
    "616": {
      "op": "ADD"
    },
    "617": {
      "op": "MSTORE"
    },
    "618": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "620": {
      "op": "ADD"
    },
    "621": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "623": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "624": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "DUP1",
      "path": "24"
    },
    "625": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "626": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "SUB",
      "path": "24"
    },
    "627": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "628": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "REVERT",
      "optimizer_revert": true,
      "path": "24"
    },
    "629": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5428,
        5520
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "630": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5545
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x2"
    },
    "632": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5545
      ],
      "op": "SLOAD",
      "path": "24"
    },
    "633": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "635": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP1",
      "path": "24"
    },
    "636": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "637": {
      "op": "PUSH4",
      "value": "0x94217AD1"
    },
    "642": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "644": {
      "op": "SHL"
    },
    "645": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP2",
      "path": "24"
    },
    "646": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "647": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "648": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "649": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5573,
        5574
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "651": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5573,
        5574
      ],
      "op": "SWAP3",
      "path": "24"
    },
    "652": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "654": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "656": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "658": {
      "op": "SHL"
    },
    "659": {
      "op": "SUB"
    },
    "660": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5545
      ],
      "op": "AND",
      "path": "24"
    },
    "661": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5545
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "662": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5558
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x94217AD1"
    },
    "667": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5558
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "668": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "670": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP1",
      "path": "24"
    },
    "671": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP4",
      "path": "24"
    },
    "672": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "ADD",
      "path": "24"
    },
    "673": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SWAP3",
      "path": "24"
    },
    "674": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x20"
    },
    "676": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SWAP3",
      "path": "24"
    },
    "677": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "678": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "679": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP3",
      "path": "24"
    },
    "680": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "681": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SUB",
      "path": "24"
    },
    "682": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "ADD",
      "path": "24"
    },
    "683": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP2",
      "path": "24"
    },
    "684": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5545
      ],
      "op": "DUP7",
      "path": "24"
    },
    "685": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP1",
      "path": "24"
    },
    "686": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "EXTCODESIZE",
      "path": "24"
    },
    "687": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "688": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP1",
      "path": "24"
    },
    "689": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "690": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x2BA"
    },
    "693": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "694": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "696": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP1",
      "path": "24"
    },
    "697": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "REVERT",
      "path": "24"
    },
    "698": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "699": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "POP",
      "path": "24"
    },
    "700": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "GAS",
      "path": "24"
    },
    "701": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "STATICCALL",
      "path": "24"
    },
    "702": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "703": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP1",
      "path": "24"
    },
    "704": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "705": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x2CE"
    },
    "708": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "709": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "710": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "712": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP1",
      "path": "24"
    },
    "713": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "RETURNDATACOPY",
      "path": "24"
    },
    "714": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "715": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "717": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "REVERT",
      "path": "24"
    },
    "718": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "719": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "POP",
      "path": "24"
    },
    "720": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "POP",
      "path": "24"
    },
    "721": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "POP",
      "path": "24"
    },
    "722": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "POP",
      "path": "24"
    },
    "723": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "725": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "726": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "727": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "729": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "NOT",
      "path": "24"
    },
    "730": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "732": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP3",
      "path": "24"
    },
    "733": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "ADD",
      "path": "24"
    },
    "734": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "AND",
      "path": "24"
    },
    "735": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP3",
      "path": "24"
    },
    "736": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "ADD",
      "path": "24"
    },
    "737": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP1",
      "path": "24"
    },
    "738": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "740": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "741": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "POP",
      "path": "24"
    },
    "742": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "DUP2",
      "path": "24"
    },
    "743": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "ADD",
      "path": "24"
    },
    "744": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "745": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x2F2"
    },
    "748": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "749": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "750": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x666"
    },
    "753": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "jump": "i",
      "offset": [
        5538,
        5560
      ],
      "op": "JUMP",
      "path": "24"
    },
    "754": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5538,
        5560
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "755": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "757": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "759": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "761": {
      "op": "SHL"
    },
    "762": {
      "op": "SUB"
    },
    "763": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5530,
        5575
      ],
      "op": "AND",
      "path": "24"
    },
    "764": {
      "branch": 13,
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5530,
        5575
      ],
      "op": "EQ",
      "path": "24"
    },
    "765": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5526,
        5751
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x4E4"
    },
    "768": {
      "branch": 13,
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5526,
        5751
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "769": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "PUSH1",
      "path": "24",
      "statement": 8,
      "value": "0x2"
    },
    "771": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "773": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "774": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "SLOAD",
      "path": "24"
    },
    "775": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "776": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x100"
    },
    "779": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "EXP",
      "path": "24"
    },
    "780": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "781": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "DIV",
      "path": "24"
    },
    "782": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "784": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "786": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "788": {
      "op": "SHL"
    },
    "789": {
      "op": "SUB"
    },
    "790": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5592
      ],
      "op": "AND",
      "path": "24"
    },
    "791": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "793": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "795": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "797": {
      "op": "SHL"
    },
    "798": {
      "op": "SUB"
    },
    "799": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5605
      ],
      "op": "AND",
      "path": "24"
    },
    "800": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5605
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x94217AD1"
    },
    "805": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "807": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "808": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP2",
      "path": "24"
    },
    "809": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0xFFFFFFFF"
    },
    "814": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "AND",
      "path": "24"
    },
    "815": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0xE0"
    },
    "817": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "SHL",
      "path": "24"
    },
    "818": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP2",
      "path": "24"
    },
    "819": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "820": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "822": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "ADD",
      "path": "24"
    },
    "823": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x20"
    },
    "825": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "827": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "828": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP1",
      "path": "24"
    },
    "829": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP4",
      "path": "24"
    },
    "830": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "SUB",
      "path": "24"
    },
    "831": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP2",
      "path": "24"
    },
    "832": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP7",
      "path": "24"
    },
    "833": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP1",
      "path": "24"
    },
    "834": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "EXTCODESIZE",
      "path": "24"
    },
    "835": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "836": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP1",
      "path": "24"
    },
    "837": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "838": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x34E"
    },
    "841": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "842": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "844": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP1",
      "path": "24"
    },
    "845": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "REVERT",
      "path": "24"
    },
    "846": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "847": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "POP",
      "path": "24"
    },
    "848": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "GAS",
      "path": "24"
    },
    "849": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "STATICCALL",
      "path": "24"
    },
    "850": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "851": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP1",
      "path": "24"
    },
    "852": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "853": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x362"
    },
    "856": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "857": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "858": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "860": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP1",
      "path": "24"
    },
    "861": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "RETURNDATACOPY",
      "path": "24"
    },
    "862": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "863": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "865": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "REVERT",
      "path": "24"
    },
    "866": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "867": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "POP",
      "path": "24"
    },
    "868": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "POP",
      "path": "24"
    },
    "869": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "POP",
      "path": "24"
    },
    "870": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "POP",
      "path": "24"
    },
    "871": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "873": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "874": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "875": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "877": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "NOT",
      "path": "24"
    },
    "878": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "880": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP3",
      "path": "24"
    },
    "881": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "ADD",
      "path": "24"
    },
    "882": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "AND",
      "path": "24"
    },
    "883": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP3",
      "path": "24"
    },
    "884": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "ADD",
      "path": "24"
    },
    "885": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP1",
      "path": "24"
    },
    "886": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "888": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "889": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "POP",
      "path": "24"
    },
    "890": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "DUP2",
      "path": "24"
    },
    "891": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "ADD",
      "path": "24"
    },
    "892": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "893": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x386"
    },
    "896": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "897": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "898": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x666"
    },
    "901": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "jump": "i",
      "offset": [
        5585,
        5607
      ],
      "op": "JUMP",
      "path": "24"
    },
    "902": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5607
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "903": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "905": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "907": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "909": {
      "op": "SHL"
    },
    "910": {
      "op": "SUB"
    },
    "911": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5619
      ],
      "op": "AND",
      "path": "24"
    },
    "912": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5619
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0xCEC16F3F"
    },
    "917": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "919": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "920": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP2",
      "path": "24"
    },
    "921": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0xFFFFFFFF"
    },
    "926": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "AND",
      "path": "24"
    },
    "927": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0xE0"
    },
    "929": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "SHL",
      "path": "24"
    },
    "930": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP2",
      "path": "24"
    },
    "931": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "932": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "934": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "ADD",
      "path": "24"
    },
    "935": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "937": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "939": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "940": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP1",
      "path": "24"
    },
    "941": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP4",
      "path": "24"
    },
    "942": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "SUB",
      "path": "24"
    },
    "943": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP2",
      "path": "24"
    },
    "944": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "946": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP8",
      "path": "24"
    },
    "947": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP1",
      "path": "24"
    },
    "948": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "EXTCODESIZE",
      "path": "24"
    },
    "949": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "950": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP1",
      "path": "24"
    },
    "951": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "952": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x3C0"
    },
    "955": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "956": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "958": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP1",
      "path": "24"
    },
    "959": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "REVERT",
      "path": "24"
    },
    "960": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "961": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "POP",
      "path": "24"
    },
    "962": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "GAS",
      "path": "24"
    },
    "963": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "CALL",
      "path": "24"
    },
    "964": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "965": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP1",
      "path": "24"
    },
    "966": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "967": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x3D4"
    },
    "970": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "971": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "972": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "974": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "DUP1",
      "path": "24"
    },
    "975": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "RETURNDATACOPY",
      "path": "24"
    },
    "976": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "977": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "979": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "REVERT",
      "path": "24"
    },
    "980": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5585,
        5621
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "981": {
      "op": "POP"
    },
    "982": {
      "op": "POP"
    },
    "983": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5661
      ],
      "op": "PUSH1",
      "path": "24",
      "statement": 9,
      "value": "0x1"
    },
    "985": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5661
      ],
      "op": "SLOAD",
      "path": "24"
    },
    "986": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5685
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x2"
    },
    "988": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5685
      ],
      "op": "SLOAD",
      "path": "24"
    },
    "989": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "991": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP1",
      "path": "24"
    },
    "992": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "993": {
      "op": "PUSH4",
      "value": "0x94217AD1"
    },
    "998": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "1000": {
      "op": "SHL"
    },
    "1001": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1002": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "1003": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1004": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1005": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1007": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1009": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1011": {
      "op": "SHL"
    },
    "1012": {
      "op": "SUB"
    },
    "1013": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5661
      ],
      "op": "SWAP4",
      "path": "24"
    },
    "1014": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5661
      ],
      "op": "DUP5",
      "path": "24"
    },
    "1015": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5661
      ],
      "op": "AND",
      "path": "24"
    },
    "1016": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5661
      ],
      "op": "SWAP6",
      "path": "24"
    },
    "1017": {
      "op": "POP"
    },
    "1018": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5669
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x95EA7B3"
    },
    "1023": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5669
      ],
      "op": "SWAP5",
      "path": "24"
    },
    "1024": {
      "op": "POP"
    },
    "1025": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5685
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1026": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5685
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1027": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5685
      ],
      "op": "SWAP3",
      "path": "24"
    },
    "1028": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5685
      ],
      "op": "AND",
      "path": "24"
    },
    "1029": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5685
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1030": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5698
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x94217AD1"
    },
    "1035": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5698
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1036": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "1038": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1039": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP4",
      "path": "24"
    },
    "1040": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "ADD",
      "path": "24"
    },
    "1041": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SWAP3",
      "path": "24"
    },
    "1042": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x20"
    },
    "1044": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SWAP3",
      "path": "24"
    },
    "1045": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1046": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1047": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1048": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1049": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SUB",
      "path": "24"
    },
    "1050": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "ADD",
      "path": "24"
    },
    "1051": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1052": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5685
      ],
      "op": "DUP7",
      "path": "24"
    },
    "1053": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1054": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "EXTCODESIZE",
      "path": "24"
    },
    "1055": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1056": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1057": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1058": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x42A"
    },
    "1061": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "1062": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1064": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1065": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "REVERT",
      "path": "24"
    },
    "1066": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1067": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "POP",
      "path": "24"
    },
    "1068": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "GAS",
      "path": "24"
    },
    "1069": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "STATICCALL",
      "path": "24"
    },
    "1070": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1071": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1072": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1073": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x43E"
    },
    "1076": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "1077": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1078": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1080": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1081": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "RETURNDATACOPY",
      "path": "24"
    },
    "1082": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1083": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1085": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "REVERT",
      "path": "24"
    },
    "1086": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1087": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "POP",
      "path": "24"
    },
    "1088": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "POP",
      "path": "24"
    },
    "1089": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "POP",
      "path": "24"
    },
    "1090": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "POP",
      "path": "24"
    },
    "1091": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1093": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1094": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1095": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "1097": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "NOT",
      "path": "24"
    },
    "1098": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "1100": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1101": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "ADD",
      "path": "24"
    },
    "1102": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "AND",
      "path": "24"
    },
    "1103": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1104": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "ADD",
      "path": "24"
    },
    "1105": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1106": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1108": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "1109": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "POP",
      "path": "24"
    },
    "1110": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1111": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "ADD",
      "path": "24"
    },
    "1112": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1113": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x462"
    },
    "1116": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1117": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1118": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x666"
    },
    "1121": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "jump": "i",
      "offset": [
        5678,
        5700
      ],
      "op": "JUMP",
      "path": "24"
    },
    "1122": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5678,
        5700
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1123": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1125": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1126": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1128": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1130": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "1132": {
      "op": "SHL"
    },
    "1133": {
      "op": "SUB"
    },
    "1134": {
      "op": "NOT"
    },
    "1135": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0xE0"
    },
    "1137": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP5",
      "path": "24"
    },
    "1138": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1139": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "SHL",
      "path": "24"
    },
    "1140": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "AND",
      "path": "24"
    },
    "1141": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1142": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "1143": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1145": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1147": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1149": {
      "op": "SHL"
    },
    "1150": {
      "op": "SUB"
    },
    "1151": {
      "op": "SWAP1"
    },
    "1152": {
      "op": "SWAP2"
    },
    "1153": {
      "op": "AND"
    },
    "1154": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "1156": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1157": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "ADD",
      "path": "24"
    },
    "1158": {
      "op": "MSTORE"
    },
    "1159": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5703,
        5704
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1161": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1163": {
      "op": "DUP3"
    },
    "1164": {
      "op": "ADD"
    },
    "1165": {
      "op": "MSTORE"
    },
    "1166": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1168": {
      "op": "ADD"
    },
    "1169": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x20"
    },
    "1171": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1173": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1174": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1175": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP4",
      "path": "24"
    },
    "1176": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "SUB",
      "path": "24"
    },
    "1177": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1178": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1180": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP8",
      "path": "24"
    },
    "1181": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1182": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "EXTCODESIZE",
      "path": "24"
    },
    "1183": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1184": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1185": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1186": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x4AA"
    },
    "1189": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "1190": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1192": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1193": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "REVERT",
      "path": "24"
    },
    "1194": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1195": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "POP",
      "path": "24"
    },
    "1196": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "GAS",
      "path": "24"
    },
    "1197": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "CALL",
      "path": "24"
    },
    "1198": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1199": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1200": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1201": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x4BE"
    },
    "1204": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "1205": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1206": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1208": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1209": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "RETURNDATACOPY",
      "path": "24"
    },
    "1210": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1211": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1213": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "REVERT",
      "path": "24"
    },
    "1214": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1215": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "POP",
      "path": "24"
    },
    "1216": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "POP",
      "path": "24"
    },
    "1217": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "POP",
      "path": "24"
    },
    "1218": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "POP",
      "path": "24"
    },
    "1219": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1221": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1222": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1223": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "1225": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "NOT",
      "path": "24"
    },
    "1226": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "1228": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1229": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "ADD",
      "path": "24"
    },
    "1230": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "AND",
      "path": "24"
    },
    "1231": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1232": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "ADD",
      "path": "24"
    },
    "1233": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1234": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1236": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "1237": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "POP",
      "path": "24"
    },
    "1238": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1239": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "ADD",
      "path": "24"
    },
    "1240": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1241": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x4E2"
    },
    "1244": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1245": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1246": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x649"
    },
    "1249": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "jump": "i",
      "offset": [
        5652,
        5705
      ],
      "op": "JUMP",
      "path": "24"
    },
    "1250": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1251": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5652,
        5705
      ],
      "op": "POP",
      "path": "24"
    },
    "1252": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5526,
        5751
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1253": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1255": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1257": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1259": {
      "op": "SHL"
    },
    "1260": {
      "op": "SUB"
    },
    "1261": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5760,
        5798
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1262": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5760,
        5798
      ],
      "op": "AND",
      "path": "24"
    },
    "1263": {
      "branch": 14,
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5760,
        5798
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1264": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5756,
        5877
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x57C"
    },
    "1267": {
      "branch": 14,
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5756,
        5877
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "1268": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5817
      ],
      "op": "PUSH1",
      "path": "24",
      "statement": 10,
      "value": "0x1"
    },
    "1270": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5817
      ],
      "op": "SLOAD",
      "path": "24"
    },
    "1271": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1273": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1274": {
      "op": "PUSH4",
      "value": "0x95EA7B3"
    },
    "1279": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "1281": {
      "op": "SHL"
    },
    "1282": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1283": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "1284": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1286": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1288": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1290": {
      "op": "SHL"
    },
    "1291": {
      "op": "SUB"
    },
    "1292": {
      "op": "DUP4"
    },
    "1293": {
      "op": "DUP2"
    },
    "1294": {
      "op": "AND"
    },
    "1295": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "1297": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP4",
      "path": "24"
    },
    "1298": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "ADD",
      "path": "24"
    },
    "1299": {
      "op": "MSTORE"
    },
    "1300": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1302": {
      "op": "NOT"
    },
    "1303": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1305": {
      "op": "DUP4"
    },
    "1306": {
      "op": "ADD"
    },
    "1307": {
      "op": "MSTORE"
    },
    "1308": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5817
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1309": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5817
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1310": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5817
      ],
      "op": "AND",
      "path": "24"
    },
    "1311": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5817
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1312": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5825
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x95EA7B3"
    },
    "1317": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5825
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1318": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1320": {
      "op": "ADD"
    },
    "1321": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x20"
    },
    "1323": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1325": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1326": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1327": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP4",
      "path": "24"
    },
    "1328": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "SUB",
      "path": "24"
    },
    "1329": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1330": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1332": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP8",
      "path": "24"
    },
    "1333": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1334": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "EXTCODESIZE",
      "path": "24"
    },
    "1335": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1336": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1337": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1338": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x542"
    },
    "1341": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "1342": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1344": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1345": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "REVERT",
      "path": "24"
    },
    "1346": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1347": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "POP",
      "path": "24"
    },
    "1348": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "GAS",
      "path": "24"
    },
    "1349": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "CALL",
      "path": "24"
    },
    "1350": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1351": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1352": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1353": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x556"
    },
    "1356": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "1357": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1358": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1360": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1361": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "RETURNDATACOPY",
      "path": "24"
    },
    "1362": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1363": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1365": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "REVERT",
      "path": "24"
    },
    "1366": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1367": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "POP",
      "path": "24"
    },
    "1368": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "POP",
      "path": "24"
    },
    "1369": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "POP",
      "path": "24"
    },
    "1370": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "POP",
      "path": "24"
    },
    "1371": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1373": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1374": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1375": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "1377": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "NOT",
      "path": "24"
    },
    "1378": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "1380": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1381": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "ADD",
      "path": "24"
    },
    "1382": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "AND",
      "path": "24"
    },
    "1383": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1384": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "ADD",
      "path": "24"
    },
    "1385": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1386": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1388": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "1389": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "POP",
      "path": "24"
    },
    "1390": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1391": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "ADD",
      "path": "24"
    },
    "1392": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1393": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x57A"
    },
    "1396": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1397": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1398": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x649"
    },
    "1401": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "jump": "i",
      "offset": [
        5808,
        5870
      ],
      "op": "JUMP",
      "path": "24"
    },
    "1402": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1403": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5808,
        5870
      ],
      "op": "POP",
      "path": "24"
    },
    "1404": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5756,
        5877
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1405": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "offset": [
        5357,
        5881
      ],
      "op": "POP",
      "path": "24"
    },
    "1406": {
      "fn": "PolicyPoolMockForward.setAssetManager",
      "jump": "o",
      "offset": [
        5357,
        5881
      ],
      "op": "JUMP",
      "path": "24"
    },
    "1407": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1408": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6080
      ],
      "op": "PUSH1",
      "path": "24",
      "statement": 11,
      "value": "0x1"
    },
    "1410": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6080
      ],
      "op": "SLOAD",
      "path": "24"
    },
    "1411": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1413": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1414": {
      "op": "PUSH4",
      "value": "0x70A08231"
    },
    "1419": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "1421": {
      "op": "SHL"
    },
    "1422": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1423": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "1424": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6099,
        6103
      ],
      "op": "ADDRESS",
      "path": "24"
    },
    "1425": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x4"
    },
    "1427": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1428": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "ADD",
      "path": "24"
    },
    "1429": {
      "op": "MSTORE"
    },
    "1430": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6049,
        6056
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1432": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6049,
        6056
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1433": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1435": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1437": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1439": {
      "op": "SHL"
    },
    "1440": {
      "op": "SUB"
    },
    "1441": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6080
      ],
      "op": "AND",
      "path": "24"
    },
    "1442": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6080
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1443": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6090
      ],
      "op": "PUSH4",
      "path": "24",
      "value": "0x70A08231"
    },
    "1448": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6090
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1449": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1451": {
      "op": "ADD"
    },
    "1452": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x20"
    },
    "1454": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1456": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1457": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1458": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP4",
      "path": "24"
    },
    "1459": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "SUB",
      "path": "24"
    },
    "1460": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1461": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP7",
      "path": "24"
    },
    "1462": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1463": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "EXTCODESIZE",
      "path": "24"
    },
    "1464": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1465": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1466": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1467": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x5C3"
    },
    "1470": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "1471": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1473": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1474": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "REVERT",
      "path": "24"
    },
    "1475": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1476": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "POP",
      "path": "24"
    },
    "1477": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "GAS",
      "path": "24"
    },
    "1478": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "STATICCALL",
      "path": "24"
    },
    "1479": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1480": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1481": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "ISZERO",
      "path": "24"
    },
    "1482": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x5D7"
    },
    "1485": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "JUMPI",
      "path": "24"
    },
    "1486": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1487": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1489": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1490": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "RETURNDATACOPY",
      "path": "24"
    },
    "1491": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1492": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x0"
    },
    "1494": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "REVERT",
      "path": "24"
    },
    "1495": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1496": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "POP",
      "path": "24"
    },
    "1497": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "POP",
      "path": "24"
    },
    "1498": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "POP",
      "path": "24"
    },
    "1499": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "POP",
      "path": "24"
    },
    "1500": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1502": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "MLOAD",
      "path": "24"
    },
    "1503": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "RETURNDATASIZE",
      "path": "24"
    },
    "1504": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "1506": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "NOT",
      "path": "24"
    },
    "1507": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x1F"
    },
    "1509": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1510": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "ADD",
      "path": "24"
    },
    "1511": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "AND",
      "path": "24"
    },
    "1512": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP3",
      "path": "24"
    },
    "1513": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "ADD",
      "path": "24"
    },
    "1514": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP1",
      "path": "24"
    },
    "1515": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH1",
      "path": "24",
      "value": "0x40"
    },
    "1517": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "MSTORE",
      "path": "24"
    },
    "1518": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "POP",
      "path": "24"
    },
    "1519": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "DUP2",
      "path": "24"
    },
    "1520": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "ADD",
      "path": "24"
    },
    "1521": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1522": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x5FB"
    },
    "1525": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "SWAP2",
      "path": "24"
    },
    "1526": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1527": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "PUSH2",
      "path": "24",
      "value": "0x69C"
    },
    "1530": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "jump": "i",
      "offset": [
        6071,
        6105
      ],
      "op": "JUMP",
      "path": "24"
    },
    "1531": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6071,
        6105
      ],
      "op": "JUMPDEST",
      "path": "24"
    },
    "1532": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6064,
        6105
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1533": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6064,
        6105
      ],
      "op": "POP",
      "path": "24"
    },
    "1534": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "offset": [
        6001,
        6110
      ],
      "op": "SWAP1",
      "path": "24"
    },
    "1535": {
      "fn": "PolicyPoolMockForward.getInvestable",
      "jump": "o",
      "offset": [
        6001,
        6110
      ],
      "op": "JUMP",
      "path": "24"
    },
    "1536": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        872,
        1791
      ],
      "op": "JUMPDEST",
      "path": "19"
    },
    "1537": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1243,
        1257
      ],
      "op": "CALLDATASIZE",
      "path": "19"
    },
    "1538": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1240,
        1241
      ],
      "op": "PUSH1",
      "path": "19",
      "value": "0x0"
    },
    "1540": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1237,
        1238
      ],
      "op": "DUP1",
      "path": "19"
    },
    "1541": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1224,
        1258
      ],
      "op": "CALLDATACOPY",
      "path": "19"
    },
    "1542": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1518,
        1519
      ],
      "op": "PUSH1",
      "path": "19",
      "value": "0x0"
    },
    "1544": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1515,
        1516
      ],
      "op": "DUP1",
      "path": "19"
    },
    "1545": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1499,
        1513
      ],
      "op": "CALLDATASIZE",
      "path": "19"
    },
    "1546": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1496,
        1497
      ],
      "op": "PUSH1",
      "path": "19",
      "value": "0x0"
    },
    "1548": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1493,
        1494
      ],
      "op": "DUP1",
      "path": "19"
    },
    "1549": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1477,
        1491
      ],
      "op": "DUP6",
      "path": "19"
    },
    "1550": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1470,
        1475
      ],
      "op": "GAS",
      "path": "19"
    },
    "1551": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1465,
        1520
      ],
      "op": "CALL",
      "path": "19"
    },
    "1552": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1582,
        1598
      ],
      "op": "RETURNDATASIZE",
      "path": "19"
    },
    "1553": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1579,
        1580
      ],
      "op": "PUSH1",
      "path": "19",
      "value": "0x0"
    },
    "1555": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1576,
        1577
      ],
      "op": "DUP1",
      "path": "19"
    },
    "1556": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1561,
        1599
      ],
      "op": "RETURNDATACOPY",
      "path": "19"
    },
    "1557": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1614,
        1620
      ],
      "op": "DUP1",
      "path": "19"
    },
    "1558": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1669,
        1721
      ],
      "op": "DUP1",
      "path": "19"
    },
    "1559": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1669,
        1721
      ],
      "op": "ISZERO",
      "path": "19"
    },
    "1560": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1669,
        1721
      ],
      "op": "PUSH2",
      "path": "19",
      "value": "0x620"
    },
    "1563": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1669,
        1721
      ],
      "op": "JUMPI",
      "path": "19"
    },
    "1564": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1756,
        1772
      ],
      "op": "RETURNDATASIZE",
      "path": "19"
    },
    "1565": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1753,
        1754
      ],
      "op": "PUSH1",
      "path": "19",
      "value": "0x0"
    },
    "1567": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1746,
        1773
      ],
      "op": "RETURN",
      "path": "19"
    },
    "1568": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1669,
        1721
      ],
      "op": "JUMPDEST",
      "path": "19"
    },
    "1569": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1696,
        1712
      ],
      "op": "RETURNDATASIZE",
      "path": "19"
    },
    "1570": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1693,
        1694
      ],
      "op": "PUSH1",
      "path": "19",
      "value": "0x0"
    },
    "1572": {
      "fn": "ForwardProxy._delegate",
      "offset": [
        1686,
        1713
      ],
      "op": "REVERT",
      "path": "19"
    },
    "1573": {
      "op": "JUMPDEST"
    },
    "1574": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1576": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1578": {
      "op": "DUP3"
    },
    "1579": {
      "op": "DUP5"
    },
    "1580": {
      "op": "SUB"
    },
    "1581": {
      "op": "SLT"
    },
    "1582": {
      "op": "ISZERO"
    },
    "1583": {
      "op": "PUSH2",
      "value": "0x637"
    },
    "1586": {
      "op": "JUMPI"
    },
    "1587": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1589": {
      "op": "DUP1"
    },
    "1590": {
      "op": "REVERT"
    },
    "1591": {
      "op": "JUMPDEST"
    },
    "1592": {
      "op": "DUP2"
    },
    "1593": {
      "op": "CALLDATALOAD"
    },
    "1594": {
      "op": "PUSH2",
      "value": "0x642"
    },
    "1597": {
      "op": "DUP2"
    },
    "1598": {
      "op": "PUSH2",
      "value": "0x6E5"
    },
    "1601": {
      "jump": "i",
      "op": "JUMP"
    },
    "1602": {
      "op": "JUMPDEST"
    },
    "1603": {
      "op": "SWAP4"
    },
    "1604": {
      "op": "SWAP3"
    },
    "1605": {
      "op": "POP"
    },
    "1606": {
      "op": "POP"
    },
    "1607": {
      "op": "POP"
    },
    "1608": {
      "jump": "o",
      "op": "JUMP"
    },
    "1609": {
      "op": "JUMPDEST"
    },
    "1610": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1612": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1614": {
      "op": "DUP3"
    },
    "1615": {
      "op": "DUP5"
    },
    "1616": {
      "op": "SUB"
    },
    "1617": {
      "op": "SLT"
    },
    "1618": {
      "op": "ISZERO"
    },
    "1619": {
      "op": "PUSH2",
      "value": "0x65B"
    },
    "1622": {
      "op": "JUMPI"
    },
    "1623": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1625": {
      "op": "DUP1"
    },
    "1626": {
      "op": "REVERT"
    },
    "1627": {
      "op": "JUMPDEST"
    },
    "1628": {
      "op": "DUP2"
    },
    "1629": {
      "op": "MLOAD"
    },
    "1630": {
      "op": "PUSH2",
      "value": "0x642"
    },
    "1633": {
      "op": "DUP2"
    },
    "1634": {
      "op": "PUSH2",
      "value": "0x6FA"
    },
    "1637": {
      "jump": "i",
      "op": "JUMP"
    },
    "1638": {
      "op": "JUMPDEST"
    },
    "1639": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1641": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1643": {
      "op": "DUP3"
    },
    "1644": {
      "op": "DUP5"
    },
    "1645": {
      "op": "SUB"
    },
    "1646": {
      "op": "SLT"
    },
    "1647": {
      "op": "ISZERO"
    },
    "1648": {
      "op": "PUSH2",
      "value": "0x678"
    },
    "1651": {
      "op": "JUMPI"
    },
    "1652": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1654": {
      "op": "DUP1"
    },
    "1655": {
      "op": "REVERT"
    },
    "1656": {
      "op": "JUMPDEST"
    },
    "1657": {
      "op": "DUP2"
    },
    "1658": {
      "op": "MLOAD"
    },
    "1659": {
      "op": "PUSH2",
      "value": "0x642"
    },
    "1662": {
      "op": "DUP2"
    },
    "1663": {
      "op": "PUSH2",
      "value": "0x6E5"
    },
    "1666": {
      "jump": "i",
      "op": "JUMP"
    },
    "1667": {
      "op": "JUMPDEST"
    },
    "1668": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1670": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1672": {
      "op": "DUP3"
    },
    "1673": {
      "op": "DUP5"
    },
    "1674": {
      "op": "SUB"
    },
    "1675": {
      "op": "SLT"
    },
    "1676": {
      "op": "ISZERO"
    },
    "1677": {
      "op": "PUSH2",
      "value": "0x695"
    },
    "1680": {
      "op": "JUMPI"
    },
    "1681": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1683": {
      "op": "DUP1"
    },
    "1684": {
      "op": "REVERT"
    },
    "1685": {
      "op": "JUMPDEST"
    },
    "1686": {
      "op": "POP"
    },
    "1687": {
      "op": "CALLDATALOAD"
    },
    "1688": {
      "op": "SWAP2"
    },
    "1689": {
      "op": "SWAP1"
    },
    "1690": {
      "op": "POP"
    },
    "1691": {
      "jump": "o",
      "op": "JUMP"
    },
    "1692": {
      "op": "JUMPDEST"
    },
    "1693": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1695": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1697": {
      "op": "DUP3"
    },
    "1698": {
      "op": "DUP5"
    },
    "1699": {
      "op": "SUB"
    },
    "1700": {
      "op": "SLT"
    },
    "1701": {
      "op": "ISZERO"
    },
    "1702": {
      "op": "PUSH2",
      "value": "0x6AE"
    },
    "1705": {
      "op": "JUMPI"
    },
    "1706": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1708": {
      "op": "DUP1"
    },
    "1709": {
      "op": "REVERT"
    },
    "1710": {
      "op": "JUMPDEST"
    },
    "1711": {
      "op": "POP"
    },
    "1712": {
      "op": "MLOAD"
    },
    "1713": {
      "op": "SWAP2"
    },
    "1714": {
      "op": "SWAP1"
    },
    "1715": {
      "op": "POP"
    },
    "1716": {
      "jump": "o",
      "op": "JUMP"
    },
    "1717": {
      "op": "JUMPDEST"
    },
    "1718": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1720": {
      "op": "DUP1"
    },
    "1721": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "1723": {
      "op": "DUP4"
    },
    "1724": {
      "op": "DUP6"
    },
    "1725": {
      "op": "SUB"
    },
    "1726": {
      "op": "SLT"
    },
    "1727": {
      "op": "ISZERO"
    },
    "1728": {
      "op": "PUSH2",
      "value": "0x6C8"
    },
    "1731": {
      "op": "JUMPI"
    },
    "1732": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1734": {
      "op": "DUP1"
    },
    "1735": {
      "op": "REVERT"
    },
    "1736": {
      "op": "JUMPDEST"
    },
    "1737": {
      "op": "DUP3"
    },
    "1738": {
      "op": "CALLDATALOAD"
    },
    "1739": {
      "op": "SWAP2"
    },
    "1740": {
      "op": "POP"
    },
    "1741": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1743": {
      "op": "DUP4"
    },
    "1744": {
      "op": "ADD"
    },
    "1745": {
      "op": "CALLDATALOAD"
    },
    "1746": {
      "op": "PUSH2",
      "value": "0x6DA"
    },
    "1749": {
      "op": "DUP2"
    },
    "1750": {
      "op": "PUSH2",
      "value": "0x6FA"
    },
    "1753": {
      "jump": "i",
      "op": "JUMP"
    },
    "1754": {
      "op": "JUMPDEST"
    },
    "1755": {
      "op": "DUP1"
    },
    "1756": {
      "op": "SWAP2"
    },
    "1757": {
      "op": "POP"
    },
    "1758": {
      "op": "POP"
    },
    "1759": {
      "op": "SWAP3"
    },
    "1760": {
      "op": "POP"
    },
    "1761": {
      "op": "SWAP3"
    },
    "1762": {
      "op": "SWAP1"
    },
    "1763": {
      "op": "POP"
    },
    "1764": {
      "jump": "o",
      "op": "JUMP"
    },
    "1765": {
      "op": "JUMPDEST"
    },
    "1766": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1768": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1770": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1772": {
      "op": "SHL"
    },
    "1773": {
      "op": "SUB"
    },
    "1774": {
      "op": "DUP2"
    },
    "1775": {
      "op": "AND"
    },
    "1776": {
      "op": "DUP2"
    },
    "1777": {
      "op": "EQ"
    },
    "1778": {
      "op": "PUSH2",
      "value": "0x57C"
    },
    "1781": {
      "op": "JUMPI"
    },
    "1782": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1784": {
      "op": "DUP1"
    },
    "1785": {
      "op": "REVERT"
    },
    "1786": {
      "op": "JUMPDEST"
    },
    "1787": {
      "op": "DUP1"
    },
    "1788": {
      "op": "ISZERO"
    },
    "1789": {
      "op": "ISZERO"
    },
    "1790": {
      "op": "DUP2"
    },
    "1791": {
      "op": "EQ"
    },
    "1792": {
      "op": "PUSH2",
      "value": "0x57C"
    },
    "1795": {
      "op": "JUMPI"
    },
    "1796": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1798": {
      "op": "DUP1"
    },
    "1799": {
      "op": "REVERT"
    }
  },
  "sha1": "9de0aa57f17b7f30b126a7d81a1bb97dd1ad982f",
  "source": "// SPDX-License-Identifier: Apache-2.0\npragma solidity ^0.8.0;\n\nimport {IPolicyPool} from \"../../interfaces/IPolicyPool.sol\";\nimport {IRiskModule} from \"../../interfaces/IRiskModule.sol\";\nimport {IEToken} from \"../../interfaces/IEToken.sol\";\nimport {IAssetManager} from \"../../interfaces/IAssetManager.sol\";\nimport {IPolicyPoolConfig} from \"../../interfaces/IPolicyPoolConfig.sol\";\nimport {AccessControl} from \"@openzeppelin/contracts/access/AccessControl.sol\";\nimport {IERC20Metadata} from \"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\";\nimport {Policy} from \"../Policy.sol\";\nimport {ForwardProxy} from \"./ForwardProxy.sol\";\n\ncontract PolicyPoolMock is IPolicyPool {\n  using Policy for Policy.PolicyData;\n\n  uint256 public constant MAX_INT =\n    0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff;\n\n  IERC20Metadata internal _currency;\n  IPolicyPoolConfig internal _config;\n\n  uint256 internal _totalETokenSupply;\n  mapping(uint256 => Policy.PolicyData) internal policies;\n  mapping(uint256 => bytes32) internal policyHashes;\n\n  event NewPolicy(IRiskModule indexed riskModule, Policy.PolicyData policy);\n  event PolicyResolved(IRiskModule indexed riskModule, uint256 indexed policyId, uint256 payout);\n\n  constructor(IERC20Metadata currency_, IPolicyPoolConfig config_) {\n    _currency = currency_;\n    _config = config_;\n    _config.connect();\n    require(\n      _config.assetManager() == IAssetManager(address(0)),\n      \"AssetManager can't be set before PolicyPool initialization\"\n    );\n    _totalETokenSupply = 1e40; // 1e22 = a lot...\n  }\n\n  function currency() external view override returns (IERC20Metadata) {\n    return _currency;\n  }\n\n  function config() external view override returns (IPolicyPoolConfig) {\n    return _config;\n  }\n\n  function policyNFT() external pure override returns (address) {\n    return address(0);\n  }\n\n  function setAssetManager(IAssetManager newAssetManager) external override {\n    require(msg.sender == address(_config), \"Only the PolicyPoolConfig can change assetManager\");\n    if (address(_config.assetManager()) != address(0)) {\n      _config.assetManager().deinvestAll(); // deInvest all assets\n      _currency.approve(address(_config.assetManager()), 0); // revoke currency management approval\n    }\n    if (address(newAssetManager) != address(0)) {\n      _currency.approve(address(newAssetManager), type(uint256).max);\n    }\n  }\n\n  function getInvestable() external pure override returns (uint256) {\n    return 0;\n  }\n\n  function getETokenCount() external pure override returns (uint256) {\n    return 0;\n  }\n\n  function getETokenAt(uint256) external pure override returns (IEToken) {\n    return IEToken(address(0));\n  }\n\n  function assetEarnings(uint256, bool) external pure override {\n    revert(\"Not Implemented\");\n  }\n\n  function newPolicy(\n    Policy.PolicyData memory policy,\n    address, /* customer */\n    uint96 internalId\n  ) external override returns (uint256) {\n    policy.id = (uint256(uint160(address(policy.riskModule))) << 96) + internalId;\n    policyHashes[policy.id] = policy.hash();\n    emit NewPolicy(IRiskModule(msg.sender), policy);\n    return policy.id;\n  }\n\n  function _resolvePolicy(Policy.PolicyData memory policy, uint256 payout) internal {\n    require(policy.id != 0, \"Policy not found\");\n    require(policy.hash() == policyHashes[policy.id], \"Hash doesn't match\");\n    require(\n      msg.sender == address(policy.riskModule),\n      \"Only riskModule is authorized to resolve the policy\"\n    );\n    delete policies[policy.id];\n    delete policyHashes[policy.id];\n    emit PolicyResolved(IRiskModule(msg.sender), policy.id, payout);\n  }\n\n  function receiveGrant(uint256) external pure override {\n    revert(\"Not Implemented\");\n  }\n\n  function resolvePolicy(Policy.PolicyData calldata policy, uint256 payout) external override {\n    _resolvePolicy(policy, payout);\n  }\n\n  function resolvePolicyFullPayout(Policy.PolicyData calldata policy, bool customerWon)\n    external\n    override\n  {\n    return _resolvePolicy(policy, customerWon ? policy.payout : 0);\n  }\n\n  function deposit(IEToken, uint256) external pure override {\n    revert(\"Not Implemented deposit\");\n  }\n\n  function withdraw(IEToken, uint256) external pure override returns (uint256) {\n    revert(\"Not Implemented withdraw\");\n  }\n\n  function setTotalETokenSupply(uint256 value) external {\n    _totalETokenSupply = value;\n  }\n\n  function totalETokenSupply() external view override returns (uint256) {\n    return _totalETokenSupply;\n  }\n}\n\n/**\n * @title PolicyPoolMockForward\n * @dev PolicyPool that forwards fallback calls to another contract. Used to simulate calls to EToken\n *      and other contracts that have functions that can be called only from PolicyPool\n */\ncontract PolicyPoolMockForward is ForwardProxy {\n  uint256 public constant MAX_INT =\n    0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff;\n\n  IERC20Metadata internal _currency;\n  IPolicyPoolConfig internal _config;\n\n  constructor(\n    address forwardTo,\n    IERC20Metadata currency_,\n    IPolicyPoolConfig config_\n  ) ForwardProxy(forwardTo) {\n    _currency = currency_;\n    _config = config_;\n    _config.connect();\n  }\n\n  function currency() external view returns (IERC20Metadata) {\n    return _currency;\n  }\n\n  function config() external view returns (IPolicyPoolConfig) {\n    return _config;\n  }\n\n  function setAssetManager(IAssetManager newAssetManager) external {\n    require(msg.sender == address(_config), \"Only the PolicyPoolConfig can change assetManager\");\n    if (address(_config.assetManager()) != address(0)) {\n      _config.assetManager().deinvestAll(); // deInvest all assets\n      _currency.approve(address(_config.assetManager()), 0); // revoke currency management approval\n    }\n    if (address(newAssetManager) != address(0)) {\n      _currency.approve(address(newAssetManager), type(uint256).max);\n    }\n  }\n\n  // solhint-disable-next-line no-empty-blocks\n  function assetEarnings(uint256 amount, bool positive) external {}\n\n  function getInvestable() external view returns (uint256) {\n    return _currency.balanceOf(address(this));\n  }\n\n  function getETokenCount() external pure returns (uint256) {\n    return 0;\n  }\n\n  function getETokenAt(uint256) external pure returns (IEToken) {\n    return IEToken(address(0));\n  }\n}\n",
  "sourceMap": "4736:1560:24:-:0;;;4972:202;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;655:10:19;:22;;-1:-1:-1;;;;;655:22:19;;;-1:-1:-1;;;;;;655:22:19;;;;;;;5102:21:24;;;;::::1;::::0;;::::1;;::::0;;5129:7:::1;:17:::0;;;;::::1;::::0;;;::::1;::::0;::::1;::::0;;;5152::::1;::::0;;-1:-1:-1;;;5152:17:24;;;;5129;;5152:15:::1;::::0;:17:::1;::::0;;::::1;::::0;;;;;;655:10:19;5129:17:24;5152;::::1;;::::0;::::1;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;4972:202:::0;;;4736:1560;;14:570:114;153:6;161;169;222:2;210:9;201:7;197:23;193:32;190:2;;;238:1;235;228:12;190:2;270:9;264:16;289:31;314:5;289:31;:::i;:::-;389:2;374:18;;368:25;339:5;;-1:-1:-1;402:33:114;368:25;402:33;:::i;:::-;506:2;491:18;;485:25;454:7;;-1:-1:-1;519:33:114;485:25;519:33;:::i;:::-;571:7;561:17;;;180:404;;;;;:::o;589:131::-;-1:-1:-1;;;;;664:31:114;;654:42;;644:2;;710:1;707;700:12;644:2;634:86;:::o;:::-;4736:1560:24;;;;;;",
  "sourcePath": "contracts/mocks/PolicyPoolMock.sol",
  "type": "contract"
}