{
  "address": "0x4a9E6e31ef52F4B14743f6F1676DcF5D41d8Ea1E",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "riskStewardReceiver_",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "inputs": [],
      "name": "InvalidSafeDeltaBps",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidUintLength",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "OnlyRiskStewardReceiver",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "RedundantValue",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "RenounceOwnershipNotAllowed",
      "type": "error"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "sender",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "calledContract",
          "type": "address"
        },
        {
          "internalType": "string",
          "name": "methodSignature",
          "type": "string"
        }
      ],
      "name": "Unauthorized",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "UnsupportedUpdateType",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ZeroAddressNotAllowed",
      "type": "error"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "market",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "newBorrowCap",
          "type": "uint256"
        }
      ],
      "name": "BorrowCapUpdated",
      "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": "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": "uint256",
          "name": "oldSafeDeltaBps",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "newSafeDeltaBps",
          "type": "uint256"
        }
      ],
      "name": "SafeDeltaBpsUpdated",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "updateId",
          "type": "uint256"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "market",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "newSupplyCap",
          "type": "uint256"
        }
      ],
      "name": "SupplyCapUpdated",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "BORROW_CAP",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "BORROW_CAP_KEY",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "RISK_STEWARD_RECEIVER",
      "outputs": [
        {
          "internalType": "contract IRiskStewardReceiver",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "SUPPLY_CAP",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "SUPPLY_CAP_KEY",
      "outputs": [
        {
          "internalType": "bytes32",
          "name": "",
          "type": "bytes32"
        }
      ],
      "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": [
        {
          "components": [
            {
              "internalType": "string",
              "name": "referenceId",
              "type": "string"
            },
            {
              "internalType": "uint256",
              "name": "updateId",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "market",
              "type": "address"
            },
            {
              "internalType": "string",
              "name": "updateType",
              "type": "string"
            },
            {
              "internalType": "bytes32",
              "name": "updateTypeKey",
              "type": "bytes32"
            },
            {
              "internalType": "bytes",
              "name": "newValue",
              "type": "bytes"
            },
            {
              "internalType": "bytes",
              "name": "previousValue",
              "type": "bytes"
            },
            {
              "internalType": "uint256",
              "name": "timestamp",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "publisher",
              "type": "address"
            },
            {
              "internalType": "uint96",
              "name": "poolId",
              "type": "uint96"
            },
            {
              "internalType": "uint32",
              "name": "destLzEid",
              "type": "uint32"
            },
            {
              "internalType": "bytes",
              "name": "additionalData",
              "type": "bytes"
            }
          ],
          "internalType": "struct RiskParameterUpdate",
          "name": "update",
          "type": "tuple"
        }
      ],
      "name": "applyUpdate",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "accessControlManager_",
          "type": "address"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "components": [
            {
              "internalType": "string",
              "name": "referenceId",
              "type": "string"
            },
            {
              "internalType": "uint256",
              "name": "updateId",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "market",
              "type": "address"
            },
            {
              "internalType": "string",
              "name": "updateType",
              "type": "string"
            },
            {
              "internalType": "bytes32",
              "name": "updateTypeKey",
              "type": "bytes32"
            },
            {
              "internalType": "bytes",
              "name": "newValue",
              "type": "bytes"
            },
            {
              "internalType": "bytes",
              "name": "previousValue",
              "type": "bytes"
            },
            {
              "internalType": "uint256",
              "name": "timestamp",
              "type": "uint256"
            },
            {
              "internalType": "address",
              "name": "publisher",
              "type": "address"
            },
            {
              "internalType": "uint96",
              "name": "poolId",
              "type": "uint96"
            },
            {
              "internalType": "uint32",
              "name": "destLzEid",
              "type": "uint32"
            },
            {
              "internalType": "bytes",
              "name": "additionalData",
              "type": "bytes"
            }
          ],
          "internalType": "struct RiskParameterUpdate",
          "name": "update",
          "type": "tuple"
        }
      ],
      "name": "isSafeForDirectExecution",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "owner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "pendingOwner",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "renounceOwnership",
      "outputs": [],
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "safeDeltaBps",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "accessControlManager_",
          "type": "address"
        }
      ],
      "name": "setAccessControlManager",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "safeDeltaBps_",
          "type": "uint256"
        }
      ],
      "name": "setSafeDeltaBps",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "transactionHash": "0x1588ee7adf51ba054bda105a0896ef2689ec149082ecd4fed081c2c34bfc2f64",
  "receipt": {
    "to": "0x0000000000000000000000000000000000008006",
    "from": "0xe2a089cA69a90f1E27E723EFD339Cff4c4701AcC",
    "contractAddress": "0x4a9E6e31ef52F4B14743f6F1676DcF5D41d8Ea1E",
    "transactionIndex": 0,
    "gasUsed": "1471483",
    "logsBloom": "0x00000000000400080000010000000000000000000000400000000000000000000020000000000000000000000001000000000000000000000000000000000000000100000000040000000028000040000400020000000000000000400000080100000000020100000008000000000802000000000000400000000010000000000000001000000000000004000100000000000100000080000000000000000080800000000000100000000010800500000000000000040000002000010002000000000002008000000000000000140000000010000100000000000000000020000000000000000000000000000000004000000840000000000000000090000000",
    "blockHash": "0x2c264252a2064db7c7ca4296b9f97fe485f12e7d3ee0ecb4bb03f68bb8b6b4de",
    "transactionHash": "0x1588ee7adf51ba054bda105a0896ef2689ec149082ecd4fed081c2c34bfc2f64",
    "logs": [
      {
        "transactionIndex": 0,
        "blockNumber": 6462207,
        "transactionHash": "0x1588ee7adf51ba054bda105a0896ef2689ec149082ecd4fed081c2c34bfc2f64",
        "address": "0x000000000000000000000000000000000000800A",
        "topics": [
          "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
          "0x000000000000000000000000e2a089ca69a90f1e27e723efd339cff4c4701acc",
          "0x0000000000000000000000000000000000000000000000000000000000008001"
        ],
        "data": "0x000000000000000000000000000000000000000000000000000045d6feca7900",
        "logIndex": 0,
        "blockHash": "0x2c264252a2064db7c7ca4296b9f97fe485f12e7d3ee0ecb4bb03f68bb8b6b4de"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462207,
        "transactionHash": "0x1588ee7adf51ba054bda105a0896ef2689ec149082ecd4fed081c2c34bfc2f64",
        "address": "0x0000000000000000000000000000000000008008",
        "topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
        "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000001cb0000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800e76cc394f7c25b807662aa95a339340ba1f8652b5a0191a71ba68053944c398ee",
        "logIndex": 1,
        "blockHash": "0x2c264252a2064db7c7ca4296b9f97fe485f12e7d3ee0ecb4bb03f68bb8b6b4de"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462207,
        "transactionHash": "0x1588ee7adf51ba054bda105a0896ef2689ec149082ecd4fed081c2c34bfc2f64",
        "address": "0x0000000000000000000000000000000000008008",
        "topics": [
          "0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
          "0x000000000000000000000000000000000000000000000000000000000000800e",
          "0x76cc394f7c25b807662aa95a339340ba1f8652b5a0191a71ba68053944c398ee"
        ],
        "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000002f7a03a400000000000000000000005f0000c13d000001ec01008041000001ec0010009c0000000100200190000001ec02008041000001ec0020009c000000000101043b000000200030008c0000005f0000213d000007af000104300000000000320435ffffffffffffffff07ad07a80000040f000000000001004b0000020d0000213d0000005f0000413d000000c0022002100000000002000414000000400200043d0000000000210435000000400100043d000000c00110021000000000010004140000000702000029000000000121019f0000005f0000613d0000000004034019000000200400003900000000010004160000000000120435000000400020043f000000000001042d000000000112019f00000040011002100000800d02000039000001ef0010009c0000000602000029000000400010043f000007ae0001042e000000000701034f07ad07a30000040f000000000002004b000001ec0330019700000060033002700000000003010019000000000048004b0000000008980436000000007907043c0000000008020019000003380000613d0000000004620019000001ee063001980000001f0530018f0000000601000029000000800010043f000003380000013d0000000000650435000000000767022f00000100066000890000004002200210000000000707043b000000000006004b0000000002000416000000000003004b00000004010000290000000001010433000100000003001f000000000686019f00000000066701cf000000000868022f00000000086801cf00000000080504330000000306600210000000000771034f000000000801034f00000020074001900000001f0640018f0000000002000019000000040020008c000000020110036700000009020000390000004002100039000002280010009c000000000032004b000000240030008c0200000000000000000000000059004b0000000009a90436000000008a08043c00000000001304350000001f014000390000023201000041000000040010043f000000000010043f0000023101000041000000010300003100008010020000390000020d0000c13d000002220010009c000700000001001d0000000103000039000001f8011001c700000000010000190000000303000039000000040110037000000002010000290000000403000029000000030100002900000006090000290000000605700029000001ec03008041000001ec0030009c0000008a0000013d0000006001100210000000400300043d0000002402100039000000440210003900000064021000390000022a011001c700000000012104360000000006000019000000000012004b000006bc0000613d000000040010044300000000001004430000000102000039000001f4011001c70000004001200210000000000010041b000000200100003900000212011001c7000000000201041a000000650100003902000002000000006f6e7472616374207a61626c653a2063496e697469616c69000000000001042f0000002004400039000000000132043600000000040000190000000003020433000000000131019f000000400330021000000000002304350000000000140435000080020200003900000216011001c70000021501000041000600000003001d000000600110018f000000000101041a0000004101000039000000000007004b000002250000013d00000033010000390000ff0000100190000600000002001d0000022c01000041000500000001001d0000000501000029000600000001001d000000000005004b000002270090009c000000c40010043f000000a40010043f000000840010043f000001f201000041000001ef06100197000001ef05200197000000040030008c70000000000000000000002400000000000000200000000000000000ffffffff0000002002100039000002490010009c000000000501043b000000200110008a0000000402000029000000010100002900000232011001c7000101ec0030019d000000000131004900000006030000290000000102200039000000000151043600000000050404330000000204000029000000000301043300000024033000390000000001120049000000000034004b00000001044000390000000002520436000001ef055001970000000005060433000000200660003900000003060000290000006402400039000400000004001d0000004402400039000000030200002900000040020000390000000401400039000000400400043d000100000002001d000000000213043600000040023000390000000203000029000002280020009c000200000002001d00000001010000390000002001300039000000400130003900000003030000290000000100100190000002220020009c000300000002001d000000010100403900000000010000390000000602100029000005ac0000c13d0000022b020000410000000402300039000000040010006b00000001020040390000000002000039000000000021004b000000600210018f0000035b0000013d0000021b011001c7000001ef0020009c00000040015002100000021c04000041000000000302041a0000006001300210000000000100003f00000005011002700000000000250435000001ef02300197000000970300003900000221011001c7000000000121004907ad07380000040f000700000003001d000002140100004107ad07270000040f0000023e0000013d0000024707700197000000000706c019000000000065004b00000227070040410000000007000019000000000505043b0000000006430049000002220040009c00000007010000290000021a04000041000000000031041b000000000363019f00000211032001970000000001000411000003230000613d000003000000c13d00000005033002100000000003000415000000060010006b0000022902000041000400000002001d000003ef0000c13d000000000003043500000227060020410000000005000019000000000053004b000000000067004b000000000303043b0000000705000029000001ef01100197000001f504000041000000000200041a07ad074a0000040f00000000010004120000023501000041000000e40010043f000001ef0110019800000000030004110000001f023000390000035e0000013d000000000021041b0000021102200197000002f70000c13d0000000002000411000000000202041a0000003302000039000000000201043bffffffffffffffc0ffffffffffffff00ffffffffffffffe0000000400000008000000064000000806865206f776e65726973206e6f7420742063616c6c6572204f776e61626c653a4a3fa29300000000c51475850000000008fad60094a934abb8b001d9feb7927d503407c6ca159106a05c0cb0e77decc600000084000000c018c5e8ab0000000075696e7432353629656c7461427073287365745361666544925cd7950000000002c3bcbb000000004a5844320000000080919d7b00000000ccb08e2300000000ffffffffffffff7f000000040000008096c553eb00000000000000840000008072000000000000006e6577206f776e656e6f7420746865206c6c657220697320537465703a2063614f776e61626c65324e487b7100000000e8ce00c922d17cddedb179b9f96f39ed4791920af9e571c64cf0c4bb7f5084ced136af4400000000640ae08ee21fb8406528994d5a4ae89c11dd6d5eb6052422be10220f8157f2d4186db48f000000005fe3b56700000000626f72726f7743610000000900000000737570706c794361ffffffffffffffbf80000000000000003a739dd7000000000000004400000000ab882de59d99a32eff553aecb10793d015d089f94afb7896310ab089e4439a4c7fffffffffffffff6973206e6f742069696e6700000000006e697469616c697a6e616765722061646e74726f6c206d61616365737320636f696e76616c696420647265737300000031fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a20000004000000000e3b4186f6b6457e019497f9722a3daaf1344cd1fd0a4f2848be0079c53165914ffffffffffff0000697320616c726561616c697a65640000647920696e697469023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf2650000002000000080d8c362d765e22700fa1faef420bfe791c7c124b9cd0de2d338d16b8cac22d99fffffffff00000000000000000e32cb86000000000cfccc830000000042b7cfbd000000002c47d86f000000002c47d86e000000007790719100000000715018a6000000008da5cb5b0000000079ba50970000000079ba509600000000715018a500000000b296e6cb00000000a0209e4300000000bf63783900000000b4a0bdf300000000b4a0bdf200000000c4d66de800000000c099f28400000000f2fde38b00000000ee97f26500000000e30c397800000000e30c397700000000c099f28300000000a0209e4200000004000000008579befe000000000000008000000100000000020000000060cefb38474024988a09c465da9592146a682f133852f6797f26b83ff96e1f2b000000840000000008c379a000000000697320696e697469616c697a696e670000000000ffffffe000000001ffffffe0000007ad00000432000007ab00210423000007a600210421000007a20000613d00000000020500190000024a011001c70000078d0000413d000000000031004b000000000121043a00000000020200310000000502400270000000040100003900000000002004430000000005010019000007880000613d0000006002200210000007720000613d000000000032041b000002110330019700000065020000390000022b03000041000007550000813d00000000012100190000024702200197000000000002043500000000023100190000073d0000413d0000002002200039000000000606043300000000062400190000000005210019000007440000613d00000000430104340000022903000041000007320000813d000007220000c13d00000007060000290000023004000041000006fc0000c13d0000001101000039000000010240018f000000010400a0390000000004000039000027100340011a000006ee0000c13d00000000055400d9000006e30000613d00000000043500a9000000000504041a000000c904000039000000000204a019000000050030006b000000050430006a000006e70000613d000006d00000c13d000006c40000c13d000007150000013d0000022e04000041000005470000613d0000071a0000613d0000069e0000613d000006800000413d000006860000613d0000066e0000413d000006750000613d0000022d01000041000006c90000613d000006210000613d000006100000c13d000006140000613d0000023d02000041000006d50000c13d000000050230006b0000000601200029000006bd0000613d000005e30000613d000005d20000c13d000005d60000613d000005b60000c13d0000023a02000041000005a70000c13d000005e60000c13d0000059d0000613d0000058c0000c13d000005900000613d0000045a0000613d0000023b020000410000003201000039000007010000c13d000006f40000613d0000053e0000613d000005200000413d000005260000613d0000050e0000413d000005150000613d0000022f01000041000005af0000613d000004c10000613d000004b00000c13d000004b40000613d000006240000013d000005f90000c13d0000004401100039000004660000c13d000005e60000013d000005bb0000c13d0000023c020000410000054d0000c13d000000000202043b00000002022003670000004002200039000700000002001d000000000202043300000007012000290000045f0000613d000004190000613d000004080000c13d00000007090000290000040c0000613d0000000705700029000000070300002900000239020000410000000000310435000000050110017f0000ff010100008a0000035e0000c13d000000060000006b000001ef024001970000002003100039000000000053041b000000000525019f0000021105400197000000000403041a00000241040000410000000000410435000000e001100039000000000043041b0000041c0000013d000003f20000c13d00000006011003600006006000200092000500000003001d000000a00300043d000000800300043d000000a0034000390000000000530435000000000575019f00000000056501cf000000000565022f00000000076701cf00000000070304330000000306700210000000000565034f0000039c0000613d0000038b0000c13d000000000038004b0000000008a80436000000009a09043c000000000905034f000000a0080000390000038f0000613d000000a0036000390000001f0740018f0000024706400198000000000551034f000000000037004b0000000007540019000000800040043f000000400070043f000000800770003900000000001504350000023d01000041000003b40000c13d000000000024004b000000000203041a000000c9030000390000002e03000039000002180300004100000217030000410000037a0000013d0000024201000041000003750000413d000027110040008c0000000704000029000002260200004100000246011001c7000000a00010043f000000800020043f000000000042041b000000000414019f00000211043001970000009702000039000000000161019f00000000015101cf000000000151022f0000010005500089000000000656022f00000000065601cf00000000060404330000000305500210000000000161034f000003450000613d000003340000c13d0000002b0300003900000220030000410000021f03000041000001a60000c13d00000001011001bf0000024801200197000001a00000613d000000040000006b0000036b0000c13d000000010100603f000000010010008c000000ff0120018f0000000502000029000003680000c13d0000000001000410000500000002001d000400000001001d0000024501000041000002440100004100000234010000410000023301000041000000290100003900000080010000390000012402100039000000600300003900000104021001bf000000c4021000390000000003000410000000e402100039000600000005001d0000024302000041000003630000c13d000000010300c0390000000003000039000000c00200043d0000000005020019000000c0021000390000032d0000613d000002c20000613d000002b10000c13d00000000005a004b000000000a9a0436000000008908043c000002b50000613d000000c0057001bf000000c00a00003900000240011001c707ad075b0000040f000002eb0000c13d000001ef02100197000002c50000013d000002a00000c13d0000013c0000043f000001240020043f000001040010043f000000e40040043f0000004004000039000000c40040043f0000000004000411000000c00040043f0000023f04000041000000000303041a000000a00020043f0000023e020000410000001801000039000000c00100003907ad07750000040f00000000120104340000023701000041000002360100004100000000022304360000002002000039000000c9010000390000009701000039000002690000013d000001f3011001c700000020030000390000000402100039000001f2020000410000002703000039000001f103000041000001f003000041000002090020009c000002940000613d000002080020009c0000037e0000a13d000002380070009c0000003f077000390000001f07400039000000000078004b000000000978013f000002270850019700000227076001970000002005500039000000000404043b000000000451034f000000040540003900000000045400190000022706008041000000000087004b000000000987013f00000227086001970000022707500197000000230660008a000000000521034f000000a402400039000001840060008c000002230060009c000000000402043b00000004021003700000020e0020009c000002720000613d0000020d0020009c00000025030000390000021e030000410000021d03000041000003c30000c13d000001ef02100198000000000100041a00000101011001bf0000021901200197000000ff00200190000000080330008a0000ff0001200190000000090330008a000002000020009c000002650000613d000001ff0020009c000004c40000013d000004990000c13d000000400110008a0000046b0000c13d000000000206043300000005012003600005002000100092000000000305043300000000033600190000000000740435000000000797019f00000000078701cf000000000787022f0000010008800089000000000989022f00000000098901cf00000000090404330000000308900210000000000787034f0000014e0000613d000000000009004b0000013d0000c13d00000000004b004b000000000bcb043600000000ac0a043c000000000b060019000000000a07034f000001410000613d00000000048600190000001f0930018f0000024708300198000000000772034f000000000049004b00000000097300190000000006350436000000400060043f0000000100900190000002220060009c00000001090040390000000009000039000000000056004b0000000006650019000000400500043d00000247065001970000003f0550003900000247055001970000001f05300039000000000506c0190000022705004041000000000058004b000000000958013f0000022708700197000002270560019700000020075000390000000006340049000002220030009c000000000352034f00000000053500190000000405500039000000000605c019000002270080009c00000227050080410000022706004041000000000867013f00000227073001970000022706500197000000230550008a00000000055400490000000004000031000000000312034f0000000202000367000000a401500039000003600000c13d000080050200003900000225011001c700000024000004430000022401000041000001840010008c000002230010009c000000070130006a000002030020009c000002350000613d000002020020009c000001f6010000410000012000200443000001000010044300000160001004430000014000000443000000800100043d000000ff01000039000000ff012001bf000000cb0000613d000000ff0030008c000000ff0320018f0000021c0000c13d0000ff00002001900000024f0000013d0000020b0020009c0000025e0000613d0000020a0020009c000002130000213d000002070020009c0000023f0000013d07ad078a0000040f000002240200004100000005044002100000000b0440008a000000000400041500000044030000390000800501000039000a00000000003d000b00000001001d000002050020009c000002300000613d000002040020009c000000d30000213d000002010020009c000001f702000041000000af0000c13d0000021d010000410000021e0100004100000025010000390000034b0000c13d000001ef02200197000002100020009c0000024b0000613d0000020f0020009c000001cf0000213d0000020c0020009c000000a40000213d000002060020009c000000860000a13d000000a00100043d000000000151019f00000000014101cf000000000141022f0000010004400089000000000545022f00000000054501cf00000000050204330000000304400210000000000151034f0000005a0000613d000000000004004b000000490000c13d000000000026004b0000000006860436000000007807043c000000a0060000390000004d0000613d000000a002500039000001ee053001980000001f0430018f000000a002200039000001ed022001970000021304000041000000000262019f000000000025004b000001fe0020009c000002430000613d000001fd0020009c0000023a0000613d000001fc0020009c000001870000a13d000001fb0020009c000000900000a13d000001fa0020009c000000610000a13d000001f90020009c000000e00220027000000080020000390000003c0000c13d000001ec0030019d0002000000010355000b000000000002000300000000000203a303a203a1002d002c03a0002b0004039f039e001f00ab00100128039d039c039b039a03990398039703960395039403930392000100550010003f002a000100690007002400090127012600aa01250391012400a9008500840123039001220017000300020016008300230068038f00290004001a0121003f002a00010120038e038d001f038c038b038a03890388002803870386038503840383038203810380037f037e037d0007037c037b037a0379001e000800100378002403770067000a0376037503740373037203710370000100550010003f002a0001006900070024000901270126036f011f00540124011e036e00a80037008200a7036d00a6036c00a5036b011d011c000a011e036a0015036900140003000200220066000a036803670366036503640001001d000e0001011b0363036203610360035f035e035d035c035b035a035903580357035603550001001d000e0001011a0354003701190353035203510350034f034e0081034d0013001e00060005008000120006000500110021007f00230065011800290004001a034c007e034b034a00820349034803470027034603450344000100550010003f002a000100690007006400630009034303420009034100100340007d011b007c033f0017000300020016033e033d000d0004007b000701170125007a033c0116033b033a033901150338033703360335033403330114007903320113011203310330032f003e00010116032e032d032c0115032b0009032a032903280327032603250112032401140079011100a4032300a30001032203210320031f031e031d031c031b031a0319000f03180062031703160315031400090313031203110310030f030e030d030c030b030a03090308030703060305030403030302003d0301030002ff02fe02fd02fc011002fb0008010f02fa02f902f8010e000700a200150053000f0052001f00510078010d00140003000200220012000600050011001900770061000d0004001a0007010c02f700a102f600a0005000070064002400090013009f009e001e00170018004f02f500600008001c001b02f402f302f202f1000100550010003f002a000100690007006400240009010b02f0010a011902ef0109010b02ee010a02ed010902ec02eb004e0081009d0108009e0085008401230122010700a9009c0084010601050104001700aa000300020016008300230068010300290004001a02ea009d010800a0010202e9001502e8007602e7000b007502e6000b007402e5009b02e402e302e2000100550010003f002a000102e102e001010009010002df000902de001002dd02dc00ff02db02da02d902d802d700fe00fd00fc007902d600a400fb009a000102d502d402d302d201010009010002d102d002cf02ce02cd00fe00fd00fc0079011100a400fb009a000102cc00fa02cb00fa02ca02c9005f005e0099005d005c000a02c802c702c60001001d000e0001009c00f90015007602c5000b007502c4000b007402c3000b02c2001402c102c0000b00030002002202bf000a001d000e000100f802be001d000e000102bd00f9001d000e0001008500980117003700f70027001d000e000102bc0098003700f70027001d000e000100f802bb007300f602ba00f5001800f400030002007200060005003c00190027001d000e000102b9003702b8000a001d000e0001011a02b702b60013001e00060005008000f3002700550010003f002a000100690007006402b5002602b4003702b302b200f202b102b002af02ae02ad02ac02ab02aa02a902a8001700f1004f02a700600008001c001b02a6001d000e00010085009802a50107007a02a402a30067002700030002001602a2000d02a1002d002c002b0008001c001b004d004c02a0029f004b029e029d029c029b003e029a004a0049004800470046003d003b003a004500440039004300040299005b009702980297001f000800100296002a0295029400540001002a02930292029100f00290028f000b028e011f000b028d028c000b028b028a00f5002500f4003c0003000200720019000a00a80037008200a7028900a6028800a50287011d011c000a00a80037008200a700a6028600a50285000a0096028402830095007d0282007c001700030002001600940093000d0004007b0007000e02810280027f027e003600ef00ee027d027c027b027a0279007e02780081009d0277001500760276000b00750275000b00740274009b00350034001300330032002800310030002f002e027300a3027202710270026f026e026d0007026c026b026a0269009200ed00060005003c0021000a026800ec02670266026500f102640263001700030002001602620023006500eb00290004001a006700270015026100710260025f025e025d025c003600ef00ee00150076025b000b0075025a000b00740259009b02580257025602550254025300ea0066000a025202510250024f024e0009024d024c024b024a0249024802470246024502440243009a024202410240023f023e003a00ff003b023d023c023b023a0239011002380008010f0237023602350234012800e900090073009f00f6005a0017004f023300600008001c001b0232023100f00230022f00ea0012000600050011002100e800230065022e00e700f2022d022c022b022a02290091022800140003000200220012000600050011002100e80023006500eb00290004001a0227022602250224008100150065022300030002002200120006000500110021007f0023011800e700150222007102210070006f0090000300020016008f0066000d002d002c002b0008001c001b004d004c0220021f004b021e005900580057021d003e021c004a0049004800470046003d003b003a00450044003900430004021b005b00e6021a00e500e400e30063000f0004006200260008001000180219021800e900090025021702160215010e0053000f0052001f00510078010d00140003000200220012000600050011001900770061000d0004001a000700e2021400360050000700240009007302130091009600e1001e00170018004f021200600008001c001b021100350034001300330032002800310030002f002e0210003800150053000f0052001f0051007800e000140003000200220012000600050011001900770061000d0004001a0007010c00df0102020f00a0005000070064002400090013009f009e001e00170018004f020e00600008001c001b020d002500060005003c000300020016001900660018000d002d002c002b0008001c001b004d004c006e020c004b006d005900580057020b003e020a004a0049004800470046003d003b003a004500440039004300040209005b009700de007a00dd00dc00db00da000f00d90062006c0026000800100036004200a200240009006c0053000f00d800d7002600d60018001400d5005a001300d400d3000f00d200d1001f00d0004100cf001e0095007d0036007c001700030002001600940093000d0004007b0007000e001a00ce0208009200cd00cc001400cb008e00ca000b00c900c800400207008d00c700c600c500c400c300c200c1020600c0006b00bf005a006a00be008c00400205004e00bd008b00bc00bb00ba00540204001200b900ab0203006b00b80003000200720070006f0090008f000600050011001900250029002d002c00b70004020200410063000f00410026006a0042000e0201005f005e0200005d005c000a00150053000f0052001f0051007800e000140003000200220012000600050011001900770061000d0004001a000700e200df00360050000700240009007301ff0091009600e1001e00170018004f01fe002500060005003c000300020016001900b60018000d002d002c002b0008001c001b004d004c006e01fd004b006d00590058005701fc003e01fb004a0049004800470046003d003b003a0045004400390043000401fa00350034001300330032002800310030002f002e01f90038001501f8007100350034001300330032002800310030002f002e01f70038002500060005003c000300020016001900b60018000d002d002c002b0008001c001b004d004c006e01f6004b006d00590058005701f5003e01f4004a0049004800470046003d003b003a0045004400390043000401f3005b00e601f200e500e400e30063000f000400620026000800100025008e01f101f001ef0071002500060005003c000300020016001900660018000d002d002c002b0008001c001b004d004c006e01ee004b006d00590058005701ed003e01ec004a0049004800470046003d003b003a0045004400390043000401eb005b009700de007a00dd00dc00db00da000f00d90062006c0026000800100036004200a200240009006c0053000f00d800d7002600d60018001400d5005a001300d400d3000f00d200d1001f00d0004100cf001e0095007d0036007c001700030002001600940093000d0004007b0007000e001a00ce01ea009200cd00cc001400cb008e00ca000b00c900c8004001e9008d00c700c600c500c400c300c200c101e800c0006b00bf005a006a00be008c004001e7004e00bd008b00bc00bb00ba005401e6001200b900ab01e5006b00b80003000200720070006f0090008f000600050011001900250029002d002c00b7000401e400410063000f00410026006a0042000e01e300b5004200b4001e00a100b3005000b200060005008000120006000500110021007f0023006801e201e1008a00350034001300330032002800310030002f002e01e0003800350034001300330032002800310030002f002e01df00380040008d01de01dd01dc01db01da01d901d800a301d701d6011301d501d4005401d301d201d1001400030002002200f30027005f005e01d0005d005c000a002b00350034001300330032002800310030002f002e01cf003800b5004200b4001e00a100b3005000b200060005008000120006000500110021007f0023006801ce01cd00290004001a0121002b00350034001300330032002800310030002f002e01cc0038001500b101cb0052001f00b001ca000b005100140020005f005e0099005d005c000a01c9008c004001c8004e01c701c601c5003901c4005401c301c201c1012001c001bf0020001500b101be0052001f00b001bd000b005100140020005f005e0099005d005c000a01bc00ec01bb01ba00a9009c0084010601050104001700aa00030002001600830023006801030029000401b900200067000a008a0003000200220006000501b800210012000600050011002100830061000d000401b7000700200067000a01b601b501b401b301b201b1008b01b001af0070006f00ed0012000600050011002101ae01ad000d000401ac00070020008a01ab007e0020004e002001aa007e0020004e002001a90027000a00000000000000af00000000000001a800000000000001a7000000af000c000c01a600000000000000890088008701a501a40000000000000000000001a300000056000000ae000001a201a101a0019f019e0000019d0000019c00000000000000000000019b0000000000000000019a0000000000000199000000000000019800000000000001970000000000000196000000000000019500000000000001940000000000000193000000000000019200000000000001910000000000000190000000000000018f000000000000018e000000000000018d000000000000018c000000000000018b000000000000018a0000000000000189000000000000018800000000000001870000000000000186000000000000018500000000000001840000000000000183000c018200000000005600000000000001810180017f017e00000000017d0000017c017b017a01790086000000ad000001780177000000000089008800870176000c000c000c017501740173017201710056000001700000016f016e016d016c016b000000000000016a016901680167016601650000000000890088008701640000000000ae0000000000000000000c0163000c000c000c016201610160015f00860000015e0000015d000000000000015c000000000000000000000000015b015a00ac000000000056000001590000015800ac0000000001570000000000000156000000000000015501540153015201510000000000000150014f014e014d014c0000000000000000000000ad0000014b014a014901480147014600000000000000000145000001440000000000000000000001430000000000000000014201410000000000000140000000000000013f000000000000013e000000000000013d000000000000013c013b013a00000139000000000000000000000138000001370136013501340133000000000000013200000000000001310130012f012e00000000012d000000560000012c0000000c000c000c012b000c000c000c012a00000000000001290086000000000000000000000000",
        "logIndex": 2,
        "blockHash": "0x2c264252a2064db7c7ca4296b9f97fe485f12e7d3ee0ecb4bb03f68bb8b6b4de"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462207,
        "transactionHash": "0x1588ee7adf51ba054bda105a0896ef2689ec149082ecd4fed081c2c34bfc2f64",
        "address": "0x0000000000000000000000000000000000008004",
        "topics": [
          "0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
          "0x0100024b27c8291f58e5647a85ea2948fe66a64e01e3df89d1d1709fecdb8903",
          "0x0000000000000000000000000000000000000000000000000000000000000000"
        ],
        "data": "0x",
        "logIndex": 3,
        "blockHash": "0x2c264252a2064db7c7ca4296b9f97fe485f12e7d3ee0ecb4bb03f68bb8b6b4de"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462207,
        "transactionHash": "0x1588ee7adf51ba054bda105a0896ef2689ec149082ecd4fed081c2c34bfc2f64",
        "address": "0x4a9E6e31ef52F4B14743f6F1676DcF5D41d8Ea1E",
        "topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
        "data": "0x00000000000000000000000000000000000000000000000000000000000000ff",
        "logIndex": 4,
        "blockHash": "0x2c264252a2064db7c7ca4296b9f97fe485f12e7d3ee0ecb4bb03f68bb8b6b4de"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462207,
        "transactionHash": "0x1588ee7adf51ba054bda105a0896ef2689ec149082ecd4fed081c2c34bfc2f64",
        "address": "0x0000000000000000000000000000000000008006",
        "topics": [
          "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
          "0x000000000000000000000000e2a089ca69a90f1e27e723efd339cff4c4701acc",
          "0x0100024b27c8291f58e5647a85ea2948fe66a64e01e3df89d1d1709fecdb8903",
          "0x0000000000000000000000004a9e6e31ef52f4b14743f6f1676dcf5d41d8ea1e"
        ],
        "data": "0x",
        "logIndex": 5,
        "blockHash": "0x2c264252a2064db7c7ca4296b9f97fe485f12e7d3ee0ecb4bb03f68bb8b6b4de"
      },
      {
        "transactionIndex": 0,
        "blockNumber": 6462207,
        "transactionHash": "0x1588ee7adf51ba054bda105a0896ef2689ec149082ecd4fed081c2c34bfc2f64",
        "address": "0x000000000000000000000000000000000000800A",
        "topics": [
          "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
          "0x0000000000000000000000000000000000000000000000000000000000008001",
          "0x000000000000000000000000e2a089ca69a90f1e27e723efd339cff4c4701acc"
        ],
        "data": "0x00000000000000000000000000000000000000000000000000002461d640d240",
        "logIndex": 6,
        "blockHash": "0x2c264252a2064db7c7ca4296b9f97fe485f12e7d3ee0ecb4bb03f68bb8b6b4de"
      }
    ],
    "blockNumber": 6462207,
    "cumulativeGasUsed": "0",
    "status": 1,
    "byzantium": true
  },
  "args": ["0xAA087d8427F3DF6eb2225C3B889Cf888Bef374ac"],
  "numDeployments": 1,
  "solcInputHash": "fb3064c1d4d5e540f2eca8304032ded0",
  "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_version": "0.8.25",
    "solc_zkvm_edition": "1.0.2",
    "source_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.d94a798c\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"riskStewardReceiver_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"InvalidSafeDeltaBps\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidUintLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyRiskStewardReceiver\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"RedundantValue\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"RenounceOwnershipNotAllowed\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"calledContract\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"methodSignature\",\"type\":\"string\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UnsupportedUpdateType\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZeroAddressNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newBorrowCap\",\"type\":\"uint256\"}],\"name\":\"BorrowCapUpdated\",\"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\":\"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\":\"uint256\",\"name\":\"oldSafeDeltaBps\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newSafeDeltaBps\",\"type\":\"uint256\"}],\"name\":\"SafeDeltaBpsUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newSupplyCap\",\"type\":\"uint256\"}],\"name\":\"SupplyCapUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"BORROW_CAP\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"BORROW_CAP_KEY\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"RISK_STEWARD_RECEIVER\",\"outputs\":[{\"internalType\":\"contract IRiskStewardReceiver\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"SUPPLY_CAP\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"SUPPLY_CAP_KEY\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"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\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"referenceId\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"internalType\":\"bytes32\",\"name\":\"updateTypeKey\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"newValue\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"previousValue\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"publisher\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"poolId\",\"type\":\"uint96\"},{\"internalType\":\"uint32\",\"name\":\"destLzEid\",\"type\":\"uint32\"},{\"internalType\":\"bytes\",\"name\":\"additionalData\",\"type\":\"bytes\"}],\"internalType\":\"struct RiskParameterUpdate\",\"name\":\"update\",\"type\":\"tuple\"}],\"name\":\"applyUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"referenceId\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"updateId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"market\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"updateType\",\"type\":\"string\"},{\"internalType\":\"bytes32\",\"name\":\"updateTypeKey\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"newValue\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"previousValue\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"publisher\",\"type\":\"address\"},{\"internalType\":\"uint96\",\"name\":\"poolId\",\"type\":\"uint96\"},{\"internalType\":\"uint32\",\"name\":\"destLzEid\",\"type\":\"uint32\"},{\"internalType\":\"bytes\",\"name\":\"additionalData\",\"type\":\"bytes\"}],\"internalType\":\"struct RiskParameterUpdate\",\"name\":\"update\",\"type\":\"tuple\"}],\"name\":\"isSafeForDirectExecution\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"safeDeltaBps\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"setAccessControlManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"safeDeltaBps_\",\"type\":\"uint256\"}],\"name\":\"setSafeDeltaBps\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"custom:security-contact\":\"https://github.com/VenusProtocol/governance-contracts#discussion\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"applyUpdate((string,uint256,address,string,bytes32,bytes,bytes,uint256,address,uint96,uint32,bytes))\":{\"custom:access\":\"Only callable by the RiskStewardReceiver\",\"custom:error\":\"Throws OnlyRiskStewardReceiver if the sender is not the RiskStewardReceiverThrows UnsupportedUpdateType if the update type is not supported\",\"custom:event\":\"Emits SupplyCapUpdated or BorrowCapUpdated depending on the update with the updateId, market and new cap\",\"params\":{\"update\":\"RiskParameterUpdate update to apply\"}},\"constructor\":{\"custom:error\":\"Throws ZeroAddressNotAllowed if the RiskStewardReceiver address is zero\",\"custom:oz-upgrades-unsafe-allow\":\"constructor\",\"params\":{\"riskStewardReceiver_\":\"The address of the RiskStewardReceiver\"}},\"initialize(address)\":{\"params\":{\"accessControlManager_\":\"The address of the access control manager\"}},\"isSafeForDirectExecution((string,uint256,address,string,bytes32,bytes,bytes,uint256,address,uint96,uint32,bytes))\":{\"custom:error\":\"Throws UnsupportedUpdateType if the update type is not supportedThrows RedundantValue if the new cap value is equal to the current cap value\",\"params\":{\"update\":\"The update to check\"},\"returns\":{\"_0\":\"True if update is safe for direct execution, false if timelock is required\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"custom:error\":\"Throws RenounceOwnershipNotAllowed\"},\"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\"}},\"setSafeDeltaBps(uint256)\":{\"custom:access\":\"Controlled by AccessControlManager\",\"custom:error\":\"Throws InvalidSafeDeltaBps if the safe delta bps is greater than MAX_BPSThrows RedundantValue if the new safe delta bps is equal to the current value\",\"custom:event\":\"Emits SafeDeltaBpsUpdated with the old and new safe delta bps\",\"params\":{\"safeDeltaBps_\":\"The new safe delta bps\"}},\"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.\"}},\"stateVariables\":{\"__gap\":{\"details\":\"This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps\"}},\"title\":\"MarketCapsRiskSteward\",\"version\":1},\"userdoc\":{\"errors\":{\"InvalidSafeDeltaBps()\":[{\"notice\":\"Thrown when a safeDeltaBps value is greater than MAX_BPS\"}],\"InvalidUintLength()\":[{\"notice\":\"Thrown when the uint256 data length is invalid\"}],\"OnlyRiskStewardReceiver()\":[{\"notice\":\"Thrown when the update is not coming from the RiskStewardReceiver\"}],\"RedundantValue()\":[{\"notice\":\"Thrown when attempting to apply a redundant value (no-op change).\"}],\"RenounceOwnershipNotAllowed()\":[{\"notice\":\"Thrown when trying to renounce ownership\"}],\"Unauthorized(address,address,string)\":[{\"notice\":\"Thrown when the action is prohibited by AccessControlManager\"}],\"UnsupportedUpdateType()\":[{\"notice\":\"Thrown when an update type that is not supported is operated on\"}],\"ZeroAddressNotAllowed()\":[{\"notice\":\"Thrown if the supplied address is a zero address where it is not allowed\"}]},\"events\":{\"BorrowCapUpdated(uint256,address,uint256)\":{\"notice\":\"Emitted when a borrow cap is updated\"},\"NewAccessControlManager(address,address)\":{\"notice\":\"Emitted when access control manager contract address is changed\"},\"SafeDeltaBpsUpdated(uint256,uint256)\":{\"notice\":\"Emitted when the safe delta bps is updated\"},\"SupplyCapUpdated(uint256,address,uint256)\":{\"notice\":\"Emitted when a supply cap is updated\"}},\"kind\":\"user\",\"methods\":{\"BORROW_CAP()\":{\"notice\":\"The update type for borrow caps\"},\"BORROW_CAP_KEY()\":{\"notice\":\"The update type key for borrow caps (keccak256 hash of BORROW_CAP)\"},\"RISK_STEWARD_RECEIVER()\":{\"notice\":\"Address of the RiskStewardReceiver used to validate incoming updates\"},\"SUPPLY_CAP()\":{\"notice\":\"The update type for supply caps\"},\"SUPPLY_CAP_KEY()\":{\"notice\":\"The update type key for supply caps (keccak256 hash of SUPPLY_CAP)\"},\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"applyUpdate((string,uint256,address,string,bytes32,bytes,bytes,uint256,address,uint96,uint32,bytes))\":{\"notice\":\"Applies a market cap update from the RiskStewardReceiver. Directly updates the market supply or borrow cap on the market's comptroller.\"},\"constructor\":{\"notice\":\"Sets the immutable RiskStewardReceiver address and disables initializers\"},\"initialize(address)\":{\"notice\":\"Initializes the contract as ownable and access controlled.\"},\"isSafeForDirectExecution((string,uint256,address,string,bytes32,bytes,bytes,uint256,address,uint96,uint32,bytes))\":{\"notice\":\"Checks if an update is safe for direct execution (no timelock required)\"},\"renounceOwnership()\":{\"notice\":\"Disables renounceOwnership function\"},\"safeDeltaBps()\":{\"notice\":\"The safe delta threshold in basis points.Updates within this delta are considered safe and require no timelock. Updates exceeding this delta require timelock.\"},\"setAccessControlManager(address)\":{\"notice\":\"Sets the address of AccessControlManager\"},\"setSafeDeltaBps(uint256)\":{\"notice\":\"Sets the safe delta bps\"}},\"notice\":\"Contract that can update supply and borrow caps updates received from RiskStewardReceiver.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/RiskSteward/MarketCapsRiskSteward.sol\":\"MarketCapsRiskSteward\"},\"evmVersion\":\"paris\",\"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\":\"0xd712fb45b3ea0ab49679164e3895037adc26ce12879d5184feb040e01c1c07a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://79ecc0838b0649460c0a538a4adb55b2b530e726c5526afc5e09c8eea4f3af13\",\"dweb:/ipfs/QmUxugyGDGGeLzDFi8QDH2vQMtCFaheiujWv58SuGVx4bZ\"]},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"keccak256\":\"0x247c62047745915c0af6b955470a72d1696ebad4352d7d3011aef1a2463cd888\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d7fc8396619de513c96b6e00301b88dd790e83542aab918425633a5f7297a15a\",\"dweb:/ipfs/QmXbP4kiZyp7guuS7xe8KaybnwkRPGrBc2Kbi3vhcTfpxb\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x037c334add4b033ad3493038c25be1682d78c00992e1acb0e2795caff3925271\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8a313cf42389440e2706837c91370323b85971c06afd6d056d21e2bc86459618\",\"dweb:/ipfs/QmT8XUrUvQ9aZaPKrqgRU2JVGWnaxBcUYJA7Q7K5KcLBSZ\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x2edcb41c121abc510932e8d83ff8b82cf9cdde35e7c297622f5c29ef0af25183\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://72460c66cd1c3b1c11b863e0d8df0a1c56f37743019e468dc312c754f43e3b06\",\"dweb:/ipfs/QmPExYKiNb9PUsgktQBupPaM33kzDHxaYoVeJdLhv8s879\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0x963ea7f0b48b032eef72fe3a7582edf78408d6f834115b9feadd673a4d5bd149\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d6520943ea55fdf5f0bafb39ed909f64de17051bc954ff3e88c9e5621412c79c\",\"dweb:/ipfs/QmWZ4rAKTQbNG2HxGs46AcTXShsVytKeLs7CUCdCSv5N7a\"]},\"@openzeppelin/contracts/access/IAccessControl.sol\":{\"keccak256\":\"0x59ce320a585d7e1f163cd70390a0ef2ff9cec832e2aa544293a00692465a7a57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bb2c137c343ef0c4c7ce7b18c1d108afdc9d315a04e48307288d2d05adcbde3a\",\"dweb:/ipfs/QmUxhrAQM3MM3FF5j7AtcXLXguWCJBHJ14BRdVtuoQc8Fh\"]},\"@venusprotocol/solidity-utilities/contracts/validators.sol\":{\"keccak256\":\"0xdb88e14d50dd21889ca3329d755673d022c47e8da005b6a545c7f69c2c4b7b86\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://7fc4c2b30dabdce32229df72fd00fa49d5a813bea8a7717fe8481cc5896d4183\",\"dweb:/ipfs/QmZmxLnp3QSBahyRaUhezdVLPsTtXErghdLHpiGrkr19XJ\"]},\"@venusprotocol/venus-protocol/contracts/InterestRateModels/InterestRateModelV8.sol\":{\"keccak256\":\"0x9b71896f66909fb3fe829c413594121f0e165d8508e8a6fa29a6938ddcfbb61f\",\"urls\":[\"bzz-raw://ad277cac2b5d35e524e9199a1f63985b7fc4a832d19f49f5f6f0f2d4266d213c\",\"dweb:/ipfs/QmS3ZwFq51gf5dgXkVT25p3nu1RHYQBXkoSfS6AEu8aEUk\"]},\"contracts/Governance/AccessControlledV8.sol\":{\"keccak256\":\"0xfe0fd441c84ac907cabc88db69ef04f6d7532d770c7e6a1dfe6e7d6305debb49\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://2d94a5944cd90dd9fb985a3fd225b7b2065745e9a381ada6065c25fb43989e3a\",\"dweb:/ipfs/Qmb3WJHLiqq37EWEDmz1pGVq5fSnr65qC7nCxPsL9rKT5s\"]},\"contracts/Governance/IAccessControlManagerV8.sol\":{\"keccak256\":\"0xaa29b098440d0b3a131c5ecdf25ce548790c1b5ac7bf9b5c0264b6af6f7a1e0b\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://8120bda3990193388d0cc5f551510ef1eab685387a58a88ab607b5149e51acde\",\"dweb:/ipfs/QmNSX9ai6GbN4wQukM29rFkcWDFhqStUTtKe6XtreTvRcN\"]},\"contracts/RiskSteward/BaseRiskSteward.sol\":{\"keccak256\":\"0xc479bcfa55626860065c2ac8707b40e3c48d419bd8b23dbb35d1fab79584fcf2\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://ab8a66304a744edc810308bd7f8d23a720b1eb4e1032dffcf9a92c54b05e74e4\",\"dweb:/ipfs/QmXoZjuCcmXve2TsGYNQb6rmookdCiBS17HdbpgfndDsvR\"]},\"contracts/RiskSteward/Interfaces/IRiskOracle.sol\":{\"keccak256\":\"0x8a30b030d5be3cefabf55d889d0a06447613a9ada5a917730b7ec833bda167cd\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3ca6d5ea1717cb7fcd8a0ec5cd2be6612846599fc1e6b61b9a07fe8dacacf20c\",\"dweb:/ipfs/QmPKnNhtS1c46bQbhhe8zi8kHjMUcMDYjoyXRUPpowegUL\"]},\"contracts/RiskSteward/Interfaces/IRiskSteward.sol\":{\"keccak256\":\"0x6438497d6fd62f5e8c224a01e626a92ae2ebbe736852749862ff2f040a25b069\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://e40c9d71363c38b165db0298414e1b8f1ca4aef92a50419423202ec5e86b03b0\",\"dweb:/ipfs/QmVW1VHKc7Ek3btYGazKJLG8UWRc7L2JZrsF6FptMq7bQf\"]},\"contracts/RiskSteward/Interfaces/IRiskStewardReceiver.sol\":{\"keccak256\":\"0x206b4763cfe62155718edb4b53ee48d6e5204b81cbfac705808d2ffd3225bb12\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://e9baeba21e7884d434272692552faaf3fa01989d53e1272f457876fb08400b19\",\"dweb:/ipfs/QmdJPC7jLTNQizpvL3pSDfuSs3cL8x3N3H87uTxboUPSeE\"]},\"contracts/RiskSteward/MarketCapsRiskSteward.sol\":{\"keccak256\":\"0x78f122131331b88aca15e0d588210c985362bab787a6ac3a6c07c6d06967610a\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://dab5a78c7ef9d19ecfbda6cafcbe45ba97517f2428a55ba0aff5dce18d67d339\",\"dweb:/ipfs/Qmd2cyofEQPNEwf4LvATRCbZ6FrpoLnxwmJi5FHttNA1WG\"]},\"contracts/interfaces/ICorePoolComptroller.sol\":{\"keccak256\":\"0xf1d900d58474417ee7de59cbb72df84fe1cd4512f3b265bb66ffabddbcca53b6\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://04594dcdb50a1939c5106a008a44c4ac718f46605453e8d0f8c3da418c0a2c26\",\"dweb:/ipfs/Qmbh2tGXmASKL9fNBFHBwjPW436gTXiiMQ5jPdUN4j4Aik\"]},\"contracts/interfaces/ICorePoolVToken.sol\":{\"keccak256\":\"0xb952df2bdfc73cc669c52776b4cf9dd663084dfafd74131f4f59ac9c820edd7b\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://e01dd859830a8fb7f7d4d6ea2856b8afec9403d4a4b6c17c106ab2eec7d957a8\",\"dweb:/ipfs/QmY8cx39L4xePXEBD7DtXATWEZ9LHv3hRJRXGiekTkSQS4\"]}},\"version\":1}",
    "zk_version": "1.5.3"
  },
  "bytecode": "0x0003000000000002000b000000000002000200000001035500000000030100190000006003300270000001ec0030019d000001ec0330019700000001002001900000003c0000c13d0000008002000039000000400020043f000000040030008c0000005f0000413d000000000201043b000000e002200270000001f90020009c000000610000a13d000001fa0020009c000000900000a13d000001fb0020009c000001870000a13d000001fc0020009c0000023a0000613d000001fd0020009c000002430000613d000001fe0020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000001ef0010009c0000005f0000213d0000003302000039000000000202041a000001ef052001970000000002000411000000000025004b000002f70000c13d000001ef061001970000006501000039000000000201041a0000021102200197000000000262019f000000000021041b0000000001000414000001ec0010009c000001ec01008041000000c00110021000000212011001c70000800d020000390000000303000039000002130400004107ad07a30000040f00000001002001900000005f0000613d0000035e0000013d0000000002000416000000000002004b0000005f0000c13d0000001f02300039000001ed02200197000000a002200039000000400020043f0000001f0430018f000001ee05300198000000a0025000390000004d0000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000490000c13d000000000004004b0000005a0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c0000005f0000413d000000a00100043d000001ef0010009c000000860000a13d0000000001000019000007af00010430000002060020009c000000a40000213d0000020c0020009c000001cf0000213d0000020f0020009c0000024b0000613d000002100020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000001ef0010009c0000005f0000213d0000003302000039000000000202041a000001ef022001970000000003000411000000000032004b000002f70000c13d000001ef011001980000034b0000c13d000001f201000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000021e01000041000000c40010043f0000021d01000041000000e40010043f0000023501000041000007af00010430000001ef01100198000000af0000c13d000000400100043d000001f7020000410000000000210435000001ec0010009c000001ec010080410000004001100210000001f8011001c7000007af00010430000002010020009c000000d30000213d000002040020009c000002300000613d000002050020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d0000000001000412000b00000001001d000a00000000003d0000800501000039000000440300003900000000040004150000000b0440008a0000000504400210000002240200004107ad078a0000040f0000023f0000013d000002070020009c000002130000213d0000020a0020009c0000025e0000613d0000020b0020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d07ad074a0000040f0000024f0000013d000000800010043f000000000200041a0000ff00002001900000021c0000c13d000000ff0320018f000000ff0030008c000000cb0000613d000000ff012001bf000000000010041b000000ff01000039000000400200043d0000000000120435000001ec0020009c000001ec0200804100000040012002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d020000390000000103000039000001f50400004107ad07a30000040f00000001002001900000005f0000613d000000800100043d000000010200003900000140000004430000016000100443000000200100003900000100001004430000012000200443000001f601000041000007ae0001042e000002020020009c000002350000613d000002030020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000700000001001d000002220010009c0000005f0000213d000000070130006a000002230010009c0000005f0000213d000001840010008c0000005f0000413d000002240100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000225011001c7000080050200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000001ef011001970000000002000411000000000012004b000003600000c13d0000000705000029000000a4015000390000000202000367000000000312034f000000000303043b00000000040000310000000005540049000000230550008a00000227065001970000022707300197000000000867013f000000000067004b00000000060000190000022706004041000000000053004b00000000050000190000022705008041000002270080009c000000000605c019000000000006004b0000005f0000c13d000000070500002900000004055000390000000005350019000000000352034f000000000303043b000002220030009c0000005f0000213d0000000006340049000000200750003900000227056001970000022708700197000000000958013f000000000058004b00000000050000190000022705004041000000000067004b00000000060000190000022706002041000002270090009c000000000506c019000000000005004b0000005f0000c13d0000001f0530003900000247055001970000003f055000390000024706500197000000400500043d0000000006650019000000000056004b00000000090000390000000109004039000002220060009c0000020d0000213d00000001009001900000020d0000c13d000000400060043f00000000063504360000000009730019000000000049004b0000005f0000213d000000000772034f00000247083001980000001f0930018f0000000004860019000001410000613d000000000a07034f000000000b06001900000000ac0a043c000000000bcb043600000000004b004b0000013d0000c13d000000000009004b0000014e0000613d000000000787034f0000000308900210000000000904043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f0000000000740435000000000336001900000000000304350000000003050433000000200030008c000003ef0000c13d000500200010009200000005012003600000000002060433000400000002001d000000000101043b000600000001001d000000400100043d000002280010009c0000020d0000213d0000004002100039000000400020043f0000000902000039000000000121043600000229020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000060010006b0000046b0000c13d0000000501000029000000400110008a000500000001001d0000000201100367000000000101043b000700000001001d000001ef0010009c0000005f0000213d000000400200043d0000022c01000041000600000002001d000000000012043500000000010004140000000702000029000000040020008c000004990000c13d0000000103000031000000200030008c00000020040000390000000004034019000004c40000013d000001ff0020009c000002650000613d000002000020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000700000001001d000001ef0010009c0000005f0000213d0000000003000415000000090330008a0000000503300210000000000200041a0000ff0001200190000003000000c13d0000000003000415000000080330008a0000000503300210000000ff00200190000003000000c13d000002190120019700000101011001bf0000000002000019000000000010041b0000ff0000100190000003230000613d000600000002001d0000006501000039000000000201041a0000021102200197000000000021041b0000000001000411000001ef061001970000003301000039000000000201041a0000021103200197000000000363019f000000000031041b0000000001000414000001ef05200197000001ec0010009c000001ec01008041000000c00110021000000212011001c70000800d0200003900000003030000390000021a0400004107ad07a30000040f00000001002001900000005f0000613d000000000100041a0000ff0000100190000003230000613d000500000001001d0000000701000029000001ef02100198000000400100043d000003c30000c13d00000064021000390000021d03000041000000000032043500000044021000390000021e03000041000000000032043500000024021000390000002503000039000002250000013d0000020d0020009c000002720000613d0000020e0020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000402100370000000000402043b000002220040009c0000005f0000213d0000000006430049000002230060009c0000005f0000213d000001840060008c0000005f0000413d000000a402400039000000000521034f000000000505043b000000230660008a00000227075001970000022708600197000000000987013f000000000087004b00000000070000190000022707004041000000000065004b00000000060000190000022706008041000002270090009c000000000706c019000000000007004b0000005f0000c13d00000000045400190000000405400039000000000451034f000000000404043b000002220040009c0000005f0000213d0000000006430049000000200550003900000227076001970000022708500197000000000978013f000000000078004b00000000070000190000022707004041000000000065004b00000000060000190000022706002041000002270090009c000000000706c019000000000007004b0000005f0000c13d0000001f0740003900000247077001970000003f077000390000024707700197000002380070009c0000037e0000a13d0000023101000041000000000010043f0000004101000039000000040010043f0000023201000041000007af00010430000002080020009c000002940000613d000002090020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d00000033010000390000023e0000013d000000400100043d0000006402100039000001f00300004100000000003204350000004402100039000001f1030000410000000000320435000000240210003900000027030000390000000000320435000001f2020000410000000000210435000000040210003900000020030000390000000000320435000001ec0010009c000001ec010080410000004001100210000001f3011001c7000007af000104300000000001000416000000000001004b0000005f0000c13d07ad07270000040f000002690000013d0000000001000416000000000001004b0000005f0000c13d00000097010000390000023e0000013d0000000001000416000000000001004b0000005f0000c13d0000006501000039000000000101041a000001ef01100197000000800010043f0000021401000041000007ae0001042e0000000001000416000000000001004b0000005f0000c13d000000c901000039000000000101041a000000800010043f0000021401000041000007ae0001042e0000000001000416000000000001004b0000005f0000c13d07ad07270000040f0000002002000039000000400300043d000700000003001d000000000223043607ad07380000040f00000007020000290000000001210049000001ec0010009c000001ec010080410000006001100210000001ec0020009c000001ec020080410000004002200210000000000121019f000007ae0001042e0000000001000416000000000001004b0000005f0000c13d0000023601000041000000800010043f0000023701000041000007af000104300000000001000416000000000001004b0000005f0000c13d07ad074a0000040f000000001201043407ad07750000040f000000400200043d0000000000120435000001ec0020009c000001ec02008041000000400120021000000221011001c7000007ae0001042e000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000700000001001d000000c001000039000000400010043f0000001801000039000000800010043f0000023e02000041000000a00020043f0000009703000039000000000303041a0000023f04000041000000c00040043f0000000004000411000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f0000013c0000043f0000000001000414000001ef02300197000000040020008c000002a00000c13d0000000103000031000000200030008c00000020040000390000000004034019000002c50000013d0000000001000416000000000001004b0000005f0000c13d0000006501000039000000000101041a000001ef021001970000000001000411000000000012004b000002eb0000c13d07ad075b0000040f0000000001000019000007ae0001042e000001ec0010009c000001ec01008041000000c00110021000000240011001c707ad07a80000040f000000c00a00003900000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000c0057001bf000002b50000613d000000000801034f000000008908043c000000000a9a043600000000005a004b000002b10000c13d000000000006004b000002c20000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00000001002001900000032d0000613d0000001f01400039000000600110018f000000c0021000390000000005020019000000400020043f000000200030008c0000005f0000413d000000c00200043d000000000002004b0000000003000039000000010300c039000000000032004b0000005f0000c13d000000000002004b000003630000c13d0000024302000041000600000005001d0000000000250435000000e40210003900000000030004100000000000320435000000c4021000390000000003000411000000000032043500000104021001bf000000600300003900000000003204350000012402100039000000800100003907ad07380000040f000000060200002900000000012100490000004002200210000001ec0010009c000001ec010080410000006001100210000000000121019f000007af00010430000001f201000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000023301000041000000c40010043f0000023401000041000000e40010043f0000023501000041000007af00010430000001f201000041000000800010043f0000002001000039000000840010043f000000a40010043f0000024401000041000000c40010043f0000024501000041000007af00010430000600000003001d000400000001001d000500000002001d00000215010000410000000000100443000000000100041000000004001004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000216011001c7000080020200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000000000001004b000003680000c13d0000000502000029000000ff0120018f000000010010008c00000006010000290000000501100270000000000100003f000000010100603f0000036b0000c13d000000040000006b000001a00000613d0000024801200197000000010200003900000001011001bf000000000010041b0000ff0000100190000001a60000c13d000000400100043d00000064021000390000021f03000041000000000032043500000044021000390000022003000041000000000032043500000024021000390000002b03000039000002250000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000003340000c13d000000000005004b000003450000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000001ec0020009c000001ec020080410000004002200210000000000112019f000007af000104300000009702000039000000000302041a0000021104300197000000000414019f000000000042041b000001ef02300197000000800020043f000000a00010043f0000000001000414000001ec0010009c000001ec01008041000000c00110021000000246011001c70000800d0200003900000001030000390000021c0400004107ad07a30000040f00000001002001900000005f0000613d0000000001000019000007ae0001042e000000400100043d00000226020000410000008a0000013d0000000704000029000027110040008c000003750000413d00000242010000410000037a0000013d00000006010000290000000501100270000000000100003f000000400100043d00000064021000390000021703000041000000000032043500000044021000390000021803000041000000000032043500000024021000390000002e03000039000002250000013d000000c903000039000000000203041a000000000024004b000003b40000c13d0000023d0100004100000000001504350000004001500210000001f8011001c7000007af000104300000008007700039000000400070043f000000800040043f0000000007540019000000000037004b0000005f0000213d000000000551034f00000247064001980000001f0740018f000000a0036000390000038f0000613d000000a008000039000000000905034f000000009a09043c0000000008a80436000000000038004b0000038b0000c13d000000000007004b0000039c0000613d000000000565034f0000000306700210000000000703043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000530435000000a0034000390000000000030435000000800300043d000000200030008c000003ef0000c13d000000a00300043d000500000003001d00060060002000920000000601100360000000000201043b000001ef0020009c0000005f0000213d000000400300043d0000022c01000041000700000003001d00000000001304350000000001000414000000040020008c000003f20000c13d0000000103000031000000200030008c000000200400003900000000040340190000041c0000013d000000000043041b0000000000250435000000e001100039000000000041043500000040015002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f0000021b011001c70000800d02000039000000010300003900000241040000410000035b0000013d0000009703000039000000000403041a0000021105400197000000000525019f000000000053041b00000020031000390000000000230435000001ef024001970000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f0000021b011001c70000800d0200003900000001030000390000021c0400004107ad07a30000040f00000001002001900000005f0000613d000000060000006b0000035e0000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d00000001030000390000000000310435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d02000039000001f5040000410000035b0000013d000000400100043d00000239020000410000008a0000013d0000000703000029000001ec0030009c000001ec030080410000004003300210000001ec0010009c000001ec01008041000000c001100210000000000131019f000001f8011001c707ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000007057000290000040c0000613d000000000801034f0000000709000029000000008a08043c0000000009a90436000000000059004b000004080000c13d000000000006004b000004190000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00000001002001900000045f0000613d0000001f01400039000000600210018f0000000701200029000000000021004b00000000020000390000000102004039000002220010009c0000020d0000213d00000001002001900000020d0000c13d000000400010043f000000200030008c0000005f0000413d00000007020000290000000002020433000700000002001d000001ef0020009c0000005f0000213d000000060200002900000040022000390000000202200367000000000202043b000400000002001d000002280010009c0000020d0000213d0000004002100039000000400020043f0000000902000039000000000121043600000229020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000040010006b0000054d0000c13d00000006010000290000000201100367000000000101043b000001ef0010009c0000005f0000213d000000400300043d0000023c020000410000000000230435000600000003001d0000000402300039000000000012043500000000010004140000000702000029000000040020008c000005bb0000c13d0000000103000031000000200030008c00000020040000390000000004034019000005e60000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000004660000c13d000003380000013d000000400100043d000002280010009c0000020d0000213d0000004002100039000000400020043f000000090200003900000000012104360000022b020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000060010006b000005ac0000c13d00000007010000290000004401100039000500000001001d0000000201100367000000000101043b000700000001001d000001ef0010009c0000005f0000213d000000400200043d0000022c01000041000600000002001d000000000012043500000000010004140000000702000029000000040020008c000005f90000c13d0000000103000031000000200030008c00000020040000390000000004034019000006240000013d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f000001f8011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000004b40000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000004b00000c13d000000000006004b000004c10000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000005af0000613d0000001f01400039000000600110018f0000000602100029000000000012004b00000000010000390000000101004039000300000002001d000002220020009c0000020d0000213d00000001001001900000020d0000c13d0000000301000029000000400010043f000000200030008c0000005f0000413d00000006010000290000000001010433000600000001001d000001ef0010009c0000005f0000213d0000000301000029000002280010009c0000020d0000213d00000003030000290000004001300039000000400010043f00000020013000390000000702000029000000000021043500000001010000390000000000130435000000400200043d000200000002001d000002280020009c0000020d0000213d00000002030000290000004002300039000000400020043f00000000021304360000000401000029000100000002001d000000000012043500000215010000410000000000100443000000060100002900000004001004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000216011001c7000080020200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000000000001004b0000005f0000613d000000400400043d0000022f0100004100000000001404350000000401400039000000400200003900000000002104350000000302000029000000000302043300000044024000390000000000320435000400000004001d0000006402400039000000000003004b000005150000613d0000000004000019000000030600002900000020066000390000000005060433000001ef0550019700000000025204360000000104400039000000000034004b0000050e0000413d0000000001120049000000040300002900000024033000390000000000130435000000020100002900000000030104330000000001320436000000000003004b000005260000613d000000000200001900000002040000290000002004400039000000000504043300000000015104360000000102200039000000000032004b000005200000413d00000000020004140000000603000029000000040030008c0000053e0000613d00000004030000290000000001310049000001ec0010009c000001ec010080410000006001100210000001ec0030009c000001ec030080410000004003300210000000000131019f000001ec0020009c000001ec02008041000000c002200210000000000121019f000000060200002907ad07a30000040f00000000030100190000006003300270000101ec0030019d0000000100200190000006f40000613d0000000401000029000002220010009c0000020d0000213d0000000401000029000000400010043f00000002010000290000000001010433000000000001004b000007010000c13d0000023101000041000000000010043f0000003201000039000000040010043f0000023201000041000007af00010430000000400100043d000002280010009c0000020d0000213d0000004002100039000000400020043f000000090200003900000000012104360000022b020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000040010006b000005ac0000c13d00000006010000290000000201100367000000000101043b000001ef0010009c0000005f0000213d000000400300043d0000023b020000410000000000230435000600000003001d0000000402300039000000000012043500000000010004140000000702000029000000040020008c0000045a0000613d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f00000232011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000005900000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b0000058c0000c13d000000000006004b0000059d0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000005e60000c13d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000005a70000c13d000003380000013d000000400100043d0000023a020000410000008a0000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000005b60000c13d000003380000013d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f00000232011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000005d60000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000005d20000c13d000000000006004b000005e30000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000006bd0000613d0000001f01400039000000600210018f0000000601200029000000000021004b00000000020000390000000102004039000002220010009c0000020d0000213d00000001002001900000020d0000c13d000000400010043f000000200030008c0000005f0000413d00000006020000290000000003020433000000050230006b000006d50000c13d0000023d020000410000008a0000013d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f000001f8011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000006140000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000006100000c13d000000000006004b000006210000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000006c90000613d0000001f01400039000000600110018f0000000602100029000000000012004b00000000010000390000000101004039000300000002001d000002220020009c0000020d0000213d00000001001001900000020d0000c13d0000000301000029000000400010043f000000200030008c0000005f0000413d00000006010000290000000001010433000600000001001d000001ef0010009c0000005f0000213d0000000301000029000002280010009c0000020d0000213d00000003030000290000004001300039000000400010043f00000020013000390000000702000029000000000021043500000001010000390000000000130435000000400200043d000200000002001d000002280020009c0000020d0000213d00000002030000290000004002300039000000400020043f00000000021304360000000401000029000100000002001d000000000012043500000215010000410000000000100443000000060100002900000004001004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000216011001c7000080020200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000000000001004b0000005f0000613d000000400400043d0000022d0100004100000000001404350000000401400039000000400200003900000000002104350000000302000029000000000302043300000044024000390000000000320435000400000004001d0000006402400039000000000003004b000006750000613d0000000004000019000000030600002900000020066000390000000005060433000001ef0550019700000000025204360000000104400039000000000034004b0000066e0000413d0000000001120049000000040300002900000024033000390000000000130435000000020100002900000000030104330000000001320436000000000003004b000006860000613d000000000200001900000002040000290000002004400039000000000504043300000000015104360000000102200039000000000032004b000006800000413d00000000020004140000000603000029000000040030008c0000069e0000613d00000004030000290000000001310049000001ec0010009c000001ec010080410000006001100210000001ec0030009c000001ec030080410000004003300210000000000131019f000001ec0020009c000001ec02008041000000c002200210000000000121019f000000060200002907ad07a30000040f00000000030100190000006003300270000101ec0030019d00000001002001900000071a0000613d0000000401000029000002220010009c0000020d0000213d0000000401000029000000400010043f00000002010000290000000001010433000000000001004b000005470000613d00000001010000290000000001010433000000040200002900000000001204350000000501000029000000200110008a0000000201100367000000000501043b000001ec0020009c000001ec0200804100000040012002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d0200003900000003030000390000022e04000041000007150000013d000000000001042f0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006c40000c13d000003380000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006d00000c13d000003380000013d000000000003004b0000000004000019000006e70000613d000000050430006a000000050030006b000000000204a019000000c904000039000000000504041a00000000043500a9000000000005004b000006e30000613d00000000055400d9000000000053004b000006ee0000c13d000027100340011a000000000032004b0000000004000039000000010400a039000000010240018f0000000000210435000001ec0010009c000001ec01008041000000400110021000000221011001c7000007ae0001042e0000023101000041000000000010043f0000001101000039000000040010043f0000023201000041000007af00010430000001ec033001970000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006fc0000c13d000003380000013d00000001010000290000000001010433000000040200002900000000001204350000000501000029000000200110008a0000000201100367000000000501043b000001ec0020009c000001ec0200804100000040012002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d0200003900000003030000390000023004000041000000070600002907ad07a30000040f00000001002001900000005f0000613d0000035e0000013d000001ec033001970000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007220000c13d000003380000013d000000400100043d000002490010009c000007320000813d0000004002100039000000400020043f00000020021000390000022903000041000000000032043500000009020000390000000000210435000000000001042d0000023101000041000000000010043f0000004101000039000000040010043f0000023201000041000007af0001043000000000430104340000000001320436000000000003004b000007440000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b0000073d0000413d000000000231001900000000000204350000001f0230003900000247022001970000000001210019000000000001042d000000400100043d000002490010009c000007550000813d0000004002100039000000400020043f00000020021000390000022b03000041000000000032043500000009020000390000000000210435000000000001042d0000023101000041000000000010043f0000004101000039000000040010043f0000023201000041000007af000104300000006502000039000000000302041a0000021103300197000000000032041b000001ef061001970000003301000039000000000201041a0000021103200197000000000363019f000000000031041b0000000001000414000001ef05200197000001ec0010009c000001ec01008041000000c00110021000000212011001c70000800d0200003900000003030000390000021a0400004107ad07a30000040f0000000100200190000007720000613d000000000001042d0000000001000019000007af00010430000000000001042f000001ec0010009c000001ec010080410000004001100210000001ec0020009c000001ec020080410000006002200210000000000112019f0000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f00000212011001c7000080100200003907ad07a80000040f0000000100200190000007880000613d000000000101043b000000000001042d0000000001000019000007af0001043000000000050100190000000000200443000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b0000078d0000413d000001ec0030009c000001ec0300804100000060013002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f0000024a011001c7000000000205001907ad07a80000040f0000000100200190000007a20000613d000000000101043b000000000001042d000000000001042f000007a6002104210000000102000039000000000001042d0000000002000019000000000001042d000007ab002104230000000102000039000000000001042d0000000002000019000000000001042d000007ad00000432000007ae0001042e000007af0001043000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000800000010000000000000000008579befe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000a0209e4200000000000000000000000000000000000000000000000000000000c099f28300000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000ee97f26500000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000c099f28400000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000bf63783900000000000000000000000000000000000000000000000000000000a0209e4300000000000000000000000000000000000000000000000000000000b296e6cb00000000000000000000000000000000000000000000000000000000715018a50000000000000000000000000000000000000000000000000000000079ba50960000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000077907191000000000000000000000000000000000000000000000000000000002c47d86e000000000000000000000000000000000000000000000000000000002c47d86f0000000000000000000000000000000000000000000000000000000042b7cfbd000000000000000000000000000000000000000000000000000000000cfccc83000000000000000000000000000000000000000000000000000000000e32cb86ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420690000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e02000002000000000000000000000000000000440000000000000000000000003a739dd7000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffbf737570706c7943617000000000000000000000000000000000000000000000000200000000000000000000000000000000000009000000000000000000000000626f72726f7743617000000000000000000000000000000000000000000000005fe3b56700000000000000000000000000000000000000000000000000000000186db48f00000000000000000000000000000000000000000000000000000000be10220f8157f2d411dd6d5eb60524226528994d5a4ae89c640ae08ee21fb840d136af44000000000000000000000000000000000000000000000000000000004cf0c4bb7f5084ce4791920af9e571c6edb179b9f96f39ede8ce00c922d17cdd4e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e65720000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000096c553eb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7fccb08e230000000000000000000000000000000000000000000000000000000080919d7b000000000000000000000000000000000000000000000000000000004a5844320000000000000000000000000000000000000000000000000000000002c3bcbb00000000000000000000000000000000000000000000000000000000925cd795000000000000000000000000000000000000000000000000000000007365745361666544656c74614270732875696e7432353629000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000c00000000000000000a05c0cb0e77decc6503407c6ca159106b8b001d9feb7927d08fad60094a934abc5147585000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000ffffffffffffffc00200000200000000000000000000000000000000000000000000000000000000",
  "deployedBytecode": "0x0003000000000002000b000000000002000200000001035500000000030100190000006003300270000001ec0030019d000001ec0330019700000001002001900000003c0000c13d0000008002000039000000400020043f000000040030008c0000005f0000413d000000000201043b000000e002200270000001f90020009c000000610000a13d000001fa0020009c000000900000a13d000001fb0020009c000001870000a13d000001fc0020009c0000023a0000613d000001fd0020009c000002430000613d000001fe0020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000001ef0010009c0000005f0000213d0000003302000039000000000202041a000001ef052001970000000002000411000000000025004b000002f70000c13d000001ef061001970000006501000039000000000201041a0000021102200197000000000262019f000000000021041b0000000001000414000001ec0010009c000001ec01008041000000c00110021000000212011001c70000800d020000390000000303000039000002130400004107ad07a30000040f00000001002001900000005f0000613d0000035e0000013d0000000002000416000000000002004b0000005f0000c13d0000001f02300039000001ed02200197000000a002200039000000400020043f0000001f0430018f000001ee05300198000000a0025000390000004d0000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000490000c13d000000000004004b0000005a0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c0000005f0000413d000000a00100043d000001ef0010009c000000860000a13d0000000001000019000007af00010430000002060020009c000000a40000213d0000020c0020009c000001cf0000213d0000020f0020009c0000024b0000613d000002100020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000001ef0010009c0000005f0000213d0000003302000039000000000202041a000001ef022001970000000003000411000000000032004b000002f70000c13d000001ef011001980000034b0000c13d000001f201000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000021e01000041000000c40010043f0000021d01000041000000e40010043f0000023501000041000007af00010430000001ef01100198000000af0000c13d000000400100043d000001f7020000410000000000210435000001ec0010009c000001ec010080410000004001100210000001f8011001c7000007af00010430000002010020009c000000d30000213d000002040020009c000002300000613d000002050020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d0000000001000412000b00000001001d000a00000000003d0000800501000039000000440300003900000000040004150000000b0440008a0000000504400210000002240200004107ad078a0000040f0000023f0000013d000002070020009c000002130000213d0000020a0020009c0000025e0000613d0000020b0020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d07ad074a0000040f0000024f0000013d000000800010043f000000000200041a0000ff00002001900000021c0000c13d000000ff0320018f000000ff0030008c000000cb0000613d000000ff012001bf000000000010041b000000ff01000039000000400200043d0000000000120435000001ec0020009c000001ec0200804100000040012002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d020000390000000103000039000001f50400004107ad07a30000040f00000001002001900000005f0000613d000000800100043d000000010200003900000140000004430000016000100443000000200100003900000100001004430000012000200443000001f601000041000007ae0001042e000002020020009c000002350000613d000002030020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000700000001001d000002220010009c0000005f0000213d000000070130006a000002230010009c0000005f0000213d000001840010008c0000005f0000413d000002240100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000225011001c7000080050200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000001ef011001970000000002000411000000000012004b000003600000c13d0000000705000029000000a4015000390000000202000367000000000312034f000000000303043b00000000040000310000000005540049000000230550008a00000227065001970000022707300197000000000867013f000000000067004b00000000060000190000022706004041000000000053004b00000000050000190000022705008041000002270080009c000000000605c019000000000006004b0000005f0000c13d000000070500002900000004055000390000000005350019000000000352034f000000000303043b000002220030009c0000005f0000213d0000000006340049000000200750003900000227056001970000022708700197000000000958013f000000000058004b00000000050000190000022705004041000000000067004b00000000060000190000022706002041000002270090009c000000000506c019000000000005004b0000005f0000c13d0000001f0530003900000247055001970000003f055000390000024706500197000000400500043d0000000006650019000000000056004b00000000090000390000000109004039000002220060009c0000020d0000213d00000001009001900000020d0000c13d000000400060043f00000000063504360000000009730019000000000049004b0000005f0000213d000000000772034f00000247083001980000001f0930018f0000000004860019000001410000613d000000000a07034f000000000b06001900000000ac0a043c000000000bcb043600000000004b004b0000013d0000c13d000000000009004b0000014e0000613d000000000787034f0000000308900210000000000904043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f0000000000740435000000000336001900000000000304350000000003050433000000200030008c000003ef0000c13d000500200010009200000005012003600000000002060433000400000002001d000000000101043b000600000001001d000000400100043d000002280010009c0000020d0000213d0000004002100039000000400020043f0000000902000039000000000121043600000229020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000060010006b0000046b0000c13d0000000501000029000000400110008a000500000001001d0000000201100367000000000101043b000700000001001d000001ef0010009c0000005f0000213d000000400200043d0000022c01000041000600000002001d000000000012043500000000010004140000000702000029000000040020008c000004990000c13d0000000103000031000000200030008c00000020040000390000000004034019000004c40000013d000001ff0020009c000002650000613d000002000020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000700000001001d000001ef0010009c0000005f0000213d0000000003000415000000090330008a0000000503300210000000000200041a0000ff0001200190000003000000c13d0000000003000415000000080330008a0000000503300210000000ff00200190000003000000c13d000002190120019700000101011001bf0000000002000019000000000010041b0000ff0000100190000003230000613d000600000002001d0000006501000039000000000201041a0000021102200197000000000021041b0000000001000411000001ef061001970000003301000039000000000201041a0000021103200197000000000363019f000000000031041b0000000001000414000001ef05200197000001ec0010009c000001ec01008041000000c00110021000000212011001c70000800d0200003900000003030000390000021a0400004107ad07a30000040f00000001002001900000005f0000613d000000000100041a0000ff0000100190000003230000613d000500000001001d0000000701000029000001ef02100198000000400100043d000003c30000c13d00000064021000390000021d03000041000000000032043500000044021000390000021e03000041000000000032043500000024021000390000002503000039000002250000013d0000020d0020009c000002720000613d0000020e0020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000402100370000000000402043b000002220040009c0000005f0000213d0000000006430049000002230060009c0000005f0000213d000001840060008c0000005f0000413d000000a402400039000000000521034f000000000505043b000000230660008a00000227075001970000022708600197000000000987013f000000000087004b00000000070000190000022707004041000000000065004b00000000060000190000022706008041000002270090009c000000000706c019000000000007004b0000005f0000c13d00000000045400190000000405400039000000000451034f000000000404043b000002220040009c0000005f0000213d0000000006430049000000200550003900000227076001970000022708500197000000000978013f000000000078004b00000000070000190000022707004041000000000065004b00000000060000190000022706002041000002270090009c000000000706c019000000000007004b0000005f0000c13d0000001f0740003900000247077001970000003f077000390000024707700197000002380070009c0000037e0000a13d0000023101000041000000000010043f0000004101000039000000040010043f0000023201000041000007af00010430000002080020009c000002940000613d000002090020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d00000033010000390000023e0000013d000000400100043d0000006402100039000001f00300004100000000003204350000004402100039000001f1030000410000000000320435000000240210003900000027030000390000000000320435000001f2020000410000000000210435000000040210003900000020030000390000000000320435000001ec0010009c000001ec010080410000004001100210000001f3011001c7000007af000104300000000001000416000000000001004b0000005f0000c13d07ad07270000040f000002690000013d0000000001000416000000000001004b0000005f0000c13d00000097010000390000023e0000013d0000000001000416000000000001004b0000005f0000c13d0000006501000039000000000101041a000001ef01100197000000800010043f0000021401000041000007ae0001042e0000000001000416000000000001004b0000005f0000c13d000000c901000039000000000101041a000000800010043f0000021401000041000007ae0001042e0000000001000416000000000001004b0000005f0000c13d07ad07270000040f0000002002000039000000400300043d000700000003001d000000000223043607ad07380000040f00000007020000290000000001210049000001ec0010009c000001ec010080410000006001100210000001ec0020009c000001ec020080410000004002200210000000000121019f000007ae0001042e0000000001000416000000000001004b0000005f0000c13d0000023601000041000000800010043f0000023701000041000007af000104300000000001000416000000000001004b0000005f0000c13d07ad074a0000040f000000001201043407ad07750000040f000000400200043d0000000000120435000001ec0020009c000001ec02008041000000400120021000000221011001c7000007ae0001042e000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000700000001001d000000c001000039000000400010043f0000001801000039000000800010043f0000023e02000041000000a00020043f0000009703000039000000000303041a0000023f04000041000000c00040043f0000000004000411000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f0000013c0000043f0000000001000414000001ef02300197000000040020008c000002a00000c13d0000000103000031000000200030008c00000020040000390000000004034019000002c50000013d0000000001000416000000000001004b0000005f0000c13d0000006501000039000000000101041a000001ef021001970000000001000411000000000012004b000002eb0000c13d07ad075b0000040f0000000001000019000007ae0001042e000001ec0010009c000001ec01008041000000c00110021000000240011001c707ad07a80000040f000000c00a00003900000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000c0057001bf000002b50000613d000000000801034f000000008908043c000000000a9a043600000000005a004b000002b10000c13d000000000006004b000002c20000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00000001002001900000032d0000613d0000001f01400039000000600110018f000000c0021000390000000005020019000000400020043f000000200030008c0000005f0000413d000000c00200043d000000000002004b0000000003000039000000010300c039000000000032004b0000005f0000c13d000000000002004b000003630000c13d0000024302000041000600000005001d0000000000250435000000e40210003900000000030004100000000000320435000000c4021000390000000003000411000000000032043500000104021001bf000000600300003900000000003204350000012402100039000000800100003907ad07380000040f000000060200002900000000012100490000004002200210000001ec0010009c000001ec010080410000006001100210000000000121019f000007af00010430000001f201000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000023301000041000000c40010043f0000023401000041000000e40010043f0000023501000041000007af00010430000001f201000041000000800010043f0000002001000039000000840010043f000000a40010043f0000024401000041000000c40010043f0000024501000041000007af00010430000600000003001d000400000001001d000500000002001d00000215010000410000000000100443000000000100041000000004001004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000216011001c7000080020200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000000000001004b000003680000c13d0000000502000029000000ff0120018f000000010010008c00000006010000290000000501100270000000000100003f000000010100603f0000036b0000c13d000000040000006b000001a00000613d0000024801200197000000010200003900000001011001bf000000000010041b0000ff0000100190000001a60000c13d000000400100043d00000064021000390000021f03000041000000000032043500000044021000390000022003000041000000000032043500000024021000390000002b03000039000002250000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000003340000c13d000000000005004b000003450000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000001ec0020009c000001ec020080410000004002200210000000000112019f000007af000104300000009702000039000000000302041a0000021104300197000000000414019f000000000042041b000001ef02300197000000800020043f000000a00010043f0000000001000414000001ec0010009c000001ec01008041000000c00110021000000246011001c70000800d0200003900000001030000390000021c0400004107ad07a30000040f00000001002001900000005f0000613d0000000001000019000007ae0001042e000000400100043d00000226020000410000008a0000013d0000000704000029000027110040008c000003750000413d00000242010000410000037a0000013d00000006010000290000000501100270000000000100003f000000400100043d00000064021000390000021703000041000000000032043500000044021000390000021803000041000000000032043500000024021000390000002e03000039000002250000013d000000c903000039000000000203041a000000000024004b000003b40000c13d0000023d0100004100000000001504350000004001500210000001f8011001c7000007af000104300000008007700039000000400070043f000000800040043f0000000007540019000000000037004b0000005f0000213d000000000551034f00000247064001980000001f0740018f000000a0036000390000038f0000613d000000a008000039000000000905034f000000009a09043c0000000008a80436000000000038004b0000038b0000c13d000000000007004b0000039c0000613d000000000565034f0000000306700210000000000703043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000530435000000a0034000390000000000030435000000800300043d000000200030008c000003ef0000c13d000000a00300043d000500000003001d00060060002000920000000601100360000000000201043b000001ef0020009c0000005f0000213d000000400300043d0000022c01000041000700000003001d00000000001304350000000001000414000000040020008c000003f20000c13d0000000103000031000000200030008c000000200400003900000000040340190000041c0000013d000000000043041b0000000000250435000000e001100039000000000041043500000040015002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f0000021b011001c70000800d02000039000000010300003900000241040000410000035b0000013d0000009703000039000000000403041a0000021105400197000000000525019f000000000053041b00000020031000390000000000230435000001ef024001970000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f0000021b011001c70000800d0200003900000001030000390000021c0400004107ad07a30000040f00000001002001900000005f0000613d000000060000006b0000035e0000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d00000001030000390000000000310435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d02000039000001f5040000410000035b0000013d000000400100043d00000239020000410000008a0000013d0000000703000029000001ec0030009c000001ec030080410000004003300210000001ec0010009c000001ec01008041000000c001100210000000000131019f000001f8011001c707ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000007057000290000040c0000613d000000000801034f0000000709000029000000008a08043c0000000009a90436000000000059004b000004080000c13d000000000006004b000004190000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00000001002001900000045f0000613d0000001f01400039000000600210018f0000000701200029000000000021004b00000000020000390000000102004039000002220010009c0000020d0000213d00000001002001900000020d0000c13d000000400010043f000000200030008c0000005f0000413d00000007020000290000000002020433000700000002001d000001ef0020009c0000005f0000213d000000060200002900000040022000390000000202200367000000000202043b000400000002001d000002280010009c0000020d0000213d0000004002100039000000400020043f0000000902000039000000000121043600000229020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000040010006b0000054d0000c13d00000006010000290000000201100367000000000101043b000001ef0010009c0000005f0000213d000000400300043d0000023c020000410000000000230435000600000003001d0000000402300039000000000012043500000000010004140000000702000029000000040020008c000005bb0000c13d0000000103000031000000200030008c00000020040000390000000004034019000005e60000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000004660000c13d000003380000013d000000400100043d000002280010009c0000020d0000213d0000004002100039000000400020043f000000090200003900000000012104360000022b020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000060010006b000005ac0000c13d00000007010000290000004401100039000500000001001d0000000201100367000000000101043b000700000001001d000001ef0010009c0000005f0000213d000000400200043d0000022c01000041000600000002001d000000000012043500000000010004140000000702000029000000040020008c000005f90000c13d0000000103000031000000200030008c00000020040000390000000004034019000006240000013d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f000001f8011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000004b40000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000004b00000c13d000000000006004b000004c10000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000005af0000613d0000001f01400039000000600110018f0000000602100029000000000012004b00000000010000390000000101004039000300000002001d000002220020009c0000020d0000213d00000001001001900000020d0000c13d0000000301000029000000400010043f000000200030008c0000005f0000413d00000006010000290000000001010433000600000001001d000001ef0010009c0000005f0000213d0000000301000029000002280010009c0000020d0000213d00000003030000290000004001300039000000400010043f00000020013000390000000702000029000000000021043500000001010000390000000000130435000000400200043d000200000002001d000002280020009c0000020d0000213d00000002030000290000004002300039000000400020043f00000000021304360000000401000029000100000002001d000000000012043500000215010000410000000000100443000000060100002900000004001004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000216011001c7000080020200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000000000001004b0000005f0000613d000000400400043d0000022f0100004100000000001404350000000401400039000000400200003900000000002104350000000302000029000000000302043300000044024000390000000000320435000400000004001d0000006402400039000000000003004b000005150000613d0000000004000019000000030600002900000020066000390000000005060433000001ef0550019700000000025204360000000104400039000000000034004b0000050e0000413d0000000001120049000000040300002900000024033000390000000000130435000000020100002900000000030104330000000001320436000000000003004b000005260000613d000000000200001900000002040000290000002004400039000000000504043300000000015104360000000102200039000000000032004b000005200000413d00000000020004140000000603000029000000040030008c0000053e0000613d00000004030000290000000001310049000001ec0010009c000001ec010080410000006001100210000001ec0030009c000001ec030080410000004003300210000000000131019f000001ec0020009c000001ec02008041000000c002200210000000000121019f000000060200002907ad07a30000040f00000000030100190000006003300270000101ec0030019d0000000100200190000006f40000613d0000000401000029000002220010009c0000020d0000213d0000000401000029000000400010043f00000002010000290000000001010433000000000001004b000007010000c13d0000023101000041000000000010043f0000003201000039000000040010043f0000023201000041000007af00010430000000400100043d000002280010009c0000020d0000213d0000004002100039000000400020043f000000090200003900000000012104360000022b020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000040010006b000005ac0000c13d00000006010000290000000201100367000000000101043b000001ef0010009c0000005f0000213d000000400300043d0000023b020000410000000000230435000600000003001d0000000402300039000000000012043500000000010004140000000702000029000000040020008c0000045a0000613d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f00000232011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000005900000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b0000058c0000c13d000000000006004b0000059d0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000005e60000c13d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000005a70000c13d000003380000013d000000400100043d0000023a020000410000008a0000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000005b60000c13d000003380000013d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f00000232011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000005d60000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000005d20000c13d000000000006004b000005e30000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000006bd0000613d0000001f01400039000000600210018f0000000601200029000000000021004b00000000020000390000000102004039000002220010009c0000020d0000213d00000001002001900000020d0000c13d000000400010043f000000200030008c0000005f0000413d00000006020000290000000003020433000000050230006b000006d50000c13d0000023d020000410000008a0000013d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f000001f8011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000006140000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000006100000c13d000000000006004b000006210000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000006c90000613d0000001f01400039000000600110018f0000000602100029000000000012004b00000000010000390000000101004039000300000002001d000002220020009c0000020d0000213d00000001001001900000020d0000c13d0000000301000029000000400010043f000000200030008c0000005f0000413d00000006010000290000000001010433000600000001001d000001ef0010009c0000005f0000213d0000000301000029000002280010009c0000020d0000213d00000003030000290000004001300039000000400010043f00000020013000390000000702000029000000000021043500000001010000390000000000130435000000400200043d000200000002001d000002280020009c0000020d0000213d00000002030000290000004002300039000000400020043f00000000021304360000000401000029000100000002001d000000000012043500000215010000410000000000100443000000060100002900000004001004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000216011001c7000080020200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000000000001004b0000005f0000613d000000400400043d0000022d0100004100000000001404350000000401400039000000400200003900000000002104350000000302000029000000000302043300000044024000390000000000320435000400000004001d0000006402400039000000000003004b000006750000613d0000000004000019000000030600002900000020066000390000000005060433000001ef0550019700000000025204360000000104400039000000000034004b0000066e0000413d0000000001120049000000040300002900000024033000390000000000130435000000020100002900000000030104330000000001320436000000000003004b000006860000613d000000000200001900000002040000290000002004400039000000000504043300000000015104360000000102200039000000000032004b000006800000413d00000000020004140000000603000029000000040030008c0000069e0000613d00000004030000290000000001310049000001ec0010009c000001ec010080410000006001100210000001ec0030009c000001ec030080410000004003300210000000000131019f000001ec0020009c000001ec02008041000000c002200210000000000121019f000000060200002907ad07a30000040f00000000030100190000006003300270000101ec0030019d00000001002001900000071a0000613d0000000401000029000002220010009c0000020d0000213d0000000401000029000000400010043f00000002010000290000000001010433000000000001004b000005470000613d00000001010000290000000001010433000000040200002900000000001204350000000501000029000000200110008a0000000201100367000000000501043b000001ec0020009c000001ec0200804100000040012002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d0200003900000003030000390000022e04000041000007150000013d000000000001042f0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006c40000c13d000003380000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006d00000c13d000003380000013d000000000003004b0000000004000019000006e70000613d000000050430006a000000050030006b000000000204a019000000c904000039000000000504041a00000000043500a9000000000005004b000006e30000613d00000000055400d9000000000053004b000006ee0000c13d000027100340011a000000000032004b0000000004000039000000010400a039000000010240018f0000000000210435000001ec0010009c000001ec01008041000000400110021000000221011001c7000007ae0001042e0000023101000041000000000010043f0000001101000039000000040010043f0000023201000041000007af00010430000001ec033001970000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006fc0000c13d000003380000013d00000001010000290000000001010433000000040200002900000000001204350000000501000029000000200110008a0000000201100367000000000501043b000001ec0020009c000001ec0200804100000040012002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d0200003900000003030000390000023004000041000000070600002907ad07a30000040f00000001002001900000005f0000613d0000035e0000013d000001ec033001970000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007220000c13d000003380000013d000000400100043d000002490010009c000007320000813d0000004002100039000000400020043f00000020021000390000022903000041000000000032043500000009020000390000000000210435000000000001042d0000023101000041000000000010043f0000004101000039000000040010043f0000023201000041000007af0001043000000000430104340000000001320436000000000003004b000007440000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b0000073d0000413d000000000231001900000000000204350000001f0230003900000247022001970000000001210019000000000001042d000000400100043d000002490010009c000007550000813d0000004002100039000000400020043f00000020021000390000022b03000041000000000032043500000009020000390000000000210435000000000001042d0000023101000041000000000010043f0000004101000039000000040010043f0000023201000041000007af000104300000006502000039000000000302041a0000021103300197000000000032041b000001ef061001970000003301000039000000000201041a0000021103200197000000000363019f000000000031041b0000000001000414000001ef05200197000001ec0010009c000001ec01008041000000c00110021000000212011001c70000800d0200003900000003030000390000021a0400004107ad07a30000040f0000000100200190000007720000613d000000000001042d0000000001000019000007af00010430000000000001042f000001ec0010009c000001ec010080410000004001100210000001ec0020009c000001ec020080410000006002200210000000000112019f0000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f00000212011001c7000080100200003907ad07a80000040f0000000100200190000007880000613d000000000101043b000000000001042d0000000001000019000007af0001043000000000050100190000000000200443000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b0000078d0000413d000001ec0030009c000001ec0300804100000060013002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f0000024a011001c7000000000205001907ad07a80000040f0000000100200190000007a20000613d000000000101043b000000000001042d000000000001042f000007a6002104210000000102000039000000000001042d0000000002000019000000000001042d000007ab002104230000000102000039000000000001042d0000000002000019000000000001042d000007ad00000432000007ae0001042e000007af0001043000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000800000010000000000000000008579befe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000a0209e4200000000000000000000000000000000000000000000000000000000c099f28300000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000ee97f26500000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000c099f28400000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000bf63783900000000000000000000000000000000000000000000000000000000a0209e4300000000000000000000000000000000000000000000000000000000b296e6cb00000000000000000000000000000000000000000000000000000000715018a50000000000000000000000000000000000000000000000000000000079ba50960000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000077907191000000000000000000000000000000000000000000000000000000002c47d86e000000000000000000000000000000000000000000000000000000002c47d86f0000000000000000000000000000000000000000000000000000000042b7cfbd000000000000000000000000000000000000000000000000000000000cfccc83000000000000000000000000000000000000000000000000000000000e32cb86ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420690000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e02000002000000000000000000000000000000440000000000000000000000003a739dd7000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffbf737570706c7943617000000000000000000000000000000000000000000000000200000000000000000000000000000000000009000000000000000000000000626f72726f7743617000000000000000000000000000000000000000000000005fe3b56700000000000000000000000000000000000000000000000000000000186db48f00000000000000000000000000000000000000000000000000000000be10220f8157f2d411dd6d5eb60524226528994d5a4ae89c640ae08ee21fb840d136af44000000000000000000000000000000000000000000000000000000004cf0c4bb7f5084ce4791920af9e571c6edb179b9f96f39ede8ce00c922d17cdd4e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e65720000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000096c553eb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7fccb08e230000000000000000000000000000000000000000000000000000000080919d7b000000000000000000000000000000000000000000000000000000004a5844320000000000000000000000000000000000000000000000000000000002c3bcbb00000000000000000000000000000000000000000000000000000000925cd795000000000000000000000000000000000000000000000000000000007365745361666544656c74614270732875696e7432353629000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000c00000000000000000a05c0cb0e77decc6503407c6ca159106b8b001d9feb7927d08fad60094a934abc5147585000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000ffffffffffffffc00200000200000000000000000000000000000000000000000000000000000000",
  "devdoc": {
    "author": "Venus",
    "custom:security-contact": "https://github.com/VenusProtocol/governance-contracts#discussion",
    "events": {
      "Initialized(uint8)": {
        "details": "Triggered when the contract has been initialized or reinitialized."
      }
    },
    "kind": "dev",
    "methods": {
      "acceptOwnership()": {
        "details": "The new owner accepts the ownership transfer."
      },
      "applyUpdate((string,uint256,address,string,bytes32,bytes,bytes,uint256,address,uint96,uint32,bytes))": {
        "custom:access": "Only callable by the RiskStewardReceiver",
        "custom:error": "Throws OnlyRiskStewardReceiver if the sender is not the RiskStewardReceiverThrows UnsupportedUpdateType if the update type is not supported",
        "custom:event": "Emits SupplyCapUpdated or BorrowCapUpdated depending on the update with the updateId, market and new cap",
        "params": {
          "update": "RiskParameterUpdate update to apply"
        }
      },
      "constructor": {
        "custom:error": "Throws ZeroAddressNotAllowed if the RiskStewardReceiver address is zero",
        "custom:oz-upgrades-unsafe-allow": "constructor",
        "params": {
          "riskStewardReceiver_": "The address of the RiskStewardReceiver"
        }
      },
      "initialize(address)": {
        "params": {
          "accessControlManager_": "The address of the access control manager"
        }
      },
      "isSafeForDirectExecution((string,uint256,address,string,bytes32,bytes,bytes,uint256,address,uint96,uint32,bytes))": {
        "custom:error": "Throws UnsupportedUpdateType if the update type is not supportedThrows RedundantValue if the new cap value is equal to the current cap value",
        "params": {
          "update": "The update to check"
        },
        "returns": {
          "_0": "True if update is safe for direct execution, false if timelock is required"
        }
      },
      "owner()": {
        "details": "Returns the address of the current owner."
      },
      "pendingOwner()": {
        "details": "Returns the address of the pending owner."
      },
      "renounceOwnership()": {
        "custom:error": "Throws RenounceOwnershipNotAllowed"
      },
      "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"
        }
      },
      "setSafeDeltaBps(uint256)": {
        "custom:access": "Controlled by AccessControlManager",
        "custom:error": "Throws InvalidSafeDeltaBps if the safe delta bps is greater than MAX_BPSThrows RedundantValue if the new safe delta bps is equal to the current value",
        "custom:event": "Emits SafeDeltaBpsUpdated with the old and new safe delta bps",
        "params": {
          "safeDeltaBps_": "The new safe delta bps"
        }
      },
      "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."
      }
    },
    "stateVariables": {
      "__gap": {
        "details": "This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps"
      }
    },
    "title": "MarketCapsRiskSteward",
    "version": 1
  },
  "userdoc": {
    "errors": {
      "InvalidSafeDeltaBps()": [
        {
          "notice": "Thrown when a safeDeltaBps value is greater than MAX_BPS"
        }
      ],
      "InvalidUintLength()": [
        {
          "notice": "Thrown when the uint256 data length is invalid"
        }
      ],
      "OnlyRiskStewardReceiver()": [
        {
          "notice": "Thrown when the update is not coming from the RiskStewardReceiver"
        }
      ],
      "RedundantValue()": [
        {
          "notice": "Thrown when attempting to apply a redundant value (no-op change)."
        }
      ],
      "RenounceOwnershipNotAllowed()": [
        {
          "notice": "Thrown when trying to renounce ownership"
        }
      ],
      "Unauthorized(address,address,string)": [
        {
          "notice": "Thrown when the action is prohibited by AccessControlManager"
        }
      ],
      "UnsupportedUpdateType()": [
        {
          "notice": "Thrown when an update type that is not supported is operated on"
        }
      ],
      "ZeroAddressNotAllowed()": [
        {
          "notice": "Thrown if the supplied address is a zero address where it is not allowed"
        }
      ]
    },
    "events": {
      "BorrowCapUpdated(uint256,address,uint256)": {
        "notice": "Emitted when a borrow cap is updated"
      },
      "NewAccessControlManager(address,address)": {
        "notice": "Emitted when access control manager contract address is changed"
      },
      "SafeDeltaBpsUpdated(uint256,uint256)": {
        "notice": "Emitted when the safe delta bps is updated"
      },
      "SupplyCapUpdated(uint256,address,uint256)": {
        "notice": "Emitted when a supply cap is updated"
      }
    },
    "kind": "user",
    "methods": {
      "BORROW_CAP()": {
        "notice": "The update type for borrow caps"
      },
      "BORROW_CAP_KEY()": {
        "notice": "The update type key for borrow caps (keccak256 hash of BORROW_CAP)"
      },
      "RISK_STEWARD_RECEIVER()": {
        "notice": "Address of the RiskStewardReceiver used to validate incoming updates"
      },
      "SUPPLY_CAP()": {
        "notice": "The update type for supply caps"
      },
      "SUPPLY_CAP_KEY()": {
        "notice": "The update type key for supply caps (keccak256 hash of SUPPLY_CAP)"
      },
      "accessControlManager()": {
        "notice": "Returns the address of the access control manager contract"
      },
      "applyUpdate((string,uint256,address,string,bytes32,bytes,bytes,uint256,address,uint96,uint32,bytes))": {
        "notice": "Applies a market cap update from the RiskStewardReceiver. Directly updates the market supply or borrow cap on the market's comptroller."
      },
      "constructor": {
        "notice": "Sets the immutable RiskStewardReceiver address and disables initializers"
      },
      "initialize(address)": {
        "notice": "Initializes the contract as ownable and access controlled."
      },
      "isSafeForDirectExecution((string,uint256,address,string,bytes32,bytes,bytes,uint256,address,uint96,uint32,bytes))": {
        "notice": "Checks if an update is safe for direct execution (no timelock required)"
      },
      "renounceOwnership()": {
        "notice": "Disables renounceOwnership function"
      },
      "safeDeltaBps()": {
        "notice": "The safe delta threshold in basis points.Updates within this delta are considered safe and require no timelock. Updates exceeding this delta require timelock."
      },
      "setAccessControlManager(address)": {
        "notice": "Sets the address of AccessControlManager"
      },
      "setSafeDeltaBps(uint256)": {
        "notice": "Sets the safe delta bps"
      }
    },
    "notice": "Contract that can update supply and borrow caps updates received from RiskStewardReceiver.",
    "version": 1
  },
  "storageLayout": {
    "storage": [
      {
        "astId": 3140,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "_initialized",
        "offset": 0,
        "slot": "0",
        "type": "t_uint8"
      },
      {
        "astId": 3143,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "_initializing",
        "offset": 1,
        "slot": "0",
        "type": "t_bool"
      },
      {
        "astId": 3627,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "__gap",
        "offset": 0,
        "slot": "1",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 3012,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "_owner",
        "offset": 0,
        "slot": "51",
        "type": "t_address"
      },
      {
        "astId": 3132,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "__gap",
        "offset": 0,
        "slot": "52",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 2921,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "_pendingOwner",
        "offset": 0,
        "slot": "101",
        "type": "t_address"
      },
      {
        "astId": 3000,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "__gap",
        "offset": 0,
        "slot": "102",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 6194,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "_accessControlManager",
        "offset": 0,
        "slot": "151",
        "type": "t_contract(IAccessControlManagerV8)6379"
      },
      {
        "astId": 6199,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "__gap",
        "offset": 0,
        "slot": "152",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 6397,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "safeDeltaBps",
        "offset": 0,
        "slot": "201",
        "type": "t_uint256"
      },
      {
        "astId": 9124,
        "contract": "contracts/RiskSteward/MarketCapsRiskSteward.sol:MarketCapsRiskSteward",
        "label": "__gap",
        "offset": 0,
        "slot": "202",
        "type": "t_array(t_uint256)49_storage"
      }
    ],
    "types": {
      "t_address": {
        "encoding": "inplace",
        "label": "address",
        "numberOfBytes": "20"
      },
      "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)6379": {
        "encoding": "inplace",
        "label": "contract IAccessControlManagerV8",
        "numberOfBytes": "20"
      },
      "t_uint256": {
        "encoding": "inplace",
        "label": "uint256",
        "numberOfBytes": "32"
      },
      "t_uint8": {
        "encoding": "inplace",
        "label": "uint8",
        "numberOfBytes": "1"
      }
    }
  },
  "factoryDeps": [
    "0x0003000000000002000b000000000002000200000001035500000000030100190000006003300270000001ec0030019d000001ec0330019700000001002001900000003c0000c13d0000008002000039000000400020043f000000040030008c0000005f0000413d000000000201043b000000e002200270000001f90020009c000000610000a13d000001fa0020009c000000900000a13d000001fb0020009c000001870000a13d000001fc0020009c0000023a0000613d000001fd0020009c000002430000613d000001fe0020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000001ef0010009c0000005f0000213d0000003302000039000000000202041a000001ef052001970000000002000411000000000025004b000002f70000c13d000001ef061001970000006501000039000000000201041a0000021102200197000000000262019f000000000021041b0000000001000414000001ec0010009c000001ec01008041000000c00110021000000212011001c70000800d020000390000000303000039000002130400004107ad07a30000040f00000001002001900000005f0000613d0000035e0000013d0000000002000416000000000002004b0000005f0000c13d0000001f02300039000001ed02200197000000a002200039000000400020043f0000001f0430018f000001ee05300198000000a0025000390000004d0000613d000000a006000039000000000701034f000000007807043c0000000006860436000000000026004b000000490000c13d000000000004004b0000005a0000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c0000005f0000413d000000a00100043d000001ef0010009c000000860000a13d0000000001000019000007af00010430000002060020009c000000a40000213d0000020c0020009c000001cf0000213d0000020f0020009c0000024b0000613d000002100020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000001ef0010009c0000005f0000213d0000003302000039000000000202041a000001ef022001970000000003000411000000000032004b000002f70000c13d000001ef011001980000034b0000c13d000001f201000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000021e01000041000000c40010043f0000021d01000041000000e40010043f0000023501000041000007af00010430000001ef01100198000000af0000c13d000000400100043d000001f7020000410000000000210435000001ec0010009c000001ec010080410000004001100210000001f8011001c7000007af00010430000002010020009c000000d30000213d000002040020009c000002300000613d000002050020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d0000000001000412000b00000001001d000a00000000003d0000800501000039000000440300003900000000040004150000000b0440008a0000000504400210000002240200004107ad078a0000040f0000023f0000013d000002070020009c000002130000213d0000020a0020009c0000025e0000613d0000020b0020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d07ad074a0000040f0000024f0000013d000000800010043f000000000200041a0000ff00002001900000021c0000c13d000000ff0320018f000000ff0030008c000000cb0000613d000000ff012001bf000000000010041b000000ff01000039000000400200043d0000000000120435000001ec0020009c000001ec0200804100000040012002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d020000390000000103000039000001f50400004107ad07a30000040f00000001002001900000005f0000613d000000800100043d000000010200003900000140000004430000016000100443000000200100003900000100001004430000012000200443000001f601000041000007ae0001042e000002020020009c000002350000613d000002030020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000700000001001d000002220010009c0000005f0000213d000000070130006a000002230010009c0000005f0000213d000001840010008c0000005f0000413d000002240100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000225011001c7000080050200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000001ef011001970000000002000411000000000012004b000003600000c13d0000000705000029000000a4015000390000000202000367000000000312034f000000000303043b00000000040000310000000005540049000000230550008a00000227065001970000022707300197000000000867013f000000000067004b00000000060000190000022706004041000000000053004b00000000050000190000022705008041000002270080009c000000000605c019000000000006004b0000005f0000c13d000000070500002900000004055000390000000005350019000000000352034f000000000303043b000002220030009c0000005f0000213d0000000006340049000000200750003900000227056001970000022708700197000000000958013f000000000058004b00000000050000190000022705004041000000000067004b00000000060000190000022706002041000002270090009c000000000506c019000000000005004b0000005f0000c13d0000001f0530003900000247055001970000003f055000390000024706500197000000400500043d0000000006650019000000000056004b00000000090000390000000109004039000002220060009c0000020d0000213d00000001009001900000020d0000c13d000000400060043f00000000063504360000000009730019000000000049004b0000005f0000213d000000000772034f00000247083001980000001f0930018f0000000004860019000001410000613d000000000a07034f000000000b06001900000000ac0a043c000000000bcb043600000000004b004b0000013d0000c13d000000000009004b0000014e0000613d000000000787034f0000000308900210000000000904043300000000098901cf000000000989022f000000000707043b0000010008800089000000000787022f00000000078701cf000000000797019f0000000000740435000000000336001900000000000304350000000003050433000000200030008c000003ef0000c13d000500200010009200000005012003600000000002060433000400000002001d000000000101043b000600000001001d000000400100043d000002280010009c0000020d0000213d0000004002100039000000400020043f0000000902000039000000000121043600000229020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000060010006b0000046b0000c13d0000000501000029000000400110008a000500000001001d0000000201100367000000000101043b000700000001001d000001ef0010009c0000005f0000213d000000400200043d0000022c01000041000600000002001d000000000012043500000000010004140000000702000029000000040020008c000004990000c13d0000000103000031000000200030008c00000020040000390000000004034019000004c40000013d000001ff0020009c000002650000613d000002000020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000700000001001d000001ef0010009c0000005f0000213d0000000003000415000000090330008a0000000503300210000000000200041a0000ff0001200190000003000000c13d0000000003000415000000080330008a0000000503300210000000ff00200190000003000000c13d000002190120019700000101011001bf0000000002000019000000000010041b0000ff0000100190000003230000613d000600000002001d0000006501000039000000000201041a0000021102200197000000000021041b0000000001000411000001ef061001970000003301000039000000000201041a0000021103200197000000000363019f000000000031041b0000000001000414000001ef05200197000001ec0010009c000001ec01008041000000c00110021000000212011001c70000800d0200003900000003030000390000021a0400004107ad07a30000040f00000001002001900000005f0000613d000000000100041a0000ff0000100190000003230000613d000500000001001d0000000701000029000001ef02100198000000400100043d000003c30000c13d00000064021000390000021d03000041000000000032043500000044021000390000021e03000041000000000032043500000024021000390000002503000039000002250000013d0000020d0020009c000002720000613d0000020e0020009c0000005f0000c13d000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000402100370000000000402043b000002220040009c0000005f0000213d0000000006430049000002230060009c0000005f0000213d000001840060008c0000005f0000413d000000a402400039000000000521034f000000000505043b000000230660008a00000227075001970000022708600197000000000987013f000000000087004b00000000070000190000022707004041000000000065004b00000000060000190000022706008041000002270090009c000000000706c019000000000007004b0000005f0000c13d00000000045400190000000405400039000000000451034f000000000404043b000002220040009c0000005f0000213d0000000006430049000000200550003900000227076001970000022708500197000000000978013f000000000078004b00000000070000190000022707004041000000000065004b00000000060000190000022706002041000002270090009c000000000706c019000000000007004b0000005f0000c13d0000001f0740003900000247077001970000003f077000390000024707700197000002380070009c0000037e0000a13d0000023101000041000000000010043f0000004101000039000000040010043f0000023201000041000007af00010430000002080020009c000002940000613d000002090020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d00000033010000390000023e0000013d000000400100043d0000006402100039000001f00300004100000000003204350000004402100039000001f1030000410000000000320435000000240210003900000027030000390000000000320435000001f2020000410000000000210435000000040210003900000020030000390000000000320435000001ec0010009c000001ec010080410000004001100210000001f3011001c7000007af000104300000000001000416000000000001004b0000005f0000c13d07ad07270000040f000002690000013d0000000001000416000000000001004b0000005f0000c13d00000097010000390000023e0000013d0000000001000416000000000001004b0000005f0000c13d0000006501000039000000000101041a000001ef01100197000000800010043f0000021401000041000007ae0001042e0000000001000416000000000001004b0000005f0000c13d000000c901000039000000000101041a000000800010043f0000021401000041000007ae0001042e0000000001000416000000000001004b0000005f0000c13d07ad07270000040f0000002002000039000000400300043d000700000003001d000000000223043607ad07380000040f00000007020000290000000001210049000001ec0010009c000001ec010080410000006001100210000001ec0020009c000001ec020080410000004002200210000000000121019f000007ae0001042e0000000001000416000000000001004b0000005f0000c13d0000023601000041000000800010043f0000023701000041000007af000104300000000001000416000000000001004b0000005f0000c13d07ad074a0000040f000000001201043407ad07750000040f000000400200043d0000000000120435000001ec0020009c000001ec02008041000000400120021000000221011001c7000007ae0001042e000000240030008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000401100370000000000101043b000700000001001d000000c001000039000000400010043f0000001801000039000000800010043f0000023e02000041000000a00020043f0000009703000039000000000303041a0000023f04000041000000c00040043f0000000004000411000000c40040043f0000004004000039000000e40040043f000001040010043f000001240020043f0000013c0000043f0000000001000414000001ef02300197000000040020008c000002a00000c13d0000000103000031000000200030008c00000020040000390000000004034019000002c50000013d0000000001000416000000000001004b0000005f0000c13d0000006501000039000000000101041a000001ef021001970000000001000411000000000012004b000002eb0000c13d07ad075b0000040f0000000001000019000007ae0001042e000001ec0010009c000001ec01008041000000c00110021000000240011001c707ad07a80000040f000000c00a00003900000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f0000002007400190000000c0057001bf000002b50000613d000000000801034f000000008908043c000000000a9a043600000000005a004b000002b10000c13d000000000006004b000002c20000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00000001002001900000032d0000613d0000001f01400039000000600110018f000000c0021000390000000005020019000000400020043f000000200030008c0000005f0000413d000000c00200043d000000000002004b0000000003000039000000010300c039000000000032004b0000005f0000c13d000000000002004b000003630000c13d0000024302000041000600000005001d0000000000250435000000e40210003900000000030004100000000000320435000000c4021000390000000003000411000000000032043500000104021001bf000000600300003900000000003204350000012402100039000000800100003907ad07380000040f000000060200002900000000012100490000004002200210000001ec0010009c000001ec010080410000006001100210000000000121019f000007af00010430000001f201000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000023301000041000000c40010043f0000023401000041000000e40010043f0000023501000041000007af00010430000001f201000041000000800010043f0000002001000039000000840010043f000000a40010043f0000024401000041000000c40010043f0000024501000041000007af00010430000600000003001d000400000001001d000500000002001d00000215010000410000000000100443000000000100041000000004001004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000216011001c7000080020200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000000000001004b000003680000c13d0000000502000029000000ff0120018f000000010010008c00000006010000290000000501100270000000000100003f000000010100603f0000036b0000c13d000000040000006b000001a00000613d0000024801200197000000010200003900000001011001bf000000000010041b0000ff0000100190000001a60000c13d000000400100043d00000064021000390000021f03000041000000000032043500000044021000390000022003000041000000000032043500000024021000390000002b03000039000002250000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000003340000c13d000000000005004b000003450000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000001ec0020009c000001ec020080410000004002200210000000000112019f000007af000104300000009702000039000000000302041a0000021104300197000000000414019f000000000042041b000001ef02300197000000800020043f000000a00010043f0000000001000414000001ec0010009c000001ec01008041000000c00110021000000246011001c70000800d0200003900000001030000390000021c0400004107ad07a30000040f00000001002001900000005f0000613d0000000001000019000007ae0001042e000000400100043d00000226020000410000008a0000013d0000000704000029000027110040008c000003750000413d00000242010000410000037a0000013d00000006010000290000000501100270000000000100003f000000400100043d00000064021000390000021703000041000000000032043500000044021000390000021803000041000000000032043500000024021000390000002e03000039000002250000013d000000c903000039000000000203041a000000000024004b000003b40000c13d0000023d0100004100000000001504350000004001500210000001f8011001c7000007af000104300000008007700039000000400070043f000000800040043f0000000007540019000000000037004b0000005f0000213d000000000551034f00000247064001980000001f0740018f000000a0036000390000038f0000613d000000a008000039000000000905034f000000009a09043c0000000008a80436000000000038004b0000038b0000c13d000000000007004b0000039c0000613d000000000565034f0000000306700210000000000703043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000530435000000a0034000390000000000030435000000800300043d000000200030008c000003ef0000c13d000000a00300043d000500000003001d00060060002000920000000601100360000000000201043b000001ef0020009c0000005f0000213d000000400300043d0000022c01000041000700000003001d00000000001304350000000001000414000000040020008c000003f20000c13d0000000103000031000000200030008c000000200400003900000000040340190000041c0000013d000000000043041b0000000000250435000000e001100039000000000041043500000040015002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f0000021b011001c70000800d02000039000000010300003900000241040000410000035b0000013d0000009703000039000000000403041a0000021105400197000000000525019f000000000053041b00000020031000390000000000230435000001ef024001970000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f0000021b011001c70000800d0200003900000001030000390000021c0400004107ad07a30000040f00000001002001900000005f0000613d000000060000006b0000035e0000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d00000001030000390000000000310435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d02000039000001f5040000410000035b0000013d000000400100043d00000239020000410000008a0000013d0000000703000029000001ec0030009c000001ec030080410000004003300210000001ec0010009c000001ec01008041000000c001100210000000000131019f000001f8011001c707ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000007057000290000040c0000613d000000000801034f0000000709000029000000008a08043c0000000009a90436000000000059004b000004080000c13d000000000006004b000004190000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f00000001002001900000045f0000613d0000001f01400039000000600210018f0000000701200029000000000021004b00000000020000390000000102004039000002220010009c0000020d0000213d00000001002001900000020d0000c13d000000400010043f000000200030008c0000005f0000413d00000007020000290000000002020433000700000002001d000001ef0020009c0000005f0000213d000000060200002900000040022000390000000202200367000000000202043b000400000002001d000002280010009c0000020d0000213d0000004002100039000000400020043f0000000902000039000000000121043600000229020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000040010006b0000054d0000c13d00000006010000290000000201100367000000000101043b000001ef0010009c0000005f0000213d000000400300043d0000023c020000410000000000230435000600000003001d0000000402300039000000000012043500000000010004140000000702000029000000040020008c000005bb0000c13d0000000103000031000000200030008c00000020040000390000000004034019000005e60000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000004660000c13d000003380000013d000000400100043d000002280010009c0000020d0000213d0000004002100039000000400020043f000000090200003900000000012104360000022b020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000060010006b000005ac0000c13d00000007010000290000004401100039000500000001001d0000000201100367000000000101043b000700000001001d000001ef0010009c0000005f0000213d000000400200043d0000022c01000041000600000002001d000000000012043500000000010004140000000702000029000000040020008c000005f90000c13d0000000103000031000000200030008c00000020040000390000000004034019000006240000013d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f000001f8011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000004b40000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000004b00000c13d000000000006004b000004c10000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000005af0000613d0000001f01400039000000600110018f0000000602100029000000000012004b00000000010000390000000101004039000300000002001d000002220020009c0000020d0000213d00000001001001900000020d0000c13d0000000301000029000000400010043f000000200030008c0000005f0000413d00000006010000290000000001010433000600000001001d000001ef0010009c0000005f0000213d0000000301000029000002280010009c0000020d0000213d00000003030000290000004001300039000000400010043f00000020013000390000000702000029000000000021043500000001010000390000000000130435000000400200043d000200000002001d000002280020009c0000020d0000213d00000002030000290000004002300039000000400020043f00000000021304360000000401000029000100000002001d000000000012043500000215010000410000000000100443000000060100002900000004001004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000216011001c7000080020200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000000000001004b0000005f0000613d000000400400043d0000022f0100004100000000001404350000000401400039000000400200003900000000002104350000000302000029000000000302043300000044024000390000000000320435000400000004001d0000006402400039000000000003004b000005150000613d0000000004000019000000030600002900000020066000390000000005060433000001ef0550019700000000025204360000000104400039000000000034004b0000050e0000413d0000000001120049000000040300002900000024033000390000000000130435000000020100002900000000030104330000000001320436000000000003004b000005260000613d000000000200001900000002040000290000002004400039000000000504043300000000015104360000000102200039000000000032004b000005200000413d00000000020004140000000603000029000000040030008c0000053e0000613d00000004030000290000000001310049000001ec0010009c000001ec010080410000006001100210000001ec0030009c000001ec030080410000004003300210000000000131019f000001ec0020009c000001ec02008041000000c002200210000000000121019f000000060200002907ad07a30000040f00000000030100190000006003300270000101ec0030019d0000000100200190000006f40000613d0000000401000029000002220010009c0000020d0000213d0000000401000029000000400010043f00000002010000290000000001010433000000000001004b000007010000c13d0000023101000041000000000010043f0000003201000039000000040010043f0000023201000041000007af00010430000000400100043d000002280010009c0000020d0000213d0000004002100039000000400020043f000000090200003900000000012104360000022b020000410000000000210435000001ec0010009c000001ec0100804100000040011002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000121019f0000022a011001c7000080100200003907ad07a80000040f00000001002001900000005f0000613d000000000101043b000000040010006b000005ac0000c13d00000006010000290000000201100367000000000101043b000001ef0010009c0000005f0000213d000000400300043d0000023b020000410000000000230435000600000003001d0000000402300039000000000012043500000000010004140000000702000029000000040020008c0000045a0000613d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f00000232011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000005900000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b0000058c0000c13d000000000006004b0000059d0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000005e60000c13d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000005a70000c13d000003380000013d000000400100043d0000023a020000410000008a0000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000005b60000c13d000003380000013d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f00000232011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000005d60000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000005d20000c13d000000000006004b000005e30000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000006bd0000613d0000001f01400039000000600210018f0000000601200029000000000021004b00000000020000390000000102004039000002220010009c0000020d0000213d00000001002001900000020d0000c13d000000400010043f000000200030008c0000005f0000413d00000006020000290000000003020433000000050230006b000006d50000c13d0000023d020000410000008a0000013d0000000602000029000001ec0020009c000001ec020080410000004002200210000001ec0010009c000001ec01008041000000c001100210000000000121019f000001f8011001c7000000070200002907ad07a80000040f00000000030100190000006003300270000001ec03300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000605700029000006140000613d000000000801034f0000000609000029000000008a08043c0000000009a90436000000000059004b000006100000c13d000000000006004b000006210000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000100000003001f0000000100200190000006c90000613d0000001f01400039000000600110018f0000000602100029000000000012004b00000000010000390000000101004039000300000002001d000002220020009c0000020d0000213d00000001001001900000020d0000c13d0000000301000029000000400010043f000000200030008c0000005f0000413d00000006010000290000000001010433000600000001001d000001ef0010009c0000005f0000213d0000000301000029000002280010009c0000020d0000213d00000003030000290000004001300039000000400010043f00000020013000390000000702000029000000000021043500000001010000390000000000130435000000400200043d000200000002001d000002280020009c0000020d0000213d00000002030000290000004002300039000000400020043f00000000021304360000000401000029000100000002001d000000000012043500000215010000410000000000100443000000060100002900000004001004430000000001000414000001ec0010009c000001ec01008041000000c00110021000000216011001c7000080020200003907ad07a80000040f0000000100200190000006bc0000613d000000000101043b000000000001004b0000005f0000613d000000400400043d0000022d0100004100000000001404350000000401400039000000400200003900000000002104350000000302000029000000000302043300000044024000390000000000320435000400000004001d0000006402400039000000000003004b000006750000613d0000000004000019000000030600002900000020066000390000000005060433000001ef0550019700000000025204360000000104400039000000000034004b0000066e0000413d0000000001120049000000040300002900000024033000390000000000130435000000020100002900000000030104330000000001320436000000000003004b000006860000613d000000000200001900000002040000290000002004400039000000000504043300000000015104360000000102200039000000000032004b000006800000413d00000000020004140000000603000029000000040030008c0000069e0000613d00000004030000290000000001310049000001ec0010009c000001ec010080410000006001100210000001ec0030009c000001ec030080410000004003300210000000000131019f000001ec0020009c000001ec02008041000000c002200210000000000121019f000000060200002907ad07a30000040f00000000030100190000006003300270000101ec0030019d00000001002001900000071a0000613d0000000401000029000002220010009c0000020d0000213d0000000401000029000000400010043f00000002010000290000000001010433000000000001004b000005470000613d00000001010000290000000001010433000000040200002900000000001204350000000501000029000000200110008a0000000201100367000000000501043b000001ec0020009c000001ec0200804100000040012002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d0200003900000003030000390000022e04000041000007150000013d000000000001042f0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006c40000c13d000003380000013d0000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006d00000c13d000003380000013d000000000003004b0000000004000019000006e70000613d000000050430006a000000050030006b000000000204a019000000c904000039000000000504041a00000000043500a9000000000005004b000006e30000613d00000000055400d9000000000053004b000006ee0000c13d000027100340011a000000000032004b0000000004000039000000010400a039000000010240018f0000000000210435000001ec0010009c000001ec01008041000000400110021000000221011001c7000007ae0001042e0000023101000041000000000010043f0000001101000039000000040010043f0000023201000041000007af00010430000001ec033001970000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000006fc0000c13d000003380000013d00000001010000290000000001010433000000040200002900000000001204350000000501000029000000200110008a0000000201100367000000000501043b000001ec0020009c000001ec0200804100000040012002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f000001f4011001c70000800d0200003900000003030000390000023004000041000000070600002907ad07a30000040f00000001002001900000005f0000613d0000035e0000013d000001ec033001970000001f0530018f000001ee06300198000000400200043d0000000004620019000003380000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000007220000c13d000003380000013d000000400100043d000002490010009c000007320000813d0000004002100039000000400020043f00000020021000390000022903000041000000000032043500000009020000390000000000210435000000000001042d0000023101000041000000000010043f0000004101000039000000040010043f0000023201000041000007af0001043000000000430104340000000001320436000000000003004b000007440000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b0000073d0000413d000000000231001900000000000204350000001f0230003900000247022001970000000001210019000000000001042d000000400100043d000002490010009c000007550000813d0000004002100039000000400020043f00000020021000390000022b03000041000000000032043500000009020000390000000000210435000000000001042d0000023101000041000000000010043f0000004101000039000000040010043f0000023201000041000007af000104300000006502000039000000000302041a0000021103300197000000000032041b000001ef061001970000003301000039000000000201041a0000021103200197000000000363019f000000000031041b0000000001000414000001ef05200197000001ec0010009c000001ec01008041000000c00110021000000212011001c70000800d0200003900000003030000390000021a0400004107ad07a30000040f0000000100200190000007720000613d000000000001042d0000000001000019000007af00010430000000000001042f000001ec0010009c000001ec010080410000004001100210000001ec0020009c000001ec020080410000006002200210000000000112019f0000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f00000212011001c7000080100200003907ad07a80000040f0000000100200190000007880000613d000000000101043b000000000001042d0000000001000019000007af0001043000000000050100190000000000200443000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b0000078d0000413d000001ec0030009c000001ec0300804100000060013002100000000002000414000001ec0020009c000001ec02008041000000c002200210000000000112019f0000024a011001c7000000000205001907ad07a80000040f0000000100200190000007a20000613d000000000101043b000000000001042d000000000001042f000007a6002104210000000102000039000000000001042d0000000002000019000000000001042d000007ab002104230000000102000039000000000001042d0000000002000019000000000001042d000007ad00000432000007ae0001042e000007af0001043000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000800000010000000000000000008579befe00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000a0209e4200000000000000000000000000000000000000000000000000000000c099f28300000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000ee97f26500000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000c099f28400000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000bf63783900000000000000000000000000000000000000000000000000000000a0209e4300000000000000000000000000000000000000000000000000000000b296e6cb00000000000000000000000000000000000000000000000000000000715018a50000000000000000000000000000000000000000000000000000000079ba50960000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000077907191000000000000000000000000000000000000000000000000000000002c47d86e000000000000000000000000000000000000000000000000000000002c47d86f0000000000000000000000000000000000000000000000000000000042b7cfbd000000000000000000000000000000000000000000000000000000000cfccc83000000000000000000000000000000000000000000000000000000000e32cb86ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f7420690000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e02000002000000000000000000000000000000440000000000000000000000003a739dd7000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffbf737570706c7943617000000000000000000000000000000000000000000000000200000000000000000000000000000000000009000000000000000000000000626f72726f7743617000000000000000000000000000000000000000000000005fe3b56700000000000000000000000000000000000000000000000000000000186db48f00000000000000000000000000000000000000000000000000000000be10220f8157f2d411dd6d5eb60524226528994d5a4ae89c640ae08ee21fb840d136af44000000000000000000000000000000000000000000000000000000004cf0c4bb7f5084ce4791920af9e571c6edb179b9f96f39ede8ce00c922d17cdd4e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e65720000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000096c553eb000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7fccb08e230000000000000000000000000000000000000000000000000000000080919d7b000000000000000000000000000000000000000000000000000000004a5844320000000000000000000000000000000000000000000000000000000002c3bcbb00000000000000000000000000000000000000000000000000000000925cd795000000000000000000000000000000000000000000000000000000007365745361666544656c74614270732875696e7432353629000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000c00000000000000000a05c0cb0e77decc6503407c6ca159106b8b001d9feb7927d08fad60094a934abc5147585000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000ffffffffffffffc00200000200000000000000000000000000000000000000000000000000000000"
  ]
}
