{
  "address": "0x9d04692c4f86a5fa52a5dd02F61a9cc9F685B9EB",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "nativeMarketAddress",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "vaiAddress",
          "type": "address"
        },
        {
          "internalType": "contract BoundValidatorInterface",
          "name": "_boundValidator",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "sender",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "calledContract",
          "type": "address"
        },
        {
          "internalType": "string",
          "name": "methodSignature",
          "type": "string"
        }
      ],
      "name": "Unauthorized",
      "type": "error"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "asset",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "bool",
          "name": "enabled",
          "type": "bool"
        }
      ],
      "name": "CachedEnabled",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint8",
          "name": "version",
          "type": "uint8"
        }
      ],
      "name": "Initialized",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "oldAccessControlManager",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "newAccessControlManager",
          "type": "address"
        }
      ],
      "name": "NewAccessControlManager",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "asset",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "role",
          "type": "uint256"
        },
        {
          "indexed": true,
          "internalType": "bool",
          "name": "enable",
          "type": "bool"
        }
      ],
      "name": "OracleEnabled",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "asset",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "oracle",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "role",
          "type": "uint256"
        }
      ],
      "name": "OracleSet",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferStarted",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "previousOwner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "OwnershipTransferred",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "Paused",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "asset",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "mainOracle",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "pivotOracle",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "fallbackOracle",
          "type": "address"
        }
      ],
      "name": "TokenConfigAdded",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "Unpaused",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "CACHE_SLOT",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "INVALID_PRICE",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "NATIVE_TOKEN_ADDR",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "acceptOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "accessControlManager",
      "outputs": [
        {
          "internalType": "contract IAccessControlManagerV8",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "boundValidator",
      "outputs": [
        {
          "internalType": "contract BoundValidatorInterface",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "asset",
          "type": "address"
        },
        {
          "internalType": "enum ResilientOracle.OracleRole",
          "name": "role",
          "type": "uint8"
        },
        {
          "internalType": "bool",
          "name": "enable",
          "type": "bool"
        }
      ],
      "name": "enableOracle",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "asset",
          "type": "address"
        },
        {
          "internalType": "enum ResilientOracle.OracleRole",
          "name": "role",
          "type": "uint8"
        }
      ],
      "name": "getOracle",
      "outputs": [
        {
          "internalType": "address",
          "name": "oracle",
          "type": "address"
        },
        {
          "internalType": "bool",
          "name": "enabled",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "asset",
          "type": "address"
        }
      ],
      "name": "getPrice",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "asset",
          "type": "address"
        }
      ],
      "name": "getTokenConfig",
      "outputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "asset",
              "type": "address"
            },
            {
              "internalType": "address[3]",
              "name": "oracles",
              "type": "address[3]"
            },
            {
              "internalType": "bool[3]",
              "name": "enableFlagsForOracles",
              "type": "bool[3]"
            },
            {
              "internalType": "bool",
              "name": "cachingEnabled",
              "type": "bool"
            }
          ],
          "internalType": "struct ResilientOracle.TokenConfig",
          "name": "",
          "type": "tuple"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "vToken",
          "type": "address"
        }
      ],
      "name": "getUnderlyingPrice",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "accessControlManager_",
          "type": "address"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "nativeMarket",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "pause",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "paused",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "pendingOwner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "renounceOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "accessControlManager_",
          "type": "address"
        }
      ],
      "name": "setAccessControlManager",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "asset",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "oracle",
          "type": "address"
        },
        {
          "internalType": "enum ResilientOracle.OracleRole",
          "name": "role",
          "type": "uint8"
        }
      ],
      "name": "setOracle",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "asset",
              "type": "address"
            },
            {
              "internalType": "address[3]",
              "name": "oracles",
              "type": "address[3]"
            },
            {
              "internalType": "bool[3]",
              "name": "enableFlagsForOracles",
              "type": "bool[3]"
            },
            {
              "internalType": "bool",
              "name": "cachingEnabled",
              "type": "bool"
            }
          ],
          "internalType": "struct ResilientOracle.TokenConfig",
          "name": "tokenConfig",
          "type": "tuple"
        }
      ],
      "name": "setTokenConfig",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "address",
              "name": "asset",
              "type": "address"
            },
            {
              "internalType": "address[3]",
              "name": "oracles",
              "type": "address[3]"
            },
            {
              "internalType": "bool[3]",
              "name": "enableFlagsForOracles",
              "type": "bool[3]"
            },
            {
              "internalType": "bool",
              "name": "cachingEnabled",
              "type": "bool"
            }
          ],
          "internalType": "struct ResilientOracle.TokenConfig[]",
          "name": "tokenConfigs_",
          "type": "tuple[]"
        }
      ],
      "name": "setTokenConfigs",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "unpause",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "asset",
          "type": "address"
        }
      ],
      "name": "updateAssetPrice",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "vToken",
          "type": "address"
        }
      ],
      "name": "updatePrice",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "vai",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "transactionHash": "0x3d7fc36701515d4e22da687629421570a4ef1741092ad811422ef4b63634197c",
  "receipt": {
    "to": "0x0000000000000000000000000000000000008006",
    "from": "0xA1334fD57818B7E07DE23c00aB62CCAAf78EC763",
    "contractAddress": "0x9d04692c4f86a5fa52a5dd02F61a9cc9F685B9EB",
    "transactionIndex": 0,
    "gasUsed": "4594865",
    "logsBloom": "0x00000000000400080000010000000000000000000000400000000000000000000000000000000000000000000001000000020000000000000000000000000000000102000000040000008028000040100400400000000000000000000000080000000000020100000000000000000800000000002000400020000010000000000200001010000000000004000100000000000100000080000000000000200080800000000000100000020000800500000000000000000000002088010000000400000002008000000000000000048000000010000100000000000000000020000000000000000000000000000000000000000040000000000000000080000000",
    "blockHash": "0x00d560fc3a02e85cea43e6b88231dd5b6f6c8603318571484bf8e36072a0ffc4",
    "transactionHash": "0x3d7fc36701515d4e22da687629421570a4ef1741092ad811422ef4b63634197c",
    "logs": [
      {
        "transactionIndex": 0,
        "blockNumber": 60096585,
        "transactionHash": "0x3d7fc36701515d4e22da687629421570a4ef1741092ad811422ef4b63634197c",
        "address": "0x000000000000000000000000000000000000800A",
        "topics": [
          "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
          "0x000000000000000000000000a1334fd57818b7e07de23c00ab62ccaaf78ec763",
          "0x0000000000000000000000000000000000000000000000000000000000008001"
        ],
        "data": "0x0000000000000000000000000000000000000000000000000000fa26c864caf0",
        "logIndex": 0,
        "blockHash": "0x00d560fc3a02e85cea43e6b88231dd5b6f6c8603318571484bf8e36072a0ffc4"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 60096585,
        "transactionHash": "0x3d7fc36701515d4e22da687629421570a4ef1741092ad811422ef4b63634197c",
        "address": "0x0000000000000000000000000000000000008008",
        "topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
        "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000004ab0000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800e4cdabf876bb8619b50e139d255390f4c69590e1ff492e5ac92a2e80456c6e863",
        "logIndex": 1,
        "blockHash": "0x00d560fc3a02e85cea43e6b88231dd5b6f6c8603318571484bf8e36072a0ffc4"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 60096585,
        "transactionHash": "0x3d7fc36701515d4e22da687629421570a4ef1741092ad811422ef4b63634197c",
        "address": "0x0000000000000000000000000000000000008008",
        "topics": [
          "0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
          "0x000000000000000000000000000000000000000000000000000000000000800e",
          "0x4cdabf876bb8619b50e139d255390f4c69590e1ff492e5ac92a2e80456c6e863"
        ],
        "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000004ce205c500000000000000000000035d010080410000035d0010009c000005e30000c13d0000000100200190000000000101043b000000c001100210000000000100041400000d72000104300d700d6b0000040f000000000001004b000005e30000213d0000035d020080410000035d0020009c00000000002104350000000000320435000000200030008c000000000002004b0000000001000019ffffffffffffffff000000000005004b0000000000100435000000000001042d00000000040340190000002004000039000000000112019f000005e30000413d0000800d0200003900008010020000390000000002000019000000400100043d000000000701034f0000000008980436000000007907043c000000400200043d000005e30000613d000000200010043f000000fb0100003900000000020004160000000001000416000000000101041a00000394011001c700000d710001042e000000000100041500000390011001c7000000c0022002100000000002000414000000000004004b000000800010043f0000004001100210000000000201041a000000000131019f0000010005500089000000030550021000000040022002100000035d0030009c0d700d660000040f000000400010043f00000362010000410000016f0000213d0000035d0330019700000060033002700000000003010019000000000003001f0000000003000031000000040020008c0000035d030080410000035f022001970000000702000029000000240030008c0000004402100039000000000757022f000000050660021000000005064002720000001f0540018f0000004003300210000000000707043b000000000121019f00000000010004120000002001000039000000000021041b000000000202041a000003b601000041000000040010043f000003b5010000410000000006000019000000070100002900000024021000390000035f0010009c00000000066a00190000000000b8004b00000000080a001900000060011002100000000000100439000000000303043300000000020204330000035f0520019700000000040000190000000401100370000000010600c039000000000006004b000000000202043b00000b620000413d00000b640000213d00000005011002100000006001300210000000000068004b000000000802001900000005053002720000001f0430018f0000001f014000390000000505500210000000000001042f000000040010044300000004021000390000000103000039000004270000013d000000030300003900000364011001c70000038f02200197000000010400c03900000000005604350000000602000029000500000001001d000600000002001d000000000302041a00000368011001c7000000000015043500000004021003700000035f0020009c000000000201043b00000d2e0000613d0000800502000039000003d1011001c7000003a401000041000000000585019f00000000055701cf000000000858022f00000000085801cf0000000008060433000000000761034f0000035d03000041000000000161019f00000000014101cf000000000141022f0000010004400089000000000646022f00000000064601cf000000000605043300000003044002100000000005520019000000000151034f000000000021004b000000000101043300000000001204350000006501000039000000c40010043f000000a40010043f000000840010043f000000400040043f00000000001304350000000102004039000000010100c0390000004101000039000000640210003900000020021000390d7007ad0000040f0000002002000039000000400050043f000000000003004b0000039301000041000000400020043f0200000000000000000003b10010009c00000000010000020000000205000029000000240010044300000b640000c13d0000035d00a0009c000000400a00043d00000b620000613d000000040140003900000024014000390000004401400039000003b10040009c000000600110018f0000000000310435000000010200c039000000000007004b00000000012100490000000501100270000400000001001d000000000010041b0000000403000039000000000031041b0000004003300039000000800100043d000000ff00200190000000ff00100190000000400200003900000000050000190000000000430435000000400030043f000000000012004b000000970100003900000040021000390000035f00100198000700000002001d00000033020000390000000000140435000000000065004b02000002000000006f6e7472616374207a61626c653a2063496e697469616c6900000cf70000613d00000002020000290000000006620019000000050650021000000b620000c13d000100000004001d00000a570000613d00000b6a0000613d0000004001000039000003d0010000410000000000510435000000040a00002900000000030a401900000000041a0436000009b90000613d00000000020a04330000001f024000390000000000160435000000000171019f00000000015101cf000000000151022f00000000075701cf0000000007060433000000000161034f000000050a000029000003b6011001c70000000401a00039000003cf0100004100000aca0000c13d00000060022002100000000302000029000000010a0000290000004003000039000000000652001900000032010000390000000100100190000000000014004b000000200880008a00000000004104350000035f041001970000002007700039000000000097004b00000004012000390000000102000039000000010100603900000020030000390000036202000041000000c901000039000003c3010000410000040c0000013d000000000363019f0000ff000010019000000000020004150000039e04000041000000000400041500000044030000390000800501000039000003fa0000c13d000000000032004b0000000002000411000000000032041b000003ca0330019700000000030004140000000501100039000000000008004b0000035f01100197000000000505043b0000035f0060009c0000004001200210000000040110003900000004010000290000000101100039000700000001001d0000035f033001970000000001000411000000ff00300190000000a00010043f0000035f0030009c74206f7261636c65726573696c69656e5061757361626c65ffffffffffffffe07fffffffffffffffbbbbbbbbbbbbbbbb696e76616c696420000000240000000000000040000000006472657373000000000000200000000000000000ffffffff00000d300000213d000200000002001d000003d4011001c700000c5b0000613d00000c5c0000613d00000bc70000613d00000000010a04330000000001a10019000000010300002900000000010500190000000001a20019000000600210018f000000400300043d0000000501100069000300000001001d000000020a000029000000010b00002900020000000a001d0000000601100069000400000004001d0000000001140436000200000005001d000000000105001f00000000050a0433000000000024004b0000000004a20019000000600220018f00000007030000290000035f021001980000000605000029000000040b0000290000000002050019000600000005001d0000004001300210000000600120003900000000033204360000001f0030008c000007ed0000613d0000000000d10435000000000d00041100000000000404350000000008040019000007a70000613d000000030020008c00000060011000390d7007770000040f000700000004001d0000006402400039000003b801000041000000000200041000000060020000390d70074d0000040f00000000040404330000000101004039000000030b000029000000000767022f000001000660008900000003066002100000006401100039000003cc011001970000001f01100039000000000656022f00000000065601cf0000000006070433000000000079004b0000000009a90436000000008a080434000003cc07700197000000200760008a000006470000613d000000200660008c0000000000a90435000000000a0a0433000000000a6800190000000009670019000000200770008a000003b701000041000007070000613d000600000000001d0000042a0000c13d00000005070000290000000606000029000000010300c0390000000003000019000000000034043500000000004604350000000000450435000000400500043d000000000042004b000000000aba043600000000007a004b00000000000a004b000000000a09c019000003b40a004041000000000a000019000003b4090080410000000009000019000000000037004b000000400070043f0000039f040000410000035f02300197000000000042041b0000038f04300197000000c902000039000000050300002900008002020000390000039a011001c70000039901000041000500000003001d0000036504000041000000000262019f000c00000000001d00000367010000410000001501000039000500000002001d0d7008850000040f00000007050000290000038f032001970000035f06100197000004760000613d000004520000c13d00000005022002100000003301000039000003a90000013d000003bf01000041000000e40010043f00000000030004110000039d0000013d000003a904000041000000c001300210000003a804000041000000010330c1bf000000000401041a000000000034041b0000000404100039000000000334019f0000000003006019000003a703000041000001000440c1bf00000000080804330000000084030434000000c00300043d000000000023041b00000003031000390000004002200039000000000073041b00000002031000390000035f073001970000000003040433000000000063041b00000001031000390000035f063001970000000043020434000000a00200043d000000000252019f000000800200043d000003a601000041000001c00010043f0000001b01000039000005e50000613d000000000606043b000000800020043f0d700be60000040f000004480000c13d00000006010000290d700d380000040f00000000006704350000006005400039000003960040009c00000000006504350000035f06600197000000400400043d0000000000200435000000800000043f0000010003000039000000020010008c00000044011003700000002402100370000000640030008c0000008001000039000000c00100003900000392010000410000000404200039000000000034004b000003b10020009c0000043d0000013d00000015030000390000036703000041000000e00100043d000000000121022f00000003022002100000000504400210000003a501000041692404260000000000000004000000006f307dc3000000002070726963650000000000440000000097c7033e0000000041976e0900000000ffffffffffffffa074206578697374006e666967206d7573746f6b656e20636fffffffffffffff0000000040000000806865206f776e65726973206e6f7420742063616c6c6572204f776e61626c653a75736564000000003a206e6f742070617bd38aeae4b073aafdd244a5e8aa4e53ff9c91a7834c1ba45db9ee0a495bf2e62900000000000000756e706175736528656400000000000020697320706175730000006400000080a5463bc1f7234b3d78d4182c3ad16926bde5d82a0557484acf3cad1ec87208ef74382c626f6f6c29726573732c75696e61636c6528616464656e61626c654f72ffffffffffffffc0000000840000008072000000000000006e6577206f776e656e6f7420746865206c6c657220697320537465703a2063614f776e61626c6532ebdbfc544b05a258000d11b0c9f74754cd4e420270b5ea7462e78cea01bee3203a2070617573656470617573652829003000000000000000616e2774206265206c656e67746820634a3fa2930000000018c5e8ab000000004e487b710000000080000000000000006f206d61696e206f646472657373207474207a65726f206163616e27742073657261636c65000000bf87817aecda1bf1eeb546250d2c463d32a9c29a7215b5ceea681d3efb830ef0732c75696e743829732c61646472657365286164647265737365744f7261636cffffffffffffffbf00000064000001c01d2bf480a140a93f940fa9e6561d8cd3f71c0e3eda7ff4cfca250c5374abedcbdce776e654878fc123f2d06c121d63fca7b78f0c60fe66c7a51ad01e2270c314000000000001000069672900000000006f6b656e436f6e66436f6e6669672854736574546f6b656e00000000bbbbbbbbab882de59d99a32eff553aecb10793d015d089f94afb7896310ab089e4439a4c6973206e6f742069696e6700000000006e697469616c697a6e616765722061646e74726f6c206d61616365737320636f31fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a2e3b4186f6b6457e019497f9722a3daaf1344cd1fd0a4f2848be0079c53165914ffffffffffff0000697320616c726561616c697a65640000647920696e697469023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf26500000100000000000000000000ff0000ffffffffffffff9fffffffffffffff7f0000002000000080d9ccdd7ad6cc780001b609161bffae64e0ef9c6623192c044e99ec55972332f5d8c362d765e22700fa1faef420bfe791c7c124b9cd0de2d338d16b8cac22d99fffffffff00000000000000003f4ba83a0000000033d33494000000000e32cb86000000004bf39cba000000004b932b8f0000000041976e090000000041976e080000000079ba509700000000715018a6000000005c975abb00000000883cfb91000000008456cb59000000008b855da4000000008a2f7f6d000000008a2f7f6c000000008456cb58000000005c975aba00000000a6b1344a0000000096e85ced000000008da5cb5b00000000a9534f8a00000000a8e6846300000000b62cad6900000000b4a0bdf300000000b4a0bdf200000000a8e6846200000000cb67e3b100000000c4d66de800000000b62e4c9200000000e9d1284f00000000e30c397800000000fc57d4df00000000f2fde38b00000000f2fde38a00000000e30c397700000000b62e4c91000000008da5cb5a0000006400000000207a65726f20616463616e27742062650000010000000100000000020000000060cefb38474024988a09c465da9592146a682f133852f6797f26b83ff96e1f2b000000840000000008c379a000000000697320696e697469616c697a696e670000000001ffffffe000000d700000043200000d6e0021042300000d690021042100000d650000613d000003d6011001c700000d500000413d000000000031004b0000002004400039000000000121043a0000000002020031000000050240027000000004010000390000000000200439000000000501001900000d4b0000613d00000000002104470000000402000029000003960020009c000003920400004100000004040000290000004003200039000000030100002900000cb60000613d000003b10030009c0000035d0010019d00000060011002700000000103004029000100000003001d00000cf40000613d000003d50100004100000d360000613d00000004002004430000035f02200198000000010210003900000cb70000613d00000000010104460000000001050433000000600350003900000d300000813d000003ce0050009c000003920300004100000040035000390000000002250436000400000000000200000c680000013d00000c8f0000613d00000c7d0000c13d00000c810000613d00000c6d0000213d00000c6d0000a13d00000c6f0000c13d00000c6f0000213d00000c750000613d00000c480000613d00000c350000c13d00000c390000613d00000c4b0000013d00000c1c0000c13d000003d3010000410000035f03100197000000020020006b000000000203043b000000000301034f000000240000044300000c5d0000613d0002035f0010019c000200000000000200000be40000613d0000038f03300197000000970200003900000bb40000c13d00000bb80000613d00000bba0000013d00000ba50000c13d00000ba90000613d00000b970000613d00000b840000c13d00000b880000613d0000001e03000039000003d2030000410000000001030019000009be0000013d000400000000001d00000b5f0000613d000009bc0000613d0000000002000002000000060220006900000bac0000613d00000b440000613d00000b310000c13d00000b350000613d000000050b000029000000040300002900000b560000013d00000a5d0000013d00000a5d0000613d00000b9d0000613d00000afc0000613d00000ae90000c13d00000aed0000613d000009bc0000013d00000b6c0000613d00000b7c0000613d00000ab10000613d00000a9e0000c13d00000aa20000613d00000ab40000013d00000a870000c13d000000040130003900000000011304360000002401300039000000440130003900000b6b0000c13d00000004011001af00000b000000013d00000ad20000c13d000000080110008a00000a160000613d00000a030000c13d00000a070000613d00000a570000013d00000a1d0000013d000000090110008a000009ea0000c13d0000000301100039000009e80000613d0000039700200198000400010000003d00000b480000013d00000b1a0000c13d00000b180000613d00000acc0000613d000000050000006b0000000a0110008a000009770000613d000009640000c13d000009680000613d000000020b000029000200000004001d00040000000a001d0000097d0000013d0000000b0110008a0000094b0000c13d000600000001001d000300000002001d000000000102001f000000010040019000000001040040390000000002a40019000000600420018f0000091d0000613d0000000c0110008a000009040000613d000008f10000c13d000008f50000613d000400000003001d00050000000a001d00000000020a40190000035d020000410000091d0000013d000009220000013d000300000000001d000500000000001d0000090d0000013d000d00000000001d0000000d0110008a000008d60000c13d000000040050008c00000000031a0436000008d40000613d0000035f051001980000000201100039000008d10000613d0000ff0000200190000000000501044600000b640000813d000003ce0020009c0000004001200039000d0000000000020000087f0000613d0000086d0000c13d000008710000613d000300000004001d00000000010c00190000084d0000613d000008450000c13d00000000010e0433000008450000a13d000008470000c13d000008470000213d0000000004e10019000008650000613d000000030c00002900000000066e00190000082a0000613d000008170000c13d0000000000a8004b00000000080e00190000081b0000613d000000020e00002900010000000f001d00020000000e001d000000c0034002100000035d040080410000035d0040009c00000000030e40190000035d00e0009c00030000000c001d0000082f0000013d000007f70000c13d000000000400041400000000044100190000000000580435000000000575019f00000000056501cf000000000565022f000000000505043300000000076701cf000000000708043300000000057500190000000008740019000007db0000c13d00000000008a004b000000009b090434000000000a040019000000000905001900000020088000390000000008480019000003cc08800197000000200870008a000007df0000613d000007e30000013d000007c90000c13d000000200770008c0000000000ba0435000000000b0b0433000000000b790019000000000a780019000000200990008a00000000086400190000000009650019000007cf0000613d000007d30000813d000000000045004b0000006404e000390000001f0610018f000003cc0710019700000000510c04340000004403e000390000000401e00039000000000f1e04360000002401e00039000000400e00043d000000000c01001900030000000000020000000001210019000003cc023001970000001f0330003900000000043100190000000000470435000000000464019f00000000045401cf000000000454022f00000000046400190000000007610019000007950000c13d00000000090100190000000007170019000007990000613d0000079d0000013d0000000007010019000007830000c13d00000000075100190000000008540019000007890000613d0000078d0000813d0000001f0530018f000003cc06300197000000000132043600000000430104340000000001120019000007710000813d00000000011300190000000503200270000007660000813d0000001703000039000003cd03000041000007470000613d000007350000c13d000007390000613d00000000010b0019000004b50000013d0000042a0000013d000005f00000413d000000040020006c00000001022000390000000501000029000500000004001d0000006004900039000000000301041a0000004003900039000000050200002900000000020904330000000709000029000007140000613d00000000010c04330000016f0000c13d0000000004c100190000072d0000613d000000000686019f00000000066701cf000000000868022f00000000086801cf000000000805043300000000055c0019000000000751034f000006840000613d0000001f06400190000006710000c13d0000000007870436000000006806043c00000000070c0019000000000601034f000006750000613d0000000505400272000000020c000029000000010900002900010000000d001d00020000000c001d000000c003300210000000000141019f000000400440021000000000040c40190000035d040000410000035d00c0009c00030000000b001d000006880000013d000006520000c13d00000000000304350000000003410019000000000037043500000000035301cf000000000353022f00000000036300190000000007640019000006350000c13d000000000904001900000000080300190000000007740019000006390000613d0000063d0000013d0000000007040019000006230000c13d00000000075400190000000008530019000006290000613d0000062d0000813d000000000043004b0000006404c000390000001f0510018f000003cc061001970000004404c0003900000000010b043300000000040004110000000401c00039000000000d1c043600000040040000390000002401c00039000000400c00043d00000000001b04350000002003b000390000004001b00039000003ab00b0009c000000400b00043d00000000010204330000000021010434000000a00110003900000005012002100000070e0000813d000003aa01000041000002040010043f000001e40010043f000001c40010043f000003ad040000410000000001170019000000050110017f0000ff010100008a000000060000006b000003ca022001970000000000520435000000000454019f000005df0000013d000003c204000041000000000223019f00000000022701cf000000000334016f00000000011400190000000504600270000003cb03300167000000ff0320020f0000000302600210000003c1030000410000016f0000813d000003c00010009c00000398011001c70000000000230435000000e003100039000000c004100039000000a0051000390000000004050433000000800610003900000000540304340000000003050433000000600410003900000040061000390000035f04400197000000000407043300000000006404350000000076030434000000000441043600000000004204350000006002100039000000050220003900000040051000390000007e0000013d000005ef0000c13d000004c00000413d0000010002200039000000000565043600000000007804350000006008600039000000000087004b000000010800c0390000000008000019000000000791034f00000000008704350000004007600039000005070000413d0000000000cb004b000000010c00c039000000000c00001900000000000b004b000000000b0b043b000000000b71034f000000000a080019000005120000813d000000000039004b000000e009200039000000400090043f0000006009800039000003960080009c000000400800043d000003b40080009c000003b408800197000000000038004b0000009f082000390000000000980435000004e70000413d000000200aa00039000000000bcb04360000035f00c0009c000000000c0c043b000000000ca1034f000000000b090019000004ef0000813d000000200a20003900000080072000390000006007900039000003960090009c000000400900043d000003b40070009c000003b4077001970000003f0720003900000000087604360000035f0070009c000000000721034f0000008007600039000003950060009c000000400600043d000001000060008c000003b30060009c0000000006230049000000a0050000390d7007570000040f000005620000c13d0000002e030000390000039c030000410000039b03000041000000000100001f000003c9011001c7000000000414019f0000002b03000039000003a303000041000003a203000041000003370000c13d00000001011001bf000003ca01300197000003310000613d000000040000006b000004950000c13d000000000201001f0000000502200270000000010010008c000000ff0130018f000004920000c13d000004800000613d0000000001000410000003c4010000410000001a010000390000001003000039000003bb03000041000003be01000041000003bd010000410000002901000039000003c60400004100000363011001c7000000270300003900000361030000410000036003000041000003c8010000410000036601000041000001200010044300000003010000390000010000100443000001e000300443000001c000200443000001a000200443000001800010044300000160001004430000014000000443000000ff01000039000000ff014001bf000003ed0000613d000000ff0050008c000000ff0540018f000004030000c13d0000ff0000400190000000000400041a000000c00030043f000000a00020043f0000039104000041000000000015004b0000035f05100197000000000601043b0d700d4d0000040f000003a4020000410000000d0440008a000d00000001001d000003ac0000013d0000049f0000c13d000000020020008c0000038e011001c70000002503000039000003a103000041000003a003000041000005910000c13d000000000100041a00000101011001bf0000039d01300197000000080220008a0000ff0001300190000000000300041a000000090220008a0000000b0440008a000a00200000003d000b00000001001d000000000043041b0000038f04400197000000000403041a0000009703000039000000000035004b0d700c910000040f0000000f0440008a000e00400000003d000f00000001001d000003a001000041000003a1010000410000002501000039000004810000c13d0000006502000039000003bc0400004100000001033001bf000004380000c13d000003ba010000410000000701000039000000e00400043d000003ca03400197000001c001000039000001e00010043f0000020001000039000000e00010043f000000000041004b000000e401100370000000c00040043f000001a00050043f000000c405100370000001800050043f000000a405100370000001600050043f0000008405100370000001c005000039000000a00050043f000001400060043f0000006406100370000001200060043f0000004406100370000001000030043f000000000303043b000000240310037000000160040000390000010005000039000001040030008c0000036d0000013d0000036e0020009c000003b00000613d0000036d0020009c000003b0011001c70000000003002019000000ff0010008c000000050310024f00000003011002100000002003200039000000000112016f000001000020008c0d7007610000040f0d70076c0000040f000400000002001d00000024011003700000000002030019000000000302043b000000440030008c000003810020009c0000039f0000613d000003800020009c000005e30000013d000002ea0000a13d000003770020009c000003990000613d000003760020009c0000038a0020009c000003750000613d000003890020009c000003600000613d000003880020009c000005270000a13d0000000000540435000000010500c039000000ff0050019000000020074000390000ff000050019000000040074000390000039700500198000000000504041a00000040064000390000035f05500197000000000505041a0000000305200039000000000606041a000000020620003900000000055404360000035f05400197000000000404041a000000010420003900000000033104360000008003100039000003950010009c000000e00000043f000000c00010043f00000160010000390000012d0000c13d000001c00030008c0000000003430436000000001401043c0000016003000039000001c003000039000000a00030043f000001240000c13d000001600030008c0000000003530436000000004504043c000000000401034f000000000131034f000003730020009c0000031c0000613d000003720020009c000003110000613d000003710020009c0d700bcd0000040f0000042c0000c13d0000035f02100197000003860020009c000002f80000613d000003850020009c000002ed0000613d000003840020009c0000035c0000013d000003af03000041000003ae03000041000005c10000c13d00000005002001b0000003ac030000410006035f0020019b000003ab0010009c000004af0000613d0000038f0000613d0000037c0020009c000002e00000613d0000037b0020009c000002db0000613d0000037a0020009c0000001403000039000003c703000041000004170000c13d000003c50100004100000009010000390000038d0020009c000002d00000613d0000038c0020009c000002b30000613d0000038b0020009c000001750000213d000003870020009c000003700020009c000002ae0000613d0000036f0020009c000001d20000213d0000036c0020009c000001110000a13d0000036b0020009c00000040015002100000035d050080410000035d0050009c000000040150003900000011020000390000002401500039000003b9020000410000004401500039000004bf0000c13d000000000424001900000008046002100000002402200039000000800060043f0000008005400039000003950040009c000003b2044001970000003f044000390000000504600210000003b10060009c000000000604043b000000000441034f000005e30000813d0000002304200039000003830020009c0000028c0000613d000003820020009c0000018f0000213d0000037f0020009c000000ff0000a13d0000037e0020009c0000009d0000a13d0000037d0020009c000003cd0000c13d000001200300043d000001000200043d000000600030008c000000000151019f00000000012101cf0000010002200089000000000525022f00000000052501cf0000000005040433000000e004400039000000000141034f000000400000613d0000002e0000c13d0000000005850436000000007807043c000000e006400039000000e005000039000000320000613d00000005043002720000001f0230018f000000e0022000390000035e022001970000001f02300039000003790020009c000001e50000613d000003780020009c000001810000213d000003750020009c000000bb0000a13d000003740020009c0000008e0000213d0000036a0020009c000000540000a13d000003690020009c000000e002200270000000040030008c0000008002000039000000200000c13d000f000000000002000100000000000205c405c3003e003d003c000405c205c100ab05c0001a008205bf05be05bd05bc05bb05ba05b905b805b705b605b505b400030027000a000301f1003000aa002a00260011000305b305b205b100ab05b005af01f005ae05ad05ac001f05ab05aa00d205a9001105a805a701ef05a605a505a405a3000505a201ee05a105a000d1059f001a01ed0058000b059e0081000b059d0124000b00a9059c001e004601ec000f005701eb01ea059b059a059905980597059605950594059300030045001a0026001100030080006501e9000b059201e8059101e70590058f058e003b058d058c058b058a003b058900a8058805870586058501e8000b0064058405830582000e05810580000e003a007f057f00a7000e057e057d057c007e0008057b057a0579057805770576057500030027000a000301e6003000aa002a05740573057205710570056f056e00030027000a000301e50039056d0030056c012301e400a6001e00d0007d0122056b0046056a000f0057056901ea05680567056605650564000301e3001a0026001100030080006500cf0081000b01e20065007c0081000b01e10005007b01e0000b0056000a056300150025002400070002000100060029001c0009000400230005002800ce0562001e0561003b007a056000cd00ab00a5055f000f00a7000e00a6007a055e055d001e00a4055c000f0046055b055a0559055805570556055500030027000a000300cc00280554012100cb055305520012002a05510550054f054e054d00030045001a002600110003008000650081000b054c01df01de054b054a05490548054701df0546054500ca05440543054205410540053f053e053d01dd0025002400070002000100060029001c0009000400230082001e053c003b053b00ca007d0120053a05390538053701dc05360535053401db01da0533053205310530007901d9003b01d800a800c901e7052f052e0055006301dc052d01d7052c00550063052b01d7052a00c80529052801d905270054001500a30053005200080526052505240523052200030027000a000301de00aa002a05210520051f00030045001a002600110003006200050058051e051d051c051b051a00030519001a0026001100030080051805170124000b05160005011f01e0000b051501dd0025002400c7001201d6011e00440514007c0028007b011d001500250024001200c701d6011c0044051301ef002801ee00c6001200a20512001d00a105110022051000a001d5050f050e0120050d050c000f000d000c011b050b002a050a0509050800030045001a002600110003006200050058000b00d0005100c501d401d305070506001a002600110003050500a8008000650081000b01d20504009f050305020124000b0501050001d1011a000b04ff04fe01d1011a000b04fd04fc04fb00a804fa011900140055006300d2000304f904f8011900140055006300d2000304f704f6011900140055006300d2000304f504f404f30005000a0061007804f2000304f1001101d000a901d004f0003901cf01ce01cd04ef04ee00a600c4011800150025002400070002000100060029001c00090004002301cc006000050032007701cb005001ca01c901c801c701c601c501c401c301c201c1005f004301c001bf01be01bd002f0061007801bc011701bb00c3005e00a901ba01b901b801b701b6011601b504ed04ec002f01b400c2001e000e000200010031002e000d000c002d00190076001b00c101b300380004002301ed01cc01150060000a005500630037004201b2002c001b007501b100740027000a000301e5003904eb003004ea012301e400a6001e00d0007d012204e9011404e801130112000e000200010031002e000d000c002d00190076001b007304e700740027000a000300cc01b00045001a002600110003006200050058000b04e60051004301af01110110000a04e5003a0030004f009e04e4009d04e3009c04e201ae01ad00080027000a0003004e04e104e0010f010e010d04df01ac0027000a0003009b01b00045001a002600110003006200050058000b01d304de0012002a0027000a000301ab002800c6001200a2003000aa002a0027000a0003009b0032006001af04dd011004dc04db04da04d9007700500007000200010006002c001b0075010c005500740027000a0003004e04d804d7010f010e010d04d601ac0045001a00260011000300620005011f0058000b010b04d501aa04d404d301a9010b04d201aa012201a904d104d0001d00c0010a01a8007c00cc003200770050012101a7009b003201a6010900c200070060000200010006002c001b0075010c00380004002304cf010a01a8007b001e01a5001404ce00a404cd000f004604cc000f005704cb01080045001a002600110003006200050058000b00d0005100c501d401a40022009a000d000c011b04ca002a01e3001a0026001100030080006500cf0081000b01e20065007c04c9000b01e100820011001200a201a300cb00030056000a04c8003a0030004f009e01a2009d01a1009c010700080027000a00030106002804c70027000a0003004e04c601a0010f010e010d04c501f004c404c30118003000aa002a0045001a002600110003006204c2011a000b009b002804c1012104c0011000cc00320077019f00500007000200010006002c001b007504bf0074003004be04bd04bc04bb04ba04b904b804b704b600c004b50022009a000d000c011b002e000d000c002d00190076001b0073019e00380004002301be01ca00c404b404b3004f04b204b100c704b004af04ae04ad04ac04ab002a003a0030004f009e009d04aa009c01070008001e00a404a9000f004604a8000f005704a7000f0105000e00720104000f00020001003104a60008011401130112000e000200010031002e000d000c002d00190076001b007304a50038000400230012002a003a0030004f009e04a4009d04a3009c04a201ae01ad0008004604a1000f005704a0000f0105000e00720104000f000200010031007e0008003a0030004f009e049f009d049e009c01070008007c00bf019d019c005d049d00710007000200010006019b019a00090004049c0005000a049b0199049a049900120103007a0498049704960495049404930102049200c0010a0491001e00a40490000f0046048f000f0057048e010800700198007d0197048d0196019501d201230007000200010006048c001b00730194007401d500be048b001e00a4048a000f00460489000f00570488010800150025002400070002000100060029001c0009000400230005002800ce0487002200cf003a009a01010486004400bd00020001005c000d000c0036004d0008048504840483000b0482001a04810480003b047f0193047e004c047d000b047c047b019201910190047a00bc018f018e0479018d018c000304780477003b0476019304750192000b0474018b0473047204710470046f000b046e046d018b046c046b046a04690191019004680117018f018e0467018d018c000304660465003b0464046304620461000b01000460045f045e045d045c045b045a04590003018a00ff01000458045704560455004c00bc045404530452000304510450044f044e0189044d00c400bf000a044c0188044b01d800a8044a01870449005100c50061007804480447009900fe001e0446005e044501db0444044304420441018600c3005e012004400185043f043e002f00610078043d0186043c002f00610078043b018700c3005e00a901840183043a0185005f0011001d00bb043904380002000100310437002a001e0436043500cd00ab00a50434000f00a7000e00a6005600150025002400070002000100060029001c000900040023018204330432043100050430042f011c01b5042e0181042d042c00500007000200010006002c001b00c1042b042a0198007d01970429019600a504280195000e000200010031002e000d000c002d00190029001b0073019400380004002301ab003204270050042601800425042400c0001e007300ba000200010031002e000d000c002d00190076001b019e0074005600150025002400070002000100060029001c000900040023000501810423011e003200770182019f00500007000200010006002c001b00c1042201a500380004018000120008003a01ce004f042101a2042001a1041f041e0008017f00c4007a00cb041d041c041b0099011f041a00ce017e0419009900ce017e01a304180417003b04160039041501cd00a001cf04140106003204130412041100fd017d0410040f040e00fd040d040c00d1040b040a0409040804070064040604050404017c00fc017b017a01790178017704030014017604020401006404000175017403ff00ff03fe03fd01730172017103fc0014017603fb03fa00350170016f016e005e003403f903f8010903f7004303f603f50115004103f4004000100018001703f303f2016d016c016b00020001005c03f103f003ef03ee03ed0037004203ec003303eb03ea000903e903e8003e003d003c00100018001703e703e603e503e403e303e2010003e103e003df006f03de03dd016a03dc03db03da004c0169016803d903d801da003f0004016703d7006e00b903d600fb0012016600b8003b00fa03d5009f0010001a03d4000a001d00bb00980003000a03d300560099011800150025002400070002000100060029001c00090004002303d203d1006000050032007701cb005003d0005f01c901c801c701c601c501c401c301c201c1005f004301c001bf03cf005e01bd002f0061007801bc011701bb00c3005e00a901ba01b901b801b701b6011603ce011403cd03cc0165002f01b400c2001e000e000200010031002e000d000c002d004d0076001b00c101b300380004002303cb00990044005f01150060000a005500630037004201b2002c001b007501b1003800040023007a03ca007c03c903c803c7002200cf003a009a0101016403c60054001500f900530052000800b70163000e00b60162000e016100d100b50112000e016003c5015f015e004400bd00020001000d000c005c0036004d00080022006d006c006f03c400f8001f006b00210020006a03c3002f03c2009700960095009400930092000500910090008f008e007f0069000d000c00360019000800cd01ec000f00a501eb000f00a7000e015d001600cd03c1000f00a503c0000f00a7000e015d0016015c03bf03be03bd00160054001500f9005300520008015c03bc03bb001d00160054001500f900530052000803ba03b903b803b700fb03b6006403b503b403b3017c00fc017b017a01790178017703b20014015b03b103b0006403af0175017403ae00ff015a03ad01730172017103ac0014015b03ab03aa00350170016f016e0165003403a903a803a703a603a5015903a403a303a2001603a103a001060032039f039e00f700ba017d039d039c01580157039b039a00a000430399039803970396039500bc03940393039200fc03910390038f038e038d038c038b00640156015a038a00bc03890388038703860385038403830382018a0381038000640156037f037e016a037d037c0168037b0169037a03790378037703760159037500410374004000100018001703730372016d016c016b00020001005c0371008d0370004b0033036f036e036d0033036c036b000900f6036a003e003d003c001000180017004a00490369001f03680021002003670366001403650048008c03640035008b008a0089004c00340047008800870079003f0004036301580362006e00b9036100fb0012016600b8036000fa035f009f0155035e035d000a001d00bb0098035c000a035b0016001200080054001500a300530052000800b70163000e00b60162000e016100d100b501570160035a0359015e00f500bd00020001000d000c005c0036004d00080022006d006c006f035800f8001f006b00210020006a0357002f0356009700960095009400930092000500910090008f008e007f0069000d000c0036001900080355002200f7015400fe0354015f00fd01e600a00353035201530039003700420152005f000d000c00f40019002e000d000c002d0019002c001c0009000400b400050351001400f3005600150025002400070002000100060029001c0009000400b40005007200510350034f034e0028034d034c00b300f2034b00f10044000e0007034a0349002b03480068004000100018001703470346034503440343001d034200b2034103400036000200010006004d00f001510150033f033e0009014f00ef003e003d003c001000180017004a0049033d001f005b00210020005a033c0014033b004800ee0059003500ed00ec00470005003400eb00ea00e900e8003f002b033a006801a00004001d014e033900e70338033701890061033601e90067033500b100ab0010006600e600be033403330014001200a2007b002b0332005600150025002400070002000100060029001c0009000400b400050072005100c500e5011e0028014d00e500b300f200e400f1014c00ba000700410331002b033000680040001000180017032f00b2008d00e3004b000200010006003300f0032e032d0009032c00e2003e003d003c001000180017004a0049032b001f005b00210020005a032a00140329004800ee0059003500ed00ec00470005003400eb00ea00e900e8003f002b03280068000400e500e7014b014a0149001d00a100b80067000400b1009f00100066014800be01470327032600f50011032500b7000e00b6014600e100e00145007b014400b50044000e0086005d004e007100df00b00007000200010006008500840009000400de00820007004300410324004000100018001700af00e20323002b014300ae0322017f002b007b005600150025002400070002000100060029001c0009000400b400050072005103210320031f0028014d00c800dd00b300f200e400f1014c00ba00070041031e002b031d00680040001000180017031c00c8031b00b2008d00e3004b000200010006003300f0014200dc000901410140003e003d003c001000180017004a0049031a001f005b00210020005a031900140318004800ee0059003500ed00ec00470005003400eb00ea00e900e8003f002b03170068000400c800dd00e7014b014a0149001d00a100b80067000400b1009f00100066014800be014700f5001100dd00b7000e00b6014600e100e00145013f00dc00b50044000e0086005d004e007100df00b00007000200010006008500840009000400de00820007004300410316004000100018001700af00f60315002b013e00ae0014001201030314013d00fa0313031200e10311007a000e00e0031000bf019d030f0044000e0086005d004e007100df00b00007000200010006008500840009000400de0082000700430041030e004000100018001700ef030d019900370042004b0002000100060033007e000900ef003e003d003c001000180017004a0049014f030c001f005b00210020005a030b0014030a0048008c00590035008b008a0089004c00340047008800870079003f00040309006e013c013b0098001d00a100ad0067000400b100390010006600e6001101840183011100db0011014e0308013a0016002b014300ae001400f30307013900370042004b0002000100060033007e000900f6003e003d003c001000180017004a004901670306001f005b00210020005a0305001403040048008c00590035008b008a0089004c00340047008800870079003f0004030300af006e00b9013800ad006700390010006600e60011001200a200cb00db002b013e00ae0014001201030302001100f303010012030002ff00370042004b0002000100060033007e000900e2003e003d003c001000180017004a004902fe02fd001f005b00210020005a02fc001402fb0048008c00590035008b008a0089004c00340047008800870079003f000402fa00af006e00b9013800ad00670039001000660137000a001d00bb009800db010b02f902f8001402f7000a02f6013a001602f5015102f4001200080054001500a3005300520008007002f3004602f2000f005702f1000f0105000e00720104000f000200010031007e00080022006d006c02f000da00d9001f006b00210020006a02ef002f02ee006f009700960095009400930092000500910090008f008e007f0069000d000c0036004d00080022006d006c02ed00da00d9001f006b00210020006a02ec002f013602eb0022006d006c02ea00da00d9001f006b00210020006a02e9002f0136006f009700960095009400930092000500910090008f008e007f0069000d000c00360019000802e8007d02e7011301a7009b003201a6010900c200070060000200010006002c001b0075010c0038000402e600160012000802e502e402e30086005d004e007102e2000700020001000600850084000902e10004013501f102e0004302df01340086005d004e0071004f00b0000700020001000600850084000900040135000502de00d80111013400b302dd00e40007004102dc004000100018001702db00b2008d00e3004b00020001000600330133014200dc000901410140003e003d003c001000180017004a004902da001f005b00210020005a02d9001402d80048008c00590035008b008a0089004c00340047008800870079003f000402d7006e013c013b0098001d00a100ad02d6000402d50039015502d40137005802d30016007000220132003a009a0101016400d800bd00020001005c000d000c0036004d0008001200080054001500a30053005200080022006d006c006f02d200f8001f006b00210020006a02d1002f02d0009700960095009400930092000500910090008f008e007f006902cf02ce018800c702cd013f00fe02cc014400c902cb000f02ca02c902c800ca000d000c003602c700020001005c004d002e000d000c002d0019002c001c000900040083000502c6000a02c50016011d00150025002400070002000100060029001c000900040083000502c4005102c300d7011c002800c600d7019c005d013202c20007000200010006019b019a0009000402c10005000a0083013d02c000a0000700d8004102bf003702be008d02bd004b000200010006003301330038013902bc02bb000400d702ba013100ca011d00150025002400070002000100060029001c00090004008300050116002800c602b902b801a4002202b702b600c900f7015402b500c900bf02b4013101530039003700420152005f000d000c00f40019002e000d000c002d0019002c001c000900040083000502b302b20016001200080054001500a300530052000800700070000200010031000d000c00f40019002e000d000c002d0019002c001c0009000402b1000500160012000802b002af02ae02ad02ac02ab02aa02a902a8003700420069002e000d000c002d001902a701500009000402a600050016007002a501020016001d001602a401020016001d001602a3002a00080000000000000000013000000000000002a2000001300013001302a100000000000000d600d500d402a0029f00000000000000000000029e000000ac0000012f0000029d029c029b029a029900000298000002970296012e0000000000000295000000000000000002940000000000000293000000000000029200000000000002910000000000000290000000000000028f000000000000028e000000000000028d000000000000028c000000000000028b000000000000028a0000000000000289000000000000028800000000000002870000000000000286000000000000028500000000000002840000000000000283000000000000028200000000000002810000000000000280000000000000027f000000000000027e000000000000027d000000000000027c000000000000027b000000000000027a000000000000027900000000000002780000000000000277000000000000027600000000000002750000000000000274000000000000027300000000000002720000000000000271000000000000027000000000012f00000013026f0000000000ac000000000000026e026d026c026b026a026902680267000000000266000000ac0000012d0000000000000000026500000000000002640000000000000263000000000262000002610260025f025e00d30000012c0000025d025c0000000000d600d500d4025b001300130013025a02590258025702560255025402530252012e000000000000012b02510250024f024e024d0000000000d600d500d4024c024b024a0249024800000247012a012a0246024502440243000000000000024202410240023f023e023d023c023b023a0000000002390000000000000000023802370236023502340233023202310230022f000000000000022e022d022c022b00000000012d0000000000000000001301290013001301280129001300130013022a000000000000022900000000000000000000012c00000228000000000000022700000000000002260225022400000223000000000000012702220000000002210220021f021e021d021c021b021a021902180000000000000000021700000000000000000216021502140213021202110210020f020e00000000020d000001260125020c020b020a0209000000000208020702060205012702040203000002020201020001ff00ac000001fe000000130013001301fd0013001300130013001300130013012801fc01fb01fa000000000000000001f901f800000000000001f700000000000000d3000001f60000012b0126012501f501f40000000000000000000001f3000001f200000000000000d3000000000000000000000000000000000000000000000000000000000000000000000000",
        "logIndex": 2,
        "blockHash": "0x00d560fc3a02e85cea43e6b88231dd5b6f6c8603318571484bf8e36072a0ffc4"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 60096585,
        "transactionHash": "0x3d7fc36701515d4e22da687629421570a4ef1741092ad811422ef4b63634197c",
        "address": "0x0000000000000000000000000000000000008004",
        "topics": [
          "0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
          "0x010003d7f41e076885f4ce2a2b556b459e4c7000600db7e0eba5c487e153c2ff",
          "0x0000000000000000000000000000000000000000000000000000000000000000"
        ],
        "data": "0x",
        "logIndex": 3,
        "blockHash": "0x00d560fc3a02e85cea43e6b88231dd5b6f6c8603318571484bf8e36072a0ffc4"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 60096585,
        "transactionHash": "0x3d7fc36701515d4e22da687629421570a4ef1741092ad811422ef4b63634197c",
        "address": "0x9d04692c4f86a5fa52a5dd02F61a9cc9F685B9EB",
        "topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
        "data": "0x00000000000000000000000000000000000000000000000000000000000000ff",
        "logIndex": 4,
        "blockHash": "0x00d560fc3a02e85cea43e6b88231dd5b6f6c8603318571484bf8e36072a0ffc4"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 60096585,
        "transactionHash": "0x3d7fc36701515d4e22da687629421570a4ef1741092ad811422ef4b63634197c",
        "address": "0x0000000000000000000000000000000000008006",
        "topics": [
          "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
          "0x000000000000000000000000a1334fd57818b7e07de23c00ab62ccaaf78ec763",
          "0x010003d7f41e076885f4ce2a2b556b459e4c7000600db7e0eba5c487e153c2ff",
          "0x0000000000000000000000009d04692c4f86a5fa52a5dd02f61a9cc9f685b9eb"
        ],
        "data": "0x",
        "logIndex": 5,
        "blockHash": "0x00d560fc3a02e85cea43e6b88231dd5b6f6c8603318571484bf8e36072a0ffc4"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 60096585,
        "transactionHash": "0x3d7fc36701515d4e22da687629421570a4ef1741092ad811422ef4b63634197c",
        "address": "0x000000000000000000000000000000000000800A",
        "topics": [
          "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
          "0x0000000000000000000000000000000000000000000000000000000000008001",
          "0x000000000000000000000000a1334fd57818b7e07de23c00ab62ccaaf78ec763"
        ],
        "data": "0x00000000000000000000000000000000000000000000000000003d0d2f3e9620",
        "logIndex": 6,
        "blockHash": "0x00d560fc3a02e85cea43e6b88231dd5b6f6c8603318571484bf8e36072a0ffc4"
      }
    ],
    "blockNumber": 60096585,
    "cumulativeGasUsed": "0",
    "status": 1,
    "byzantium": true
  },
  "args": [
    "0x0000000000000000000000000000000000000000",
    "0x0000000000000000000000000000000000000000",
    "0x51519cdCDDD05E2ADCFA108f4a960755D9d6ea8b"
  ],
  "numDeployments": 2,
  "solcInputHash": "a9d45743da573f8ff187f2680e01ef9e",
  "metadata": {
    "llvm_options": [],
    "optimizer_settings": {
      "is_debug_logging_enabled": false,
      "is_fallback_to_size_enabled": false,
      "is_verify_each_enabled": false,
      "level_back_end": "Aggressive",
      "level_middle_end": "Aggressive",
      "level_middle_end_size": "Zero"
    },
    "solc_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"nativeMarketAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"vaiAddress\",\"type\":\"address\"},{\"internalType\":\"contract BoundValidatorInterface\",\"name\":\"_boundValidator\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"calledContract\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"methodSignature\",\"type\":\"string\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"bool\",\"name\":\"enabled\",\"type\":\"bool\"}],\"name\":\"CachedEnabled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldAccessControlManager\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAccessControlManager\",\"type\":\"address\"}],\"name\":\"NewAccessControlManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"role\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bool\",\"name\":\"enable\",\"type\":\"bool\"}],\"name\":\"OracleEnabled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"role\",\"type\":\"uint256\"}],\"name\":\"OracleSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"mainOracle\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"pivotOracle\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"fallbackOracle\",\"type\":\"address\"}],\"name\":\"TokenConfigAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"CACHE_SLOT\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"INVALID_PRICE\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"NATIVE_TOKEN_ADDR\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"accessControlManager\",\"outputs\":[{\"internalType\":\"contract IAccessControlManagerV8\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"boundValidator\",\"outputs\":[{\"internalType\":\"contract BoundValidatorInterface\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"enum ResilientOracle.OracleRole\",\"name\":\"role\",\"type\":\"uint8\"},{\"internalType\":\"bool\",\"name\":\"enable\",\"type\":\"bool\"}],\"name\":\"enableOracle\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"enum ResilientOracle.OracleRole\",\"name\":\"role\",\"type\":\"uint8\"}],\"name\":\"getOracle\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"enabled\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"}],\"name\":\"getPrice\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"}],\"name\":\"getTokenConfig\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address[3]\",\"name\":\"oracles\",\"type\":\"address[3]\"},{\"internalType\":\"bool[3]\",\"name\":\"enableFlagsForOracles\",\"type\":\"bool[3]\"},{\"internalType\":\"bool\",\"name\":\"cachingEnabled\",\"type\":\"bool\"}],\"internalType\":\"struct ResilientOracle.TokenConfig\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"}],\"name\":\"getUnderlyingPrice\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"nativeMarket\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"setAccessControlManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"},{\"internalType\":\"enum ResilientOracle.OracleRole\",\"name\":\"role\",\"type\":\"uint8\"}],\"name\":\"setOracle\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address[3]\",\"name\":\"oracles\",\"type\":\"address[3]\"},{\"internalType\":\"bool[3]\",\"name\":\"enableFlagsForOracles\",\"type\":\"bool[3]\"},{\"internalType\":\"bool\",\"name\":\"cachingEnabled\",\"type\":\"bool\"}],\"internalType\":\"struct ResilientOracle.TokenConfig\",\"name\":\"tokenConfig\",\"type\":\"tuple\"}],\"name\":\"setTokenConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address[3]\",\"name\":\"oracles\",\"type\":\"address[3]\"},{\"internalType\":\"bool[3]\",\"name\":\"enableFlagsForOracles\",\"type\":\"bool[3]\"},{\"internalType\":\"bool\",\"name\":\"cachingEnabled\",\"type\":\"bool\"}],\"internalType\":\"struct ResilientOracle.TokenConfig[]\",\"name\":\"tokenConfigs_\",\"type\":\"tuple[]\"}],\"name\":\"setTokenConfigs\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"}],\"name\":\"updateAssetPrice\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"}],\"name\":\"updatePrice\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"vai\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\",\"details\":\"nativeMarketAddress can be address(0) if on the chain we do not support native market      (e.g vETH on ethereum would not be supported, only vWETH)\",\"params\":{\"_boundValidator\":\"Address of the bound validator contract\",\"nativeMarketAddress\":\"The address of a native market (for bsc it would be vBNB address)\",\"vaiAddress\":\"The address of the VAI token (if there is VAI on the deployed chain).          Set to address(0) of VAI is not existent.\"}},\"enableOracle(address,uint8,bool)\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"NotNullAddress error is thrown if asset address is nullTokenConfigExistance error is thrown if token config is not set\",\"custom:event\":\"Emits OracleEnabled event with asset address, role of the oracle and enabled flag\",\"details\":\"Configuration for the asset **must** already exist and the asset cannot be 0 address\",\"params\":{\"asset\":\"Asset address\",\"enable\":\"Enabled boolean of the oracle\",\"role\":\"Oracle role\"}},\"getOracle(address,uint8)\":{\"params\":{\"asset\":\"asset address\",\"role\":\"Oracle role\"},\"returns\":{\"enabled\":\"Enabled flag of the oracle based on token config\",\"oracle\":\"Oracle address based on role\"}},\"getPrice(address)\":{\"custom:error\":\"Paused error is thrown when resilent oracle is pausedInvalid resilient oracle price error is thrown if fetched prices from oracle is invalid\",\"params\":{\"asset\":\"asset address\"},\"returns\":{\"_0\":\"price USD price in scaled decimal places.\"}},\"getTokenConfig(address)\":{\"details\":\"Gets token config by asset address\",\"params\":{\"asset\":\"asset address\"},\"returns\":{\"_0\":\"tokenConfig Config for the asset\"}},\"getUnderlyingPrice(address)\":{\"custom:error\":\"Paused error is thrown when resilent oracle is pausedInvalid resilient oracle price error is thrown if fetched prices from oracle is invalid\",\"params\":{\"vToken\":\"vToken address\"},\"returns\":{\"_0\":\"price USD price in scaled decimal places.\"}},\"initialize(address)\":{\"params\":{\"accessControlManager_\":\"Address of the access control manager contract\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pause()\":{\"custom:access\":\"Only Governance\"},\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setAccessControlManager(address)\":{\"custom:access\":\"Only Governance\",\"custom:event\":\"Emits NewAccessControlManager event\",\"details\":\"Admin function to set address of AccessControlManager\",\"params\":{\"accessControlManager_\":\"The new address of the AccessControlManager\"}},\"setOracle(address,address,uint8)\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"Null address error if main-role oracle address is nullNotNullAddress error is thrown if asset address is nullTokenConfigExistance error is thrown if token config is not set\",\"custom:event\":\"Emits OracleSet event with asset address, oracle address and role of the oracle for the asset\",\"details\":\"Supplied asset **must** exist and main oracle may not be null\",\"params\":{\"asset\":\"Asset address\",\"oracle\":\"Oracle address\",\"role\":\"Oracle role\"}},\"setTokenConfig((address,address[3],bool[3],bool))\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"NotNullAddress is thrown if asset address is nullNotNullAddress is thrown if main-role oracle address for asset is null\",\"custom:event\":\"Emits TokenConfigAdded event when the asset config is set successfully by the authorized accountEmits CachedEnabled event when the asset cachingEnabled flag is set successfully\",\"details\":\"main oracle **must not** be a null address\",\"params\":{\"tokenConfig\":\"Token config struct\"}},\"setTokenConfigs((address,address[3],bool[3],bool)[])\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"Throws a length error if the length of the token configs array is 0\",\"params\":{\"tokenConfigs_\":\"Token config array\"}},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"unpause()\":{\"custom:access\":\"Only Governance\"},\"updateAssetPrice(address)\":{\"details\":\"This function should always be called before calling getPrice\",\"params\":{\"asset\":\"asset address\"}},\"updatePrice(address)\":{\"details\":\"This function should always be called before calling getUnderlyingPrice\",\"params\":{\"vToken\":\"vToken address\"}}},\"stateVariables\":{\"boundValidator\":{\"custom:oz-upgrades-unsafe-allow\":\"state-variable-immutable\"},\"nativeMarket\":{\"custom:oz-upgrades-unsafe-allow\":\"state-variable-immutable\"},\"vai\":{\"custom:oz-upgrades-unsafe-allow\":\"state-variable-immutable\"}},\"title\":\"ResilientOracle\",\"version\":1},\"userdoc\":{\"errors\":{\"Unauthorized(address,address,string)\":[{\"notice\":\"Thrown when the action is prohibited by AccessControlManager\"}]},\"events\":{\"CachedEnabled(address,bool)\":{\"notice\":\"Event emitted when an asset cachingEnabled flag is set\"},\"NewAccessControlManager(address,address)\":{\"notice\":\"Emitted when access control manager contract address is changed\"},\"OracleEnabled(address,uint256,bool)\":{\"notice\":\"Event emitted when an oracle is enabled or disabled\"},\"OracleSet(address,address,uint256)\":{\"notice\":\"Event emitted when an oracle is set\"}},\"kind\":\"user\",\"methods\":{\"CACHE_SLOT()\":{\"notice\":\"Slot to cache the asset's price, used for transient storage custom:storage-location erc7201:venus-protocol/oracle/ResilientOracle/cache keccak256(abi.encode(uint256(keccak256(\\\"venus-protocol/oracle/ResilientOracle/cache\\\")) - 1))   & ~bytes32(uint256(0xff))\"},\"NATIVE_TOKEN_ADDR()\":{\"notice\":\"Set this as asset address for Native token on each chain.This is the underlying for vBNB (on bsc) and can serve as any underlying asset of a market that supports native tokens\"},\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"boundValidator()\":{\"notice\":\"Bound validator contract address\"},\"constructor\":{\"notice\":\"Constructor for the implementation contract. Sets immutable variables.\"},\"enableOracle(address,uint8,bool)\":{\"notice\":\"Enables/ disables oracle for the input asset. Token config for the input asset **must** exist\"},\"getOracle(address,uint8)\":{\"notice\":\"Gets oracle and enabled status by asset address\"},\"getPrice(address)\":{\"notice\":\"Gets price of the asset\"},\"getUnderlyingPrice(address)\":{\"notice\":\"Gets price of the underlying asset for a given vToken. Validation flow: - Check if the oracle is paused globally - Validate price from main oracle against pivot oracle - Validate price from fallback oracle against pivot oracle if the first validation failed - Validate price from main oracle against fallback oracle if the second validation failed In the case that the pivot oracle is not available but main price is available and validation is successful, main oracle price is returned.\"},\"initialize(address)\":{\"notice\":\"Initializes the contract admin and sets the BoundValidator contract address\"},\"nativeMarket()\":{\"notice\":\"Native market address\"},\"pause()\":{\"notice\":\"Pauses oracle\"},\"setAccessControlManager(address)\":{\"notice\":\"Sets the address of AccessControlManager\"},\"setOracle(address,address,uint8)\":{\"notice\":\"Sets oracle for a given asset and role.\"},\"setTokenConfig((address,address[3],bool[3],bool))\":{\"notice\":\"Sets/resets single token configs.\"},\"setTokenConfigs((address,address[3],bool[3],bool)[])\":{\"notice\":\"Batch sets token configs\"},\"unpause()\":{\"notice\":\"Unpauses oracle\"},\"updateAssetPrice(address)\":{\"notice\":\"Updates the capped main oracle snapshot.\"},\"updatePrice(address)\":{\"notice\":\"Updates the capped main oracle snapshot.\"},\"vai()\":{\"notice\":\"VAI address\"}},\"notice\":\"The Resilient Oracle is the main contract that the protocol uses to fetch prices of assets. DeFi protocols are vulnerable to price oracle failures including oracle manipulation and incorrectly reported prices. If only one oracle is used, this creates a single point of failure and opens a vector for attacking the protocol. The Resilient Oracle uses multiple sources and fallback mechanisms to provide accurate prices and protect the protocol from oracle attacks. For every market (vToken) we configure the main, pivot and fallback oracles. The oracles are configured per vToken's underlying asset address. The main oracle oracle is the most trustworthy price source, the pivot oracle is used as a loose sanity checker and the fallback oracle is used as a backup price source. To validate prices returned from two oracles, we use an upper and lower bound ratio that is set for every market. The upper bound ratio represents the deviation between reported price (the price that\\u2019s being validated) and the anchor price (the price we are validating against) above which the reported price will be invalidated. The lower bound ratio presents the deviation between reported price and anchor price below which the reported price will be invalidated. So for oracle price to be considered valid the below statement should be true: ``` anchorRatio = anchorPrice/reporterPrice isValid = anchorRatio <= upperBoundAnchorRatio && anchorRatio >= lowerBoundAnchorRatio ``` In most cases, Chainlink is used as the main oracle, other oracles are used as the pivot oracle depending on which supports the given market and Binance oracle is used as the fallback oracle. For a fetched price to be valid it must be positive and not stagnant. If the price is invalid then we consider the oracle to be stagnant and treat it like it's disabled.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/ResilientOracle.sol\":\"ResilientOracle\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"details\":{\"constantOptimizer\":false,\"cse\":false,\"deduplicate\":false,\"inliner\":false,\"jumpdestRemover\":false,\"orderLiterals\":false,\"peephole\":false,\"simpleCounterForLoopUncheckedIncrement\":true,\"yul\":true,\"yulDetails\":{\"optimizerSteps\":\"dhfoDgvulfnTUtnIf[xa[r]EscLMcCTUtTOntnfDIulLculVcul [j]Tpeulxa[rul]xa[r]cLgvifCTUca[r]LSsTFOtfDnca[r]Iulc]jmul[jul] VcTOcul jmul:fDnTOcmu\",\"stackAllocation\":true}},\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://75267b14b60dc216d01d596a4008189a6c44d3314e53eded0edb1e757d95be16\",\"dweb:/ipfs/QmQoMaxTRT6V7uQj9USfdQH9jh1crywB9auVjThzUSAbG2\"]},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e89863421b4014b96a4b62be76eb3b9f0a8afe9684664a6f389124c0964bfe5c\",\"dweb:/ipfs/Qmbk7xr1irpDuU1WdxXgxELBXxs61rHhCgod7heVcvFx16\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f103ee2e4aecd37aac6ceefe670709cdd7613dee25fa2d4d9feaf7fc0aaa155e\",\"dweb:/ipfs/QmRiNZLoJk5k3HPMYGPGjZFd2ke1ZxjhJZkM45Ec9GH9hv\"]},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6d362da7417bc7d7cc8623f3d3f8f04c3808d043ee6379568c63a63ec14a124e\",\"dweb:/ipfs/QmYm3wDHUcfGh3MNiRqpWEBbSSYnDSyUsppDATy5DVsfui\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://310136ad60820af4177a11a61d77a3686faf5fca4942b600e08fc940db38396b\",\"dweb:/ipfs/QmbCzMNSTL7Zi7M4UCSqBrkHtp4jjxUnGbkneCZKdR1qeq\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8b06267c5f80bad727af3e48b1382333d591dad51376399ef2f6b0ee6d58bf95\",\"dweb:/ipfs/QmdU5La1agcQvghnfMpWZGDPz2TUDTCxUwTLKmuMRXBpAx\"]},\"@openzeppelin/contracts/access/IAccessControl.sol\":{\"keccak256\":\"0x59ce320a585d7e1f163cd70390a0ef2ff9cec832e2aa544293a00692465a7a57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bb2c137c343ef0c4c7ce7b18c1d108afdc9d315a04e48307288d2d05adcbde3a\",\"dweb:/ipfs/QmUxhrAQM3MM3FF5j7AtcXLXguWCJBHJ14BRdVtuoQc8Fh\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd39944e8fc06be6dbe2dd1d8449b5336e23c6a7ba3e8e9ae5ae0f37f35283f5\",\"dweb:/ipfs/QmPV3FGYjVwvKSgAXKUN3r9T9GwniZz83CxBpM7vyj2G53\"]},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a376d3dda2cb70536c0a45c208b29b34ac560c4cb4f513a42079f96ba47d2dd\",\"dweb:/ipfs/QmZQg6gn1sUpM8wHzwNvSnihumUCAhxD119MpXeKp8B9s8\"]},\"@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol\":{\"keccak256\":\"0x0dcf283925f4dddc23ca0ee71d2cb96a9dd6e4cf08061b69fde1697ea39dc514\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://38db65a77297d8df3345797277a624d81706bde2e9ede230a140e8ca2a027040\",\"dweb:/ipfs/QmWKcmtyyvi3dhAJHkdAKGNrsKcMxKQ6c82ArtDqe8tncG\"]},\"@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol\":{\"keccak256\":\"0xaa29b098440d0b3a131c5ecdf25ce548790c1b5ac7bf9b5c0264b6af6f7a1e0b\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://8120bda3990193388d0cc5f551510ef1eab685387a58a88ab607b5149e51acde\",\"dweb:/ipfs/QmNSX9ai6GbN4wQukM29rFkcWDFhqStUTtKe6XtreTvRcN\"]},\"contracts/ResilientOracle.sol\":{\"keccak256\":\"0xc42d06b29b0b81aa51d0b9e9b9e98c09d855fae3d0824b64d43f95e0b49d284a\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://650e5ffd99f4f08d5c50dbf57df1143e20c058606dc71f1bfd4a08f6287821f8\",\"dweb:/ipfs/Qmd7qLsZd3VmMcPcFgFNQrQFpnGQ1MQXLB2zbDMrc6Fnjw\"]},\"contracts/interfaces/ICappedOracle.sol\":{\"keccak256\":\"0xad239e65b5e92b3486418c5ccca120247702251f9724cd96657c3cfdc7fedc31\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://c974a3f66c9a8ceb9c24c1b4cae48e86754c5dded9ba516927240f69d94ac83c\",\"dweb:/ipfs/QmPFvNnSbaygpXxpzGuRaz95sbeNGTWbrn3Mse4Sqb4tAB\"]},\"contracts/interfaces/OracleInterface.sol\":{\"keccak256\":\"0xd3bbb7c9eef19e8f467342df6034ef95399a00964646fb8c82b438968ae3a8c0\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://e056fb5f1ce0c2b81641553d1f6415088bc91e6a8ceef1007bb0e149a806a9ea\",\"dweb:/ipfs/QmXg7TxRAtm5Rn8ZnyiZVG4szWze7q8c8hMH5saDn5Fhxp\"]},\"contracts/interfaces/VBep20Interface.sol\":{\"keccak256\":\"0x6e71c3df86501df5c0e4bace1333c0c91f9f9cced252a54fb99eeda219b789d5\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://a321e0a5c0c913b127fc2bc19025c8d6e3a3c1f5a9c9e52a4e8e382deab1b349\",\"dweb:/ipfs/QmezcySRTNkHtDBBAh4cN64u2tt9dbYFwiNCSBt74ShisK\"]},\"contracts/lib/Transient.sol\":{\"keccak256\":\"0x60d7133a48a757ee777cb9230e890ef489ffc33dcea9dadfcf5a8b72f9dd43aa\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://9bf75e914ecc45b879fa05281d6398cf6407a2acfd53ec8659d27cbe0225b607\",\"dweb:/ipfs/QmYrm6nyYXX9pSXwGfnHa67FvkARr3YtpVBHaQHgZ6HSZ3\"]}},\"version\":1}",
    "solc_version": "0.8.25",
    "solc_zkvm_edition": "1.0.1",
    "zk_version": "1.5.1"
  },
  "bytecode": "0x0001000000000002000f000000000002000000000301001900000060033002700000035d033001970000000100200190000000200000c13d0000008002000039000000400020043f000000040030008c000005e30000413d000000000201043b000000e002200270000003690020009c000000540000a13d0000036a0020009c0000008e0000213d000003740020009c000000bb0000a13d000003750020009c000001810000213d000003780020009c000001e50000613d000003790020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d000003a501000041000000800010043f000003930100004100000d710001042e0000000002000416000000000002004b000005e30000c13d0000001f023000390000035e02200197000000e002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000320000613d000000e005000039000000e006400039000000000701034f000000007807043c0000000005850436000000000065004b0000002e0000c13d000000000002004b000000400000613d000000000141034f0000000302200210000000e004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000600030008c000005e30000413d000000e00100043d0000035f0010009c000005e30000213d000001000200043d0000035f0020009c000005e30000213d000001200300043d0000035f0030009c000005e30000213d000000000003004b000003cd0000c13d000000400100043d000000440210003900000367030000410000000000320435000000240210003900000015030000390000043d0000013d0000037d0020009c0000009d0000a13d0000037e0020009c000000ff0000a13d0000037f0020009c0000018f0000213d000003820020009c0000028c0000613d000003830020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b000003b10020009c000005e30000213d0000002304200039000000000034004b000005e30000813d0000000404200039000000000441034f000000000604043b000003b10060009c0000016f0000213d00000005046002100000003f04400039000003b204400197000003950040009c0000016f0000213d0000008005400039000000400050043f000000800060043f000000240220003900000008046002100000000004240019000000000034004b000005e30000213d000000000006004b000004bf0000c13d0000004401500039000003b9020000410000000000210435000000240150003900000011020000390000000000210435000003620100004100000000001504350000000401500039000000200200003900000000002104350000035d0050009c0000035d05008041000000400150021000000368011001c700000d72000104300000036b0020009c000001110000a13d0000036c0020009c000001d20000213d0000036f0020009c000002ae0000613d000003700020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d0000039201000041000000800010043f000003930100004100000d710001042e000003870020009c000001750000213d0000038b0020009c000002b30000613d0000038c0020009c000002d00000613d0000038d0020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d000000c001000039000000400010043f0000000901000039000000800010043f000003c501000041000000a00010043f00000080010000390d7007ad0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004170000c13d0000004402100039000003c7030000410000000000320435000000240210003900000014030000390000043d0000013d0000037a0020009c000002db0000613d0000037b0020009c000002e00000613d0000037c0020009c000005e30000c13d000000640030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b000700000002001d0000035f0020009c000005e30000213d0000002402100370000000000202043b000600000002001d0000035f0020009c000005e30000213d0000004401100370000000000101043b000500000001001d000000020010008c000005e30000213d0000000701000029000000000001004b0000038f0000613d0000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000101043b000000000101041a0000035f00100198000004af0000613d000000400100043d000003ab0010009c0000016f0000213d00000006020000290006035f0020019b0000004002100039000000400020043f0000002002100039000003ac030000410000000000320435000000200200003900000000002104350d7007ad0000040f000000060200002900000005002001b0000005c10000c13d000000400100043d0000006402100039000003ae0300004100000000003204350000004402100039000003af030000410000035c0000013d000003840020009c000002ed0000613d000003850020009c000002f80000613d000003860020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d0000009701000039000000000101041a0000035f021001970000000001000411000000000012004b0000042c0000c13d0d700bcd0000040f000000000100001900000d710001042e000003710020009c000003110000613d000003720020009c0000031c0000613d000003730020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b0000035f0020009c000005e30000213d000000000131034f0000010003000039000000800000043f000000000401034f000000004504043c0000000003530436000001600030008c000001240000c13d0000010003000039000000a00030043f000001c003000039000000400030043f0000016003000039000000001401043c0000000003430436000001c00030008c0000012d0000c13d0000016001000039000000c00010043f000000e00000043f0000000000200435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000201043b000000400100043d000003950010009c0000016f0000213d0000008003100039000000400030043f000000000302041a0000035f0330019700000000033104360000000104200039000000000404041a0000035f05400197000000400400043d00000000055404360000000206200039000000000606041a0000035f0660019700000000006504350000000305200039000000000505041a0000035f0550019700000040064000390000000000560435000003960040009c0000016f0000213d0000006005400039000000400050043f00000000004304350000000404200039000000000504041a00000397005001980000000006000019000000010600c039000000400400043d000000400740003900000000006704350000ff00005001900000000006000019000000010600c03900000020074000390000000000670435000000ff005001900000000005000019000000010500c0390000000000540435000003960040009c000005270000a13d000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000003880020009c000003600000613d000003890020009c000003750000613d0000038a0020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d000000800000043f000003930100004100000d710001042e000003760020009c000003990000613d000003770020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000002ea0000a13d000005e30000013d000003800020009c0000039f0000613d000003810020009c000005e30000c13d000000440030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000302043b00000000020300190000035f0030009c000005e30000213d0000002401100370000000000101043b000700000001001d000000020010008c000005e30000213d000400000002001d0000000000200435000000fb01000039000000200010043f000000400200003900000000010000190d700d380000040f000000010110003900000007020000290d70076c0000040f000600000002001d000000000101041a000500000001001d00000004010000290000000000100435000000fb01000039000000200010043f000000000100001900000040020000390d700d380000040f000000040110003900000007020000290d7007610000040f0000000302200210000000000101041a000000000121022f000000ff001001900000000001000019000000010100c039000001000020008c00000000020000190000000102004039000000000112016f000000400200043d0000002003200039000000000013043500000006010000290000000301100210000000050310024f0000035f03300197000000ff0010008c000000000300201900000000003204350000035d0020009c0000035d020080410000004001200210000003b0011001c700000d710001042e0000036d0020009c000003b00000613d0000036e0020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0000003302000039000000000202041a000000ff00200190000004480000c13d0d700be60000040f0000036d0000013d000001040030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000010005000039000000400050043f0000000402100370000000000202043b0000035f0020009c000005e30000213d000000800020043f0000016004000039000000400040043f0000002403100370000000000303043b0000035f0030009c000005e30000213d000001000030043f0000004406100370000000000606043b0000035f0060009c000005e30000213d000001200060043f0000006406100370000000000606043b0000035f0060009c000005e30000213d000001400060043f000000a00050043f000001c005000039000000400050043f0000008405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b000005e30000c13d000001600050043f000000a405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b000005e30000c13d000001800050043f000000c405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b000005e30000c13d000001a00050043f000000c00040043f000000e401100370000000000101043b000000000001004b0000000004000019000000010400c039000000000041004b000005e30000c13d000000e00010043f000000000002004b000005e50000613d000000000003004b000005e50000613d0000020001000039000000400010043f0000001b01000039000001c00010043f000003a601000041000001e00010043f000001c0010000390d7007ad0000040f000000800100043d0000035f011001970000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000800200043d0000035f05200197000000000101043b000000000201041a0000038f02200197000000000252019f000000000021041b000000a00200043d00000000430204340000035f063001970000000103100039000000000063041b00000000030404330000035f073001970000000203100039000000000073041b000000400220003900000000020204330000035f022001970000000303100039000000000023041b000000c00300043d0000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b000003a7030000410000000003006019000000000334019f0000000404100039000000000034041b0000000501100039000000000401041a000003ca03400197000000e00400043d000000000004004b000000010330c1bf000000000031041b000000400100043d00000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000000403000039000003a8040000410d700d660000040f0000000100200190000005e30000613d000000e00100043d000000800200043d00000000030004140000035f05200197000000000001004b0000000006000019000000010600c0390000035d0030009c0000035d03008041000000c00130021000000390011001c70000800d020000390000000303000039000003a904000041000004270000013d0000000001000416000000000001004b000005e30000c13d000000c001000039000000400010043f0000000701000039000000800010043f000003ba01000041000000a00010043f00000080010000390d7007ad0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004380000c13d000003ca0330019700000001033001bf000000000032041b000000000200041100000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000000103000039000003bc04000041000004270000013d0000000001000416000000000001004b000005e30000c13d00000097010000390000039d0000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0000006502000039000000000202041a0000035f022001970000000003000411000000000032004b000003fa0000c13d000000000001004b000004810000c13d0000036201000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f000003a101000041000000c40010043f000003a001000041000000e40010043f000003bf0100004100000d72000104300000000001000416000000000001004b000005e30000c13d0000000001000412000f00000001001d000e00400000003d0000800501000039000000440300003900000000040004150000000f0440008a000003a90000013d0000000001000416000000000001004b000005e30000c13d00000065010000390000039d0000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0d700be60000040f0d700c910000040f000000000100001900000d710001042e0000000001000416000000000001004b000005e30000c13d0000003301000039000000000101041a000000ff001001900000000001000019000000010100c039000000800010043f000003930100004100000d710001042e0000000001000416000000000001004b000005e30000c13d0000006501000039000000000201041a0000035f052001970000000003000411000000000035004b000003fa0000c13d0000009703000039000000000403041a0000038f04400197000000000043041b0000038f02200197000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039e040000410000000006000019000004270000013d0000000001000416000000000001004b000005e30000c13d0000000001000412000b00000001001d000a00200000003d0000800501000039000000440300003900000000040004150000000b0440008a000003a90000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b000700000001001d0000035f0010009c000005e30000213d0000000002000415000000090220008a0000000502200210000000000300041a0000ff0001300190000004520000c13d0000000002000415000000080220008a0000000502200210000000ff00300190000004520000c13d0000039d0130019700000101011001bf0000000002000019000000000010041b0000ff0000100190000004760000613d000600000002001d0000009701000039000000000201041a0000038f02200197000000000021041b00000000010004110000035f061001970000006501000039000000000201041a0000038f03200197000000000363019f000000000031041b00000000010004140000035f052001970000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039e040000410d700d660000040f0000000100200190000005e30000613d000000000100041a0000ff0000100190000004760000613d000500000001001d000000400100043d0000000705000029000000000005004b000005910000c13d0000006402100039000003a00300004100000000003204350000004402100039000003a1030000410000000000320435000000240210003900000025030000390000040c0000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0000003302000039000000000202041a000000ff00200190000004480000c13d0d7008850000040f000000400200043d00000000001204350000035d0020009c0000035d0200804100000040012002100000038e011001c700000d710001042e000000640030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b000700000002001d0000035f0020009c000005e30000213d0000002402100370000000000202043b000600000002001d000000020020008c000005e30000213d0000004401100370000000000201043b000000000002004b0000000001000019000000010100c039000500000002001d000000000012004b000005e30000c13d0000000701000029000000000001004b0000049f0000c13d0000036201000041000000800010043f0000002001000039000000840010043f0000001501000039000000a40010043f0000036701000041000000c40010043f000003c30100004100000d72000104300000000001000416000000000001004b000005e30000c13d000000c901000039000000000101041a000003ac0000013d0000000001000416000000000001004b000005e30000c13d0000000001000412000d00000001001d000c00000000001d0000800501000039000000440300003900000000040004150000000d0440008a0000000504400210000003a4020000410d700d4d0000040f0000035f01100197000000800010043f000003930100004100000d710001042e000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000601043b0000035f0060009c000005e30000213d0000006501000039000000000101041a0000035f051001970000000001000411000000000015004b000003fa0000c13d0000009701000039000000000201041a0000038f02200197000000000262019f000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039104000041000004270000013d000000800010043f000000a00020043f000000c00030043f000000000400041a0000ff0000400190000004030000c13d000000ff0540018f000000ff0050008c000003ed0000613d000000ff014001bf000000000010041b000000ff01000039000000400200043d00000000001204350000035d0020009c0000035d02008041000000400120021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d02000039000000010300003900000365040000410d700d660000040f0000000100200190000005e30000613d000000c00300043d000000a00200043d000000800100043d0000014000000443000001600010044300000020010000390000018000100443000001a0002004430000004002000039000001c000200443000001e000300443000001000010044300000003010000390000012000100443000003660100004100000d710001042e0000036201000041000000800010043f0000002001000039000000840010043f000000a40010043f000003c801000041000000c40010043f000003c30100004100000d7200010430000000400100043d000000640210003900000360030000410000000000320435000000440210003900000361030000410000000000320435000000240210003900000027030000390000000000320435000003620200004100000000002104350000000402100039000000200300003900000000003204350000035d0010009c0000035d01008041000000400110021000000363011001c700000d7200010430000003ca03300197000000000032041b000000000200041100000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000000103000039000003c6040000410d700d660000040f0000000100200190000005e30000613d000000000100001900000d710001042e0000036201000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000003bd01000041000000c40010043f000003be01000041000000e40010043f000003bf0100004100000d72000104300000004402100039000003bb030000410000000000320435000000240210003900000010030000390000000000320435000003620200004100000000002104350000000402100039000000200300003900000000003204350000035d0010009c0000035d01008041000000400110021000000368011001c700000d72000104300000036201000041000000800010043f0000002001000039000000840010043f0000001a01000039000000a40010043f000003c401000041000000c40010043f000003c30100004100000d7200010430000600000002001d000400000001001d000500000003001d000003990100004100000000001004390000000001000410000000040010044300000000010004140000035d0010009c0000035d01008041000000c0011002100000039a011001c700008002020000390d700d6b0000040f0000000100200190000004800000613d000000000101043b000000000001004b000004920000c13d0000000503000029000000ff0130018f000000010010008c0000000001000019000000010100603900000006020000290000000502200270000000000201001f000004950000c13d000000040000006b000003310000613d000003ca01300197000000010200003900000001011001bf000000000010041b0000ff0000100190000003370000c13d000000400100043d0000006402100039000003a20300004100000000003204350000004402100039000003a303000041000000000032043500000024021000390000002b030000390000040c0000013d000000000001042f000000c902000039000000000302041a0000038f04300197000000000414019f000000000042041b0000035f02300197000000800020043f000000a00010043f00000000010004140000035d0010009c0000035d01008041000000c001100210000003c9011001c70000800d0200003900000001030000390000039f04000041000004270000013d00000006010000290000000501100270000000000100001f000000400100043d00000064021000390000039b03000041000000000032043500000044021000390000039c03000041000000000032043500000024021000390000002e030000390000040c0000013d0000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000101043b000000000101041a0000035f00100198000005620000c13d000000400200043d000700000002001d0000036201000041000000000012043500000004012000390d7007570000040f000000070200002900000000012100490000035d0010009c0000035d0100804100000060011002100000035d0020009c0000035d020080410000004002200210000000000121019f00000d7200010430000000a0050000390000000006230049000003b30060009c000005e30000213d000001000060008c000005e30000413d000000400600043d000003950060009c0000016f0000213d0000008007600039000000400070043f000000000721034f000000000707043b0000035f0070009c000005e30000213d00000000087604360000003f07200039000000000037004b0000000009000019000003b409008041000003b407700197000000000007004b000000000a000019000003b40a004041000003b40070009c000000000a09c01900000000000a004b000005e30000c13d000000400900043d000003960090009c0000016f0000213d0000006007900039000000400070043f0000008007200039000000000037004b000005e30000213d000000200a20003900000000007a004b000004ef0000813d000000000b090019000000000ca1034f000000000c0c043b0000035f00c0009c000005e30000213d000000000bcb0436000000200aa0003900000000007a004b000004e70000413d00000000009804350000009f08200039000000000038004b0000000009000019000003b409008041000003b408800197000000000008004b000000000a000019000003b40a004041000003b40080009c000000000a09c01900000000000a004b000005e30000c13d000000400800043d000003960080009c0000016f0000213d0000006009800039000000400090043f000000e009200039000000000039004b000005e30000213d000000000097004b000005120000813d000000000a080019000000000b71034f000000000b0b043b00000000000b004b000000000c000019000000010c00c0390000000000cb004b000005e30000c13d000000000aba04360000002007700039000000000097004b000005070000413d00000040076000390000000000870435000000000791034f000000000707043b000000000007004b0000000008000019000000010800c039000000000087004b000005e30000c13d0000006008600039000000000078043500000000056504360000010002200039000000000042004b000004c00000413d000000800100043d000400000001001d000000000001004b000005ef0000c13d000000400500043d0000007e0000013d0000006005400039000000400050043f000000400510003900000000004504350000000502200039000000000202041a000000ff002001900000000004000019000000010400c0390000006002100039000000000042043500000000010104330000035f04100197000000400100043d0000000004410436000000000303043300000000760304340000035f06600197000000000064043500000000040704330000035f0440019700000040061000390000000000460435000000400330003900000000030304330000035f033001970000006004100039000000000034043500000000030504330000000054030434000000000004004b0000000004000019000000010400c039000000800610003900000000004604350000000004050433000000000004004b0000000004000019000000010400c039000000a005100039000000000045043500000040033000390000000003030433000000000003004b0000000003000019000000010300c039000000c00410003900000000003404350000000002020433000000000002004b0000000002000019000000010200c039000000e00310003900000000002304350000035d0010009c0000035d01008041000000400110021000000398011001c700000d710001042e000000400100043d000003c00010009c0000016f0000813d0000004002100039000000400020043f0000002002100039000003c1030000410000000000320435000000200200003900000000002104350d7007ad0000040f00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d00000006060000290000000302600210000000ff0320020f000003cb03300167000000000101043b000000050460027000000000011400190000000401100039000000000401041a000000000334016f000000050700002900000000022701cf000000000223019f000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d020000390000000403000039000003c204000041000005df0000013d000000c902000039000000000302041a0000038f04300197000000000454019f000000000042041b000000200210003900000000005204350000035f0230019700000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000394011001c70000800d0200003900000001030000390000039f040000410d700d660000040f0000000100200190000005e30000613d0000003301000039000000000201041a000003ca02200197000000000021041b000000060000006b0000042a0000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d000000010300003900000000003104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000036504000041000004270000013d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000101043b000000050700002900000000011700190000000101100039000000000201041a0000038f022001970000000606000029000000000262019f000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d020000390000000403000039000003ad0400004100000007050000290d700d660000040f00000001002001900000042a0000c13d000000000100001900000d72000104300000036201000041000001c00010043f0000002001000039000001c40010043f0000001501000039000001e40010043f0000036701000041000002040010043f000003aa0100004100000d7200010430000600000000001d000000800100043d0000000602000029000000000012004b0000070e0000813d0000000501200210000000a0011000390000000001010433000700000001001d00000000210104340000035f00100198000007070000613d000000000102043300000000010104330000035f00100198000007070000613d000500000002001d000000400b00043d000003ab00b0009c0000016f0000213d0000004001b00039000000400010043f0000002003b00039000003a60100004100000000001304350000001b0100003900000000001b0435000000c901000039000000000201041a000000400c00043d0000002401c0003900000040040000390000000000410435000003b701000041000000000d1c04360000000401c000390000000004000411000000000041043500000000010b04330000004404c000390000000000140435000003cc061001970000001f0510018f0000006404c00039000000000043004b0000062d0000813d000000000006004b000006290000613d00000000085300190000000007540019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000006230000c13d000000000005004b000006470000613d00000000070400190000063d0000013d000000000006004b000006390000613d000000200760008a000003cc077001970000000007740019000000200770003900000000080300190000000009040019000000008a0804340000000009a90436000000000079004b000006350000c13d000000000005004b000006470000613d000000000764001900000000036300190000000305500210000000000607043300000000065601cf000000000656022f00000000030304330000010005500089000000000353022f00000000035301cf000000000363019f00000000003704350000035f02200197000000000341001900000000000304350000000003000414000000040020008c000006520000c13d0000000003000031000000200030008c00000020040000390000000004034019000006880000013d00030000000b001d0000001f01100039000003cc0110019700000064011000390000035d0010009c0000035d0100804100000060011002100000035d00c0009c0000035d0400004100000000040c40190000004004400210000000000141019f0000035d0030009c0000035d03008041000000c003300210000000000131019f00020000000c001d00010000000d001d0d700d6b0000040f0000000109000029000000020c000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000000505400272000006750000613d000000000601034f00000000070c0019000000006806043c0000000007870436000000000097004b000006710000c13d0000001f06400190000006840000613d0000000505500210000000000751034f00000000055c00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0000000100200190000000030b0000290000072d0000613d0000001f01400039000000600110018f0000000004c10019000000000014004b00000000010000190000000101004039000003b10040009c0000016f0000213d00000001001001900000016f0000c13d000000400040043f000000200030008c000005e30000413d00000000010c0433000000000001004b0000000002000019000000010200c039000000000021004b000005e30000c13d000000000001004b000007140000613d000000070100002900000000010104330000035f011001970000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000070900002900000000020904330000035f05200197000000000101043b000000000201041a0000038f02200197000000000252019f000000000021041b0000000502000029000000000202043300000000430204340000035f063001970000000103100039000000000063041b00000000030404330000035f073001970000000203100039000000000073041b000000400220003900000000020204330000035f022001970000000303100039000000000023041b000000400390003900000000030304330000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b000003a7030000410000000003006019000000000334019f0000000404100039000000000034041b0000000501100039000000000301041a000003ca033001970000006004900039000500000004001d0000000004040433000000000004004b000000010330c1bf000000000031041b000000400100043d00000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000121019f00000364011001c70000800d020000390000000403000039000003a8040000410d700d660000040f0000000100200190000005e30000613d000000050100002900000000010104330000000702000029000000000202043300000000030004140000035f05200197000000000001004b0000000006000019000000010600c0390000035d0030009c0000035d03008041000000c00130021000000390011001c70000800d020000390000000303000039000003a9040000410d700d660000040f0000000100200190000005e30000613d00000006020000290000000102200039000600000002001d000000040020006c000005f00000413d0000042a0000013d000000400200043d000700000002001d0000036201000041000000000012043500000004012000390d70074d0000040f000004b50000013d000003b50100004100000000001004350000003201000039000000040010043f000003b60100004100000d7200010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000003b8010000410000000000140435000000040140003900000000020004110000000000210435000000640240003900000000010b0019000700000004001d0d7007770000040f000000070200002900000000012100490000035d0010009c0000035d010080410000035d0020009c0000035d0200804100000060011002100000004002200210000000000121019f00000d7200010430000000400200043d0000001f0430018f00000005053002720000000505500210000007390000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000007350000c13d000000000004004b000007470000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000112019f00000d7200010430000000400210003900000367030000410000000000320435000000200210003900000015030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d0000004002100039000003cd030000410000000000320435000000200210003900000017030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000030020008c000007660000813d00000005032002700000000001130019000000000001042d000003b50100004100000000001004350000003201000039000000040010043f000003b60100004100000d7200010430000000030020008c000007710000813d00000000011200190000000002000019000000000001042d000003b50100004100000000001004350000003201000039000000040010043f000003b60100004100000d720001043000000000430104340000000001320436000003cc063001970000001f0530018f000000000014004b0000078d0000813d000000000006004b000007890000613d00000000085400190000000007510019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000007830000c13d000000000005004b000007a70000613d00000000070100190000079d0000013d000000000006004b000007990000613d000000200760008a000003cc077001970000000007170019000000200770003900000000080400190000000009010019000000008a0804340000000009a90436000000000079004b000007950000c13d000000000005004b000007a70000613d000000000761001900000000046400190000000305500210000000000607043300000000065601cf000000000656022f00000000040404330000010005500089000000000454022f00000000045401cf000000000464019f0000000000470435000000000431001900000000000404350000001f03300039000003cc023001970000000001210019000000000001042d0003000000000002000000000c010019000000c901000039000000000201041a000000400e00043d0000002401e0003900000040030000390000000000310435000003b701000041000000000f1e04360000000401e00039000000000d0004110000000000d104350000004403e0003900000000510c043400000000001304350000035f02200197000003cc071001970000001f0610018f0000006404e00039000000000045004b000007d30000813d000000000007004b000007cf0000613d00000000096500190000000008640019000000200880008a000000200990008a000000000a780019000000000b790019000000000b0b04330000000000ba0435000000200770008c000007c90000c13d000000000006004b000007ed0000613d0000000008040019000007e30000013d000000000007004b000007df0000613d000000200870008a000003cc08800197000000000848001900000020088000390000000009050019000000000a040019000000009b090434000000000aba043600000000008a004b000007db0000c13d000000000006004b000007ed0000613d000000000874001900000000057500190000000306600210000000000708043300000000076701cf000000000767022f00000000050504330000010006600089000000000565022f00000000056501cf000000000575019f0000000000580435000000000441001900000000000404350000000004000414000000040020008c000007f70000c13d0000000003000031000000200030008c000000200400003900000000040340190000082f0000013d00030000000c001d0000001f01100039000003cc0110019700000064011000390000035d0010009c0000035d0100804100000060011002100000035d00e0009c0000035d0300004100000000030e40190000004003300210000000000131019f0000035d0040009c0000035d04008041000000c003400210000000000131019f00020000000e001d00010000000f001d0d700d6b0000040f000000010a000029000000020e000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f00000005064002720000081b0000613d000000000701034f00000000080e0019000000007907043c00000000089804360000000000a8004b000008170000c13d000000000005004b0000082a0000613d0000000506600210000000000761034f00000000066e00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000000030c000029000000000d000411000008650000613d0000001f01400039000000600110018f0000000004e10019000000000014004b00000000010000190000000101004039000003b10040009c000008470000213d0000000100100190000008470000c13d000000400040043f0000001f0030008c000008450000a13d00000000010e0433000000000001004b0000000002000019000000010200c039000000000021004b000008450000c13d000000000001004b0000084d0000613d000000000001042d000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000003b801000041000000000014043500000004014000390000000000d10435000000640240003900000000010c0019000300000004001d0d7007770000040f000000030200002900000000012100490000035d0010009c0000035d010080410000035d0020009c0000035d0200804100000060011002100000004002200210000000000121019f00000d7200010430000000400200043d0000001f0430018f00000005053002720000000505500210000008710000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000086d0000c13d000000000004004b0000087f0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000112019f00000d7200010430000d000000000002000000400200043d000000400300003900000000033204360000035f041001970000004001200039000700000004001d000000000041043500000392010000410000000000130435000003ce0020009c00000b640000813d0000006001200039000000400010043f0000035d0030009c0000035d03008041000000400130021000000000020204330000035d0020009c0000035d020080410000006002200210000000000112019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000005010446000000000005004b00000aca0000c13d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000402100039000000000202041a0000ff0000200190000008d10000613d0000000201100039000000000101041a0000035f05100198000008d40000613d000000400a00043d000003cf0100004100000000031a04360000000401a00039000000070200002900000000002104350000000001000414000000040050008c000008d60000c13d00000000010004150000000d0110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000d00000000001d0000090d0000013d000500000000001d000300000000001d000009220000013d00000000020000190000091d0000013d0000035d00a0009c0000035d0200004100000000020a401900000040022002100000035d0010009c0000035d01008041000000c001100210000000000121019f000003b6011001c7000600000005001d000000000205001900050000000a001d000400000003001d0d700d6b0000040f000000040b000029000000050a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000008f50000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000008f10000c13d000000000005004b000009040000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000c0110008a0000000501100210000c00000000001d0000000100200190000000000200001900000006050000290000091d0000613d0000001f02400039000000600420018f0000000002a40019000000000042004b00000000040000190000000104004039000003b10020009c00000b640000213d000000010040019000000b640000c13d000000400020043f000000200030008c00000b620000413d00000000020a04330000000501100270000000000102001f000300000002001d000000000005004b0000000001000019000000010100c039000500000001001d0000000001000415000600000001001d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000402100039000000000202041a000000ff00200190000009b90000613d0000000101100039000000000101041a0000035f02100198000009b90000613d000000400a00043d000003cf0100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c0000094b0000c13d00000000010004150000000b0110008a00000005011002100000000003000031000000200030008c000000200400003900000000040340190000097d0000013d0000035d00a0009c0000035d0300004100000000030a401900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003b6011001c700040000000a001d000200000004001d0d700d6b0000040f000000020b000029000000040a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000009680000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000009640000c13d000000000005004b000009770000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000a0110008a00000005011002100000000100200190000009b90000613d0000001f02400039000000600220018f0000000004a20019000000000024004b00000000020000190000000102004039000003b10040009c00000b640000213d000000010020019000000b640000c13d000000400040043f000000200030008c00000b620000413d00000000050a04330000000501100270000000000105001f000000050000006b00000acc0000613d0000000302000029000000000002004b00000b180000613d000000440140003900000000002104350000002401400039000200000005001d0000000000510435000003d0010000410000000001140436000500000001001d000400000004001d000000040140003900000007020000290000000000210435000003a4010000410000000000100439000000000100041200000004001004430000004001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000b6a0000613d000000000201043b00000000010004140000035f02200197000000040020008c00000b1a0000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000040a00002900000b480000013d000000000100041500000006011000690000000001000002000400010000003d000600000000001d0000000001000415000500000001001d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000402100039000000000202041a0000039700200198000009e80000613d0000000301100039000000000101041a0000035f02100198000000000500001900000a570000613d000000400a00043d000003cf0100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000009ea0000c13d0000000001000415000000090110008a00000005011002100000000003000031000000200030008c0000002004000039000000000403401900000a1d0000013d000000000500001900000a570000013d0000035d00a0009c0000035d0300004100000000030a401900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003b6011001c700020000000a001d000100000004001d0d700d6b0000040f000000010b000029000000020a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f000000050640027200000a070000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000a030000c13d000000000005004b00000a160000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000001000415000000080110008a00000005011002100000000100200190000000000500001900000a570000613d0000001f02400039000000600220018f0000000004a20019000000000024004b00000000020000190000000102004039000003b10040009c00000b640000213d000000010020019000000b640000c13d000000400040043f000000200030008c00000b620000413d00000000050a04330000000501100270000000000105001f0000000302000029000000000002004b00000a570000613d000000440140003900000000002104350000002401400039000200000005001d0000000000510435000003d0010000410000000001140436000300000001001d000100000004001d000000040140003900000007020000290000000000210435000003a4010000410000000000100439000000000100041200000004001004430000004001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000b6a0000613d000000000201043b00000000010004140000035f02200197000000040020008c00000ad20000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000010a00002900000b000000013d000000000100041500000005011000690000000001000002000000000005004b0000000001000019000000010100603900000004011001af000000400300043d000000010010019000000b6b0000c13d00000044013000390000000000510435000000240130003900000006020000290000000000210435000003d0010000410000000001130436000400000001001d000500000003001d000000040130003900000007020000290000000000210435000003a4010000410000000000100439000000000100041200000004001004430000004001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000b6a0000613d000000000201043b00000000010004140000035f02200197000000040020008c00000a870000c13d0000000003000031000000200030008c00000020040000390000000004034019000000050a00002900000ab40000013d00000005030000290000035d0030009c0000035d0300804100000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f00000368011001c70d700d6b0000040f000000050a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040b00002900000aa20000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000a9e0000c13d000000000005004b00000ab10000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b7c0000613d0000001f01400039000000600210018f0000000001a20019000000000021004b00000000020000190000000102004039000003b10010009c00000b640000213d000000010020019000000b640000c13d000000400010043f000000200030008c00000b620000413d00000000020a0433000000000002004b0000000003000019000000010300c039000000000032004b00000b620000c13d000000000002004b000000060500002900000b6c0000613d0000000001050019000000000001042d000000000100041500000006011000690000000001000002000000000005004b00000aca0000c13d000009bc0000013d00000001030000290000035d0030009c0000035d0300804100000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f00000368011001c70d700d6b0000040f000000010a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000030b00002900000aed0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000ae90000c13d000000000005004b00000afc0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b9d0000613d00000002050000290000001f01400039000000600110018f0000000001a10019000003b10010009c00000b640000213d000000400010043f000000200030008c00000b620000413d00000000020a0433000000000002004b0000000001000019000000010100c039000000000012004b00000b620000c13d000000000100041500000005011000690000000001000002000000000005004b0000000001000019000000010100603900000a5d0000613d000000000002004b00000aca0000c13d00000a5d0000013d000000000100001900000b560000013d00000004030000290000035d0030009c0000035d0300804100000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f00000368011001c70d700d6b0000040f000000040a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000050b00002900000b350000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000b310000c13d000000000005004b00000b440000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000bac0000613d00000002050000290000001f01400039000000600110018f0000000001a10019000003b10010009c00000b640000213d000000400010043f000000200030008c00000b620000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b00000b620000c13d000000000200041500000006022000690000000002000002000000000005004b000009bc0000613d000000000001004b00000b5f0000613d0000000001050019000000000001042d000400000000001d000600000005001d000009be0000013d000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000000001042f00000000010300190000004402100039000003d203000041000000000032043500000024021000390000001e030000390000000000320435000003620200004100000000002104350000000402100039000000200300003900000000003204350000035d0010009c0000035d01008041000000400110021000000368011001c700000d7200010430000000400200043d0000001f0430018f000000050530027200000b880000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b840000c13d000000000004004b00000b970000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000121019f00000d7200010430000000400200043d0000001f0430018f000000050530027200000ba90000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000ba50000c13d000000000004004b00000bc70000613d00000bba0000013d000000400200043d0000001f0430018f000000050530027200000bb80000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000bb40000c13d000000000004004b00000bc70000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000112019f00000d72000104300000009702000039000000000302041a0000038f03300197000000000032041b0000035f061001970000006501000039000000000201041a0000038f03200197000000000363019f000000000031041b00000000010004140000035f052001970000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039e040000410d700d660000040f000000010020019000000be40000613d000000000001042d000000000100001900000d720001043000020000000000020002035f0010019c00000c5d0000613d000003a401000041000000000010043900000000010004120000000400100443000000240000044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000000301034f000000010020019000000c5c0000613d000003a501000041000000000203043b0000035f02200197000000020020006b00000c5b0000613d000003a4010000410000000000100439000000000100041200000004001004430000002001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000c5c0000613d000000000101043b0000035f031001970000000202000029000000000032004b00000c5b0000613d000000400a00043d000003d30100004100000000041a04360000000001000414000000040020008c00000c1c0000c13d0000000003000031000000200030008c0000002004000039000000000403401900000c4b0000013d0000035d00a0009c0000035d0300004100000000030a401900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003d4011001c700020000000a001d000100000004001d0d700d6b0000040f000000010b000029000000020a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f000000050640027200000c390000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000c350000c13d000000000005004b00000c480000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000c750000613d0000001f01400039000000600210018f0000000001a20019000000000021004b00000000020000190000000102004039000003b10010009c00000c6f0000213d000000010020019000000c6f0000c13d000000400010043f0000001f0030008c00000c6d0000a13d00000000010a04330000035f0010009c00000c6d0000213d000000000001042d000000000001042f000000400200043d000200000002001d0000036201000041000000000012043500000004012000390d70074d0000040f000000020200002900000000012100490000035d0010009c0000035d0100804100000060011002100000035d0020009c0000035d020080410000004002200210000000000121019f00000d7200010430000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000400200043d0000001f0430018f0000000505300272000000050550021000000c810000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c7d0000c13d000000000004004b00000c8f0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f0000000000150435000000600130021000000c680000013d0004000000000002000000400500043d00000040020000390000000002250436000300000001001d0000035f041001970000004003500039000400000004001d000000000043043500000392030000410000000000320435000003ce0050009c00000d300000813d0000006003500039000000400030043f0000035d0020009c0000035d02008041000000400220021000000000010504330000035d0010009c0000035d010080410000006001100210000000000121019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b0000000001010446000000000001004b00000cb70000613d000000000001042d00000004010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b0000000102100039000000000202041a0000035f0220019800000cf70000613d0000000401100039000000000101041a000000ff0010019000000cf70000613d00000399010000410000000000100439000200000002001d000000040020044300000000010004140000035d0010009c0000035d01008041000000c0011002100000039a011001c700008002020000390d700d6b0000040f000000010020019000000d360000613d000000000101043b000000000001004b00000d2e0000613d000000400300043d000003d501000041000000000013043500000000010004140000000202000029000000040020008c00000cf40000613d0000035d0030009c000100000003001d0000035d03000041000000010300402900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003d4011001c70d700d660000040f000000010300002900000060011002700000035d0010019d000000010020019000000cf70000613d000003b10030009c00000d300000213d000000400030043f00000004010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b0000000501100039000000000101041a000000ff0010019000000cb60000613d00000003010000290d7008850000040f000000400200043d0000004003200039000000040400002900000000004304350000004003000039000000000332043600000392040000410000000000430435000400000001001d000003960020009c00000d300000213d0000006001200039000000400010043f0000035d0030009c0000035d03008041000000400130021000000000020204330000035d0020009c0000035d020080410000006002200210000000000112019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b00000004020000290000000000210447000000000001042d000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000000001042f000000000001042f0000035d0010009c0000035d0100804100000040011002100000035d0020009c0000035d020080410000006002200210000000000112019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000d4b0000613d000000000101043b000000000001042d000000000100001900000d720001043000000000050100190000000000200439000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b00000d500000413d0000035d0030009c0000035d03008041000000600130021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f000003d6011001c700000000020500190d700d6b0000040f000000010020019000000d650000613d000000000101043b000000000001042d000000000001042f00000d69002104210000000102000039000000000001042d0000000002000019000000000001042d00000d6e002104230000000102000039000000000001042d0000000002000019000000000001042d00000d700000043200000d710001042e00000d7200010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498000000020000000000000000000000000000010000000100000000000000000063616e2774206265207a65726f206164647265737300000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000008da5cb5a00000000000000000000000000000000000000000000000000000000b62e4c9100000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000fc57d4df00000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000e9d1284f00000000000000000000000000000000000000000000000000000000b62e4c9200000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000cb67e3b100000000000000000000000000000000000000000000000000000000a8e6846200000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000b62cad6900000000000000000000000000000000000000000000000000000000a8e6846300000000000000000000000000000000000000000000000000000000a9534f8a000000000000000000000000000000000000000000000000000000008da5cb5b0000000000000000000000000000000000000000000000000000000096e85ced00000000000000000000000000000000000000000000000000000000a6b1344a000000000000000000000000000000000000000000000000000000005c975aba000000000000000000000000000000000000000000000000000000008456cb58000000000000000000000000000000000000000000000000000000008a2f7f6c000000000000000000000000000000000000000000000000000000008a2f7f6d000000000000000000000000000000000000000000000000000000008b855da4000000000000000000000000000000000000000000000000000000008456cb5900000000000000000000000000000000000000000000000000000000883cfb91000000000000000000000000000000000000000000000000000000005c975abb00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba50970000000000000000000000000000000000000000000000000000000041976e080000000000000000000000000000000000000000000000000000000041976e09000000000000000000000000000000000000000000000000000000004b932b8f000000000000000000000000000000000000000000000000000000004bf39cba000000000000000000000000000000000000000000000000000000000e32cb860000000000000000000000000000000000000000000000000000000033d33494000000000000000000000000000000000000000000000000000000003f4ba83a0000000000000000000000000000000000000020000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e227004e99ec55972332f5e0ef9c6623192c0401b609161bffae64d9ccdd7ad6cc780000000000000000000000000000000000000000200000008000000000000000000200000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000ffffffffffffff9f0000000000000000000000000000000000000000000000000000000000ff000000000000000000000000000000000000000001000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e000000000000000000000000bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb736574546f6b656e436f6e66696728546f6b656e436f6e6669672900000000000000000000000000000000000000000000000000000000000000000000010000a51ad01e2270c314a7b78f0c60fe66c723f2d06c121d63fcdce776e654878fc1ca250c5374abedcbf71c0e3eda7ff4cf940fa9e6561d8cd31d2bf480a140a93f0000000000000000000000000000000000000064000001c00000000000000000000000000000000000000000000000000000000000000000ffffffffffffffbf7365744f7261636c6528616464726573732c616464726573732c75696e743829ea681d3efb830ef032a9c29a7215b5ceeeb546250d2c463dbf87817aecda1bf17261636c6500000000000000000000000000000000000000000000000000000063616e277420736574207a65726f206164647265737320746f206d61696e206f0000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe07fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000006c656e6774682063616e2774206265203000000000000000000000000000000070617573652829000000000000000000000000000000000000000000000000005061757361626c653a207061757365640000000000000000000000000000000062e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2584f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffffc0656e61626c654f7261636c6528616464726573732c75696e74382c626f6f6c29cf3cad1ec87208efbde5d82a0557484a78d4182c3ad16926a5463bc1f7234b3d0000000000000000000000000000000000000064000000800000000000000000726573696c69656e74206f7261636c6520697320706175736564000000000000756e7061757365282900000000000000000000000000000000000000000000005db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa5061757361626c653a206e6f74207061757365640000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0746f6b656e20636f6e666967206d757374206578697374000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffa041976e090000000000000000000000000000000000000000000000000000000097c7033e000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000044000000000000000000000000696e76616c696420726573696c69656e74206f7261636c6520707269636500006f307dc300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000069240426000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000000000000000000000000000000",
  "deployedBytecode": "0x0001000000000002000f000000000002000000000301001900000060033002700000035d033001970000000100200190000000200000c13d0000008002000039000000400020043f000000040030008c000005e30000413d000000000201043b000000e002200270000003690020009c000000540000a13d0000036a0020009c0000008e0000213d000003740020009c000000bb0000a13d000003750020009c000001810000213d000003780020009c000001e50000613d000003790020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d000003a501000041000000800010043f000003930100004100000d710001042e0000000002000416000000000002004b000005e30000c13d0000001f023000390000035e02200197000000e002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000320000613d000000e005000039000000e006400039000000000701034f000000007807043c0000000005850436000000000065004b0000002e0000c13d000000000002004b000000400000613d000000000141034f0000000302200210000000e004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000600030008c000005e30000413d000000e00100043d0000035f0010009c000005e30000213d000001000200043d0000035f0020009c000005e30000213d000001200300043d0000035f0030009c000005e30000213d000000000003004b000003cd0000c13d000000400100043d000000440210003900000367030000410000000000320435000000240210003900000015030000390000043d0000013d0000037d0020009c0000009d0000a13d0000037e0020009c000000ff0000a13d0000037f0020009c0000018f0000213d000003820020009c0000028c0000613d000003830020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b000003b10020009c000005e30000213d0000002304200039000000000034004b000005e30000813d0000000404200039000000000441034f000000000604043b000003b10060009c0000016f0000213d00000005046002100000003f04400039000003b204400197000003950040009c0000016f0000213d0000008005400039000000400050043f000000800060043f000000240220003900000008046002100000000004240019000000000034004b000005e30000213d000000000006004b000004bf0000c13d0000004401500039000003b9020000410000000000210435000000240150003900000011020000390000000000210435000003620100004100000000001504350000000401500039000000200200003900000000002104350000035d0050009c0000035d05008041000000400150021000000368011001c700000d72000104300000036b0020009c000001110000a13d0000036c0020009c000001d20000213d0000036f0020009c000002ae0000613d000003700020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d0000039201000041000000800010043f000003930100004100000d710001042e000003870020009c000001750000213d0000038b0020009c000002b30000613d0000038c0020009c000002d00000613d0000038d0020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d000000c001000039000000400010043f0000000901000039000000800010043f000003c501000041000000a00010043f00000080010000390d7007ad0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004170000c13d0000004402100039000003c7030000410000000000320435000000240210003900000014030000390000043d0000013d0000037a0020009c000002db0000613d0000037b0020009c000002e00000613d0000037c0020009c000005e30000c13d000000640030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b000700000002001d0000035f0020009c000005e30000213d0000002402100370000000000202043b000600000002001d0000035f0020009c000005e30000213d0000004401100370000000000101043b000500000001001d000000020010008c000005e30000213d0000000701000029000000000001004b0000038f0000613d0000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000101043b000000000101041a0000035f00100198000004af0000613d000000400100043d000003ab0010009c0000016f0000213d00000006020000290006035f0020019b0000004002100039000000400020043f0000002002100039000003ac030000410000000000320435000000200200003900000000002104350d7007ad0000040f000000060200002900000005002001b0000005c10000c13d000000400100043d0000006402100039000003ae0300004100000000003204350000004402100039000003af030000410000035c0000013d000003840020009c000002ed0000613d000003850020009c000002f80000613d000003860020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d0000009701000039000000000101041a0000035f021001970000000001000411000000000012004b0000042c0000c13d0d700bcd0000040f000000000100001900000d710001042e000003710020009c000003110000613d000003720020009c0000031c0000613d000003730020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b0000035f0020009c000005e30000213d000000000131034f0000010003000039000000800000043f000000000401034f000000004504043c0000000003530436000001600030008c000001240000c13d0000010003000039000000a00030043f000001c003000039000000400030043f0000016003000039000000001401043c0000000003430436000001c00030008c0000012d0000c13d0000016001000039000000c00010043f000000e00000043f0000000000200435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000201043b000000400100043d000003950010009c0000016f0000213d0000008003100039000000400030043f000000000302041a0000035f0330019700000000033104360000000104200039000000000404041a0000035f05400197000000400400043d00000000055404360000000206200039000000000606041a0000035f0660019700000000006504350000000305200039000000000505041a0000035f0550019700000040064000390000000000560435000003960040009c0000016f0000213d0000006005400039000000400050043f00000000004304350000000404200039000000000504041a00000397005001980000000006000019000000010600c039000000400400043d000000400740003900000000006704350000ff00005001900000000006000019000000010600c03900000020074000390000000000670435000000ff005001900000000005000019000000010500c0390000000000540435000003960040009c000005270000a13d000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000003880020009c000003600000613d000003890020009c000003750000613d0000038a0020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d000000800000043f000003930100004100000d710001042e000003760020009c000003990000613d000003770020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000002ea0000a13d000005e30000013d000003800020009c0000039f0000613d000003810020009c000005e30000c13d000000440030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000302043b00000000020300190000035f0030009c000005e30000213d0000002401100370000000000101043b000700000001001d000000020010008c000005e30000213d000400000002001d0000000000200435000000fb01000039000000200010043f000000400200003900000000010000190d700d380000040f000000010110003900000007020000290d70076c0000040f000600000002001d000000000101041a000500000001001d00000004010000290000000000100435000000fb01000039000000200010043f000000000100001900000040020000390d700d380000040f000000040110003900000007020000290d7007610000040f0000000302200210000000000101041a000000000121022f000000ff001001900000000001000019000000010100c039000001000020008c00000000020000190000000102004039000000000112016f000000400200043d0000002003200039000000000013043500000006010000290000000301100210000000050310024f0000035f03300197000000ff0010008c000000000300201900000000003204350000035d0020009c0000035d020080410000004001200210000003b0011001c700000d710001042e0000036d0020009c000003b00000613d0000036e0020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0000003302000039000000000202041a000000ff00200190000004480000c13d0d700be60000040f0000036d0000013d000001040030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000010005000039000000400050043f0000000402100370000000000202043b0000035f0020009c000005e30000213d000000800020043f0000016004000039000000400040043f0000002403100370000000000303043b0000035f0030009c000005e30000213d000001000030043f0000004406100370000000000606043b0000035f0060009c000005e30000213d000001200060043f0000006406100370000000000606043b0000035f0060009c000005e30000213d000001400060043f000000a00050043f000001c005000039000000400050043f0000008405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b000005e30000c13d000001600050043f000000a405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b000005e30000c13d000001800050043f000000c405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b000005e30000c13d000001a00050043f000000c00040043f000000e401100370000000000101043b000000000001004b0000000004000019000000010400c039000000000041004b000005e30000c13d000000e00010043f000000000002004b000005e50000613d000000000003004b000005e50000613d0000020001000039000000400010043f0000001b01000039000001c00010043f000003a601000041000001e00010043f000001c0010000390d7007ad0000040f000000800100043d0000035f011001970000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000800200043d0000035f05200197000000000101043b000000000201041a0000038f02200197000000000252019f000000000021041b000000a00200043d00000000430204340000035f063001970000000103100039000000000063041b00000000030404330000035f073001970000000203100039000000000073041b000000400220003900000000020204330000035f022001970000000303100039000000000023041b000000c00300043d0000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b000003a7030000410000000003006019000000000334019f0000000404100039000000000034041b0000000501100039000000000401041a000003ca03400197000000e00400043d000000000004004b000000010330c1bf000000000031041b000000400100043d00000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000000403000039000003a8040000410d700d660000040f0000000100200190000005e30000613d000000e00100043d000000800200043d00000000030004140000035f05200197000000000001004b0000000006000019000000010600c0390000035d0030009c0000035d03008041000000c00130021000000390011001c70000800d020000390000000303000039000003a904000041000004270000013d0000000001000416000000000001004b000005e30000c13d000000c001000039000000400010043f0000000701000039000000800010043f000003ba01000041000000a00010043f00000080010000390d7007ad0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004380000c13d000003ca0330019700000001033001bf000000000032041b000000000200041100000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000000103000039000003bc04000041000004270000013d0000000001000416000000000001004b000005e30000c13d00000097010000390000039d0000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0000006502000039000000000202041a0000035f022001970000000003000411000000000032004b000003fa0000c13d000000000001004b000004810000c13d0000036201000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f000003a101000041000000c40010043f000003a001000041000000e40010043f000003bf0100004100000d72000104300000000001000416000000000001004b000005e30000c13d0000000001000412000f00000001001d000e00400000003d0000800501000039000000440300003900000000040004150000000f0440008a000003a90000013d0000000001000416000000000001004b000005e30000c13d00000065010000390000039d0000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0d700be60000040f0d700c910000040f000000000100001900000d710001042e0000000001000416000000000001004b000005e30000c13d0000003301000039000000000101041a000000ff001001900000000001000019000000010100c039000000800010043f000003930100004100000d710001042e0000000001000416000000000001004b000005e30000c13d0000006501000039000000000201041a0000035f052001970000000003000411000000000035004b000003fa0000c13d0000009703000039000000000403041a0000038f04400197000000000043041b0000038f02200197000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039e040000410000000006000019000004270000013d0000000001000416000000000001004b000005e30000c13d0000000001000412000b00000001001d000a00200000003d0000800501000039000000440300003900000000040004150000000b0440008a000003a90000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b000700000001001d0000035f0010009c000005e30000213d0000000002000415000000090220008a0000000502200210000000000300041a0000ff0001300190000004520000c13d0000000002000415000000080220008a0000000502200210000000ff00300190000004520000c13d0000039d0130019700000101011001bf0000000002000019000000000010041b0000ff0000100190000004760000613d000600000002001d0000009701000039000000000201041a0000038f02200197000000000021041b00000000010004110000035f061001970000006501000039000000000201041a0000038f03200197000000000363019f000000000031041b00000000010004140000035f052001970000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039e040000410d700d660000040f0000000100200190000005e30000613d000000000100041a0000ff0000100190000004760000613d000500000001001d000000400100043d0000000705000029000000000005004b000005910000c13d0000006402100039000003a00300004100000000003204350000004402100039000003a1030000410000000000320435000000240210003900000025030000390000040c0000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0000003302000039000000000202041a000000ff00200190000004480000c13d0d7008850000040f000000400200043d00000000001204350000035d0020009c0000035d0200804100000040012002100000038e011001c700000d710001042e000000640030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b000700000002001d0000035f0020009c000005e30000213d0000002402100370000000000202043b000600000002001d000000020020008c000005e30000213d0000004401100370000000000201043b000000000002004b0000000001000019000000010100c039000500000002001d000000000012004b000005e30000c13d0000000701000029000000000001004b0000049f0000c13d0000036201000041000000800010043f0000002001000039000000840010043f0000001501000039000000a40010043f0000036701000041000000c40010043f000003c30100004100000d72000104300000000001000416000000000001004b000005e30000c13d000000c901000039000000000101041a000003ac0000013d0000000001000416000000000001004b000005e30000c13d0000000001000412000d00000001001d000c00000000001d0000800501000039000000440300003900000000040004150000000d0440008a0000000504400210000003a4020000410d700d4d0000040f0000035f01100197000000800010043f000003930100004100000d710001042e000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000601043b0000035f0060009c000005e30000213d0000006501000039000000000101041a0000035f051001970000000001000411000000000015004b000003fa0000c13d0000009701000039000000000201041a0000038f02200197000000000262019f000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039104000041000004270000013d000000800010043f000000a00020043f000000c00030043f000000000400041a0000ff0000400190000004030000c13d000000ff0540018f000000ff0050008c000003ed0000613d000000ff014001bf000000000010041b000000ff01000039000000400200043d00000000001204350000035d0020009c0000035d02008041000000400120021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d02000039000000010300003900000365040000410d700d660000040f0000000100200190000005e30000613d000000c00300043d000000a00200043d000000800100043d0000014000000443000001600010044300000020010000390000018000100443000001a0002004430000004002000039000001c000200443000001e000300443000001000010044300000003010000390000012000100443000003660100004100000d710001042e0000036201000041000000800010043f0000002001000039000000840010043f000000a40010043f000003c801000041000000c40010043f000003c30100004100000d7200010430000000400100043d000000640210003900000360030000410000000000320435000000440210003900000361030000410000000000320435000000240210003900000027030000390000000000320435000003620200004100000000002104350000000402100039000000200300003900000000003204350000035d0010009c0000035d01008041000000400110021000000363011001c700000d7200010430000003ca03300197000000000032041b000000000200041100000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000000103000039000003c6040000410d700d660000040f0000000100200190000005e30000613d000000000100001900000d710001042e0000036201000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000003bd01000041000000c40010043f000003be01000041000000e40010043f000003bf0100004100000d72000104300000004402100039000003bb030000410000000000320435000000240210003900000010030000390000000000320435000003620200004100000000002104350000000402100039000000200300003900000000003204350000035d0010009c0000035d01008041000000400110021000000368011001c700000d72000104300000036201000041000000800010043f0000002001000039000000840010043f0000001a01000039000000a40010043f000003c401000041000000c40010043f000003c30100004100000d7200010430000600000002001d000400000001001d000500000003001d000003990100004100000000001004390000000001000410000000040010044300000000010004140000035d0010009c0000035d01008041000000c0011002100000039a011001c700008002020000390d700d6b0000040f0000000100200190000004800000613d000000000101043b000000000001004b000004920000c13d0000000503000029000000ff0130018f000000010010008c0000000001000019000000010100603900000006020000290000000502200270000000000201001f000004950000c13d000000040000006b000003310000613d000003ca01300197000000010200003900000001011001bf000000000010041b0000ff0000100190000003370000c13d000000400100043d0000006402100039000003a20300004100000000003204350000004402100039000003a303000041000000000032043500000024021000390000002b030000390000040c0000013d000000000001042f000000c902000039000000000302041a0000038f04300197000000000414019f000000000042041b0000035f02300197000000800020043f000000a00010043f00000000010004140000035d0010009c0000035d01008041000000c001100210000003c9011001c70000800d0200003900000001030000390000039f04000041000004270000013d00000006010000290000000501100270000000000100001f000000400100043d00000064021000390000039b03000041000000000032043500000044021000390000039c03000041000000000032043500000024021000390000002e030000390000040c0000013d0000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000101043b000000000101041a0000035f00100198000005620000c13d000000400200043d000700000002001d0000036201000041000000000012043500000004012000390d7007570000040f000000070200002900000000012100490000035d0010009c0000035d0100804100000060011002100000035d0020009c0000035d020080410000004002200210000000000121019f00000d7200010430000000a0050000390000000006230049000003b30060009c000005e30000213d000001000060008c000005e30000413d000000400600043d000003950060009c0000016f0000213d0000008007600039000000400070043f000000000721034f000000000707043b0000035f0070009c000005e30000213d00000000087604360000003f07200039000000000037004b0000000009000019000003b409008041000003b407700197000000000007004b000000000a000019000003b40a004041000003b40070009c000000000a09c01900000000000a004b000005e30000c13d000000400900043d000003960090009c0000016f0000213d0000006007900039000000400070043f0000008007200039000000000037004b000005e30000213d000000200a20003900000000007a004b000004ef0000813d000000000b090019000000000ca1034f000000000c0c043b0000035f00c0009c000005e30000213d000000000bcb0436000000200aa0003900000000007a004b000004e70000413d00000000009804350000009f08200039000000000038004b0000000009000019000003b409008041000003b408800197000000000008004b000000000a000019000003b40a004041000003b40080009c000000000a09c01900000000000a004b000005e30000c13d000000400800043d000003960080009c0000016f0000213d0000006009800039000000400090043f000000e009200039000000000039004b000005e30000213d000000000097004b000005120000813d000000000a080019000000000b71034f000000000b0b043b00000000000b004b000000000c000019000000010c00c0390000000000cb004b000005e30000c13d000000000aba04360000002007700039000000000097004b000005070000413d00000040076000390000000000870435000000000791034f000000000707043b000000000007004b0000000008000019000000010800c039000000000087004b000005e30000c13d0000006008600039000000000078043500000000056504360000010002200039000000000042004b000004c00000413d000000800100043d000400000001001d000000000001004b000005ef0000c13d000000400500043d0000007e0000013d0000006005400039000000400050043f000000400510003900000000004504350000000502200039000000000202041a000000ff002001900000000004000019000000010400c0390000006002100039000000000042043500000000010104330000035f04100197000000400100043d0000000004410436000000000303043300000000760304340000035f06600197000000000064043500000000040704330000035f0440019700000040061000390000000000460435000000400330003900000000030304330000035f033001970000006004100039000000000034043500000000030504330000000054030434000000000004004b0000000004000019000000010400c039000000800610003900000000004604350000000004050433000000000004004b0000000004000019000000010400c039000000a005100039000000000045043500000040033000390000000003030433000000000003004b0000000003000019000000010300c039000000c00410003900000000003404350000000002020433000000000002004b0000000002000019000000010200c039000000e00310003900000000002304350000035d0010009c0000035d01008041000000400110021000000398011001c700000d710001042e000000400100043d000003c00010009c0000016f0000813d0000004002100039000000400020043f0000002002100039000003c1030000410000000000320435000000200200003900000000002104350d7007ad0000040f00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d00000006060000290000000302600210000000ff0320020f000003cb03300167000000000101043b000000050460027000000000011400190000000401100039000000000401041a000000000334016f000000050700002900000000022701cf000000000223019f000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d020000390000000403000039000003c204000041000005df0000013d000000c902000039000000000302041a0000038f04300197000000000454019f000000000042041b000000200210003900000000005204350000035f0230019700000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000394011001c70000800d0200003900000001030000390000039f040000410d700d660000040f0000000100200190000005e30000613d0000003301000039000000000201041a000003ca02200197000000000021041b000000060000006b0000042a0000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d000000010300003900000000003104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000036504000041000004270000013d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000101043b000000050700002900000000011700190000000101100039000000000201041a0000038f022001970000000606000029000000000262019f000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d020000390000000403000039000003ad0400004100000007050000290d700d660000040f00000001002001900000042a0000c13d000000000100001900000d72000104300000036201000041000001c00010043f0000002001000039000001c40010043f0000001501000039000001e40010043f0000036701000041000002040010043f000003aa0100004100000d7200010430000600000000001d000000800100043d0000000602000029000000000012004b0000070e0000813d0000000501200210000000a0011000390000000001010433000700000001001d00000000210104340000035f00100198000007070000613d000000000102043300000000010104330000035f00100198000007070000613d000500000002001d000000400b00043d000003ab00b0009c0000016f0000213d0000004001b00039000000400010043f0000002003b00039000003a60100004100000000001304350000001b0100003900000000001b0435000000c901000039000000000201041a000000400c00043d0000002401c0003900000040040000390000000000410435000003b701000041000000000d1c04360000000401c000390000000004000411000000000041043500000000010b04330000004404c000390000000000140435000003cc061001970000001f0510018f0000006404c00039000000000043004b0000062d0000813d000000000006004b000006290000613d00000000085300190000000007540019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000006230000c13d000000000005004b000006470000613d00000000070400190000063d0000013d000000000006004b000006390000613d000000200760008a000003cc077001970000000007740019000000200770003900000000080300190000000009040019000000008a0804340000000009a90436000000000079004b000006350000c13d000000000005004b000006470000613d000000000764001900000000036300190000000305500210000000000607043300000000065601cf000000000656022f00000000030304330000010005500089000000000353022f00000000035301cf000000000363019f00000000003704350000035f02200197000000000341001900000000000304350000000003000414000000040020008c000006520000c13d0000000003000031000000200030008c00000020040000390000000004034019000006880000013d00030000000b001d0000001f01100039000003cc0110019700000064011000390000035d0010009c0000035d0100804100000060011002100000035d00c0009c0000035d0400004100000000040c40190000004004400210000000000141019f0000035d0030009c0000035d03008041000000c003300210000000000131019f00020000000c001d00010000000d001d0d700d6b0000040f0000000109000029000000020c000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000000505400272000006750000613d000000000601034f00000000070c0019000000006806043c0000000007870436000000000097004b000006710000c13d0000001f06400190000006840000613d0000000505500210000000000751034f00000000055c00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0000000100200190000000030b0000290000072d0000613d0000001f01400039000000600110018f0000000004c10019000000000014004b00000000010000190000000101004039000003b10040009c0000016f0000213d00000001001001900000016f0000c13d000000400040043f000000200030008c000005e30000413d00000000010c0433000000000001004b0000000002000019000000010200c039000000000021004b000005e30000c13d000000000001004b000007140000613d000000070100002900000000010104330000035f011001970000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000070900002900000000020904330000035f05200197000000000101043b000000000201041a0000038f02200197000000000252019f000000000021041b0000000502000029000000000202043300000000430204340000035f063001970000000103100039000000000063041b00000000030404330000035f073001970000000203100039000000000073041b000000400220003900000000020204330000035f022001970000000303100039000000000023041b000000400390003900000000030304330000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b000003a7030000410000000003006019000000000334019f0000000404100039000000000034041b0000000501100039000000000301041a000003ca033001970000006004900039000500000004001d0000000004040433000000000004004b000000010330c1bf000000000031041b000000400100043d00000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000121019f00000364011001c70000800d020000390000000403000039000003a8040000410d700d660000040f0000000100200190000005e30000613d000000050100002900000000010104330000000702000029000000000202043300000000030004140000035f05200197000000000001004b0000000006000019000000010600c0390000035d0030009c0000035d03008041000000c00130021000000390011001c70000800d020000390000000303000039000003a9040000410d700d660000040f0000000100200190000005e30000613d00000006020000290000000102200039000600000002001d000000040020006c000005f00000413d0000042a0000013d000000400200043d000700000002001d0000036201000041000000000012043500000004012000390d70074d0000040f000004b50000013d000003b50100004100000000001004350000003201000039000000040010043f000003b60100004100000d7200010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000003b8010000410000000000140435000000040140003900000000020004110000000000210435000000640240003900000000010b0019000700000004001d0d7007770000040f000000070200002900000000012100490000035d0010009c0000035d010080410000035d0020009c0000035d0200804100000060011002100000004002200210000000000121019f00000d7200010430000000400200043d0000001f0430018f00000005053002720000000505500210000007390000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000007350000c13d000000000004004b000007470000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000112019f00000d7200010430000000400210003900000367030000410000000000320435000000200210003900000015030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d0000004002100039000003cd030000410000000000320435000000200210003900000017030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000030020008c000007660000813d00000005032002700000000001130019000000000001042d000003b50100004100000000001004350000003201000039000000040010043f000003b60100004100000d7200010430000000030020008c000007710000813d00000000011200190000000002000019000000000001042d000003b50100004100000000001004350000003201000039000000040010043f000003b60100004100000d720001043000000000430104340000000001320436000003cc063001970000001f0530018f000000000014004b0000078d0000813d000000000006004b000007890000613d00000000085400190000000007510019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000007830000c13d000000000005004b000007a70000613d00000000070100190000079d0000013d000000000006004b000007990000613d000000200760008a000003cc077001970000000007170019000000200770003900000000080400190000000009010019000000008a0804340000000009a90436000000000079004b000007950000c13d000000000005004b000007a70000613d000000000761001900000000046400190000000305500210000000000607043300000000065601cf000000000656022f00000000040404330000010005500089000000000454022f00000000045401cf000000000464019f0000000000470435000000000431001900000000000404350000001f03300039000003cc023001970000000001210019000000000001042d0003000000000002000000000c010019000000c901000039000000000201041a000000400e00043d0000002401e0003900000040030000390000000000310435000003b701000041000000000f1e04360000000401e00039000000000d0004110000000000d104350000004403e0003900000000510c043400000000001304350000035f02200197000003cc071001970000001f0610018f0000006404e00039000000000045004b000007d30000813d000000000007004b000007cf0000613d00000000096500190000000008640019000000200880008a000000200990008a000000000a780019000000000b790019000000000b0b04330000000000ba0435000000200770008c000007c90000c13d000000000006004b000007ed0000613d0000000008040019000007e30000013d000000000007004b000007df0000613d000000200870008a000003cc08800197000000000848001900000020088000390000000009050019000000000a040019000000009b090434000000000aba043600000000008a004b000007db0000c13d000000000006004b000007ed0000613d000000000874001900000000057500190000000306600210000000000708043300000000076701cf000000000767022f00000000050504330000010006600089000000000565022f00000000056501cf000000000575019f0000000000580435000000000441001900000000000404350000000004000414000000040020008c000007f70000c13d0000000003000031000000200030008c000000200400003900000000040340190000082f0000013d00030000000c001d0000001f01100039000003cc0110019700000064011000390000035d0010009c0000035d0100804100000060011002100000035d00e0009c0000035d0300004100000000030e40190000004003300210000000000131019f0000035d0040009c0000035d04008041000000c003400210000000000131019f00020000000e001d00010000000f001d0d700d6b0000040f000000010a000029000000020e000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f00000005064002720000081b0000613d000000000701034f00000000080e0019000000007907043c00000000089804360000000000a8004b000008170000c13d000000000005004b0000082a0000613d0000000506600210000000000761034f00000000066e00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000000030c000029000000000d000411000008650000613d0000001f01400039000000600110018f0000000004e10019000000000014004b00000000010000190000000101004039000003b10040009c000008470000213d0000000100100190000008470000c13d000000400040043f0000001f0030008c000008450000a13d00000000010e0433000000000001004b0000000002000019000000010200c039000000000021004b000008450000c13d000000000001004b0000084d0000613d000000000001042d000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000003b801000041000000000014043500000004014000390000000000d10435000000640240003900000000010c0019000300000004001d0d7007770000040f000000030200002900000000012100490000035d0010009c0000035d010080410000035d0020009c0000035d0200804100000060011002100000004002200210000000000121019f00000d7200010430000000400200043d0000001f0430018f00000005053002720000000505500210000008710000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000086d0000c13d000000000004004b0000087f0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000112019f00000d7200010430000d000000000002000000400200043d000000400300003900000000033204360000035f041001970000004001200039000700000004001d000000000041043500000392010000410000000000130435000003ce0020009c00000b640000813d0000006001200039000000400010043f0000035d0030009c0000035d03008041000000400130021000000000020204330000035d0020009c0000035d020080410000006002200210000000000112019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000005010446000000000005004b00000aca0000c13d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000402100039000000000202041a0000ff0000200190000008d10000613d0000000201100039000000000101041a0000035f05100198000008d40000613d000000400a00043d000003cf0100004100000000031a04360000000401a00039000000070200002900000000002104350000000001000414000000040050008c000008d60000c13d00000000010004150000000d0110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000d00000000001d0000090d0000013d000500000000001d000300000000001d000009220000013d00000000020000190000091d0000013d0000035d00a0009c0000035d0200004100000000020a401900000040022002100000035d0010009c0000035d01008041000000c001100210000000000121019f000003b6011001c7000600000005001d000000000205001900050000000a001d000400000003001d0d700d6b0000040f000000040b000029000000050a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000008f50000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000008f10000c13d000000000005004b000009040000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000c0110008a0000000501100210000c00000000001d0000000100200190000000000200001900000006050000290000091d0000613d0000001f02400039000000600420018f0000000002a40019000000000042004b00000000040000190000000104004039000003b10020009c00000b640000213d000000010040019000000b640000c13d000000400020043f000000200030008c00000b620000413d00000000020a04330000000501100270000000000102001f000300000002001d000000000005004b0000000001000019000000010100c039000500000001001d0000000001000415000600000001001d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000402100039000000000202041a000000ff00200190000009b90000613d0000000101100039000000000101041a0000035f02100198000009b90000613d000000400a00043d000003cf0100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c0000094b0000c13d00000000010004150000000b0110008a00000005011002100000000003000031000000200030008c000000200400003900000000040340190000097d0000013d0000035d00a0009c0000035d0300004100000000030a401900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003b6011001c700040000000a001d000200000004001d0d700d6b0000040f000000020b000029000000040a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000009680000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000009640000c13d000000000005004b000009770000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000a0110008a00000005011002100000000100200190000009b90000613d0000001f02400039000000600220018f0000000004a20019000000000024004b00000000020000190000000102004039000003b10040009c00000b640000213d000000010020019000000b640000c13d000000400040043f000000200030008c00000b620000413d00000000050a04330000000501100270000000000105001f000000050000006b00000acc0000613d0000000302000029000000000002004b00000b180000613d000000440140003900000000002104350000002401400039000200000005001d0000000000510435000003d0010000410000000001140436000500000001001d000400000004001d000000040140003900000007020000290000000000210435000003a4010000410000000000100439000000000100041200000004001004430000004001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000b6a0000613d000000000201043b00000000010004140000035f02200197000000040020008c00000b1a0000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000040a00002900000b480000013d000000000100041500000006011000690000000001000002000400010000003d000600000000001d0000000001000415000500000001001d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000402100039000000000202041a0000039700200198000009e80000613d0000000301100039000000000101041a0000035f02100198000000000500001900000a570000613d000000400a00043d000003cf0100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000009ea0000c13d0000000001000415000000090110008a00000005011002100000000003000031000000200030008c0000002004000039000000000403401900000a1d0000013d000000000500001900000a570000013d0000035d00a0009c0000035d0300004100000000030a401900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003b6011001c700020000000a001d000100000004001d0d700d6b0000040f000000010b000029000000020a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f000000050640027200000a070000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000a030000c13d000000000005004b00000a160000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000001000415000000080110008a00000005011002100000000100200190000000000500001900000a570000613d0000001f02400039000000600220018f0000000004a20019000000000024004b00000000020000190000000102004039000003b10040009c00000b640000213d000000010020019000000b640000c13d000000400040043f000000200030008c00000b620000413d00000000050a04330000000501100270000000000105001f0000000302000029000000000002004b00000a570000613d000000440140003900000000002104350000002401400039000200000005001d0000000000510435000003d0010000410000000001140436000300000001001d000100000004001d000000040140003900000007020000290000000000210435000003a4010000410000000000100439000000000100041200000004001004430000004001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000b6a0000613d000000000201043b00000000010004140000035f02200197000000040020008c00000ad20000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000010a00002900000b000000013d000000000100041500000005011000690000000001000002000000000005004b0000000001000019000000010100603900000004011001af000000400300043d000000010010019000000b6b0000c13d00000044013000390000000000510435000000240130003900000006020000290000000000210435000003d0010000410000000001130436000400000001001d000500000003001d000000040130003900000007020000290000000000210435000003a4010000410000000000100439000000000100041200000004001004430000004001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000b6a0000613d000000000201043b00000000010004140000035f02200197000000040020008c00000a870000c13d0000000003000031000000200030008c00000020040000390000000004034019000000050a00002900000ab40000013d00000005030000290000035d0030009c0000035d0300804100000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f00000368011001c70d700d6b0000040f000000050a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040b00002900000aa20000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000a9e0000c13d000000000005004b00000ab10000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b7c0000613d0000001f01400039000000600210018f0000000001a20019000000000021004b00000000020000190000000102004039000003b10010009c00000b640000213d000000010020019000000b640000c13d000000400010043f000000200030008c00000b620000413d00000000020a0433000000000002004b0000000003000019000000010300c039000000000032004b00000b620000c13d000000000002004b000000060500002900000b6c0000613d0000000001050019000000000001042d000000000100041500000006011000690000000001000002000000000005004b00000aca0000c13d000009bc0000013d00000001030000290000035d0030009c0000035d0300804100000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f00000368011001c70d700d6b0000040f000000010a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000030b00002900000aed0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000ae90000c13d000000000005004b00000afc0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b9d0000613d00000002050000290000001f01400039000000600110018f0000000001a10019000003b10010009c00000b640000213d000000400010043f000000200030008c00000b620000413d00000000020a0433000000000002004b0000000001000019000000010100c039000000000012004b00000b620000c13d000000000100041500000005011000690000000001000002000000000005004b0000000001000019000000010100603900000a5d0000613d000000000002004b00000aca0000c13d00000a5d0000013d000000000100001900000b560000013d00000004030000290000035d0030009c0000035d0300804100000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f00000368011001c70d700d6b0000040f000000040a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000050b00002900000b350000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000b310000c13d000000000005004b00000b440000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000bac0000613d00000002050000290000001f01400039000000600110018f0000000001a10019000003b10010009c00000b640000213d000000400010043f000000200030008c00000b620000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b00000b620000c13d000000000200041500000006022000690000000002000002000000000005004b000009bc0000613d000000000001004b00000b5f0000613d0000000001050019000000000001042d000400000000001d000600000005001d000009be0000013d000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000000001042f00000000010300190000004402100039000003d203000041000000000032043500000024021000390000001e030000390000000000320435000003620200004100000000002104350000000402100039000000200300003900000000003204350000035d0010009c0000035d01008041000000400110021000000368011001c700000d7200010430000000400200043d0000001f0430018f000000050530027200000b880000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b840000c13d000000000004004b00000b970000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000121019f00000d7200010430000000400200043d0000001f0430018f000000050530027200000ba90000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000ba50000c13d000000000004004b00000bc70000613d00000bba0000013d000000400200043d0000001f0430018f000000050530027200000bb80000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000bb40000c13d000000000004004b00000bc70000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000112019f00000d72000104300000009702000039000000000302041a0000038f03300197000000000032041b0000035f061001970000006501000039000000000201041a0000038f03200197000000000363019f000000000031041b00000000010004140000035f052001970000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039e040000410d700d660000040f000000010020019000000be40000613d000000000001042d000000000100001900000d720001043000020000000000020002035f0010019c00000c5d0000613d000003a401000041000000000010043900000000010004120000000400100443000000240000044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000000301034f000000010020019000000c5c0000613d000003a501000041000000000203043b0000035f02200197000000020020006b00000c5b0000613d000003a4010000410000000000100439000000000100041200000004001004430000002001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000c5c0000613d000000000101043b0000035f031001970000000202000029000000000032004b00000c5b0000613d000000400a00043d000003d30100004100000000041a04360000000001000414000000040020008c00000c1c0000c13d0000000003000031000000200030008c0000002004000039000000000403401900000c4b0000013d0000035d00a0009c0000035d0300004100000000030a401900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003d4011001c700020000000a001d000100000004001d0d700d6b0000040f000000010b000029000000020a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f000000050640027200000c390000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000c350000c13d000000000005004b00000c480000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000c750000613d0000001f01400039000000600210018f0000000001a20019000000000021004b00000000020000190000000102004039000003b10010009c00000c6f0000213d000000010020019000000c6f0000c13d000000400010043f0000001f0030008c00000c6d0000a13d00000000010a04330000035f0010009c00000c6d0000213d000000000001042d000000000001042f000000400200043d000200000002001d0000036201000041000000000012043500000004012000390d70074d0000040f000000020200002900000000012100490000035d0010009c0000035d0100804100000060011002100000035d0020009c0000035d020080410000004002200210000000000121019f00000d7200010430000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000400200043d0000001f0430018f0000000505300272000000050550021000000c810000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c7d0000c13d000000000004004b00000c8f0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f0000000000150435000000600130021000000c680000013d0004000000000002000000400500043d00000040020000390000000002250436000300000001001d0000035f041001970000004003500039000400000004001d000000000043043500000392030000410000000000320435000003ce0050009c00000d300000813d0000006003500039000000400030043f0000035d0020009c0000035d02008041000000400220021000000000010504330000035d0010009c0000035d010080410000006001100210000000000121019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b0000000001010446000000000001004b00000cb70000613d000000000001042d00000004010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b0000000102100039000000000202041a0000035f0220019800000cf70000613d0000000401100039000000000101041a000000ff0010019000000cf70000613d00000399010000410000000000100439000200000002001d000000040020044300000000010004140000035d0010009c0000035d01008041000000c0011002100000039a011001c700008002020000390d700d6b0000040f000000010020019000000d360000613d000000000101043b000000000001004b00000d2e0000613d000000400300043d000003d501000041000000000013043500000000010004140000000202000029000000040020008c00000cf40000613d0000035d0030009c000100000003001d0000035d03000041000000010300402900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003d4011001c70d700d660000040f000000010300002900000060011002700000035d0010019d000000010020019000000cf70000613d000003b10030009c00000d300000213d000000400030043f00000004010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b0000000501100039000000000101041a000000ff0010019000000cb60000613d00000003010000290d7008850000040f000000400200043d0000004003200039000000040400002900000000004304350000004003000039000000000332043600000392040000410000000000430435000400000001001d000003960020009c00000d300000213d0000006001200039000000400010043f0000035d0030009c0000035d03008041000000400130021000000000020204330000035d0020009c0000035d020080410000006002200210000000000112019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b00000004020000290000000000210447000000000001042d000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000000001042f000000000001042f0000035d0010009c0000035d0100804100000040011002100000035d0020009c0000035d020080410000006002200210000000000112019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000d4b0000613d000000000101043b000000000001042d000000000100001900000d720001043000000000050100190000000000200439000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b00000d500000413d0000035d0030009c0000035d03008041000000600130021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f000003d6011001c700000000020500190d700d6b0000040f000000010020019000000d650000613d000000000101043b000000000001042d000000000001042f00000d69002104210000000102000039000000000001042d0000000002000019000000000001042d00000d6e002104230000000102000039000000000001042d0000000002000019000000000001042d00000d700000043200000d710001042e00000d7200010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498000000020000000000000000000000000000010000000100000000000000000063616e2774206265207a65726f206164647265737300000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000008da5cb5a00000000000000000000000000000000000000000000000000000000b62e4c9100000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000fc57d4df00000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000e9d1284f00000000000000000000000000000000000000000000000000000000b62e4c9200000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000cb67e3b100000000000000000000000000000000000000000000000000000000a8e6846200000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000b62cad6900000000000000000000000000000000000000000000000000000000a8e6846300000000000000000000000000000000000000000000000000000000a9534f8a000000000000000000000000000000000000000000000000000000008da5cb5b0000000000000000000000000000000000000000000000000000000096e85ced00000000000000000000000000000000000000000000000000000000a6b1344a000000000000000000000000000000000000000000000000000000005c975aba000000000000000000000000000000000000000000000000000000008456cb58000000000000000000000000000000000000000000000000000000008a2f7f6c000000000000000000000000000000000000000000000000000000008a2f7f6d000000000000000000000000000000000000000000000000000000008b855da4000000000000000000000000000000000000000000000000000000008456cb5900000000000000000000000000000000000000000000000000000000883cfb91000000000000000000000000000000000000000000000000000000005c975abb00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba50970000000000000000000000000000000000000000000000000000000041976e080000000000000000000000000000000000000000000000000000000041976e09000000000000000000000000000000000000000000000000000000004b932b8f000000000000000000000000000000000000000000000000000000004bf39cba000000000000000000000000000000000000000000000000000000000e32cb860000000000000000000000000000000000000000000000000000000033d33494000000000000000000000000000000000000000000000000000000003f4ba83a0000000000000000000000000000000000000020000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e227004e99ec55972332f5e0ef9c6623192c0401b609161bffae64d9ccdd7ad6cc780000000000000000000000000000000000000000200000008000000000000000000200000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000ffffffffffffff9f0000000000000000000000000000000000000000000000000000000000ff000000000000000000000000000000000000000001000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e000000000000000000000000bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb736574546f6b656e436f6e66696728546f6b656e436f6e6669672900000000000000000000000000000000000000000000000000000000000000000000010000a51ad01e2270c314a7b78f0c60fe66c723f2d06c121d63fcdce776e654878fc1ca250c5374abedcbf71c0e3eda7ff4cf940fa9e6561d8cd31d2bf480a140a93f0000000000000000000000000000000000000064000001c00000000000000000000000000000000000000000000000000000000000000000ffffffffffffffbf7365744f7261636c6528616464726573732c616464726573732c75696e743829ea681d3efb830ef032a9c29a7215b5ceeeb546250d2c463dbf87817aecda1bf17261636c6500000000000000000000000000000000000000000000000000000063616e277420736574207a65726f206164647265737320746f206d61696e206f0000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe07fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000006c656e6774682063616e2774206265203000000000000000000000000000000070617573652829000000000000000000000000000000000000000000000000005061757361626c653a207061757365640000000000000000000000000000000062e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2584f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffffc0656e61626c654f7261636c6528616464726573732c75696e74382c626f6f6c29cf3cad1ec87208efbde5d82a0557484a78d4182c3ad16926a5463bc1f7234b3d0000000000000000000000000000000000000064000000800000000000000000726573696c69656e74206f7261636c6520697320706175736564000000000000756e7061757365282900000000000000000000000000000000000000000000005db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa5061757361626c653a206e6f74207061757365640000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0746f6b656e20636f6e666967206d757374206578697374000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffa041976e090000000000000000000000000000000000000000000000000000000097c7033e000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000044000000000000000000000000696e76616c696420726573696c69656e74206f7261636c6520707269636500006f307dc300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000069240426000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000000000000000000000000000000",
  "devdoc": {
    "author": "Venus",
    "events": {
      "Initialized(uint8)": {
        "details": "Triggered when the contract has been initialized or reinitialized."
      },
      "Paused(address)": {
        "details": "Emitted when the pause is triggered by `account`."
      },
      "Unpaused(address)": {
        "details": "Emitted when the pause is lifted by `account`."
      }
    },
    "kind": "dev",
    "methods": {
      "acceptOwnership()": {
        "details": "The new owner accepts the ownership transfer."
      },
      "constructor": {
        "custom:oz-upgrades-unsafe-allow": "constructor",
        "details": "nativeMarketAddress can be address(0) if on the chain we do not support native market      (e.g vETH on ethereum would not be supported, only vWETH)",
        "params": {
          "_boundValidator": "Address of the bound validator contract",
          "nativeMarketAddress": "The address of a native market (for bsc it would be vBNB address)",
          "vaiAddress": "The address of the VAI token (if there is VAI on the deployed chain).          Set to address(0) of VAI is not existent."
        }
      },
      "enableOracle(address,uint8,bool)": {
        "custom:access": "Only Governance",
        "custom:error": "NotNullAddress error is thrown if asset address is nullTokenConfigExistance error is thrown if token config is not set",
        "custom:event": "Emits OracleEnabled event with asset address, role of the oracle and enabled flag",
        "details": "Configuration for the asset **must** already exist and the asset cannot be 0 address",
        "params": {
          "asset": "Asset address",
          "enable": "Enabled boolean of the oracle",
          "role": "Oracle role"
        }
      },
      "getOracle(address,uint8)": {
        "params": {
          "asset": "asset address",
          "role": "Oracle role"
        },
        "returns": {
          "enabled": "Enabled flag of the oracle based on token config",
          "oracle": "Oracle address based on role"
        }
      },
      "getPrice(address)": {
        "custom:error": "Paused error is thrown when resilent oracle is pausedInvalid resilient oracle price error is thrown if fetched prices from oracle is invalid",
        "params": {
          "asset": "asset address"
        },
        "returns": {
          "_0": "price USD price in scaled decimal places."
        }
      },
      "getTokenConfig(address)": {
        "details": "Gets token config by asset address",
        "params": {
          "asset": "asset address"
        },
        "returns": {
          "_0": "tokenConfig Config for the asset"
        }
      },
      "getUnderlyingPrice(address)": {
        "custom:error": "Paused error is thrown when resilent oracle is pausedInvalid resilient oracle price error is thrown if fetched prices from oracle is invalid",
        "params": {
          "vToken": "vToken address"
        },
        "returns": {
          "_0": "price USD price in scaled decimal places."
        }
      },
      "initialize(address)": {
        "params": {
          "accessControlManager_": "Address of the access control manager contract"
        }
      },
      "owner()": {
        "details": "Returns the address of the current owner."
      },
      "pause()": {
        "custom:access": "Only Governance"
      },
      "paused()": {
        "details": "Returns true if the contract is paused, and false otherwise."
      },
      "pendingOwner()": {
        "details": "Returns the address of the pending owner."
      },
      "renounceOwnership()": {
        "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
      },
      "setAccessControlManager(address)": {
        "custom:access": "Only Governance",
        "custom:event": "Emits NewAccessControlManager event",
        "details": "Admin function to set address of AccessControlManager",
        "params": {
          "accessControlManager_": "The new address of the AccessControlManager"
        }
      },
      "setOracle(address,address,uint8)": {
        "custom:access": "Only Governance",
        "custom:error": "Null address error if main-role oracle address is nullNotNullAddress error is thrown if asset address is nullTokenConfigExistance error is thrown if token config is not set",
        "custom:event": "Emits OracleSet event with asset address, oracle address and role of the oracle for the asset",
        "details": "Supplied asset **must** exist and main oracle may not be null",
        "params": {
          "asset": "Asset address",
          "oracle": "Oracle address",
          "role": "Oracle role"
        }
      },
      "setTokenConfig((address,address[3],bool[3],bool))": {
        "custom:access": "Only Governance",
        "custom:error": "NotNullAddress is thrown if asset address is nullNotNullAddress is thrown if main-role oracle address for asset is null",
        "custom:event": "Emits TokenConfigAdded event when the asset config is set successfully by the authorized accountEmits CachedEnabled event when the asset cachingEnabled flag is set successfully",
        "details": "main oracle **must not** be a null address",
        "params": {
          "tokenConfig": "Token config struct"
        }
      },
      "setTokenConfigs((address,address[3],bool[3],bool)[])": {
        "custom:access": "Only Governance",
        "custom:error": "Throws a length error if the length of the token configs array is 0",
        "params": {
          "tokenConfigs_": "Token config array"
        }
      },
      "transferOwnership(address)": {
        "details": "Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."
      },
      "unpause()": {
        "custom:access": "Only Governance"
      },
      "updateAssetPrice(address)": {
        "details": "This function should always be called before calling getPrice",
        "params": {
          "asset": "asset address"
        }
      },
      "updatePrice(address)": {
        "details": "This function should always be called before calling getUnderlyingPrice",
        "params": {
          "vToken": "vToken address"
        }
      }
    },
    "stateVariables": {
      "boundValidator": {
        "custom:oz-upgrades-unsafe-allow": "state-variable-immutable"
      },
      "nativeMarket": {
        "custom:oz-upgrades-unsafe-allow": "state-variable-immutable"
      },
      "vai": {
        "custom:oz-upgrades-unsafe-allow": "state-variable-immutable"
      }
    },
    "title": "ResilientOracle",
    "version": 1
  },
  "userdoc": {
    "errors": {
      "Unauthorized(address,address,string)": [
        {
          "notice": "Thrown when the action is prohibited by AccessControlManager"
        }
      ]
    },
    "events": {
      "CachedEnabled(address,bool)": {
        "notice": "Event emitted when an asset cachingEnabled flag is set"
      },
      "NewAccessControlManager(address,address)": {
        "notice": "Emitted when access control manager contract address is changed"
      },
      "OracleEnabled(address,uint256,bool)": {
        "notice": "Event emitted when an oracle is enabled or disabled"
      },
      "OracleSet(address,address,uint256)": {
        "notice": "Event emitted when an oracle is set"
      }
    },
    "kind": "user",
    "methods": {
      "CACHE_SLOT()": {
        "notice": "Slot to cache the asset's price, used for transient storage custom:storage-location erc7201:venus-protocol/oracle/ResilientOracle/cache keccak256(abi.encode(uint256(keccak256(\"venus-protocol/oracle/ResilientOracle/cache\")) - 1))   & ~bytes32(uint256(0xff))"
      },
      "NATIVE_TOKEN_ADDR()": {
        "notice": "Set this as asset address for Native token on each chain.This is the underlying for vBNB (on bsc) and can serve as any underlying asset of a market that supports native tokens"
      },
      "accessControlManager()": {
        "notice": "Returns the address of the access control manager contract"
      },
      "boundValidator()": {
        "notice": "Bound validator contract address"
      },
      "constructor": {
        "notice": "Constructor for the implementation contract. Sets immutable variables."
      },
      "enableOracle(address,uint8,bool)": {
        "notice": "Enables/ disables oracle for the input asset. Token config for the input asset **must** exist"
      },
      "getOracle(address,uint8)": {
        "notice": "Gets oracle and enabled status by asset address"
      },
      "getPrice(address)": {
        "notice": "Gets price of the asset"
      },
      "getUnderlyingPrice(address)": {
        "notice": "Gets price of the underlying asset for a given vToken. Validation flow: - Check if the oracle is paused globally - Validate price from main oracle against pivot oracle - Validate price from fallback oracle against pivot oracle if the first validation failed - Validate price from main oracle against fallback oracle if the second validation failed In the case that the pivot oracle is not available but main price is available and validation is successful, main oracle price is returned."
      },
      "initialize(address)": {
        "notice": "Initializes the contract admin and sets the BoundValidator contract address"
      },
      "nativeMarket()": {
        "notice": "Native market address"
      },
      "pause()": {
        "notice": "Pauses oracle"
      },
      "setAccessControlManager(address)": {
        "notice": "Sets the address of AccessControlManager"
      },
      "setOracle(address,address,uint8)": {
        "notice": "Sets oracle for a given asset and role."
      },
      "setTokenConfig((address,address[3],bool[3],bool))": {
        "notice": "Sets/resets single token configs."
      },
      "setTokenConfigs((address,address[3],bool[3],bool)[])": {
        "notice": "Batch sets token configs"
      },
      "unpause()": {
        "notice": "Unpauses oracle"
      },
      "updateAssetPrice(address)": {
        "notice": "Updates the capped main oracle snapshot."
      },
      "updatePrice(address)": {
        "notice": "Updates the capped main oracle snapshot."
      },
      "vai()": {
        "notice": "VAI address"
      }
    },
    "notice": "The Resilient Oracle is the main contract that the protocol uses to fetch prices of assets. DeFi protocols are vulnerable to price oracle failures including oracle manipulation and incorrectly reported prices. If only one oracle is used, this creates a single point of failure and opens a vector for attacking the protocol. The Resilient Oracle uses multiple sources and fallback mechanisms to provide accurate prices and protect the protocol from oracle attacks. For every market (vToken) we configure the main, pivot and fallback oracles. The oracles are configured per vToken's underlying asset address. The main oracle oracle is the most trustworthy price source, the pivot oracle is used as a loose sanity checker and the fallback oracle is used as a backup price source. To validate prices returned from two oracles, we use an upper and lower bound ratio that is set for every market. The upper bound ratio represents the deviation between reported price (the price that’s being validated) and the anchor price (the price we are validating against) above which the reported price will be invalidated. The lower bound ratio presents the deviation between reported price and anchor price below which the reported price will be invalidated. So for oracle price to be considered valid the below statement should be true: ``` anchorRatio = anchorPrice/reporterPrice isValid = anchorRatio <= upperBoundAnchorRatio && anchorRatio >= lowerBoundAnchorRatio ``` In most cases, Chainlink is used as the main oracle, other oracles are used as the pivot oracle depending on which supports the given market and Binance oracle is used as the fallback oracle. For a fetched price to be valid it must be positive and not stagnant. If the price is invalid then we consider the oracle to be stagnant and treat it like it's disabled.",
    "version": 1
  },
  "storageLayout": {
    "storage": [
      {
        "astId": 349,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "_initialized",
        "offset": 0,
        "slot": "0",
        "type": "t_uint8"
      },
      {
        "astId": 352,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "_initializing",
        "offset": 1,
        "slot": "0",
        "type": "t_bool"
      },
      {
        "astId": 1019,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "__gap",
        "offset": 0,
        "slot": "1",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 533,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "_paused",
        "offset": 0,
        "slot": "51",
        "type": "t_bool"
      },
      {
        "astId": 638,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "__gap",
        "offset": 0,
        "slot": "52",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 221,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "_owner",
        "offset": 0,
        "slot": "101",
        "type": "t_address"
      },
      {
        "astId": 341,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "__gap",
        "offset": 0,
        "slot": "102",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 114,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "_pendingOwner",
        "offset": 0,
        "slot": "151",
        "type": "t_address"
      },
      {
        "astId": 208,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "__gap",
        "offset": 0,
        "slot": "152",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 3414,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "_accessControlManager",
        "offset": 0,
        "slot": "201",
        "type": "t_contract(IAccessControlManagerV8)3599"
      },
      {
        "astId": 3419,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "__gap",
        "offset": 0,
        "slot": "202",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 3982,
        "contract": "contracts/ResilientOracle.sol:ResilientOracle",
        "label": "tokenConfigs",
        "offset": 0,
        "slot": "251",
        "type": "t_mapping(t_address,t_struct(TokenConfig)3956_storage)"
      }
    ],
    "types": {
      "t_address": {
        "encoding": "inplace",
        "label": "address",
        "numberOfBytes": "20"
      },
      "t_array(t_address)3_storage": {
        "base": "t_address",
        "encoding": "inplace",
        "label": "address[3]",
        "numberOfBytes": "96"
      },
      "t_array(t_bool)3_storage": {
        "base": "t_bool",
        "encoding": "inplace",
        "label": "bool[3]",
        "numberOfBytes": "32"
      },
      "t_array(t_uint256)49_storage": {
        "base": "t_uint256",
        "encoding": "inplace",
        "label": "uint256[49]",
        "numberOfBytes": "1568"
      },
      "t_array(t_uint256)50_storage": {
        "base": "t_uint256",
        "encoding": "inplace",
        "label": "uint256[50]",
        "numberOfBytes": "1600"
      },
      "t_bool": {
        "encoding": "inplace",
        "label": "bool",
        "numberOfBytes": "1"
      },
      "t_contract(IAccessControlManagerV8)3599": {
        "encoding": "inplace",
        "label": "contract IAccessControlManagerV8",
        "numberOfBytes": "20"
      },
      "t_mapping(t_address,t_struct(TokenConfig)3956_storage)": {
        "encoding": "mapping",
        "key": "t_address",
        "label": "mapping(address => struct ResilientOracle.TokenConfig)",
        "numberOfBytes": "32",
        "value": "t_struct(TokenConfig)3956_storage"
      },
      "t_struct(TokenConfig)3956_storage": {
        "encoding": "inplace",
        "label": "struct ResilientOracle.TokenConfig",
        "members": [
          {
            "astId": 3942,
            "contract": "contracts/ResilientOracle.sol:ResilientOracle",
            "label": "asset",
            "offset": 0,
            "slot": "0",
            "type": "t_address"
          },
          {
            "astId": 3947,
            "contract": "contracts/ResilientOracle.sol:ResilientOracle",
            "label": "oracles",
            "offset": 0,
            "slot": "1",
            "type": "t_array(t_address)3_storage"
          },
          {
            "astId": 3952,
            "contract": "contracts/ResilientOracle.sol:ResilientOracle",
            "label": "enableFlagsForOracles",
            "offset": 0,
            "slot": "4",
            "type": "t_array(t_bool)3_storage"
          },
          {
            "astId": 3955,
            "contract": "contracts/ResilientOracle.sol:ResilientOracle",
            "label": "cachingEnabled",
            "offset": 0,
            "slot": "5",
            "type": "t_bool"
          }
        ],
        "numberOfBytes": "192"
      },
      "t_uint256": {
        "encoding": "inplace",
        "label": "uint256",
        "numberOfBytes": "32"
      },
      "t_uint8": {
        "encoding": "inplace",
        "label": "uint8",
        "numberOfBytes": "1"
      }
    }
  },
  "factoryDeps": [
    "0x0001000000000002000f000000000002000000000301001900000060033002700000035d033001970000000100200190000000200000c13d0000008002000039000000400020043f000000040030008c000005e30000413d000000000201043b000000e002200270000003690020009c000000540000a13d0000036a0020009c0000008e0000213d000003740020009c000000bb0000a13d000003750020009c000001810000213d000003780020009c000001e50000613d000003790020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d000003a501000041000000800010043f000003930100004100000d710001042e0000000002000416000000000002004b000005e30000c13d0000001f023000390000035e02200197000000e002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000320000613d000000e005000039000000e006400039000000000701034f000000007807043c0000000005850436000000000065004b0000002e0000c13d000000000002004b000000400000613d000000000141034f0000000302200210000000e004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000600030008c000005e30000413d000000e00100043d0000035f0010009c000005e30000213d000001000200043d0000035f0020009c000005e30000213d000001200300043d0000035f0030009c000005e30000213d000000000003004b000003cd0000c13d000000400100043d000000440210003900000367030000410000000000320435000000240210003900000015030000390000043d0000013d0000037d0020009c0000009d0000a13d0000037e0020009c000000ff0000a13d0000037f0020009c0000018f0000213d000003820020009c0000028c0000613d000003830020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b000003b10020009c000005e30000213d0000002304200039000000000034004b000005e30000813d0000000404200039000000000441034f000000000604043b000003b10060009c0000016f0000213d00000005046002100000003f04400039000003b204400197000003950040009c0000016f0000213d0000008005400039000000400050043f000000800060043f000000240220003900000008046002100000000004240019000000000034004b000005e30000213d000000000006004b000004bf0000c13d0000004401500039000003b9020000410000000000210435000000240150003900000011020000390000000000210435000003620100004100000000001504350000000401500039000000200200003900000000002104350000035d0050009c0000035d05008041000000400150021000000368011001c700000d72000104300000036b0020009c000001110000a13d0000036c0020009c000001d20000213d0000036f0020009c000002ae0000613d000003700020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d0000039201000041000000800010043f000003930100004100000d710001042e000003870020009c000001750000213d0000038b0020009c000002b30000613d0000038c0020009c000002d00000613d0000038d0020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d000000c001000039000000400010043f0000000901000039000000800010043f000003c501000041000000a00010043f00000080010000390d7007ad0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004170000c13d0000004402100039000003c7030000410000000000320435000000240210003900000014030000390000043d0000013d0000037a0020009c000002db0000613d0000037b0020009c000002e00000613d0000037c0020009c000005e30000c13d000000640030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b000700000002001d0000035f0020009c000005e30000213d0000002402100370000000000202043b000600000002001d0000035f0020009c000005e30000213d0000004401100370000000000101043b000500000001001d000000020010008c000005e30000213d0000000701000029000000000001004b0000038f0000613d0000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000101043b000000000101041a0000035f00100198000004af0000613d000000400100043d000003ab0010009c0000016f0000213d00000006020000290006035f0020019b0000004002100039000000400020043f0000002002100039000003ac030000410000000000320435000000200200003900000000002104350d7007ad0000040f000000060200002900000005002001b0000005c10000c13d000000400100043d0000006402100039000003ae0300004100000000003204350000004402100039000003af030000410000035c0000013d000003840020009c000002ed0000613d000003850020009c000002f80000613d000003860020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d0000009701000039000000000101041a0000035f021001970000000001000411000000000012004b0000042c0000c13d0d700bcd0000040f000000000100001900000d710001042e000003710020009c000003110000613d000003720020009c0000031c0000613d000003730020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b0000035f0020009c000005e30000213d000000000131034f0000010003000039000000800000043f000000000401034f000000004504043c0000000003530436000001600030008c000001240000c13d0000010003000039000000a00030043f000001c003000039000000400030043f0000016003000039000000001401043c0000000003430436000001c00030008c0000012d0000c13d0000016001000039000000c00010043f000000e00000043f0000000000200435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000201043b000000400100043d000003950010009c0000016f0000213d0000008003100039000000400030043f000000000302041a0000035f0330019700000000033104360000000104200039000000000404041a0000035f05400197000000400400043d00000000055404360000000206200039000000000606041a0000035f0660019700000000006504350000000305200039000000000505041a0000035f0550019700000040064000390000000000560435000003960040009c0000016f0000213d0000006005400039000000400050043f00000000004304350000000404200039000000000504041a00000397005001980000000006000019000000010600c039000000400400043d000000400740003900000000006704350000ff00005001900000000006000019000000010600c03900000020074000390000000000670435000000ff005001900000000005000019000000010500c0390000000000540435000003960040009c000005270000a13d000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000003880020009c000003600000613d000003890020009c000003750000613d0000038a0020009c000005e30000c13d0000000001000416000000000001004b000005e30000c13d000000800000043f000003930100004100000d710001042e000003760020009c000003990000613d000003770020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000002ea0000a13d000005e30000013d000003800020009c0000039f0000613d000003810020009c000005e30000c13d000000440030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000302043b00000000020300190000035f0030009c000005e30000213d0000002401100370000000000101043b000700000001001d000000020010008c000005e30000213d000400000002001d0000000000200435000000fb01000039000000200010043f000000400200003900000000010000190d700d380000040f000000010110003900000007020000290d70076c0000040f000600000002001d000000000101041a000500000001001d00000004010000290000000000100435000000fb01000039000000200010043f000000000100001900000040020000390d700d380000040f000000040110003900000007020000290d7007610000040f0000000302200210000000000101041a000000000121022f000000ff001001900000000001000019000000010100c039000001000020008c00000000020000190000000102004039000000000112016f000000400200043d0000002003200039000000000013043500000006010000290000000301100210000000050310024f0000035f03300197000000ff0010008c000000000300201900000000003204350000035d0020009c0000035d020080410000004001200210000003b0011001c700000d710001042e0000036d0020009c000003b00000613d0000036e0020009c000005e30000c13d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0000003302000039000000000202041a000000ff00200190000004480000c13d0d700be60000040f0000036d0000013d000001040030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000010005000039000000400050043f0000000402100370000000000202043b0000035f0020009c000005e30000213d000000800020043f0000016004000039000000400040043f0000002403100370000000000303043b0000035f0030009c000005e30000213d000001000030043f0000004406100370000000000606043b0000035f0060009c000005e30000213d000001200060043f0000006406100370000000000606043b0000035f0060009c000005e30000213d000001400060043f000000a00050043f000001c005000039000000400050043f0000008405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b000005e30000c13d000001600050043f000000a405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b000005e30000c13d000001800050043f000000c405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b000005e30000c13d000001a00050043f000000c00040043f000000e401100370000000000101043b000000000001004b0000000004000019000000010400c039000000000041004b000005e30000c13d000000e00010043f000000000002004b000005e50000613d000000000003004b000005e50000613d0000020001000039000000400010043f0000001b01000039000001c00010043f000003a601000041000001e00010043f000001c0010000390d7007ad0000040f000000800100043d0000035f011001970000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000800200043d0000035f05200197000000000101043b000000000201041a0000038f02200197000000000252019f000000000021041b000000a00200043d00000000430204340000035f063001970000000103100039000000000063041b00000000030404330000035f073001970000000203100039000000000073041b000000400220003900000000020204330000035f022001970000000303100039000000000023041b000000c00300043d0000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b000003a7030000410000000003006019000000000334019f0000000404100039000000000034041b0000000501100039000000000401041a000003ca03400197000000e00400043d000000000004004b000000010330c1bf000000000031041b000000400100043d00000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000000403000039000003a8040000410d700d660000040f0000000100200190000005e30000613d000000e00100043d000000800200043d00000000030004140000035f05200197000000000001004b0000000006000019000000010600c0390000035d0030009c0000035d03008041000000c00130021000000390011001c70000800d020000390000000303000039000003a904000041000004270000013d0000000001000416000000000001004b000005e30000c13d000000c001000039000000400010043f0000000701000039000000800010043f000003ba01000041000000a00010043f00000080010000390d7007ad0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004380000c13d000003ca0330019700000001033001bf000000000032041b000000000200041100000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000000103000039000003bc04000041000004270000013d0000000001000416000000000001004b000005e30000c13d00000097010000390000039d0000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0000006502000039000000000202041a0000035f022001970000000003000411000000000032004b000003fa0000c13d000000000001004b000004810000c13d0000036201000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f000003a101000041000000c40010043f000003a001000041000000e40010043f000003bf0100004100000d72000104300000000001000416000000000001004b000005e30000c13d0000000001000412000f00000001001d000e00400000003d0000800501000039000000440300003900000000040004150000000f0440008a000003a90000013d0000000001000416000000000001004b000005e30000c13d00000065010000390000039d0000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0d700be60000040f0d700c910000040f000000000100001900000d710001042e0000000001000416000000000001004b000005e30000c13d0000003301000039000000000101041a000000ff001001900000000001000019000000010100c039000000800010043f000003930100004100000d710001042e0000000001000416000000000001004b000005e30000c13d0000006501000039000000000201041a0000035f052001970000000003000411000000000035004b000003fa0000c13d0000009703000039000000000403041a0000038f04400197000000000043041b0000038f02200197000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039e040000410000000006000019000004270000013d0000000001000416000000000001004b000005e30000c13d0000000001000412000b00000001001d000a00200000003d0000800501000039000000440300003900000000040004150000000b0440008a000003a90000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b000700000001001d0000035f0010009c000005e30000213d0000000002000415000000090220008a0000000502200210000000000300041a0000ff0001300190000004520000c13d0000000002000415000000080220008a0000000502200210000000ff00300190000004520000c13d0000039d0130019700000101011001bf0000000002000019000000000010041b0000ff0000100190000004760000613d000600000002001d0000009701000039000000000201041a0000038f02200197000000000021041b00000000010004110000035f061001970000006501000039000000000201041a0000038f03200197000000000363019f000000000031041b00000000010004140000035f052001970000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039e040000410d700d660000040f0000000100200190000005e30000613d000000000100041a0000ff0000100190000004760000613d000500000001001d000000400100043d0000000705000029000000000005004b000005910000c13d0000006402100039000003a00300004100000000003204350000004402100039000003a1030000410000000000320435000000240210003900000025030000390000040c0000013d000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000101043b0000035f0010009c000005e30000213d0000003302000039000000000202041a000000ff00200190000004480000c13d0d7008850000040f000000400200043d00000000001204350000035d0020009c0000035d0200804100000040012002100000038e011001c700000d710001042e000000640030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000402100370000000000202043b000700000002001d0000035f0020009c000005e30000213d0000002402100370000000000202043b000600000002001d000000020020008c000005e30000213d0000004401100370000000000201043b000000000002004b0000000001000019000000010100c039000500000002001d000000000012004b000005e30000c13d0000000701000029000000000001004b0000049f0000c13d0000036201000041000000800010043f0000002001000039000000840010043f0000001501000039000000a40010043f0000036701000041000000c40010043f000003c30100004100000d72000104300000000001000416000000000001004b000005e30000c13d000000c901000039000000000101041a000003ac0000013d0000000001000416000000000001004b000005e30000c13d0000000001000412000d00000001001d000c00000000001d0000800501000039000000440300003900000000040004150000000d0440008a0000000504400210000003a4020000410d700d4d0000040f0000035f01100197000000800010043f000003930100004100000d710001042e000000240030008c000005e30000413d0000000002000416000000000002004b000005e30000c13d0000000401100370000000000601043b0000035f0060009c000005e30000213d0000006501000039000000000101041a0000035f051001970000000001000411000000000015004b000003fa0000c13d0000009701000039000000000201041a0000038f02200197000000000262019f000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039104000041000004270000013d000000800010043f000000a00020043f000000c00030043f000000000400041a0000ff0000400190000004030000c13d000000ff0540018f000000ff0050008c000003ed0000613d000000ff014001bf000000000010041b000000ff01000039000000400200043d00000000001204350000035d0020009c0000035d02008041000000400120021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d02000039000000010300003900000365040000410d700d660000040f0000000100200190000005e30000613d000000c00300043d000000a00200043d000000800100043d0000014000000443000001600010044300000020010000390000018000100443000001a0002004430000004002000039000001c000200443000001e000300443000001000010044300000003010000390000012000100443000003660100004100000d710001042e0000036201000041000000800010043f0000002001000039000000840010043f000000a40010043f000003c801000041000000c40010043f000003c30100004100000d7200010430000000400100043d000000640210003900000360030000410000000000320435000000440210003900000361030000410000000000320435000000240210003900000027030000390000000000320435000003620200004100000000002104350000000402100039000000200300003900000000003204350000035d0010009c0000035d01008041000000400110021000000363011001c700000d7200010430000003ca03300197000000000032041b000000000200041100000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000000103000039000003c6040000410d700d660000040f0000000100200190000005e30000613d000000000100001900000d710001042e0000036201000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000003bd01000041000000c40010043f000003be01000041000000e40010043f000003bf0100004100000d72000104300000004402100039000003bb030000410000000000320435000000240210003900000010030000390000000000320435000003620200004100000000002104350000000402100039000000200300003900000000003204350000035d0010009c0000035d01008041000000400110021000000368011001c700000d72000104300000036201000041000000800010043f0000002001000039000000840010043f0000001a01000039000000a40010043f000003c401000041000000c40010043f000003c30100004100000d7200010430000600000002001d000400000001001d000500000003001d000003990100004100000000001004390000000001000410000000040010044300000000010004140000035d0010009c0000035d01008041000000c0011002100000039a011001c700008002020000390d700d6b0000040f0000000100200190000004800000613d000000000101043b000000000001004b000004920000c13d0000000503000029000000ff0130018f000000010010008c0000000001000019000000010100603900000006020000290000000502200270000000000201001f000004950000c13d000000040000006b000003310000613d000003ca01300197000000010200003900000001011001bf000000000010041b0000ff0000100190000003370000c13d000000400100043d0000006402100039000003a20300004100000000003204350000004402100039000003a303000041000000000032043500000024021000390000002b030000390000040c0000013d000000000001042f000000c902000039000000000302041a0000038f04300197000000000414019f000000000042041b0000035f02300197000000800020043f000000a00010043f00000000010004140000035d0010009c0000035d01008041000000c001100210000003c9011001c70000800d0200003900000001030000390000039f04000041000004270000013d00000006010000290000000501100270000000000100001f000000400100043d00000064021000390000039b03000041000000000032043500000044021000390000039c03000041000000000032043500000024021000390000002e030000390000040c0000013d0000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000101043b000000000101041a0000035f00100198000005620000c13d000000400200043d000700000002001d0000036201000041000000000012043500000004012000390d7007570000040f000000070200002900000000012100490000035d0010009c0000035d0100804100000060011002100000035d0020009c0000035d020080410000004002200210000000000121019f00000d7200010430000000a0050000390000000006230049000003b30060009c000005e30000213d000001000060008c000005e30000413d000000400600043d000003950060009c0000016f0000213d0000008007600039000000400070043f000000000721034f000000000707043b0000035f0070009c000005e30000213d00000000087604360000003f07200039000000000037004b0000000009000019000003b409008041000003b407700197000000000007004b000000000a000019000003b40a004041000003b40070009c000000000a09c01900000000000a004b000005e30000c13d000000400900043d000003960090009c0000016f0000213d0000006007900039000000400070043f0000008007200039000000000037004b000005e30000213d000000200a20003900000000007a004b000004ef0000813d000000000b090019000000000ca1034f000000000c0c043b0000035f00c0009c000005e30000213d000000000bcb0436000000200aa0003900000000007a004b000004e70000413d00000000009804350000009f08200039000000000038004b0000000009000019000003b409008041000003b408800197000000000008004b000000000a000019000003b40a004041000003b40080009c000000000a09c01900000000000a004b000005e30000c13d000000400800043d000003960080009c0000016f0000213d0000006009800039000000400090043f000000e009200039000000000039004b000005e30000213d000000000097004b000005120000813d000000000a080019000000000b71034f000000000b0b043b00000000000b004b000000000c000019000000010c00c0390000000000cb004b000005e30000c13d000000000aba04360000002007700039000000000097004b000005070000413d00000040076000390000000000870435000000000791034f000000000707043b000000000007004b0000000008000019000000010800c039000000000087004b000005e30000c13d0000006008600039000000000078043500000000056504360000010002200039000000000042004b000004c00000413d000000800100043d000400000001001d000000000001004b000005ef0000c13d000000400500043d0000007e0000013d0000006005400039000000400050043f000000400510003900000000004504350000000502200039000000000202041a000000ff002001900000000004000019000000010400c0390000006002100039000000000042043500000000010104330000035f04100197000000400100043d0000000004410436000000000303043300000000760304340000035f06600197000000000064043500000000040704330000035f0440019700000040061000390000000000460435000000400330003900000000030304330000035f033001970000006004100039000000000034043500000000030504330000000054030434000000000004004b0000000004000019000000010400c039000000800610003900000000004604350000000004050433000000000004004b0000000004000019000000010400c039000000a005100039000000000045043500000040033000390000000003030433000000000003004b0000000003000019000000010300c039000000c00410003900000000003404350000000002020433000000000002004b0000000002000019000000010200c039000000e00310003900000000002304350000035d0010009c0000035d01008041000000400110021000000398011001c700000d710001042e000000400100043d000003c00010009c0000016f0000813d0000004002100039000000400020043f0000002002100039000003c1030000410000000000320435000000200200003900000000002104350d7007ad0000040f00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d00000006060000290000000302600210000000ff0320020f000003cb03300167000000000101043b000000050460027000000000011400190000000401100039000000000401041a000000000334016f000000050700002900000000022701cf000000000223019f000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d020000390000000403000039000003c204000041000005df0000013d000000c902000039000000000302041a0000038f04300197000000000454019f000000000042041b000000200210003900000000005204350000035f0230019700000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000394011001c70000800d0200003900000001030000390000039f040000410d700d660000040f0000000100200190000005e30000613d0000003301000039000000000201041a000003ca02200197000000000021041b000000060000006b0000042a0000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d000000010300003900000000003104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000364011001c70000800d020000390000036504000041000004270000013d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000000101043b000000050700002900000000011700190000000101100039000000000201041a0000038f022001970000000606000029000000000262019f000000000021041b00000000010004140000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d020000390000000403000039000003ad0400004100000007050000290d700d660000040f00000001002001900000042a0000c13d000000000100001900000d72000104300000036201000041000001c00010043f0000002001000039000001c40010043f0000001501000039000001e40010043f0000036701000041000002040010043f000003aa0100004100000d7200010430000600000000001d000000800100043d0000000602000029000000000012004b0000070e0000813d0000000501200210000000a0011000390000000001010433000700000001001d00000000210104340000035f00100198000007070000613d000000000102043300000000010104330000035f00100198000007070000613d000500000002001d000000400b00043d000003ab00b0009c0000016f0000213d0000004001b00039000000400010043f0000002003b00039000003a60100004100000000001304350000001b0100003900000000001b0435000000c901000039000000000201041a000000400c00043d0000002401c0003900000040040000390000000000410435000003b701000041000000000d1c04360000000401c000390000000004000411000000000041043500000000010b04330000004404c000390000000000140435000003cc061001970000001f0510018f0000006404c00039000000000043004b0000062d0000813d000000000006004b000006290000613d00000000085300190000000007540019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000006230000c13d000000000005004b000006470000613d00000000070400190000063d0000013d000000000006004b000006390000613d000000200760008a000003cc077001970000000007740019000000200770003900000000080300190000000009040019000000008a0804340000000009a90436000000000079004b000006350000c13d000000000005004b000006470000613d000000000764001900000000036300190000000305500210000000000607043300000000065601cf000000000656022f00000000030304330000010005500089000000000353022f00000000035301cf000000000363019f00000000003704350000035f02200197000000000341001900000000000304350000000003000414000000040020008c000006520000c13d0000000003000031000000200030008c00000020040000390000000004034019000006880000013d00030000000b001d0000001f01100039000003cc0110019700000064011000390000035d0010009c0000035d0100804100000060011002100000035d00c0009c0000035d0400004100000000040c40190000004004400210000000000141019f0000035d0030009c0000035d03008041000000c003300210000000000131019f00020000000c001d00010000000d001d0d700d6b0000040f0000000109000029000000020c000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000000505400272000006750000613d000000000601034f00000000070c0019000000006806043c0000000007870436000000000097004b000006710000c13d0000001f06400190000006840000613d0000000505500210000000000751034f00000000055c00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0000000100200190000000030b0000290000072d0000613d0000001f01400039000000600110018f0000000004c10019000000000014004b00000000010000190000000101004039000003b10040009c0000016f0000213d00000001001001900000016f0000c13d000000400040043f000000200030008c000005e30000413d00000000010c0433000000000001004b0000000002000019000000010200c039000000000021004b000005e30000c13d000000000001004b000007140000613d000000070100002900000000010104330000035f011001970000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f0000000100200190000005e30000613d000000070900002900000000020904330000035f05200197000000000101043b000000000201041a0000038f02200197000000000252019f000000000021041b0000000502000029000000000202043300000000430204340000035f063001970000000103100039000000000063041b00000000030404330000035f073001970000000203100039000000000073041b000000400220003900000000020204330000035f022001970000000303100039000000000023041b000000400390003900000000030304330000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b000003a7030000410000000003006019000000000334019f0000000404100039000000000034041b0000000501100039000000000301041a000003ca033001970000006004900039000500000004001d0000000004040433000000000004004b000000010330c1bf000000000031041b000000400100043d00000000002104350000035d0010009c0000035d01008041000000400110021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000121019f00000364011001c70000800d020000390000000403000039000003a8040000410d700d660000040f0000000100200190000005e30000613d000000050100002900000000010104330000000702000029000000000202043300000000030004140000035f05200197000000000001004b0000000006000019000000010600c0390000035d0030009c0000035d03008041000000c00130021000000390011001c70000800d020000390000000303000039000003a9040000410d700d660000040f0000000100200190000005e30000613d00000006020000290000000102200039000600000002001d000000040020006c000005f00000413d0000042a0000013d000000400200043d000700000002001d0000036201000041000000000012043500000004012000390d70074d0000040f000004b50000013d000003b50100004100000000001004350000003201000039000000040010043f000003b60100004100000d7200010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000003b8010000410000000000140435000000040140003900000000020004110000000000210435000000640240003900000000010b0019000700000004001d0d7007770000040f000000070200002900000000012100490000035d0010009c0000035d010080410000035d0020009c0000035d0200804100000060011002100000004002200210000000000121019f00000d7200010430000000400200043d0000001f0430018f00000005053002720000000505500210000007390000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000007350000c13d000000000004004b000007470000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000112019f00000d7200010430000000400210003900000367030000410000000000320435000000200210003900000015030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d0000004002100039000003cd030000410000000000320435000000200210003900000017030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000030020008c000007660000813d00000005032002700000000001130019000000000001042d000003b50100004100000000001004350000003201000039000000040010043f000003b60100004100000d7200010430000000030020008c000007710000813d00000000011200190000000002000019000000000001042d000003b50100004100000000001004350000003201000039000000040010043f000003b60100004100000d720001043000000000430104340000000001320436000003cc063001970000001f0530018f000000000014004b0000078d0000813d000000000006004b000007890000613d00000000085400190000000007510019000000200770008a000000200880008a0000000009670019000000000a680019000000000a0a04330000000000a90435000000200660008c000007830000c13d000000000005004b000007a70000613d00000000070100190000079d0000013d000000000006004b000007990000613d000000200760008a000003cc077001970000000007170019000000200770003900000000080400190000000009010019000000008a0804340000000009a90436000000000079004b000007950000c13d000000000005004b000007a70000613d000000000761001900000000046400190000000305500210000000000607043300000000065601cf000000000656022f00000000040404330000010005500089000000000454022f00000000045401cf000000000464019f0000000000470435000000000431001900000000000404350000001f03300039000003cc023001970000000001210019000000000001042d0003000000000002000000000c010019000000c901000039000000000201041a000000400e00043d0000002401e0003900000040030000390000000000310435000003b701000041000000000f1e04360000000401e00039000000000d0004110000000000d104350000004403e0003900000000510c043400000000001304350000035f02200197000003cc071001970000001f0610018f0000006404e00039000000000045004b000007d30000813d000000000007004b000007cf0000613d00000000096500190000000008640019000000200880008a000000200990008a000000000a780019000000000b790019000000000b0b04330000000000ba0435000000200770008c000007c90000c13d000000000006004b000007ed0000613d0000000008040019000007e30000013d000000000007004b000007df0000613d000000200870008a000003cc08800197000000000848001900000020088000390000000009050019000000000a040019000000009b090434000000000aba043600000000008a004b000007db0000c13d000000000006004b000007ed0000613d000000000874001900000000057500190000000306600210000000000708043300000000076701cf000000000767022f00000000050504330000010006600089000000000565022f00000000056501cf000000000575019f0000000000580435000000000441001900000000000404350000000004000414000000040020008c000007f70000c13d0000000003000031000000200030008c000000200400003900000000040340190000082f0000013d00030000000c001d0000001f01100039000003cc0110019700000064011000390000035d0010009c0000035d0100804100000060011002100000035d00e0009c0000035d0300004100000000030e40190000004003300210000000000131019f0000035d0040009c0000035d04008041000000c003400210000000000131019f00020000000e001d00010000000f001d0d700d6b0000040f000000010a000029000000020e000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f00000005064002720000081b0000613d000000000701034f00000000080e0019000000007907043c00000000089804360000000000a8004b000008170000c13d000000000005004b0000082a0000613d0000000506600210000000000761034f00000000066e00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000000030c000029000000000d000411000008650000613d0000001f01400039000000600110018f0000000004e10019000000000014004b00000000010000190000000101004039000003b10040009c000008470000213d0000000100100190000008470000c13d000000400040043f0000001f0030008c000008450000a13d00000000010e0433000000000001004b0000000002000019000000010200c039000000000021004b000008450000c13d000000000001004b0000084d0000613d000000000001042d000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000003b801000041000000000014043500000004014000390000000000d10435000000640240003900000000010c0019000300000004001d0d7007770000040f000000030200002900000000012100490000035d0010009c0000035d010080410000035d0020009c0000035d0200804100000060011002100000004002200210000000000121019f00000d7200010430000000400200043d0000001f0430018f00000005053002720000000505500210000008710000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000086d0000c13d000000000004004b0000087f0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000112019f00000d7200010430000d000000000002000000400200043d000000400300003900000000033204360000035f041001970000004001200039000700000004001d000000000041043500000392010000410000000000130435000003ce0020009c00000b640000813d0000006001200039000000400010043f0000035d0030009c0000035d03008041000000400130021000000000020204330000035d0020009c0000035d020080410000006002200210000000000112019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000005010446000000000005004b00000aca0000c13d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000402100039000000000202041a0000ff0000200190000008d10000613d0000000201100039000000000101041a0000035f05100198000008d40000613d000000400a00043d000003cf0100004100000000031a04360000000401a00039000000070200002900000000002104350000000001000414000000040050008c000008d60000c13d00000000010004150000000d0110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000d00000000001d0000090d0000013d000500000000001d000300000000001d000009220000013d00000000020000190000091d0000013d0000035d00a0009c0000035d0200004100000000020a401900000040022002100000035d0010009c0000035d01008041000000c001100210000000000121019f000003b6011001c7000600000005001d000000000205001900050000000a001d000400000003001d0d700d6b0000040f000000040b000029000000050a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000008f50000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000008f10000c13d000000000005004b000009040000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000c0110008a0000000501100210000c00000000001d0000000100200190000000000200001900000006050000290000091d0000613d0000001f02400039000000600420018f0000000002a40019000000000042004b00000000040000190000000104004039000003b10020009c00000b640000213d000000010040019000000b640000c13d000000400020043f000000200030008c00000b620000413d00000000020a04330000000501100270000000000102001f000300000002001d000000000005004b0000000001000019000000010100c039000500000001001d0000000001000415000600000001001d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000402100039000000000202041a000000ff00200190000009b90000613d0000000101100039000000000101041a0000035f02100198000009b90000613d000000400a00043d000003cf0100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c0000094b0000c13d00000000010004150000000b0110008a00000005011002100000000003000031000000200030008c000000200400003900000000040340190000097d0000013d0000035d00a0009c0000035d0300004100000000030a401900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003b6011001c700040000000a001d000200000004001d0d700d6b0000040f000000020b000029000000040a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000009680000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000009640000c13d000000000005004b000009770000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000a0110008a00000005011002100000000100200190000009b90000613d0000001f02400039000000600220018f0000000004a20019000000000024004b00000000020000190000000102004039000003b10040009c00000b640000213d000000010020019000000b640000c13d000000400040043f000000200030008c00000b620000413d00000000050a04330000000501100270000000000105001f000000050000006b00000acc0000613d0000000302000029000000000002004b00000b180000613d000000440140003900000000002104350000002401400039000200000005001d0000000000510435000003d0010000410000000001140436000500000001001d000400000004001d000000040140003900000007020000290000000000210435000003a4010000410000000000100439000000000100041200000004001004430000004001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000b6a0000613d000000000201043b00000000010004140000035f02200197000000040020008c00000b1a0000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000040a00002900000b480000013d000000000100041500000006011000690000000001000002000400010000003d000600000000001d0000000001000415000500000001001d00000007010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000b620000613d000000000101043b0000000402100039000000000202041a0000039700200198000009e80000613d0000000301100039000000000101041a0000035f02100198000000000500001900000a570000613d000000400a00043d000003cf0100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000009ea0000c13d0000000001000415000000090110008a00000005011002100000000003000031000000200030008c0000002004000039000000000403401900000a1d0000013d000000000500001900000a570000013d0000035d00a0009c0000035d0300004100000000030a401900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003b6011001c700020000000a001d000100000004001d0d700d6b0000040f000000010b000029000000020a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f000000050640027200000a070000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000a030000c13d000000000005004b00000a160000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000001000415000000080110008a00000005011002100000000100200190000000000500001900000a570000613d0000001f02400039000000600220018f0000000004a20019000000000024004b00000000020000190000000102004039000003b10040009c00000b640000213d000000010020019000000b640000c13d000000400040043f000000200030008c00000b620000413d00000000050a04330000000501100270000000000105001f0000000302000029000000000002004b00000a570000613d000000440140003900000000002104350000002401400039000200000005001d0000000000510435000003d0010000410000000001140436000300000001001d000100000004001d000000040140003900000007020000290000000000210435000003a4010000410000000000100439000000000100041200000004001004430000004001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000b6a0000613d000000000201043b00000000010004140000035f02200197000000040020008c00000ad20000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000010a00002900000b000000013d000000000100041500000005011000690000000001000002000000000005004b0000000001000019000000010100603900000004011001af000000400300043d000000010010019000000b6b0000c13d00000044013000390000000000510435000000240130003900000006020000290000000000210435000003d0010000410000000001130436000400000001001d000500000003001d000000040130003900000007020000290000000000210435000003a4010000410000000000100439000000000100041200000004001004430000004001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000b6a0000613d000000000201043b00000000010004140000035f02200197000000040020008c00000a870000c13d0000000003000031000000200030008c00000020040000390000000004034019000000050a00002900000ab40000013d00000005030000290000035d0030009c0000035d0300804100000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f00000368011001c70d700d6b0000040f000000050a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040b00002900000aa20000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000a9e0000c13d000000000005004b00000ab10000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b7c0000613d0000001f01400039000000600210018f0000000001a20019000000000021004b00000000020000190000000102004039000003b10010009c00000b640000213d000000010020019000000b640000c13d000000400010043f000000200030008c00000b620000413d00000000020a0433000000000002004b0000000003000019000000010300c039000000000032004b00000b620000c13d000000000002004b000000060500002900000b6c0000613d0000000001050019000000000001042d000000000100041500000006011000690000000001000002000000000005004b00000aca0000c13d000009bc0000013d00000001030000290000035d0030009c0000035d0300804100000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f00000368011001c70d700d6b0000040f000000010a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000030b00002900000aed0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000ae90000c13d000000000005004b00000afc0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b9d0000613d00000002050000290000001f01400039000000600110018f0000000001a10019000003b10010009c00000b640000213d000000400010043f000000200030008c00000b620000413d00000000020a0433000000000002004b0000000001000019000000010100c039000000000012004b00000b620000c13d000000000100041500000005011000690000000001000002000000000005004b0000000001000019000000010100603900000a5d0000613d000000000002004b00000aca0000c13d00000a5d0000013d000000000100001900000b560000013d00000004030000290000035d0030009c0000035d0300804100000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f00000368011001c70d700d6b0000040f000000040a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000050b00002900000b350000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000b310000c13d000000000005004b00000b440000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000bac0000613d00000002050000290000001f01400039000000600110018f0000000001a10019000003b10010009c00000b640000213d000000400010043f000000200030008c00000b620000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b00000b620000c13d000000000200041500000006022000690000000002000002000000000005004b000009bc0000613d000000000001004b00000b5f0000613d0000000001050019000000000001042d000400000000001d000600000005001d000009be0000013d000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000000001042f00000000010300190000004402100039000003d203000041000000000032043500000024021000390000001e030000390000000000320435000003620200004100000000002104350000000402100039000000200300003900000000003204350000035d0010009c0000035d01008041000000400110021000000368011001c700000d7200010430000000400200043d0000001f0430018f000000050530027200000b880000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b840000c13d000000000004004b00000b970000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000121019f00000d7200010430000000400200043d0000001f0430018f000000050530027200000ba90000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000ba50000c13d000000000004004b00000bc70000613d00000bba0000013d000000400200043d0000001f0430018f000000050530027200000bb80000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000bb40000c13d000000000004004b00000bc70000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000060013002100000035d0020009c0000035d020080410000004002200210000000000112019f00000d72000104300000009702000039000000000302041a0000038f03300197000000000032041b0000035f061001970000006501000039000000000201041a0000038f03200197000000000363019f000000000031041b00000000010004140000035f052001970000035d0010009c0000035d01008041000000c00110021000000390011001c70000800d0200003900000003030000390000039e040000410d700d660000040f000000010020019000000be40000613d000000000001042d000000000100001900000d720001043000020000000000020002035f0010019c00000c5d0000613d000003a401000041000000000010043900000000010004120000000400100443000000240000044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000000301034f000000010020019000000c5c0000613d000003a501000041000000000203043b0000035f02200197000000020020006b00000c5b0000613d000003a4010000410000000000100439000000000100041200000004001004430000002001000039000000240010044300000000010004140000035d0010009c0000035d01008041000000c001100210000003d1011001c700008005020000390d700d6b0000040f000000010020019000000c5c0000613d000000000101043b0000035f031001970000000202000029000000000032004b00000c5b0000613d000000400a00043d000003d30100004100000000041a04360000000001000414000000040020008c00000c1c0000c13d0000000003000031000000200030008c0000002004000039000000000403401900000c4b0000013d0000035d00a0009c0000035d0300004100000000030a401900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003d4011001c700020000000a001d000100000004001d0d700d6b0000040f000000010b000029000000020a000029000000000301001900000060033002700000035d03300197000000200030008c000000200400003900000000040340190000001f0540018f000000050640027200000c390000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000c350000c13d000000000005004b00000c480000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000c750000613d0000001f01400039000000600210018f0000000001a20019000000000021004b00000000020000190000000102004039000003b10010009c00000c6f0000213d000000010020019000000c6f0000c13d000000400010043f0000001f0030008c00000c6d0000a13d00000000010a04330000035f0010009c00000c6d0000213d000000000001042d000000000001042f000000400200043d000200000002001d0000036201000041000000000012043500000004012000390d70074d0000040f000000020200002900000000012100490000035d0010009c0000035d0100804100000060011002100000035d0020009c0000035d020080410000004002200210000000000121019f00000d7200010430000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000400200043d0000001f0430018f0000000505300272000000050550021000000c810000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c7d0000c13d000000000004004b00000c8f0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f0000000000150435000000600130021000000c680000013d0004000000000002000000400500043d00000040020000390000000002250436000300000001001d0000035f041001970000004003500039000400000004001d000000000043043500000392030000410000000000320435000003ce0050009c00000d300000813d0000006003500039000000400030043f0000035d0020009c0000035d02008041000000400220021000000000010504330000035d0010009c0000035d010080410000006001100210000000000121019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b0000000001010446000000000001004b00000cb70000613d000000000001042d00000004010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b0000000102100039000000000202041a0000035f0220019800000cf70000613d0000000401100039000000000101041a000000ff0010019000000cf70000613d00000399010000410000000000100439000200000002001d000000040020044300000000010004140000035d0010009c0000035d01008041000000c0011002100000039a011001c700008002020000390d700d6b0000040f000000010020019000000d360000613d000000000101043b000000000001004b00000d2e0000613d000000400300043d000003d501000041000000000013043500000000010004140000000202000029000000040020008c00000cf40000613d0000035d0030009c000100000003001d0000035d03000041000000010300402900000040033002100000035d0010009c0000035d01008041000000c001100210000000000131019f000003d4011001c70d700d660000040f000000010300002900000060011002700000035d0010019d000000010020019000000cf70000613d000003b10030009c00000d300000213d000000400030043f00000004010000290000000000100435000000fb01000039000000200010043f00000000010004140000035d0010009c0000035d01008041000000c00110021000000394011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b0000000501100039000000000101041a000000ff0010019000000cb60000613d00000003010000290d7008850000040f000000400200043d0000004003200039000000040400002900000000004304350000004003000039000000000332043600000392040000410000000000430435000400000001001d000003960020009c00000d300000213d0000006001200039000000400010043f0000035d0030009c0000035d03008041000000400130021000000000020204330000035d0020009c0000035d020080410000006002200210000000000112019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000d2e0000613d000000000101043b00000004020000290000000000210447000000000001042d000000000100001900000d7200010430000003b50100004100000000001004350000004101000039000000040010043f000003b60100004100000d7200010430000000000001042f000000000001042f0000035d0010009c0000035d0100804100000040011002100000035d0020009c0000035d020080410000006002200210000000000112019f00000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f00000390011001c700008010020000390d700d6b0000040f000000010020019000000d4b0000613d000000000101043b000000000001042d000000000100001900000d720001043000000000050100190000000000200439000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b00000d500000413d0000035d0030009c0000035d03008041000000600130021000000000020004140000035d0020009c0000035d02008041000000c002200210000000000112019f000003d6011001c700000000020500190d700d6b0000040f000000010020019000000d650000613d000000000101043b000000000001042d000000000001042f00000d69002104210000000102000039000000000001042d0000000002000019000000000001042d00000d6e002104230000000102000039000000000001042d0000000002000019000000000001042d00000d700000043200000d710001042e00000d7200010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498000000020000000000000000000000000000010000000100000000000000000063616e2774206265207a65726f206164647265737300000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000008da5cb5a00000000000000000000000000000000000000000000000000000000b62e4c9100000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000fc57d4df00000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000e9d1284f00000000000000000000000000000000000000000000000000000000b62e4c9200000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000cb67e3b100000000000000000000000000000000000000000000000000000000a8e6846200000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000b62cad6900000000000000000000000000000000000000000000000000000000a8e6846300000000000000000000000000000000000000000000000000000000a9534f8a000000000000000000000000000000000000000000000000000000008da5cb5b0000000000000000000000000000000000000000000000000000000096e85ced00000000000000000000000000000000000000000000000000000000a6b1344a000000000000000000000000000000000000000000000000000000005c975aba000000000000000000000000000000000000000000000000000000008456cb58000000000000000000000000000000000000000000000000000000008a2f7f6c000000000000000000000000000000000000000000000000000000008a2f7f6d000000000000000000000000000000000000000000000000000000008b855da4000000000000000000000000000000000000000000000000000000008456cb5900000000000000000000000000000000000000000000000000000000883cfb91000000000000000000000000000000000000000000000000000000005c975abb00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba50970000000000000000000000000000000000000000000000000000000041976e080000000000000000000000000000000000000000000000000000000041976e09000000000000000000000000000000000000000000000000000000004b932b8f000000000000000000000000000000000000000000000000000000004bf39cba000000000000000000000000000000000000000000000000000000000e32cb860000000000000000000000000000000000000000000000000000000033d33494000000000000000000000000000000000000000000000000000000003f4ba83a0000000000000000000000000000000000000020000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e227004e99ec55972332f5e0ef9c6623192c0401b609161bffae64d9ccdd7ad6cc780000000000000000000000000000000000000000200000008000000000000000000200000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000ffffffffffffff9f0000000000000000000000000000000000000000000000000000000000ff000000000000000000000000000000000000000001000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e000000000000000000000000bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb736574546f6b656e436f6e66696728546f6b656e436f6e6669672900000000000000000000000000000000000000000000000000000000000000000000010000a51ad01e2270c314a7b78f0c60fe66c723f2d06c121d63fcdce776e654878fc1ca250c5374abedcbf71c0e3eda7ff4cf940fa9e6561d8cd31d2bf480a140a93f0000000000000000000000000000000000000064000001c00000000000000000000000000000000000000000000000000000000000000000ffffffffffffffbf7365744f7261636c6528616464726573732c616464726573732c75696e743829ea681d3efb830ef032a9c29a7215b5ceeeb546250d2c463dbf87817aecda1bf17261636c6500000000000000000000000000000000000000000000000000000063616e277420736574207a65726f206164647265737320746f206d61696e206f0000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe07fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000000000000000000000000000000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000006c656e6774682063616e2774206265203000000000000000000000000000000070617573652829000000000000000000000000000000000000000000000000005061757361626c653a207061757365640000000000000000000000000000000062e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2584f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffffc0656e61626c654f7261636c6528616464726573732c75696e74382c626f6f6c29cf3cad1ec87208efbde5d82a0557484a78d4182c3ad16926a5463bc1f7234b3d0000000000000000000000000000000000000064000000800000000000000000726573696c69656e74206f7261636c6520697320706175736564000000000000756e7061757365282900000000000000000000000000000000000000000000005db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa5061757361626c653a206e6f74207061757365640000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0746f6b656e20636f6e666967206d757374206578697374000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffa041976e090000000000000000000000000000000000000000000000000000000097c7033e000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000044000000000000000000000000696e76616c696420726573696c69656e74206f7261636c6520707269636500006f307dc300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000069240426000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000000000000000000000000000000"
  ]
}
