{
  "address": "0x21f8b24f48a3af53B9B597DbA1D7737e4D7aBa3B",
  "abi": [
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "XVSBridge_",
          "type": "address"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "sender",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "calledContract",
          "type": "address"
        },
        {
          "internalType": "string",
          "name": "methodSignature",
          "type": "string"
        }
      ],
      "name": "Unauthorized",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "ZeroAddressNotAllowed",
      "type": "error"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "string",
          "name": "signature",
          "type": "string"
        },
        {
          "indexed": false,
          "internalType": "bool",
          "name": "active",
          "type": "bool"
        }
      ],
      "name": "FunctionRegistryChanged",
      "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"
    },
    {
      "stateMutability": "nonpayable",
      "type": "fallback"
    },
    {
      "inputs": [],
      "name": "XVSBridge",
      "outputs": [
        {
          "internalType": "contract IXVSProxyOFT",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "acceptOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "accessControlManager",
      "outputs": [
        {
          "internalType": "contract IAccessControlManagerV8",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "bytes4",
          "name": "",
          "type": "bytes4"
        }
      ],
      "name": "functionRegistry",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "accessControlManager_",
          "type": "address"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint16",
          "name": "remoteChainId_",
          "type": "uint16"
        },
        {
          "internalType": "bytes",
          "name": "remoteAddress_",
          "type": "bytes"
        }
      ],
      "name": "isTrustedRemote",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "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": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "accessControlManager_",
          "type": "address"
        }
      ],
      "name": "setAccessControlManager",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "uint16",
          "name": "remoteChainId_",
          "type": "uint16"
        },
        {
          "internalType": "bytes",
          "name": "remoteAddress_",
          "type": "bytes"
        }
      ],
      "name": "setTrustedRemoteAddress",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner_",
          "type": "address"
        }
      ],
      "name": "transferBridgeOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "newOwner",
          "type": "address"
        }
      ],
      "name": "transferOwnership",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "string[]",
          "name": "signatures_",
          "type": "string[]"
        },
        {
          "internalType": "bool[]",
          "name": "active_",
          "type": "bool[]"
        }
      ],
      "name": "upsertSignature",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "transactionHash": "0xfa12f0ab1e1e0fd9ab8559c464a0a9770cba0929aab36d82d89dffadcfa6ef57",
  "receipt": {
    "to": "0x0000000000000000000000000000000000008006",
    "from": "0x7f423E50147930e197dAaE9F637198E66746D597",
    "contractAddress": "0x21f8b24f48a3af53B9B597DbA1D7737e4D7aBa3B",
    "transactionIndex": 4,
    "gasUsed": "2906494",
    "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
    "blockHash": "0xfeec0dc15a169644dc90a59acf1c5731e09798f91134bfae7eeb0a9cd09adad5",
    "transactionHash": "0xfa12f0ab1e1e0fd9ab8559c464a0a9770cba0929aab36d82d89dffadcfa6ef57",
    "logs": [
      {
        "transactionIndex": 4,
        "blockNumber": 42385314,
        "transactionHash": "0xfa12f0ab1e1e0fd9ab8559c464a0a9770cba0929aab36d82d89dffadcfa6ef57",
        "address": "0x000000000000000000000000000000000000800A",
        "topics": [
          "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
          "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
          "0x0000000000000000000000000000000000000000000000000000000000008001"
        ],
        "data": "0x0000000000000000000000000000000000000000000000000000bdbde6951ac0",
        "logIndex": 26,
        "blockHash": "0xfeec0dc15a169644dc90a59acf1c5731e09798f91134bfae7eeb0a9cd09adad5"
      },
      {
        "transactionIndex": 4,
        "blockNumber": 42385314,
        "transactionHash": "0xfa12f0ab1e1e0fd9ab8559c464a0a9770cba0929aab36d82d89dffadcfa6ef57",
        "address": "0x0000000000000000000000000000000000008008",
        "topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
        "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000009230000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800e40059d858e9e4d1252ffe01a80d2fc6f548f9a0f92f5170964355701781d3913",
        "logIndex": 27,
        "blockHash": "0xfeec0dc15a169644dc90a59acf1c5731e09798f91134bfae7eeb0a9cd09adad5"
      },
      {
        "transactionIndex": 4,
        "blockNumber": 42385314,
        "transactionHash": "0xfa12f0ab1e1e0fd9ab8559c464a0a9770cba0929aab36d82d89dffadcfa6ef57",
        "address": "0x0000000000000000000000000000000000008008",
        "topics": [
          "0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
          "0x000000000000000000000000000000000000000000000000000000000000800e",
          "0x40059d858e9e4d1252ffe01a80d2fc6f548f9a0f92f5170964355701781d3913"
        ],
        "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000003d2a04e600000000000000000000026701008041000000000101043b000002670210009c000006210000c13d00000001022001900000099700010430000000c0011002100000000001000414000006210000213dffffffffffffffff099509900000040f00000000010000190000000000320435000006210000613d00000267020080410000000002000019000002670320009c00000000001004350000801002000039000000000202004b000000000112019f0000000000210435000006210000413d000000000001042d000009960001042e0995098b0000040f000000000101004b000000800010043f00000000020004160000000008980436000000007907043c000000000121019f00000000040000190000800d02000039000000400100043d00000020010000390000006001100210000000c0022002100000000002000414000000400200043d0000026e011001c7000000000202043b000000000201041a000000000701034f0000002004000039000000000968004b000000000500001900000040011002100000073b0000613d00000004001004430000000003010019000000000604004b0000001f0430018f0000000004034019000007890000213d000002a50670009c0000000003000019000000000100041600000024021000390000004402100039000000010120019000000005044002100003000000010355000002670310009c000000400010043f000001670000c13d000000000201043b02000000000000000000000008020019000000000652001900000005055002100000000505300272000000000131019f0000000000560435000000000585019f000000000806043300000005066002100000000101100190000007890000c13d000000000556004b0000026703008041000000c40010043f000000a40010043f000000840010043f0000026c01000041000000010200003900000001030000390000000000430435000002ac01000041000000040010043f000002b9010000410000028e011001c7000000200010043f000000c90100003900000285011001c70000003301000039000000200130008c00000267033001970000006003300270000002670340009c0000000000140435000000000100041200000000001004390000000401100370000000240230008c00000001030000310000000000310435000000000505043b000000000203004b0000000000010435000002a505004041000000000756013f0000000102200039000000400220021000000008020000290000004002300210000002670230009c0000026902200197000000000303004b000000000504c019000000000101041a000006210000813d00000064021000390000006501000039000000000010041b00000100022000890000000302200210000000400040043f00000267030000410000026901100197000080050200003900000299011001c7000000240000044300000298010000410200000200000000ffffffff000000006f6e7472616374207a61626c653a2063496e697469616c6900000000ffffffff0000004101000039000000000001042f00000000001304350000000503300210000000000302041a00000060013002100000010004400089000000000646022f00000000064601cf0000000304400210000006080000613d0000000a04000029000000600110018f0000001f01400039000100000003001f00000000055701cf000000000757022f0000010005500089000000000707043b000000000858022f00000000085801cf0000000305500210000000000761034f000000000705004b00000005064002720000001f0540018f000000200430008c000002670400804100000040033002100000001f0330003900000020044000390000000101004039000900000003001d000000000402c019000000060800002900000000011300190000000502200270000000000131034f000000000405004b000002a504008041000002a505400197000000430440008a000000080420006a00000000020000310000000902000029000000000221004b0000003f01100039000002bb01200197000001850000c13d000000000443004b00000060022002100000000000240435000002ba03300197000002940510009c000002a5061001970000000b01000029000002ba011001970000001f011000390000000000040435000000000151034f00000000013100490000000b030000290995087b0000040f000000400300043d0000004002000039000002a201000041000000e40010043f0000000003000411000000000302004b0000000a08000029000000010400203900000001042002700000000103200190000005430000c13d000000000131004b000002940110009c000000000434004b0000000402100370000000440230008c000005180000013d000000030300003900000269061001970000000001000411000000000021041b0000000004000415000000000201004b00000000012101cf000000000121022f000000000141019f000000040320008c0000000a020000290000000b02000029000080020200003900000289011001c70000000000200439000000a00010043f000002690110009c0000002400000000000000200000000000000000009104350000000009000411000008600000013d00000002050000290003000000000002000002670410009c000005fc0000013d000002ba0220019700000000044100190000000b08000029000000000424022f00000000042401cf0000000004030433000000000402004b000001430000c13d0000028f040000410000026902300197000000000042041b000002840430019700000097020000390000000000150435000000000161019f00000000014101cf000000000141022f000000000605043300000000055200190000000a030000290000006402400039000000000200041000000000002304350000006002000039000000010200c039000000200230008c0000000001080019000002940240009c000000000114004b0000000004a1001900000000066a00190000000009b8004b00000000080a0019000000c00340021000000000030a40190000026703a0009c0000000003a300490000000903000029000a00000004001d000000040520008c00000000040004140000000004310019000000000065043500000000060604330000006401a0003900000040030000390000004401a0003900000000057501cf000000000575022f0000010007700089000000000878022f00000000087801cf00000003077002100000000006630019000000000565034f0000001f07100190000000000a79004b0000000009a90436000000008a08043c0000000009030019000000000805034f000000000763001900000005061002720000006003200039000000000553034f0000000000160435000000400620003900000000044204360000004004000039000000000204004b000002a502002041000000000225004b000002a504004041000000000446004b000000000746013f000002a506500197000002a50420019700000020054000390000000002120049000000000143034f0000000a04100029000000000441004b00000007013003600000000203000367000000000003041b000000000423004b0000001f02200039000000000104004b000000000103004b00000001011001bf000000000303043b0000000203300367000002bc02200167000002bc0220027f000000000262004b00000003070000290000001f0140008c000000000002041b000000000312004b0000000501100270000000000301043b0000000000800435000000000121013f00000001020020390000000102100270000000010210019000000009040000290000000601000029000300000006001d000000000223004b000000000332004b000000010300c0390000000201000367000002940310009c00000001020040390000000001520019000002ba021001970000000001006019000000000106004b0000034a0000013d000000000361004b0000002001100039000000000402041a00000000031700190000000107000029000000000206004b000100000004001d0000000004650436000000400500043d0000001f0460008c000000000604c0190000007f0640018f00000267050080410000002006300039000002a801100041000002a701008041000002a70310009c00000000000304350000000003130019000000050120006c000000000221034f000800000002001d000b00000003001d0000002002000039000000000232004b000004e60000013d0000009701000039000002af0100004100000024041003700000026f0400004100000020022000390000000101100039000a00000008001d000900000009001d0000002201000039000002a601100197000b00000005001d0000061e0000013d0000029c011001c7000000200300003900000004021000390000026c020000410000002501000039000002940420009c000b00000002001d000000000205004b000900000002001d000000000200041a0000028d040000410000026905200197000000000031041b000000000363019f000002840320019700000284022001970000057c0000613d0000ff0001100190000005580000c13d000002690220009c0000026901200197000000000525022f00000000052501cf0000000005040433000000000141034f000000000502004b0000001f02300039000102670030019d0000000b0400002900000000030440190000000401400039000a00000001001d00000288020000410995088d0000040f0000008001000039000b02690010019b000000400050043f3fb144515359813bb34061a0eb9b02dc59a135b06527d8ef550770d4d5654e50ffffffffffffff00ffffffffffffffe04e487b71000000006e64000000000000206e6f7420666f7546756e6374696f6e4a3fa293000000006c6564000000000063616c6c2066616918c5e8ab0000000000000040000000806865206f776e65726973206e6f7420742063616c6c6572204f776e61626c653a000000040000008000000064000000803d8b38f6000000000000000000000001f2fde38b0000000061646472657373296e657273686970284272696467654f777472616e73666572159a3c40bcc470fa26d6b5c0e66ea4efbd288f6cc4946e579d424e54f4d851aa000000600000000000000000ffffff9f80000000000000006c656e677468000068652073616d6520742068617665207472617973206d7573496e707574206172000000840000008072000000000000006e6577206f776e656e6f7420746865206c6c657220697320537465703a2063614f776e61626c6532206265207a65726f6d757374206e6f74436861696e49642000000004000000008579befe00000000000000640000000000000000ffffff9ba6c3d165000000000000004400000000ab882de59d99a32eff553aecb10793d015d089f94afb7896310ab089e4439a4c797465732900000075696e7431362c624164647265737328656452656d6f746573657454727573746973206e6f742069696e6700000000006e697469616c697a6e616765722061646e74726f6c206d61616365737320636f696e76616c696420647265737300000031fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a20000004000000000e3b4186f6b6457e019497f9722a3daaf1344cd1fd0a4f2848be0079c53165914ffffffffffff0000697320616c726561616c697a65640000647920696e697469023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf2650000002000000080d8c362d765e22700fa1faef420bfe791c7c124b9cd0de2d338d16b8cac22d99f0000000027a020ef00000000180d295c000000000e32cb86000000003f90b540000000003d8b38f600000000715018a6000000004bb7453e000000004bb7453d000000003d8b38f500000000a6c3d165000000008da5cb5b0000000079ba509700000000c4d66de800000000b4a0bdf300000000f2fde38b00000000e30c397800000000e30c397700000000b4a0bdf20000000079ba50960000008000000100000000020000000060cefb38474024988a09c465da9592146a682f133852f6797f26b83ff96e1f2b000000840000000008c379a000000000697320696e697469616c697a696e670000000001ffffffe0000009950000043200000993002104230000098e002104210000098a0000613d0000000002050019000002bd011001c7000002670130009c000009750000413d000000000231004b000000000121043a0000000002020031000000050240027000000004010000390000000005010019000009700000613d0000095a0000613d000000000032041b000002840330019700000065020000390000093d0000613d0000092b0000c13d0000092f0000613d0000000303000029000300000004001d000002b701000041000000240140003900000044014000390000090b0000613d000009030000c13d00000000010a0433000009030000a13d0000001f0130008c000009050000c13d000009050000213d0000000108000029000009230000613d000008e70000613d000008d40000c13d000008d80000613d000000030a000029000000020b00002900020000000b001d00030000000a001d000100000008001d000008ed0000013d000008b30000c13d000008a20000413d000000000635004b00000020055000390000000000760435000000000707043300000000075400190000000006150019000008a90000613d000000000503004b00000000430804340000000401a00039000000000b1a0436000002b5010000410000002401a00039000000400a00043d0000000008010019000000000121001900000000000204350000000002310019000008800000413d000000000532004b00000000062400190000000005210019000008870000613d000000000132043600000000430104340000000001050019000008730000c13d000008730000213d000008500000413d0000085e0000613d0000000306000029000008790000613d000200000005001d000008580000613d0000086d0000c13d000008260000c13d0000082a0000613d000006080000013d000005fc0000c13d000008170000c13d0000081b0000613d000002b0011001c7000000800200043d00000080011001bf0000080f0000613d0000008006600039000007fb0000613d000007e80000c13d000000a00970008c0000000007970436000000008908043c000000000801034f0000008007000039000007ec0000613d000002af01100041000000000113019f00000060033002100000029b030080410000029b0430009c000002a401000041000002a30100004100000026010000390000077e0000013d000000000464019f00000000044501cf000000000545022f00000000060304330000000b03300029000000000535034f0000077e0000613d000007b10000c13d000000000705034f00000000066800190000000506300210000007b50000613d0000000503300272000000030500036700000000053104360000000105500190000002940640009c0000000105004039000000000514004b000002ba041001970000001f013000390000000001010433000007990000a13d000002940130009c000001310000013d0000000b03000039000002b6030000410000078f0000c13d0000006001000039000007870000c13d0000026703100197000102670010019d0000006001100270000000010220018f000000000334019f0000006004500210000002670450009c00000009050000290000004003400210000002670420009c000000090110017f0000ff010100008a0000000a0100006b00000000005204350000002002100039000000000454019f000007ff0000013d000007d10000c13d000000e401800039000000e403300039000007210000613d0000070f0000c13d000000000754004b0000000004740436000000006706043c000000000601034f000000e405300039000000e404000039000007130000613d0000000503800272000000c40080043f0000001f0280018f000000a40020043f000000840020043f000000800030043f000002ae03000041000006fb0000c13d000006ff0000613d0000081e0000613d0000029c01100041000000000232019f0000029b020080410000029b0320009c000006ec0000613d000000040220008c0000000a01100029000000000252019f00000000022301cf000000000323022f000000000343034f000006cc0000613d000006b90000c13d000000000857004b0000000007870436000000006806043c0000000007010019000000000603034f00000000055100190000000505400210000006bd0000613d000000050440027200000064013000390000001f0240018f0000000000410435000000440130003900000004013000390000029a010000410000002401300039000800000001001d000000960000613d0000000001120170000000020230036700000020032000390000029701008041000000140230008c000002970110021f000000a0011000890000000301300210000002b1010000410000029d01000041000007020000c13d0000000003340170000000000401043b0000029703008041000000140580008c000002970330021f000000a00330008900000003038002100000077b0000013d000007680000c13d000000000189001900000000033800190000064d0000613d0000063a0000c13d000000000746004b0000000006760436000000005705043c0000000006080019000000000501034f000000000448001900000005043002100000063e0000613d00000005039002720000001f0290018f00000000090000310000002e030000390000028b030000410000028a03000041000000000100001f0000000a01000029000002b4011001c7000000800020043f000000000414019f000005f60000c13d000005fa0000613d0000000402400039000002b70200004100000024034000390000004403400039000006300000c13d00000000030a0433000005ee0000613d000005ba0000613d000005a70000c13d000005ab0000613d000000090a000029000000080b00002900080000000b001d00090000000a001d000000000373016f0000002b0300003900000293030000410000029203000041000000c10000c13d000002bb01300197000000bb0000613d000000080100006b000006260000c13d000000000201001f0000000101006039000000010110008c000000ff0130018f000006230000c13d00000000010004100000028801000041000002a101000041000002a0010000410000002901000039000002b301000041000005bf0000013d000005860000c13d000005320000413d000000000534004b00000000064900190000000005140019000005390000613d000000000403004b0000026902400197000000000308043300000000005304350000000005000411000000000b5a0436000002b505000041000000000404041a00000097040000390000026d011001c700000027030000390000026b030000410000026a030000410000004001a00210000002670a0080410000026701a0009c000002b802000041000000120300003900000000004a04350000026c04000041000005230000c13d000000000404004b00000000040804330000000403a000390000004000a0043f0000002402a000390000029402a0009c00000000011a004b000000000a810019000000000171016f000000200700008a0000003f012000390000000002006019000000000105004b00000000001904350000028701000041000002960000013d000000000305001900000000005404350000000105000039000004cc0000613d000004ba0000c13d000004be0000613d000000000018041b0000000102400210000000000121016f0000000302400210000003ed0000013d000003e40000413d0000047f0000013d00000002011003670000047e0000613d0000000301000029000002820000013d000002820000613d0000045f0000c13d000004630000613d000004230000413d0000000103300039000004270000813d0000000103100039000000000221001900000006020000290000000000300435000600000004001d0000042a0000a13d0000042b0000613d0000001f0240008c0000007f0420018f000000000103041a0000029a0000613d000004850000013d0000000101600210000000000223016f0000000003730019000000f80220018f0000000302600210000003ed0000813d000003da0000413d000000000523004b0000002003300039000000000051041b000000000554034f00000000057300190000000204000367000004780000613d000002ba026001980000000906000029000004720000a13d000003c20000413d000003c60000813d000000000223001900000002010000290000000002004019000000200340008c0000001f02400039000200000003001d000003c60000413d000600000008001d0000001f0230008c000000000302c0190000007f0320018f000000000108041a000000000801043b000900000005001d000000000102004b000000000201c019000002a50340009c000002a501002041000000000116004b000002a502004041000000000423013f000002a503600197000002a5021001970000000001520049000002940150009c000000000501043b0000000a03300029000002a506300197000000000302043b00000007021003600000029a0000c13d000003f00000613d000000000305043300000004022000290000033b0000413d000003490000613d00000002060000290000000305000029000300000005001d000200000006001d000003430000613d000600000001001d00000000020304330000004001500210000002670150009c0000000001150019000000000272019f00000000026201cf000000000262022f0000010006600089000000000767022f00000000076701cf000000000704043300000003066002100000000004450019000000000242034f000002f50000613d0000001f06100190000002e30000c13d0000000008050019000000000702034f0000000006450019000002e70000613d0000000504100272000000000262034f000000000447004b000000000761001900000000051304360000000107700190000002940850009c00000001070040390000000007000019000000000735004b0000000005530019000002ba053001970000003f033000390000001f03100039000000000305c019000002a50780009c000002a505002041000002a503004041000000000337004b000000000837013f000002a507600197000002a5035001970000000005140049000000000132034f0000000a03100029000000000305004b000000000503c019000002a503008041000000000331004b000002a505300197000000430330008a000000080340006a0000000004000031000000070120036000000002020003670007000a0020002d0000000502100210000001430000813d000002a9040000410000029f0000013d000b00000000001d000001430000613d000000050100006b000007c50000c13d000000040110002900000005011002100000000501000029000400240040003d000500000001001d0000000405400039000000000535004b0000002305400039000002940540009c000000000404043b0000000a044000290000000504200210000a00240040003d000000080400002900000004022000390000002302200039000002940220009c099509430000040f0000054c0000c13d000000000212004b000002690210019700000000022304360995082d0000040f0995095d0000040f000002b202100198000002900100004100000291010000410000060e0000c13d000000000202041a00000033020000390000029f010000410000001801000039000006660000c13d000000000335004b00000024055000390000000b05500029000002940660009c000b00000006001d000000000606043b000000000641034f00000004045000390000002304500039000002940450009c000000000504043b0000ffff0420008c00000270010000410000012000200443000001000010044300000160001004430000014000000443000000800100043d0000004001200210000002670120009c0000000000120435000000ff01000039000000ff012001bf000001c80000613d000000ff0330008c000000ff0320018f0000050f0000c13d0000ff0003200190000004f00000013d000001a40000413d000000000352004b000000000401041a0000000003290019000004f00000613d00000009090000290000000805000029000800000005001d000004eb0000613d0000000009580436000000400800043d0000018b0000613d0000000104400190000000000442013f0000001f0450008c0000007f0540018f0000028604000041000000000262019f000000000115004b0000026905100197000002750220009c000004e20000613d000002740420009c0000027e0220009c000002490000613d0000027d0420009c00000018030000390000029f03000041000006750000c13d0000000b0100006b000000c00010043f00000296010000410000029501000041000000e00100003900000024011000390000000a012000290000000901100360000900040020003d000000230420003900000024021003700000ffff0220008c0000027a0220009c000002440000613d000002790420009c000002380000613d000002780420009c000004e70000013d099509720000040f00000298020000410000000f0440008a00000044030000390000800501000039000e00000000001d000f00000001001d000002830220009c000002190000613d000002820420009c000001fb0000613d000002810420009c0000002503000039000002910300004100000290030000410000073c0000c13d0000000b050000290000ff0001200190000a00000002001d00000101011001bf0000028c01300197000000ff013001900000000c0440008a0000ff0002300190000000000300041a0000000d0440008a000002770220009c000001f60000613d000002760420009c000001450000213d000002730420009c000000fe0000a13d000002720420009c0000029e011001c70000029d02000041000001ac0000c13d000000a00200043d000000000151019f000000a0044000390000008e0000613d0000007c0000c13d000000000865004b0000000005850436000000007807043c000000a006400039000000a005000039000000800000613d00000005043002720000001f0230018f000000400020043f000000a0022000390000026802200197000007890000813d000002ad0140009c000006f30000613d000002ac011001c70000004004300210000b00000004001d000000690000613d000002ab01000041000000400400043d000002aa01000041000000c001000039000002800220009c000001d00000613d0000027f0420009c0000013c0000213d0000027c0420009c000000ea0000a13d0000027b0420009c0000009e0000213d000002710420009c000000e002200270000001670000413d000000040230008c00000080050000390000006e0000c13d000002670040019d0002000000010355000300000031035500000267034001970000006004300270000f000000000002000400000000000204e504e4003304e304e204e104e004df000504de04dd01b904dc04db004304da04d904d804d704d604d504d404d304d204d1004200690017001d001400040068000201b800ed000904d000410024001c04cf00ec01b701b600860067006600320085000800030001000700840083000b00050031000201b500eb008201b40032000800030001000700ea00e9000b000500310002001b000e04ce04cd006501b300e80016000800e700e604cc0064008101b204cb04ca00400001000700e504c9001a01b10033006301b00062003f000504c804c704c60080000c0019001d0014000401af04c504c404c304c204c1003e04c004bf04be002c04bd04bc04bb04ba01ae04b901ad007f04b801ac01ab01aa0002007e00e400e304b700650061001704b601a901a8000900e204b5002304b4001600030001003004b3000604b204b104b004af04ae04ad04ac004200690017001d001400040068000201b800ed000900e104ab003e04aa04a901a700e104a8003e04a701a704a604a50010007d01a601a504a4007c002b01a400e000df00de0060002b01a301a201a1000801a0000300010007005f002200dd019f001a003d000e019e04a301a5019d002304a2019c04a1007b04a0000d003c049f000d003b049e00dc049d049c049b049a04990042003a001b00040066049804970496049500e10494003e0493049204910490048f048e048d048c004200db0017001d0014000400da002a019b048b0009048a002a019a0009048900d9007a04880487000201b400d800090486048500d70009048400410199001c048300ec0482048101b701b60480047f0023003c047e000d003b047d000d0198001601970196000d00030001003001950006047c047b047a0042003a001b0004000c0019047904780477004200690017001d001400040068000200de00ed000900600079047600df047500d6007c002b01a4047400e00008000300010007005f002200dd047301940193001d00140004000201920012005e005d0008000300010007005c0013000b0005000e0002002b00d500d4047200780471002100d30470046f046e005b00120191005a00590006046d046c0077046b046a0190018f0012000800030001000700290013000b0005000e0469019c001000d20468046700020010046604650058018e018d046404630462001c019e04610460045f045e045d045c007d045b0028045a0459000f045800270011000f00260015002900220057018c001a003d000e04570056045604550024045404530452001900db0017001d0014000400da002a04510009018b0450044f0009044e00d9007a044d044c044b044a04490009044804470446000900d104450055001c002400540444005304430052018a0006003a001b00040189018800690017001d001400040068004301a901a8000904420441007600d0018700d600e204400055001c0024005401990053043f0052043e00cf00ce000600690017001d0014000400680002043d00040012005e005d00cd000c043c043b018600cc0185043a00cb00ca00c900030001002500750051007400200019003a001b0004007c0079043900df043804370436000c0019003a001b00040060018800db0017001d0014000400da002a018404350009007304340187007a007304330183002a019a0009043204310430042f00d90009018b042e042d0009042c042b007a042a00c80002042900d80009042804270426042500d7000900600079008200d000d700d60182042404230422042104200181018000c700c600c5017f017e00250011000f0072002000270011000f00260020017d00220057041f001a003d000e00e80071019b0182041e00c4041d019d041c041b041a0002041904180417041600c300700050002f006f041500390414003804130412000404110410000200c20009040f017c040e040d040c040b0039040a0050002f04090408040700770004040600c10405040400cc040304020401040003ff003703fe004f01b903fd03fc03fb000903fa03f9003e03f803f703f603f5001f001e002e03f403f303f203f103f003ef03ee03ed03ec002a03eb03ea03e903e800c003e7006e03e6017b03e503e40011000f00bf001500270011000f00260015005f0013000b0005000e0002019203e30012005e005d0008000300010007005c0013000b0005000e0002002b00d500d4017a01790178002100d300be00bd01770176007703e2017503e1001200080003000100070029001303e0000b03df0005000e03de017403dd0043000c017301720171005800710170016f03dc016e00bc0065016d0024016c016e000c00bb016b016a00ba00100169016800370005004f004100b903db01670183002a00d1003901660165000403da001403d9006d03d803d703d600b800b700b600b503d500700050002f006f00be002100b40038007800b3000403d400b203d303d2000903d1017c03d003cf03ce0164001003cd016303cc000c03cb03ca03c903c8000401620012005e005d0008000300010007005c001303c7000b01610005000e03c603c50160015f03c403c303c20010015e015d004e00bd006103c103c003bf015c000800030001000700290013000b01610005000e03be00b103bd03bc015b03bb00c6015a00b003ba015900af03b901580071015903b8015703b7015c000800030001000700290013000b03b60005000e03b5000203b403b30039015600af03b203b1006c03b0018e03af03ae03ad015503ac03ab03aa0154015303a90152015103a800e003a7015003a6014f03a501620012005e005d0008000300010007005c0013000b0005000e015b03a40160015f03a300ae03a20010015e015d004e00bd014e03a1015703a0039f00ad039e000800030001000700290013000b0005000e0002039d014d00b1039c039b014c039a014b0399014c039800b901580033014b014a0149000200b800b700b600b500c300700050002f006f0148002100b40038007800b3000401470146000200c200090145014401430142014101400021013f013e0010013d003800ae013c00040028013b013a01390138013701360135004d039701340133013201310130012f0396012e0395012d012c012b004c012a0129006c012801270126004b004a0394014e039303920391000203900039015600af0155038f038e000c038d01540153038c038b0020038a014a0149000200b800b700b600b500c300700050002f006f0148002100b40038007800b3000401470146000200c200090145014401430142014101400021013f013e0010013d003800ae013c00040028013b013a01390138013701360135004d038901340133013201310130012f0388012e0387012d012c012b004c012a0129006c012801270126004b004a018101800386038500c600c5017f017e00250011000f0072002000270011000f00260020017d002203840383003a001b0004007c00790082001c0382001900bc038103800186037f037e037d037c037b037a000c00ac03790037004e004f012503780377037603750374037303720371002d00580370000d036f0016036e036d036c019500060023007b036b000d003c036a000d003b0369000d0198001601970196000d000300010030036800060367036603650364036303620124000d0361006b01230360035f035e0021035d035c0122012100ab035b035a012000c7011f011e0359006a0061002d003603580055001c00240054005303570052018a00060055001c002400540356005303550052035400cf00ce0006011d018400ad0353006703520032000800030001000700ea00e9000b000500310002001b0351011c0350034f000c034e00e700b1034d034c034b034a034900560150007d01a603480023007b0347000d003c0346000d003b034500dc018f00aa0344011b00b0004000010025011a0081011900a90049006400a80118004903430342000b0341034000330063006200a7002d003600a600a5033f002c0117001f001e0116033e00a4033d004d00a3011500a2004c00a100a0009f009e009d009c004b004a009b003f000500d2033c009a009901140113000c00ac01120037004e004f0111011d008001100017033b006d0010010f01640004006d033a00980339010e010d0338010c010d033700c0033600d0000d010b00cb010a00c900030001007500510025007400200006002800350048004703350046002c0045001f001e002e03340034009700c80109009601080095009400020093010701060105010400920011000f007200150006010300910102033301010100033200ec000800030001000703310022005700ff001a003d00fe000c00060330015a032f0023007b032e000d003c032d000d003b032c00dc0167032b032a032900d203280327032603250324032303220321032000fd031f009000b2031e007f00fc00fb00fa0002007e00e400e300e5008f0190031d006e00860067006600320085000800030001000700840083000b0005003100430008007600e6031c0056006a031b00f9031a031903180317031600ab01ad0315031403130312001c03110006010a0310030f030e030d030c00b9030b030a002a0309030800ad00860067006600320085000800030001000700840083000b00050031000201b500eb008203070032000800030001000700ea00e9000b000500310002001b000e00cc030600cd00160305008f030400e80016030300980302030101850300011c015202ff02fe02fd02fc02fb02fa02f902f802f702f601ae02f5003e02f400f8007f01ac01ab01aa0151007e02f302f202f100c002f0006e0008007302ef02ee00e7014d00f702ed02ec00bf01b10064008101b200a902eb004000010007001502ea0073001a0033006301b00062003f000502e900c400d8003700c40041000c0019002800350048004702e80046002c0045001f001e002e02e70034009700f602e602e502e400cd02e302e202e102e0009002df02de02dd02dc02db02da02d902d800fd02d700b2007f02d600fc00fb00fa0002007e00e400e300e5008f02d5006e00860067006600320085000800030001000700840083000b0005003100430008007600e602d4006a0061002d003602d3008e01030091010202d2010102d102d00100001600030001003000270011000f00260015005c0022005700ff001a003d000e02cf00fe02ce02cd007d00230057006b000300010030002702cc000f0026001500290022018c01940098006400a802cb02ca02c9017b02c802c700f5000100070049001a02c6003f02c502c402c3014f02c202c1001402c00023003c02bf000d003b02be02bd02bc02bb005b0012008d005a0059000600ca00750051007402ba0040000100250020001902b900c500bb02b8002300f802b7002f02b602b5003702b4004f0080003502b3019302b202b102b002af00f902ae02ad001f001e002e02ac003402ab009002aa02a9009602a800950094006c009302a702a602a5005802a40055001c0024005402a3005302a2005202a100cf00ce000600ca00aa00c100f50001000702a0029f029e029d029c001a00330063006200a7002d003600a600a5029b029a0299029802970296029500a40294004d00a300a20293004c00a100a0009f009e009d009c004b004a009b003f00050292009a00990291004101100017029000d1003901660165000400160030028f00190028003500480047028e0046002c0045001f001e002e028d0034028c028b0028003500480047028a0046002c0045001f001e002e02890034009700f600f4002b00d500d4017a01790178002100d300be028801770176007702870175016302860012000800030001000700290013000b000502850284017402830043000c00f3017301720171005800710170016f028200f200bc0065016d0024016c00f2000c00f300bb016b016a00ba0010016901680281000502800041027f0018005b00120191005a00590006005b0012008d005a00590006000c0006027e027d006d027c0010027b027a01220121018d027902780277027601af00f70275001800f402740189002b027302720124006b02710270026f00f100f0026e0125006b01230076026d026c002f026b026a02690268026702660265012000c7011f011e0264006a0061002d00360263026200aa00c1011b00b0004000010025011a0081011900a90049006400a80118004902610260000b025f025e00330063006200a7002d003600a600a5025d002c0117001f001e0116025c00a4025b004d00a3011500a2004c00a100a0009f009e009d009c004b004a009b003f000500f1025a0259009a009901140113000c00ac01120258004e0257008002560255025400e20010010f00ba0253001b02520018000c0006005b0012008d005a005900060251010e00160250010c0016024f006501b300f0010b0111024e00cb024d00c9000300010075005100250074002000060028003500480047024c0046002c0045001f001e002e024b0034024a00c80109009601080095009400020093010701060105010400920011000f007200150006024900910248024700de0060002b01a301a201a1000801a0000300010007005f002200dd019f001a003d02460018000c0006008e0040000100300011000f00bf001500270011000f00260015005f0013000b0005024500020018000c0006024400eb024302420241024000ab023f023e023d0051009200270011000f00260015023c023b000b0005023a00020018008e02390056001800100018023800560018001000180237001900060000000000000000000000000000008c00000000000002360000008c000a000a0235000000000000008b008a00890234023300000000000000000000023200000044000000ef000002310230022f022e022d0000022c0000000000000000022b000000000000022a0000000000000229000000000000022800000000000002270000000000000226000000000000022500000000000002240000000000000223000000000000022200000000000002210000000000000220000000000000021f000000000000021e000000000000021d000000000000021c000000000000021b000000000000021a0000000000000219000a00880000000000440000000000000218021702160215000000000214000002130212021102100087000000ee0000020f020e00000000008b008a0089020d000a000a000a020c020b020a020902080044000002070000020602050204020302020000000000000201020001ff01fe01fd01fc00000000008b008a008901fb000000000000000a01fa01f901f801f701f6000000000000000a000a0088000001f501f401f301f20087000001f1000001f000000000000000000000000001ef0000000001ee000001ed0000000000000000000001ec000001eb01ea01e9000001e801e701e601e501e401e3000000000000000001e2000001e101e001df01de01dd00000000000001dc000000000000008800000000000000000000000001db0044000001da000001d901d801d701d601d501d401d301d201d10000000000000000000000ee00000000000001d0000001cf0000000000000000000001ce00000000000000ef00000000000001cd0000008c000a000a000a01cc01cb01ca01c90044000001c8000001c700000000000001c601c50000000001c400000000000001c301c201c1000001c0000000000000000a000a000a01bf000a000a000a01be000a000a000a000a008700000000000001bd01bc01bb01ba00000000000000000000000000000000000000000000",
        "logIndex": 28,
        "blockHash": "0xfeec0dc15a169644dc90a59acf1c5731e09798f91134bfae7eeb0a9cd09adad5"
      },
      {
        "transactionIndex": 4,
        "blockNumber": 42385314,
        "transactionHash": "0xfa12f0ab1e1e0fd9ab8559c464a0a9770cba0929aab36d82d89dffadcfa6ef57",
        "address": "0x0000000000000000000000000000000000008004",
        "topics": [
          "0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
          "0x010002bfce00da2e288a8c7403dc492f9c3e9c2fd86e83a6942a18b01eb98a13",
          "0x0000000000000000000000000000000000000000000000000000000000000000"
        ],
        "data": "0x",
        "logIndex": 29,
        "blockHash": "0xfeec0dc15a169644dc90a59acf1c5731e09798f91134bfae7eeb0a9cd09adad5"
      },
      {
        "transactionIndex": 4,
        "blockNumber": 42385314,
        "transactionHash": "0xfa12f0ab1e1e0fd9ab8559c464a0a9770cba0929aab36d82d89dffadcfa6ef57",
        "address": "0x21f8b24f48a3af53B9B597DbA1D7737e4D7aBa3B",
        "topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
        "data": "0x00000000000000000000000000000000000000000000000000000000000000ff",
        "logIndex": 30,
        "blockHash": "0xfeec0dc15a169644dc90a59acf1c5731e09798f91134bfae7eeb0a9cd09adad5"
      },
      {
        "transactionIndex": 4,
        "blockNumber": 42385314,
        "transactionHash": "0xfa12f0ab1e1e0fd9ab8559c464a0a9770cba0929aab36d82d89dffadcfa6ef57",
        "address": "0x0000000000000000000000000000000000008006",
        "topics": [
          "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
          "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
          "0x010002bfce00da2e288a8c7403dc492f9c3e9c2fd86e83a6942a18b01eb98a13",
          "0x00000000000000000000000021f8b24f48a3af53b9b597dba1d7737e4d7aba3b"
        ],
        "data": "0x",
        "logIndex": 31,
        "blockHash": "0xfeec0dc15a169644dc90a59acf1c5731e09798f91134bfae7eeb0a9cd09adad5"
      },
      {
        "transactionIndex": 4,
        "blockNumber": 42385314,
        "transactionHash": "0xfa12f0ab1e1e0fd9ab8559c464a0a9770cba0929aab36d82d89dffadcfa6ef57",
        "address": "0x000000000000000000000000000000000000800A",
        "topics": [
          "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
          "0x0000000000000000000000000000000000000000000000000000000000008001",
          "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597"
        ],
        "data": "0x000000000000000000000000000000000000000000000000000046204809ce60",
        "logIndex": 32,
        "blockHash": "0xfeec0dc15a169644dc90a59acf1c5731e09798f91134bfae7eeb0a9cd09adad5"
      }
    ],
    "blockNumber": 42385314,
    "cumulativeGasUsed": "0",
    "status": 1,
    "byzantium": true
  },
  "args": ["0x16a62B534e09A7534CD5847CFE5Bf6a4b0c1B116"],
  "numDeployments": 1,
  "solcInputHash": "649192ce8cb79d9215830c33733a9fc4",
  "metadata": {
    "llvm_options": [],
    "optimizer_settings": {
      "is_debug_logging_enabled": false,
      "is_fallback_to_size_enabled": false,
      "is_verify_each_enabled": false,
      "level_back_end": "Aggressive",
      "level_middle_end": "Aggressive",
      "level_middle_end_size": "Zero"
    },
    "solc_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"XVSBridge_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"calledContract\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"methodSignature\",\"type\":\"string\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ZeroAddressNotAllowed\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"string\",\"name\":\"signature\",\"type\":\"string\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"active\",\"type\":\"bool\"}],\"name\":\"FunctionRegistryChanged\",\"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\"},{\"stateMutability\":\"nonpayable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"XVSBridge\",\"outputs\":[{\"internalType\":\"contract IXVSProxyOFT\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"accessControlManager\",\"outputs\":[{\"internalType\":\"contract IAccessControlManagerV8\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"name\":\"functionRegistry\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"remoteChainId_\",\"type\":\"uint16\"},{\"internalType\":\"bytes\",\"name\":\"remoteAddress_\",\"type\":\"bytes\"}],\"name\":\"isTrustedRemote\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"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\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"setAccessControlManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"remoteChainId_\",\"type\":\"uint16\"},{\"internalType\":\"bytes\",\"name\":\"remoteAddress_\",\"type\":\"bytes\"}],\"name\":\"setTrustedRemoteAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner_\",\"type\":\"address\"}],\"name\":\"transferBridgeOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string[]\",\"name\":\"signatures_\",\"type\":\"string[]\"},{\"internalType\":\"bool[]\",\"name\":\"active_\",\"type\":\"bool[]\"}],\"name\":\"upsertSignature\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"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.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"initialize(address)\":{\"params\":{\"accessControlManager_\":\"Address of access control manager contract.\"}},\"isTrustedRemote(uint16,bytes)\":{\"custom:error\":\"ZeroAddressNotAllowed is thrown when remoteAddress_ contract address is zero.\",\"params\":{\"remoteAddress_\":\"Address of the destination bridge.\",\"remoteChainId_\":\"Chain Id of the destination chain.\"},\"returns\":{\"_0\":\"Bool indicating whether the remote chain is trusted or not.\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"setAccessControlManager(address)\":{\"custom:access\":\"Only Governance\",\"custom:event\":\"Emits NewAccessControlManager event\",\"details\":\"Admin function to set address of AccessControlManager\",\"params\":{\"accessControlManager_\":\"The new address of the AccessControlManager\"}},\"setTrustedRemoteAddress(uint16,bytes)\":{\"custom:access\":\"Controlled by AccessControlManager.\",\"custom:error\":\"ZeroAddressNotAllowed is thrown when remoteAddress_ contract address is zero.\",\"params\":{\"remoteAddress_\":\"Address of the destination bridge.\",\"remoteChainId_\":\"Chain Id of the destination chain.\"}},\"transferBridgeOwnership(address)\":{\"custom:access\":\"Controlled by AccessControlManager.\",\"params\":{\"newOwner_\":\"New owner of the XVS Bridge.\"}},\"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.\"},\"upsertSignature(string[],bool[])\":{\"custom:access\":\"Only owner.\",\"custom:event\":\"Emits FunctionRegistryChanged if bool value of function changes.\",\"params\":{\"active_\":\"bool value, should be true to add function.\",\"signatures_\":\"Function signature to be added or removed.\"}}},\"stateVariables\":{\"XVSBridge\":{\"custom:oz-upgrades-unsafe-allow\":\"state-variable-immutable\"}},\"title\":\"XVSBridgeAdmin\",\"version\":1},\"userdoc\":{\"errors\":{\"Unauthorized(address,address,string)\":[{\"notice\":\"Thrown when the action is prohibited by AccessControlManager\"}],\"ZeroAddressNotAllowed()\":[{\"notice\":\"Thrown if the supplied address is a zero address where it is not allowed\"}]},\"events\":{\"FunctionRegistryChanged(string,bool)\":{\"notice\":\"emitted when function registry updated\"},\"NewAccessControlManager(address,address)\":{\"notice\":\"Emitted when access control manager contract address is changed\"}},\"kind\":\"user\",\"methods\":{\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"functionRegistry(bytes4)\":{\"notice\":\"A mapping keeps track of function signature associated with function name string.\"},\"isTrustedRemote(uint16,bytes)\":{\"notice\":\"Returns true if remote address is trustedRemote corresponds to chainId_.\"},\"renounceOwnership()\":{\"notice\":\"Empty implementation of renounce ownership to avoid any mishappening.\"},\"setAccessControlManager(address)\":{\"notice\":\"Sets the address of AccessControlManager\"},\"setTrustedRemoteAddress(uint16,bytes)\":{\"notice\":\"Sets trusted remote on particular chain.\"},\"transferBridgeOwnership(address)\":{\"notice\":\"This function transfers the ownership of the bridge from this contract to new owner.\"},\"upsertSignature(string[],bool[])\":{\"notice\":\"A setter for the registry of functions that are allowed to be executed from proposals.\"}},\"notice\":\"The XVSBridgeAdmin contract extends a parent contract AccessControlledV8 for access control, and it manages an external contract called XVSProxyOFT. It maintains a registry of function signatures and names, allowing for dynamic function handling i.e checking of access control of interaction with only owner functions.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Bridge/XVSBridgeAdmin.sol\":\"XVSBridgeAdmin\"},\"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\":\"0x84efb8889801b0ac817324aff6acc691d07bbee816b671817132911d287a8c63\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ec6df2255fadc251ea905043c47bf55170ee6cb5d7ca8b5c8ed54c84eac9d09e\",\"dweb:/ipfs/QmaokWfuL59uarki5yoDGbPzh4cErzEfnAzfmesTNJNXE9\"]},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"keccak256\":\"0x4075622496acc77fd6d4de4cc30a8577a744d5c75afad33fdeacf1704d6eda98\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://99c8cb3cd19a44bbfb6612605affb7d8b06cee1f6aa9362a37a8672b4f7eeaf8\",\"dweb:/ipfs/QmasyxFDBUp7k5KFgfDWEzM8PYSKEq7GVznzMJ1VxVRF4B\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f103ee2e4aecd37aac6ceefe670709cdd7613dee25fa2d4d9feaf7fc0aaa155e\",\"dweb:/ipfs/QmRiNZLoJk5k3HPMYGPGjZFd2ke1ZxjhJZkM45Ec9GH9hv\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://310136ad60820af4177a11a61d77a3686faf5fca4942b600e08fc940db38396b\",\"dweb:/ipfs/QmbCzMNSTL7Zi7M4UCSqBrkHtp4jjxUnGbkneCZKdR1qeq\"]},\"@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/governance-contracts/contracts/Governance/AccessControlledV8.sol\":{\"keccak256\":\"0x0dcf283925f4dddc23ca0ee71d2cb96a9dd6e4cf08061b69fde1697ea39dc514\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://38db65a77297d8df3345797277a624d81706bde2e9ede230a140e8ca2a027040\",\"dweb:/ipfs/QmWKcmtyyvi3dhAJHkdAKGNrsKcMxKQ6c82ArtDqe8tncG\"]},\"@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol\":{\"keccak256\":\"0xaa29b098440d0b3a131c5ecdf25ce548790c1b5ac7bf9b5c0264b6af6f7a1e0b\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://8120bda3990193388d0cc5f551510ef1eab685387a58a88ab607b5149e51acde\",\"dweb:/ipfs/QmNSX9ai6GbN4wQukM29rFkcWDFhqStUTtKe6XtreTvRcN\"]},\"@venusprotocol/solidity-utilities/contracts/validators.sol\":{\"keccak256\":\"0xdb88e14d50dd21889ca3329d755673d022c47e8da005b6a545c7f69c2c4b7b86\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://7fc4c2b30dabdce32229df72fd00fa49d5a813bea8a7717fe8481cc5896d4183\",\"dweb:/ipfs/QmZmxLnp3QSBahyRaUhezdVLPsTtXErghdLHpiGrkr19XJ\"]},\"contracts/Bridge/XVSBridgeAdmin.sol\":{\"keccak256\":\"0x7a353b13a255e1bc73a8f482a8fc4ae1c5785400bf4795cb12eee4a2cb7fbb45\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://0310373eafd4696059e5f4f56573ac79daacfbe78e10842538aa91a80e144c0e\",\"dweb:/ipfs/QmaLxvkAHFFzme1mRbNnto4Bd6F9HfrYtT2uJ3SppcCHij\"]},\"contracts/Bridge/interfaces/IXVSProxyOFT.sol\":{\"keccak256\":\"0xe72963d6cb0c35c473dbc43d5c761a8814015fc0f25c1d4490ef3273d5ed40b1\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://f697694bd18ac46c58776c2c5430666891231b14f80e0cb66180ab3604a4648d\",\"dweb:/ipfs/QmaY4vwFrrZcBuT5X8Bgtia33uVUgCT82Wg3Nnjx7BijkL\"]}},\"version\":1}",
    "solc_version": "0.8.25",
    "solc_zkvm_edition": "1.0.1",
    "zk_version": "1.5.0"
  },
  "bytecode": "0x0004000000000002000f00000000000200000000030100190000006004300270000002670340019700030000003103550002000000010355000002670040019d00000001022001900000006e0000c13d0000008005000039000000400050043f000000040230008c000001670000413d000000000201043b000000e002200270000002710420009c0000009e0000213d0000027b0420009c000000ea0000a13d0000027c0420009c0000013c0000213d0000027f0420009c000001d00000613d000002800220009c000001670000c13d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b000b02690010019b000002690110009c000006210000213d000000c001000039000000400010043f0000002001000039000000800010043f000002aa01000041000000a00010043f00000080010000390995088d0000040f000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000101043b000002880200004100000000002004390000026901100197000a00000001001d00000004001004430000000001000414000002670210009c0000026701008041000000c00110021000000289011001c70000800202000039099509900000040f00000001022001900000073b0000613d000000000101043b000000000101004b000006210000613d000000400400043d000002ab01000041000000000014043500000004014000390000000b02000029000000000021043500000000010004140000000a02000029000000040320008c000000690000613d000002670340009c00000267030000410000000003044019000b00000004001d0000004004300210000002670310009c0000026701008041000000c001100210000000000141019f000002ac011001c70995098b0000040f0000000b0400002900000000030100190000006003300270000102670030019d000002670330019700030000000103550000000102200190000006f30000613d000002ad0140009c000007890000813d000000400040043f0000000001000019000009960001042e0000000002000416000000000202004b000006210000c13d0000001f023000390000026802200197000000a002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000800000613d000000a005000039000000a006400039000000000701034f000000007807043c0000000005850436000000000865004b0000007c0000c13d000000000502004b0000008e0000613d000000000141034f0000000302200210000000a004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000200130008c000006210000413d000000a00200043d0000026901200197000002690220009c000006210000213d000000000201004b000001ac0000c13d000000400100043d0000029d020000410000000000210435000002670210009c000002670100804100000040011002100000029e011001c70000099700010430000002720420009c000000fe0000a13d000002730420009c000001450000213d000002760420009c000001f60000613d000002770220009c000001670000c13d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b000b02690010019b000002690110009c000006210000213d00000000040004150000000d0440008a0000000504400210000000000300041a0000ff0002300190000005580000c13d00000000040004150000000c0440008a0000000504400210000000ff01300190000005580000c13d0000028c0130019700000101011001bf0000000002000019000000000010041b0000ff00011001900000057c0000613d000a00000002001d0000006501000039000000000201041a0000028402200197000000000021041b000000000100041100000269061001970000003301000039000000000201041a0000028403200197000000000363019f000000000031041b00000000010004140000026905200197000002670210009c0000026701008041000000c00110021000000285011001c70000800d0200003900000003030000390000028d040000410995098b0000040f0000000101200190000006210000613d000000000200041a0000ff00012001900000057c0000613d000900000002001d000000400100043d0000000b05000029000000000205004b0000073c0000c13d00000064021000390000029003000041000000000032043500000044021000390000029103000041000000000032043500000024021000390000002503000039000005180000013d000002810420009c000001fb0000613d000002820420009c000002190000613d000002830220009c000001670000c13d0000000001000416000000000101004b000006210000c13d0000000001000412000f00000001001d000e00000000001d0000800501000039000000440300003900000000040004150000000f0440008a00000005044002100000029802000041099509720000040f000004e70000013d000002780420009c000002380000613d000002790420009c000002440000613d0000027a0220009c000001670000c13d000000440230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000402100370000000000202043b000b00000002001d0000ffff0220008c000006210000213d0000002402100370000000000202043b000002940420009c000006210000213d0000002304200039000000000434004b000006210000813d000900040020003d0000000901100360000000000101043b000a00000001001d000002940110009c000006210000213d0000000a012000290000002401100039000000000131004b000006210000213d000000e001000039000000400010043f0000002501000039000000800010043f0000029501000041000000a00010043f0000029601000041000000c00010043f00000080010000390995088d0000040f0000000b0100006b000006750000c13d000000400100043d00000044021000390000029f0300004100000000003204350000002402100039000000180300003900000000003204350000026c020000410000000000210435000000040210003900000020030000390000000000320435000002670210009c000002670100804100000040011002100000029c011001c700000997000104300000027d0420009c000002490000613d0000027e0220009c000001670000c13d0000000001000416000000000101004b000006210000c13d0000000001000019000009960001042e000002740420009c000004e20000613d000002750220009c000001670000c13d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b0000026906100197000002690110009c000006210000213d0000003301000039000000000101041a00000269051001970000000001000411000000000115004b000005430000c13d0000006501000039000000000201041a0000028402200197000000000262019f000000000021041b0000000001000414000002670210009c0000026701008041000000c00110021000000285011001c70000800d02000039000000030300003900000286040000410000061e0000013d000b00000005001d0000000002000416000000000202004b000006210000c13d000000000101043b000002a6011001970000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b000000000201041a000000010320019000000001042002700000007f0540018f000000000504c0190000001f0450008c00000000040000190000000104002039000000000442013f00000001044001900000018b0000613d000002b90100004100000000001004350000002201000039000000040010043f000002ac010000410000099700010430000000400800043d0000000009580436000000000303004b000004eb0000613d000800000005001d000900000009001d000a00000008001d00000000001004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f0000000102200190000006210000613d0000000805000029000000000205004b00000000020000190000000a080000290000000909000029000004f00000613d000000000101043b00000000020000190000000003290019000000000401041a000000000043043500000001011000390000002002200039000000000352004b000001a40000413d000004f00000013d000000800010043f000000000200041a0000ff00032001900000050f0000c13d000000ff0320018f000000ff0330008c000001c80000613d000000ff012001bf000000000010041b000000ff01000039000000400200043d0000000000120435000002670120009c000002670200804100000040012002100000000002000414000002670320009c0000026702008041000000c002200210000000000112019f0000026e011001c70000800d0200003900000001030000390000026f040000410995098b0000040f0000000101200190000006210000613d000000800100043d0000000102000039000001400000044300000160001004430000002001000039000001000010044300000120002004430000027001000041000009960001042e000000440230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000402100370000000000202043b0000ffff0420008c000006210000213d0000002404100370000000000504043b000002940450009c000006210000213d0000002304500039000000000434004b000006210000813d0000000404500039000000000641034f000000000606043b000b00000006001d000002940660009c000006210000213d0000000b055000290000002405500039000000000335004b000006210000213d000000000302004b000006660000c13d0000026c01000041000000800010043f0000002001000039000000840010043f0000001801000039000000a40010043f0000029f01000041000000c40010043f000002af0100004100000997000104300000000001000416000000000101004b000006210000c13d0000009701000039000004e60000013d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000201043b0000026901200197000002690220009c000006210000213d0000003302000039000000000202041a00000269022001970000000003000411000000000232004b000005430000c13d000000000201004b0000060e0000c13d0000026c01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000029101000041000000c40010043f0000029001000041000000e40010043f000002a2010000410000099700010430000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b000002b202100198000006210000c13d0000000000100435000000c901000039000000200010043f000000400200003900000000010000190995095d0000040f0995082d0000040f0000002002000039000000400300043d000b00000003001d00000000022304360995087b0000040f0000000b030000290000000001310049000002670210009c00000267010080410000006001100210000002670230009c00000267030080410000004002300210000000000121019f000009960001042e0000000001000416000000000101004b000006210000c13d0000006501000039000000000101041a00000269021001970000000001000411000000000212004b0000054c0000c13d099509430000040f0000000001000019000009960001042e0000000001000416000000000101004b000006210000c13d0000003301000039000004e60000013d000000440230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000402100370000000000202043b000800000002001d000002940220009c000006210000213d00000008020000290000002302200039000000000232004b000006210000813d00000008020000290000000402200039000000000221034f000000000202043b000002940420009c000006210000213d0000000804000029000a00240040003d00000005042002100000000a04400029000000000434004b000006210000213d0000002404100370000000000404043b000002940540009c000006210000213d0000002305400039000000000535004b000006210000813d0000000405400039000000000151034f000000000101043b000500000001001d000002940110009c000006210000213d000400240040003d000000050100002900000005011002100000000401100029000000000131004b000006210000213d0000003301000039000000000101041a00000269011001970000000003000411000000000131004b000005430000c13d000000050120006c000007c50000c13d000000050100006b000001430000613d000b00000000001d0000029f0000013d0000000003130019000000000003043500000000000404350000001f01100039000002ba01100197000002a70310009c000002a7010080410000006001100210000002670320009c00000267020080410000004002200210000000000121019f0000000002000414000002670320009c0000026702008041000000c002200210000000000121019f000002a8011000410000800d020000390000000103000039000002a9040000410995098b0000040f0000000101200190000006210000613d0000000b020000290000000102200039000b00000002001d000000050120006c000001430000813d0000000b010000290000000502100210000900000002001d0007000a0020002d00000002020003670000000701200360000000000101043b0000000004000031000000080340006a000000430330008a000002a505300197000002a506100197000000000756013f000000000556004b0000000005000019000002a505004041000000000331004b0000000003000019000002a503008041000002a50670009c000000000503c019000000000305004b000006210000c13d0000000a03100029000000000132034f000000000101043b000002940510009c000006210000213d00000000051400490000002006300039000002a503500197000002a507600197000000000837013f000000000337004b0000000003000019000002a503004041000000000556004b0000000005000019000002a505002041000002a50780009c000000000305c019000000000303004b000006210000c13d0000001f03100039000002ba033001970000003f03300039000002ba05300197000000400300043d0000000005530019000000000735004b00000000070000190000000107004039000002940850009c000007890000213d0000000107700190000007890000c13d000000400050043f00000000051304360000000007610019000000000447004b000006210000213d000000000262034f00000005041002720000000504400210000002e70000613d0000000006450019000000000702034f0000000008050019000000007907043c0000000008980436000000000968004b000002e30000c13d0000001f06100190000002f50000613d000000000242034f00000000044500190000000306600210000000000704043300000000076701cf000000000767022f000000000202043b0000010006600089000000000262022f00000000026201cf000000000272019f000000000024043500000000011500190000000000010435000002670150009c000002670500804100000040015002100000000002030433000002670320009c00000267020080410000006002200210000000000112019f0000000002000414000002670320009c0000026702008041000000c002200210000000000112019f00000285011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b000002a601100197000600000001001d0000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b000000000201041a000000010320019000000001042002700000007f0640018f000000000604c0190000001f0460008c00000000040000190000000104002039000000000443004b000001850000c13d000000400500043d0000000004650436000000000303004b000003430000613d000100000004001d000200000006001d00000000001004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039000300000005001d099509900000040f00000003050000290000000102200190000006210000613d0000000206000029000000000206004b000003490000613d000000000201043b000000000100001900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000361004b0000033b0000413d0000034a0000013d000002bb012001970000000000140435000000000106004b000000200100003900000000010060190000034a0000013d00000000010000190000003f01100039000002ba021001970000000001520019000000000221004b00000000020000190000000102004039000002940310009c000007890000213d0000000102200190000007890000c13d000000400010043f000000090200002900000004022000290000000201000367000000000221034f000000000202043b000000000302004b0000000003000019000000010300c039000000000332004b000006210000c13d0000000003050433000000000202004b000003f00000613d000000000203004b0000029a0000c13d0000000702100360000000000302043b0000000002000031000000080420006a000000430440008a000002a505400197000002a506300197000000000756013f000000000556004b0000000005000019000002a505004041000000000443004b0000000004000019000002a504008041000002a50670009c000000000504c019000000000405004b000006210000c13d0000000a03300029000000000131034f000000000501043b000002940150009c000006210000213d00000000015200490000002006300039000002a502100197000002a503600197000000000423013f000000000223004b0000000002000019000002a502004041000300000006001d000000000116004b0000000001000019000002a501002041000002a50340009c000000000201c019000000000102004b000006210000c13d00000006010000290000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039000900000005001d099509900000040f00000009040000290000000102200190000006210000613d000000000801043b000000000108041a000000010210019000000001021002700000007f0320018f000000000302c0190000001f0230008c00000000020000190000000102002039000000000121013f0000000101100190000001850000c13d000000200130008c000600000008001d000003c60000413d000200000003001d00000000008004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f00000009040000290000000102200190000006210000613d0000001f024000390000000502200270000000200340008c0000000002004019000000000301043b00000002010000290000001f01100039000000050110027000000000011300190000000002230019000000000312004b0000000608000029000003c60000813d000000000002041b0000000102200039000000000312004b000003c20000413d0000001f0140008c000004720000a13d00000000008004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f00000009060000290000000102200190000006210000613d000002ba02600198000000000101043b000004780000613d00000002040003670000000003000019000000030700002900000006080000290000000005730019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000523004b000003da0000413d000000000262004b000003ed0000813d0000000302600210000000f80220018f000002bc0220027f000002bc0220016700000000037300190000000203300367000000000303043b000000000223016f000000000021041b000000010160021000000001011001bf000004850000013d000000000103004b0000029a0000613d00000006010000290000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000301043b000000000103041a000000010210019000000001021002700000007f0420018f000000000402c0190000001f0240008c00000000020000190000000102002039000000000121013f0000000101100190000001850000c13d000000000104004b0000042b0000613d0000001f0140008c0000042a0000a13d000600000004001d000900000003001d00000000003004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b00000006020000290000001f02200039000000050220027000000000022100190000000103100039000000000423004b000004270000813d000000000003041b0000000103300039000000000423004b000004230000413d0000000902000029000000000002041b0000000003010019000000000003041b00000002030003670000000701300360000000000101043b0000000002000031000000080420006a000000430440008a000002a505400197000002a506100197000000000756013f000000000556004b0000000005000019000002a505004041000000000441004b0000000004000019000002a504008041000002a50670009c000000000504c019000000000405004b000006210000c13d0000000a04100029000000000143034f000000000101043b000002940510009c000006210000213d00000000021200490000002005400039000002a504200197000002a506500197000000000746013f000000000446004b0000000004000019000002a504004041000000000225004b0000000002000019000002a502002041000002a50670009c000000000402c019000000000204004b000006210000c13d000000400200043d0000004004000039000000000442043600000040062000390000000000160435000000000553034f000000600320003900000005061002720000000506600210000004630000613d0000000007630019000000000805034f0000000009030019000000008a08043c0000000009a90436000000000a79004b0000045f0000c13d0000001f07100190000002820000613d000000000565034f00000000066300190000000307700210000000000806043300000000087801cf000000000878022f000000000505043b0000010007700089000000000575022f00000000057501cf000000000585019f0000000000560435000002820000013d000000000104004b00000003010000290000047e0000613d0000000201100367000000000101043b0000047f0000013d000000000300001900000003070000290000000608000029000000000262004b000003e40000413d000003ed0000013d00000000010000190000000302400210000002bc0220027f000002bc02200167000000000121016f0000000102400210000000000121019f000000000018041b00000002030003670000000701300360000000000101043b0000000002000031000000080420006a000000430440008a000002a505400197000002a506100197000000000756013f000000000556004b0000000005000019000002a505004041000000000441004b0000000004000019000002a504008041000002a50670009c000000000504c019000000000405004b000006210000c13d0000000a04100029000000000143034f000000000101043b000002940510009c000006210000213d00000000021200490000002005400039000002a504200197000002a506500197000000000746013f000000000446004b0000000004000019000002a504004041000000000225004b0000000002000019000002a502002041000002a50670009c000000000402c019000000000204004b000006210000c13d000000400200043d0000004004000039000000000442043600000040062000390000000000160435000000000553034f000000600320003900000005061002720000000506600210000004be0000613d0000000007630019000000000805034f0000000009030019000000008a08043c0000000009a90436000000000a79004b000004ba0000c13d0000001f07100190000004cc0000613d000000000565034f00000000066300190000000307700210000000000806043300000000087801cf000000000878022f000000000505043b0000010007700089000000000575022f00000000057501cf000000000585019f000000000056043500000000031300190000000000030435000000010500003900000000005404350000001f01100039000002ba01100197000002a70310009c000002a7010080410000006001100210000002670320009c00000267020080410000004002200210000000000121019f0000000002000414000002670320009c0000026702008041000000c002200210000000000121019f000002a8011000410000800d020000390000000003050019000002960000013d0000000001000416000000000101004b000006210000c13d0000006501000039000000000101041a0000026901100197000000800010043f0000028701000041000009960001042e000002bb012001970000000000190435000000000105004b000000200200003900000000020060190000003f01200039000000200700008a000000000171016f000000000a81001900000000011a004b000000000100001900000001010040390000029402a0009c000007890000213d0000000101100190000007890000c13d0000004401a000390000002402a000390000004000a0043f0000000403a000390000000004080433000000000404004b000005230000c13d0000026c0400004100000000004a04350000002004000039000000000043043500000012030000390000000000320435000002b80200004100000000002104350000026701a0009c000002670a0080410000004001a002100000029c011001c70000099700010430000000400100043d00000064021000390000026a03000041000000000032043500000044021000390000026b0300004100000000003204350000002402100039000000270300003900000000003204350000026c020000410000000000210435000000040210003900000020030000390000000000320435000002670210009c000002670100804100000040011002100000026d011001c700000997000104300000009704000039000000000404041a000002b505000041000000000b5a04360000000005000411000000000053043500000040030000390000000000320435000000000308043300000000003104350000006401a000390000026902400197000000000403004b000005390000613d000000000400001900000000051400190000000006490019000000000606043300000000006504350000002004400039000000000534004b000005320000413d000000000431001900000000000404350000000004000414000000040520008c000005860000c13d0000000103000031000000200130008c00000020040000390000000004034019000005bf0000013d0000026c01000041000000800010043f0000002001000039000000840010043f000000a40010043f000002b301000041000000c40010043f000002af0100004100000997000104300000026c01000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000002a001000041000000c40010043f000002a101000041000000e40010043f000002a2010000410000099700010430000a00000004001d000800000002001d000900000003001d00000288010000410000000000100439000000000100041000000004001004430000000001000414000002670210009c0000026701008041000000c00110021000000289011001c70000800202000039099509900000040f00000001022001900000073b0000613d000000000101043b000000000101004b000006230000c13d0000000903000029000000ff0130018f000000010110008c000000000100001900000001010060390000000a020000290000000502200270000000000201001f000006260000c13d000000080100006b000000bb0000613d000002bb01300197000000010200003900000001011001bf000000000010041b0000ff0001100190000000c10000c13d000000400100043d00000064021000390000029203000041000000000032043500000044021000390000029303000041000000000032043500000024021000390000002b03000039000005180000013d000a00000008001d0000001f03300039000000000373016f0000000003a300490000000001130019000002670310009c000002670100804100000060011002100000026703a0009c000002670300004100000000030a40190000004003300210000000000131019f000002670340009c0000026704008041000000c003400210000000000131019f00090000000a001d00080000000b001d099509900000040f000000080b000029000000090a000029000000000301001900000060033002700000026703300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000005ab0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000005a70000c13d000000000705004b000005ba0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000100000003001f000300000001035500000001022001900000000a08000029000005ee0000613d0000001f01400039000000600110018f0000000004a10019000000000114004b00000000010000190000000101004039000002940240009c000007890000213d0000000101100190000007890000c13d0000000001080019000a00000004001d000000400040043f000000200230008c000006210000413d00000000030a0433000000000203004b0000000002000019000000010200c039000000000223004b000006210000c13d000000000203004b000006300000c13d0000000a04000029000000440340003900000060020000390000000000230435000000240340003900000000020004100000000000230435000002b702000041000000000024043500000004024000390000000003000411000000000032043500000064024000390995087b0000040f0000000a030000290000000001310049000002670210009c0000026701008041000002670230009c000002670300804100000060011002100000004002300210000000000121019f0000099700010430000000400200043d0000001f0430018f00000005053002720000000505500210000005fa0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000005f60000c13d000000000604004b000006080000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000002670320009c00000267020080410000004002200210000000000112019f00000997000104300000009702000039000000000302041a0000028404300197000000000414019f000000000042041b0000026902300197000000800020043f000000a00010043f0000000001000414000002670210009c0000026701008041000000c001100210000002b4011001c70000800d0200003900000001030000390000028f040000410995098b0000040f0000000101200190000001430000c13d000000000100001900000997000104300000000a010000290000000501100270000000000100001f000000400100043d00000064021000390000028a03000041000000000032043500000044021000390000028b03000041000000000032043500000024021000390000002e03000039000005180000013d000000020100036700000000090000310000001f0290018f00000005039002720000000a080000290000063e0000613d00000005043002100000000004480019000000000501034f0000000006080019000000005705043c0000000006760436000000000746004b0000063a0000c13d000000000402004b0000064d0000613d0000000503300210000000000131034f00000000033800190000000302200210000000000403043300000000042401cf000000000424022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000141019f0000000000130435000900000009001d00000000018900190000000000010435000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000201043b00000000010004140000026902200197000000040320008c000007680000c13d000000010200003900000001030000310000077b0000013d0000000b080000290000000303800210000000a003300089000002970330021f000000140580008c00000297030080410000002004400039000000000141034f000000000401043b0000000003340170000007020000c13d0000029d01000041000000800010043f000002b10100004100000997000104300000000a030000290000000301300210000000a001100089000002970110021f000000140230008c0000029701008041000000090200002900000020032000390000000202300367000000000202043b0000000001120170000000960000613d000900000003001d000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000101043b000002880200004100000000002004390000026901100197000800000001001d00000004001004430000000001000414000002670210009c0000026701008041000000c00110021000000289011001c70000800202000039099509900000040f00000001022001900000073b0000613d000000000101043b000000000101004b000006210000613d000000400300043d0000002401300039000000400200003900000000002104350000029a01000041000000000013043500000004013000390000000b02000029000000000021043500000044013000390000000a0400002900000000004104350000001f0240018f000b00000003001d0000006401300039000000090300002900000002033003670000000504400272000006bd0000613d00000005054002100000000005510019000000000603034f0000000007010019000000006806043c0000000007870436000000000857004b000006b90000c13d000000000502004b000006cc0000613d0000000504400210000000000343034f00000000044100190000000302200210000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002404350000000a01100029000000000001043500000000010004140000000802000029000000040220008c000006ec0000613d0000000a020000290000001f02200039000002ba022001970000029b0320009c0000029b0200804100000060022002100000000b04000029000002670340009c000002670300004100000000030440190000004003300210000000000232019f000002670310009c0000026701008041000000c001100210000000000112019f0000029c0110004100000008020000290995098b0000040f00000000030100190000006003300270000102670030019d0000026703300197000300000001035500000001022001900000081e0000613d0000000b01000029000002940110009c000007890000213d0000000b01000029000000400010043f0000000001000019000009960001042e000000400200043d0000001f0430018f00000005053002720000000505500210000006ff0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000006fb0000c13d000000000604004b000006080000613d000005fc0000013d000002ae03000041000000800030043f000000840020043f0000004002000039000000a40020043f0000001f0280018f000000c40080043f00000005038002720000000503300210000007130000613d000000e404000039000000e405300039000000000601034f000000006706043c0000000004740436000000000754004b0000070f0000c13d000000000402004b000007210000613d000000000131034f0000000302200210000000e403300039000000000403043300000000042401cf000000000424022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000141019f0000000000130435000000e4018000390000000000010435000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000201043b00000000010004140000026902200197000000040320008c000007d10000c13d0000000103000031000000200130008c00000020040000390000000004034019000007ff0000013d000000000001042f0000009702000039000000000302041a0000028404300197000000000454019f000000000042041b0000002002100039000000000052043500000269023001970000000000210435000002670210009c000002670100804100000040011002100000000002000414000002670320009c0000026702008041000000c002200210000000000112019f0000028e011001c70000800d0200003900000001030000390000028f040000410995098b0000040f0000000101200190000006210000613d0000000a0100006b000001430000c13d0000ff010100008a000000090110017f000000000010041b000000400100043d00000001030000390000000000310435000002670210009c000002670100804100000040011002100000000002000414000002670420009c0000026702008041000000c002200210000000000112019f0000026e011001c70000800d020000390000026f040000410000061e0000013d0000000a04000029000002670340009c000002670400804100000040034002100000000905000029000002670450009c00000267050080410000006004500210000000000334019f000002670410009c0000026701008041000000c001100210000000000131019f0995098b0000040f000000010220018f00030000000103550000006001100270000102670010019d0000026703100197000000000103004b000007870000c13d0000006001000039000000000202004b0000078f0000c13d000000400100043d0000004402100039000002b603000041000000000032043500000024021000390000000b03000039000001310000013d000002940130009c000007990000a13d000002b90100004100000000001004350000004101000039000000040010043f000002ac0100004100000997000104300000000b03000029000002670230009c000002670300804100000040023002100000000001010433000002670310009c00000267010080410000006001100210000000000121019f000009960001042e0000001f01300039000002ba011001970000003f01100039000002ba04100197000000400100043d0000000004410019000000000514004b00000000050000190000000105004039000002940640009c000007890000213d0000000105500190000007890000c13d000000400040043f0000001f0430018f0000000005310436000b00000005001d00000003050003670000000503300272000007b50000613d00000005063002100000000b080000290000000006680019000000000705034f000000007907043c0000000008980436000000000968004b000007b10000c13d000000000604004b0000077e0000613d0000000503300210000000000535034f0000000b033000290000000304400210000000000603043300000000064601cf000000000646022f000000000505043b0000010004400089000000000545022f00000000044501cf000000000464019f00000000004304350000077e0000013d0000026c01000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f000002a301000041000000c40010043f000002a401000041000000e40010043f000002a20100004100000997000104300000000b030000290000001f03300039000002ba03300197000002670410009c0000026701008041000000c0011002100000029b0430009c0000029b030080410000006003300210000000000113019f000002af011000410995098b0000040f000000000301001900000060033002700000026703300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000007ec0000613d0000008007000039000000000801034f000000008908043c0000000007970436000000a00970008c000007e80000c13d000000000705004b000007fb0000613d0000000506600210000000000761034f00000003055002100000008006600039000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000100000003001f000300000001035500000001022001900000080f0000613d0000001f01400039000000600110018f00000080011001bf000000400010043f000000200230008c000006210000413d000000800200043d000000000302004b0000000003000019000000010300c039000000000332004b000006210000c13d00000000002104350000004001100210000002b0011001c7000009960001042e000000400200043d0000001f0430018f000000050530027200000005055002100000081b0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000008170000c13d000000000604004b000005fc0000c13d000006080000013d000000400200043d0000001f0430018f000000050530027200000005055002100000082a0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000008260000c13d000000000604004b000006080000613d000005fc0000013d0003000000000002000000000201041a000000010320019000000001042002700000007f0640018f000000000604c0190000001f0460008c00000000040000190000000104002039000000000443004b0000086d0000c13d000000400500043d0000000004650436000000000303004b000008580000613d000100000004001d000300000006001d000200000005001d00000000001004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f0000000102200190000008790000613d0000000306000029000000000206004b0000085e0000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000361004b000008500000413d000008600000013d000002bb012001970000000000140435000000000106004b00000020010000390000000001006019000008600000013d000000000100001900000002050000290000003f01100039000002ba021001970000000001520019000000000221004b00000000020000190000000102004039000002940310009c000008730000213d0000000102200190000008730000c13d000000400010043f0000000001050019000000000001042d000002b90100004100000000001004350000002201000039000000040010043f000002ac010000410000099700010430000002b90100004100000000001004350000004101000039000000040010043f000002ac0100004100000997000104300000000001000019000009970001043000000000430104340000000001320436000000000203004b000008870000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000532004b000008800000413d000000000231001900000000000204350000001f02300039000002ba022001970000000001210019000000000001042d000300000000000200000000080100190000009701000039000000000201041a000000400a00043d0000002401a0003900000040030000390000000000310435000002b501000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a000390000026902200197000000000503004b000008a90000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000635004b000008a20000413d000000000431001900000000000404350000000004000414000000040520008c000008b30000c13d0000000103000031000000200130008c00000020040000390000000004034019000008ed0000013d000100000008001d0000001f03300039000002ba033001970000000003a300490000000001130019000002670310009c000002670100804100000060011002100000026703a0009c000002670300004100000000030a40190000004003300210000000000131019f000002670340009c0000026704008041000000c003400210000000000131019f00030000000a001d00020000000b001d099509900000040f000000020b000029000000030a000029000000000301001900000060033002700000026703300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000008d80000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000008d40000c13d000000000705004b000008e70000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000100000003001f000300000001035500000001022001900000000009000411000009230000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000114004b00000000010000190000000101004039000002940240009c000009050000213d0000000101100190000009050000c13d000000400040043f0000001f0130008c000009030000a13d00000000010a0433000000000201004b0000000002000019000000010200c039000000000221004b000009030000c13d000000000101004b0000090b0000613d000000000001042d00000000010000190000099700010430000002b90100004100000000001004350000004101000039000000040010043f000002ac010000410000099700010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000002b70100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d0995087b0000040f00000003030000290000000001310049000002670210009c0000026701008041000002670230009c000002670300804100000060011002100000004002300210000000000121019f0000099700010430000000400200043d0000001f0430018f000000050530027200000005055002100000092f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b0000092b0000c13d000000000604004b0000093d0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000002670320009c00000267020080410000004002200210000000000112019f00000997000104300000006502000039000000000302041a0000028403300197000000000032041b00000269061001970000003301000039000000000201041a0000028403200197000000000363019f000000000031041b00000000010004140000026905200197000002670210009c0000026701008041000000c00110021000000285011001c70000800d0200003900000003030000390000028d040000410995098b0000040f00000001012001900000095a0000613d000000000001042d00000000010000190000099700010430000000000001042f000002670310009c00000267010080410000004001100210000002670320009c00000267020080410000006002200210000000000112019f0000000002000414000002670320009c0000026702008041000000c002200210000000000112019f00000285011001c70000801002000039099509900000040f0000000102200190000009700000613d000000000101043b000000000001042d0000000001000019000009970001043000000000050100190000000000200439000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000231004b000009750000413d000002670130009c000002670300804100000060013002100000000002000414000002670320009c0000026702008041000000c002200210000000000112019f000002bd011001c70000000002050019099509900000040f00000001022001900000098a0000613d000000000101043b000000000001042d000000000001042f0000098e002104210000000102000039000000000001042d0000000002000019000000000001042d00000993002104230000000102000039000000000001042d0000000002000019000000000001042d0000099500000432000009960001042e0000099700010430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000079ba509600000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000c4d66de80000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000a6c3d165000000000000000000000000000000000000000000000000000000003d8b38f5000000000000000000000000000000000000000000000000000000004bb7453d000000000000000000000000000000000000000000000000000000004bb7453e00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000003d8b38f6000000000000000000000000000000000000000000000000000000003f90b540000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000000000000000000000180d295c0000000000000000000000000000000000000000000000000000000027a020efffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069000000000000000000000000000000000000000000000000ffffffffffffffff7365745472757374656452656d6f7465416464726573732875696e7431362c627974657329000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000a6c3d1650000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffff9b00000000000000000000000000000000000000640000000000000000000000008579befe000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000436861696e4964206d757374206e6f74206265207a65726f00000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000496e70757420617272617973206d7573742068617665207468652073616d65206c656e67746800000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000ffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffff9f02000000000000000000000000000000000000600000000000000000000000009d424e54f4d851aabd288f6cc4946e5726d6b5c0e66ea4ef159a3c40bcc470fa7472616e736665724272696467654f776e657273686970286164647265737329f2fde38b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000000000000100000000000000003d8b38f60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000008000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000400000080000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572020000000000000000000000000000000000004000000080000000000000000018c5e8ab0000000000000000000000000000000000000000000000000000000063616c6c206661696c65640000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000046756e6374696f6e206e6f7420666f756e6400000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0200000200000000000000000000000000000000000000000000000000000000550770d4d5654e5059a135b06527d8efb34061a0eb9b02dc3fb144515359813b",
  "deployedBytecode": "0x0004000000000002000f00000000000200000000030100190000006004300270000002670340019700030000003103550002000000010355000002670040019d00000001022001900000006e0000c13d0000008005000039000000400050043f000000040230008c000001670000413d000000000201043b000000e002200270000002710420009c0000009e0000213d0000027b0420009c000000ea0000a13d0000027c0420009c0000013c0000213d0000027f0420009c000001d00000613d000002800220009c000001670000c13d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b000b02690010019b000002690110009c000006210000213d000000c001000039000000400010043f0000002001000039000000800010043f000002aa01000041000000a00010043f00000080010000390995088d0000040f000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000101043b000002880200004100000000002004390000026901100197000a00000001001d00000004001004430000000001000414000002670210009c0000026701008041000000c00110021000000289011001c70000800202000039099509900000040f00000001022001900000073b0000613d000000000101043b000000000101004b000006210000613d000000400400043d000002ab01000041000000000014043500000004014000390000000b02000029000000000021043500000000010004140000000a02000029000000040320008c000000690000613d000002670340009c00000267030000410000000003044019000b00000004001d0000004004300210000002670310009c0000026701008041000000c001100210000000000141019f000002ac011001c70995098b0000040f0000000b0400002900000000030100190000006003300270000102670030019d000002670330019700030000000103550000000102200190000006f30000613d000002ad0140009c000007890000813d000000400040043f0000000001000019000009960001042e0000000002000416000000000202004b000006210000c13d0000001f023000390000026802200197000000a002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000800000613d000000a005000039000000a006400039000000000701034f000000007807043c0000000005850436000000000865004b0000007c0000c13d000000000502004b0000008e0000613d000000000141034f0000000302200210000000a004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000200130008c000006210000413d000000a00200043d0000026901200197000002690220009c000006210000213d000000000201004b000001ac0000c13d000000400100043d0000029d020000410000000000210435000002670210009c000002670100804100000040011002100000029e011001c70000099700010430000002720420009c000000fe0000a13d000002730420009c000001450000213d000002760420009c000001f60000613d000002770220009c000001670000c13d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b000b02690010019b000002690110009c000006210000213d00000000040004150000000d0440008a0000000504400210000000000300041a0000ff0002300190000005580000c13d00000000040004150000000c0440008a0000000504400210000000ff01300190000005580000c13d0000028c0130019700000101011001bf0000000002000019000000000010041b0000ff00011001900000057c0000613d000a00000002001d0000006501000039000000000201041a0000028402200197000000000021041b000000000100041100000269061001970000003301000039000000000201041a0000028403200197000000000363019f000000000031041b00000000010004140000026905200197000002670210009c0000026701008041000000c00110021000000285011001c70000800d0200003900000003030000390000028d040000410995098b0000040f0000000101200190000006210000613d000000000200041a0000ff00012001900000057c0000613d000900000002001d000000400100043d0000000b05000029000000000205004b0000073c0000c13d00000064021000390000029003000041000000000032043500000044021000390000029103000041000000000032043500000024021000390000002503000039000005180000013d000002810420009c000001fb0000613d000002820420009c000002190000613d000002830220009c000001670000c13d0000000001000416000000000101004b000006210000c13d0000000001000412000f00000001001d000e00000000001d0000800501000039000000440300003900000000040004150000000f0440008a00000005044002100000029802000041099509720000040f000004e70000013d000002780420009c000002380000613d000002790420009c000002440000613d0000027a0220009c000001670000c13d000000440230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000402100370000000000202043b000b00000002001d0000ffff0220008c000006210000213d0000002402100370000000000202043b000002940420009c000006210000213d0000002304200039000000000434004b000006210000813d000900040020003d0000000901100360000000000101043b000a00000001001d000002940110009c000006210000213d0000000a012000290000002401100039000000000131004b000006210000213d000000e001000039000000400010043f0000002501000039000000800010043f0000029501000041000000a00010043f0000029601000041000000c00010043f00000080010000390995088d0000040f0000000b0100006b000006750000c13d000000400100043d00000044021000390000029f0300004100000000003204350000002402100039000000180300003900000000003204350000026c020000410000000000210435000000040210003900000020030000390000000000320435000002670210009c000002670100804100000040011002100000029c011001c700000997000104300000027d0420009c000002490000613d0000027e0220009c000001670000c13d0000000001000416000000000101004b000006210000c13d0000000001000019000009960001042e000002740420009c000004e20000613d000002750220009c000001670000c13d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b0000026906100197000002690110009c000006210000213d0000003301000039000000000101041a00000269051001970000000001000411000000000115004b000005430000c13d0000006501000039000000000201041a0000028402200197000000000262019f000000000021041b0000000001000414000002670210009c0000026701008041000000c00110021000000285011001c70000800d02000039000000030300003900000286040000410000061e0000013d000b00000005001d0000000002000416000000000202004b000006210000c13d000000000101043b000002a6011001970000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b000000000201041a000000010320019000000001042002700000007f0540018f000000000504c0190000001f0450008c00000000040000190000000104002039000000000442013f00000001044001900000018b0000613d000002b90100004100000000001004350000002201000039000000040010043f000002ac010000410000099700010430000000400800043d0000000009580436000000000303004b000004eb0000613d000800000005001d000900000009001d000a00000008001d00000000001004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f0000000102200190000006210000613d0000000805000029000000000205004b00000000020000190000000a080000290000000909000029000004f00000613d000000000101043b00000000020000190000000003290019000000000401041a000000000043043500000001011000390000002002200039000000000352004b000001a40000413d000004f00000013d000000800010043f000000000200041a0000ff00032001900000050f0000c13d000000ff0320018f000000ff0330008c000001c80000613d000000ff012001bf000000000010041b000000ff01000039000000400200043d0000000000120435000002670120009c000002670200804100000040012002100000000002000414000002670320009c0000026702008041000000c002200210000000000112019f0000026e011001c70000800d0200003900000001030000390000026f040000410995098b0000040f0000000101200190000006210000613d000000800100043d0000000102000039000001400000044300000160001004430000002001000039000001000010044300000120002004430000027001000041000009960001042e000000440230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000402100370000000000202043b0000ffff0420008c000006210000213d0000002404100370000000000504043b000002940450009c000006210000213d0000002304500039000000000434004b000006210000813d0000000404500039000000000641034f000000000606043b000b00000006001d000002940660009c000006210000213d0000000b055000290000002405500039000000000335004b000006210000213d000000000302004b000006660000c13d0000026c01000041000000800010043f0000002001000039000000840010043f0000001801000039000000a40010043f0000029f01000041000000c40010043f000002af0100004100000997000104300000000001000416000000000101004b000006210000c13d0000009701000039000004e60000013d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000201043b0000026901200197000002690220009c000006210000213d0000003302000039000000000202041a00000269022001970000000003000411000000000232004b000005430000c13d000000000201004b0000060e0000c13d0000026c01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000029101000041000000c40010043f0000029001000041000000e40010043f000002a2010000410000099700010430000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b000002b202100198000006210000c13d0000000000100435000000c901000039000000200010043f000000400200003900000000010000190995095d0000040f0995082d0000040f0000002002000039000000400300043d000b00000003001d00000000022304360995087b0000040f0000000b030000290000000001310049000002670210009c00000267010080410000006001100210000002670230009c00000267030080410000004002300210000000000121019f000009960001042e0000000001000416000000000101004b000006210000c13d0000006501000039000000000101041a00000269021001970000000001000411000000000212004b0000054c0000c13d099509430000040f0000000001000019000009960001042e0000000001000416000000000101004b000006210000c13d0000003301000039000004e60000013d000000440230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000402100370000000000202043b000800000002001d000002940220009c000006210000213d00000008020000290000002302200039000000000232004b000006210000813d00000008020000290000000402200039000000000221034f000000000202043b000002940420009c000006210000213d0000000804000029000a00240040003d00000005042002100000000a04400029000000000434004b000006210000213d0000002404100370000000000404043b000002940540009c000006210000213d0000002305400039000000000535004b000006210000813d0000000405400039000000000151034f000000000101043b000500000001001d000002940110009c000006210000213d000400240040003d000000050100002900000005011002100000000401100029000000000131004b000006210000213d0000003301000039000000000101041a00000269011001970000000003000411000000000131004b000005430000c13d000000050120006c000007c50000c13d000000050100006b000001430000613d000b00000000001d0000029f0000013d0000000003130019000000000003043500000000000404350000001f01100039000002ba01100197000002a70310009c000002a7010080410000006001100210000002670320009c00000267020080410000004002200210000000000121019f0000000002000414000002670320009c0000026702008041000000c002200210000000000121019f000002a8011000410000800d020000390000000103000039000002a9040000410995098b0000040f0000000101200190000006210000613d0000000b020000290000000102200039000b00000002001d000000050120006c000001430000813d0000000b010000290000000502100210000900000002001d0007000a0020002d00000002020003670000000701200360000000000101043b0000000004000031000000080340006a000000430330008a000002a505300197000002a506100197000000000756013f000000000556004b0000000005000019000002a505004041000000000331004b0000000003000019000002a503008041000002a50670009c000000000503c019000000000305004b000006210000c13d0000000a03100029000000000132034f000000000101043b000002940510009c000006210000213d00000000051400490000002006300039000002a503500197000002a507600197000000000837013f000000000337004b0000000003000019000002a503004041000000000556004b0000000005000019000002a505002041000002a50780009c000000000305c019000000000303004b000006210000c13d0000001f03100039000002ba033001970000003f03300039000002ba05300197000000400300043d0000000005530019000000000735004b00000000070000190000000107004039000002940850009c000007890000213d0000000107700190000007890000c13d000000400050043f00000000051304360000000007610019000000000447004b000006210000213d000000000262034f00000005041002720000000504400210000002e70000613d0000000006450019000000000702034f0000000008050019000000007907043c0000000008980436000000000968004b000002e30000c13d0000001f06100190000002f50000613d000000000242034f00000000044500190000000306600210000000000704043300000000076701cf000000000767022f000000000202043b0000010006600089000000000262022f00000000026201cf000000000272019f000000000024043500000000011500190000000000010435000002670150009c000002670500804100000040015002100000000002030433000002670320009c00000267020080410000006002200210000000000112019f0000000002000414000002670320009c0000026702008041000000c002200210000000000112019f00000285011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b000002a601100197000600000001001d0000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b000000000201041a000000010320019000000001042002700000007f0640018f000000000604c0190000001f0460008c00000000040000190000000104002039000000000443004b000001850000c13d000000400500043d0000000004650436000000000303004b000003430000613d000100000004001d000200000006001d00000000001004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039000300000005001d099509900000040f00000003050000290000000102200190000006210000613d0000000206000029000000000206004b000003490000613d000000000201043b000000000100001900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000361004b0000033b0000413d0000034a0000013d000002bb012001970000000000140435000000000106004b000000200100003900000000010060190000034a0000013d00000000010000190000003f01100039000002ba021001970000000001520019000000000221004b00000000020000190000000102004039000002940310009c000007890000213d0000000102200190000007890000c13d000000400010043f000000090200002900000004022000290000000201000367000000000221034f000000000202043b000000000302004b0000000003000019000000010300c039000000000332004b000006210000c13d0000000003050433000000000202004b000003f00000613d000000000203004b0000029a0000c13d0000000702100360000000000302043b0000000002000031000000080420006a000000430440008a000002a505400197000002a506300197000000000756013f000000000556004b0000000005000019000002a505004041000000000443004b0000000004000019000002a504008041000002a50670009c000000000504c019000000000405004b000006210000c13d0000000a03300029000000000131034f000000000501043b000002940150009c000006210000213d00000000015200490000002006300039000002a502100197000002a503600197000000000423013f000000000223004b0000000002000019000002a502004041000300000006001d000000000116004b0000000001000019000002a501002041000002a50340009c000000000201c019000000000102004b000006210000c13d00000006010000290000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039000900000005001d099509900000040f00000009040000290000000102200190000006210000613d000000000801043b000000000108041a000000010210019000000001021002700000007f0320018f000000000302c0190000001f0230008c00000000020000190000000102002039000000000121013f0000000101100190000001850000c13d000000200130008c000600000008001d000003c60000413d000200000003001d00000000008004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f00000009040000290000000102200190000006210000613d0000001f024000390000000502200270000000200340008c0000000002004019000000000301043b00000002010000290000001f01100039000000050110027000000000011300190000000002230019000000000312004b0000000608000029000003c60000813d000000000002041b0000000102200039000000000312004b000003c20000413d0000001f0140008c000004720000a13d00000000008004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f00000009060000290000000102200190000006210000613d000002ba02600198000000000101043b000004780000613d00000002040003670000000003000019000000030700002900000006080000290000000005730019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000523004b000003da0000413d000000000262004b000003ed0000813d0000000302600210000000f80220018f000002bc0220027f000002bc0220016700000000037300190000000203300367000000000303043b000000000223016f000000000021041b000000010160021000000001011001bf000004850000013d000000000103004b0000029a0000613d00000006010000290000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000301043b000000000103041a000000010210019000000001021002700000007f0420018f000000000402c0190000001f0240008c00000000020000190000000102002039000000000121013f0000000101100190000001850000c13d000000000104004b0000042b0000613d0000001f0140008c0000042a0000a13d000600000004001d000900000003001d00000000003004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b00000006020000290000001f02200039000000050220027000000000022100190000000103100039000000000423004b000004270000813d000000000003041b0000000103300039000000000423004b000004230000413d0000000902000029000000000002041b0000000003010019000000000003041b00000002030003670000000701300360000000000101043b0000000002000031000000080420006a000000430440008a000002a505400197000002a506100197000000000756013f000000000556004b0000000005000019000002a505004041000000000441004b0000000004000019000002a504008041000002a50670009c000000000504c019000000000405004b000006210000c13d0000000a04100029000000000143034f000000000101043b000002940510009c000006210000213d00000000021200490000002005400039000002a504200197000002a506500197000000000746013f000000000446004b0000000004000019000002a504004041000000000225004b0000000002000019000002a502002041000002a50670009c000000000402c019000000000204004b000006210000c13d000000400200043d0000004004000039000000000442043600000040062000390000000000160435000000000553034f000000600320003900000005061002720000000506600210000004630000613d0000000007630019000000000805034f0000000009030019000000008a08043c0000000009a90436000000000a79004b0000045f0000c13d0000001f07100190000002820000613d000000000565034f00000000066300190000000307700210000000000806043300000000087801cf000000000878022f000000000505043b0000010007700089000000000575022f00000000057501cf000000000585019f0000000000560435000002820000013d000000000104004b00000003010000290000047e0000613d0000000201100367000000000101043b0000047f0000013d000000000300001900000003070000290000000608000029000000000262004b000003e40000413d000003ed0000013d00000000010000190000000302400210000002bc0220027f000002bc02200167000000000121016f0000000102400210000000000121019f000000000018041b00000002030003670000000701300360000000000101043b0000000002000031000000080420006a000000430440008a000002a505400197000002a506100197000000000756013f000000000556004b0000000005000019000002a505004041000000000441004b0000000004000019000002a504008041000002a50670009c000000000504c019000000000405004b000006210000c13d0000000a04100029000000000143034f000000000101043b000002940510009c000006210000213d00000000021200490000002005400039000002a504200197000002a506500197000000000746013f000000000446004b0000000004000019000002a504004041000000000225004b0000000002000019000002a502002041000002a50670009c000000000402c019000000000204004b000006210000c13d000000400200043d0000004004000039000000000442043600000040062000390000000000160435000000000553034f000000600320003900000005061002720000000506600210000004be0000613d0000000007630019000000000805034f0000000009030019000000008a08043c0000000009a90436000000000a79004b000004ba0000c13d0000001f07100190000004cc0000613d000000000565034f00000000066300190000000307700210000000000806043300000000087801cf000000000878022f000000000505043b0000010007700089000000000575022f00000000057501cf000000000585019f000000000056043500000000031300190000000000030435000000010500003900000000005404350000001f01100039000002ba01100197000002a70310009c000002a7010080410000006001100210000002670320009c00000267020080410000004002200210000000000121019f0000000002000414000002670320009c0000026702008041000000c002200210000000000121019f000002a8011000410000800d020000390000000003050019000002960000013d0000000001000416000000000101004b000006210000c13d0000006501000039000000000101041a0000026901100197000000800010043f0000028701000041000009960001042e000002bb012001970000000000190435000000000105004b000000200200003900000000020060190000003f01200039000000200700008a000000000171016f000000000a81001900000000011a004b000000000100001900000001010040390000029402a0009c000007890000213d0000000101100190000007890000c13d0000004401a000390000002402a000390000004000a0043f0000000403a000390000000004080433000000000404004b000005230000c13d0000026c0400004100000000004a04350000002004000039000000000043043500000012030000390000000000320435000002b80200004100000000002104350000026701a0009c000002670a0080410000004001a002100000029c011001c70000099700010430000000400100043d00000064021000390000026a03000041000000000032043500000044021000390000026b0300004100000000003204350000002402100039000000270300003900000000003204350000026c020000410000000000210435000000040210003900000020030000390000000000320435000002670210009c000002670100804100000040011002100000026d011001c700000997000104300000009704000039000000000404041a000002b505000041000000000b5a04360000000005000411000000000053043500000040030000390000000000320435000000000308043300000000003104350000006401a000390000026902400197000000000403004b000005390000613d000000000400001900000000051400190000000006490019000000000606043300000000006504350000002004400039000000000534004b000005320000413d000000000431001900000000000404350000000004000414000000040520008c000005860000c13d0000000103000031000000200130008c00000020040000390000000004034019000005bf0000013d0000026c01000041000000800010043f0000002001000039000000840010043f000000a40010043f000002b301000041000000c40010043f000002af0100004100000997000104300000026c01000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000002a001000041000000c40010043f000002a101000041000000e40010043f000002a2010000410000099700010430000a00000004001d000800000002001d000900000003001d00000288010000410000000000100439000000000100041000000004001004430000000001000414000002670210009c0000026701008041000000c00110021000000289011001c70000800202000039099509900000040f00000001022001900000073b0000613d000000000101043b000000000101004b000006230000c13d0000000903000029000000ff0130018f000000010110008c000000000100001900000001010060390000000a020000290000000502200270000000000201001f000006260000c13d000000080100006b000000bb0000613d000002bb01300197000000010200003900000001011001bf000000000010041b0000ff0001100190000000c10000c13d000000400100043d00000064021000390000029203000041000000000032043500000044021000390000029303000041000000000032043500000024021000390000002b03000039000005180000013d000a00000008001d0000001f03300039000000000373016f0000000003a300490000000001130019000002670310009c000002670100804100000060011002100000026703a0009c000002670300004100000000030a40190000004003300210000000000131019f000002670340009c0000026704008041000000c003400210000000000131019f00090000000a001d00080000000b001d099509900000040f000000080b000029000000090a000029000000000301001900000060033002700000026703300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000005ab0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000005a70000c13d000000000705004b000005ba0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000100000003001f000300000001035500000001022001900000000a08000029000005ee0000613d0000001f01400039000000600110018f0000000004a10019000000000114004b00000000010000190000000101004039000002940240009c000007890000213d0000000101100190000007890000c13d0000000001080019000a00000004001d000000400040043f000000200230008c000006210000413d00000000030a0433000000000203004b0000000002000019000000010200c039000000000223004b000006210000c13d000000000203004b000006300000c13d0000000a04000029000000440340003900000060020000390000000000230435000000240340003900000000020004100000000000230435000002b702000041000000000024043500000004024000390000000003000411000000000032043500000064024000390995087b0000040f0000000a030000290000000001310049000002670210009c0000026701008041000002670230009c000002670300804100000060011002100000004002300210000000000121019f0000099700010430000000400200043d0000001f0430018f00000005053002720000000505500210000005fa0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000005f60000c13d000000000604004b000006080000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000002670320009c00000267020080410000004002200210000000000112019f00000997000104300000009702000039000000000302041a0000028404300197000000000414019f000000000042041b0000026902300197000000800020043f000000a00010043f0000000001000414000002670210009c0000026701008041000000c001100210000002b4011001c70000800d0200003900000001030000390000028f040000410995098b0000040f0000000101200190000001430000c13d000000000100001900000997000104300000000a010000290000000501100270000000000100001f000000400100043d00000064021000390000028a03000041000000000032043500000044021000390000028b03000041000000000032043500000024021000390000002e03000039000005180000013d000000020100036700000000090000310000001f0290018f00000005039002720000000a080000290000063e0000613d00000005043002100000000004480019000000000501034f0000000006080019000000005705043c0000000006760436000000000746004b0000063a0000c13d000000000402004b0000064d0000613d0000000503300210000000000131034f00000000033800190000000302200210000000000403043300000000042401cf000000000424022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000141019f0000000000130435000900000009001d00000000018900190000000000010435000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000201043b00000000010004140000026902200197000000040320008c000007680000c13d000000010200003900000001030000310000077b0000013d0000000b080000290000000303800210000000a003300089000002970330021f000000140580008c00000297030080410000002004400039000000000141034f000000000401043b0000000003340170000007020000c13d0000029d01000041000000800010043f000002b10100004100000997000104300000000a030000290000000301300210000000a001100089000002970110021f000000140230008c0000029701008041000000090200002900000020032000390000000202300367000000000202043b0000000001120170000000960000613d000900000003001d000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000101043b000002880200004100000000002004390000026901100197000800000001001d00000004001004430000000001000414000002670210009c0000026701008041000000c00110021000000289011001c70000800202000039099509900000040f00000001022001900000073b0000613d000000000101043b000000000101004b000006210000613d000000400300043d0000002401300039000000400200003900000000002104350000029a01000041000000000013043500000004013000390000000b02000029000000000021043500000044013000390000000a0400002900000000004104350000001f0240018f000b00000003001d0000006401300039000000090300002900000002033003670000000504400272000006bd0000613d00000005054002100000000005510019000000000603034f0000000007010019000000006806043c0000000007870436000000000857004b000006b90000c13d000000000502004b000006cc0000613d0000000504400210000000000343034f00000000044100190000000302200210000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002404350000000a01100029000000000001043500000000010004140000000802000029000000040220008c000006ec0000613d0000000a020000290000001f02200039000002ba022001970000029b0320009c0000029b0200804100000060022002100000000b04000029000002670340009c000002670300004100000000030440190000004003300210000000000232019f000002670310009c0000026701008041000000c001100210000000000112019f0000029c0110004100000008020000290995098b0000040f00000000030100190000006003300270000102670030019d0000026703300197000300000001035500000001022001900000081e0000613d0000000b01000029000002940110009c000007890000213d0000000b01000029000000400010043f0000000001000019000009960001042e000000400200043d0000001f0430018f00000005053002720000000505500210000006ff0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000006fb0000c13d000000000604004b000006080000613d000005fc0000013d000002ae03000041000000800030043f000000840020043f0000004002000039000000a40020043f0000001f0280018f000000c40080043f00000005038002720000000503300210000007130000613d000000e404000039000000e405300039000000000601034f000000006706043c0000000004740436000000000754004b0000070f0000c13d000000000402004b000007210000613d000000000131034f0000000302200210000000e403300039000000000403043300000000042401cf000000000424022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000141019f0000000000130435000000e4018000390000000000010435000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000201043b00000000010004140000026902200197000000040320008c000007d10000c13d0000000103000031000000200130008c00000020040000390000000004034019000007ff0000013d000000000001042f0000009702000039000000000302041a0000028404300197000000000454019f000000000042041b0000002002100039000000000052043500000269023001970000000000210435000002670210009c000002670100804100000040011002100000000002000414000002670320009c0000026702008041000000c002200210000000000112019f0000028e011001c70000800d0200003900000001030000390000028f040000410995098b0000040f0000000101200190000006210000613d0000000a0100006b000001430000c13d0000ff010100008a000000090110017f000000000010041b000000400100043d00000001030000390000000000310435000002670210009c000002670100804100000040011002100000000002000414000002670420009c0000026702008041000000c002200210000000000112019f0000026e011001c70000800d020000390000026f040000410000061e0000013d0000000a04000029000002670340009c000002670400804100000040034002100000000905000029000002670450009c00000267050080410000006004500210000000000334019f000002670410009c0000026701008041000000c001100210000000000131019f0995098b0000040f000000010220018f00030000000103550000006001100270000102670010019d0000026703100197000000000103004b000007870000c13d0000006001000039000000000202004b0000078f0000c13d000000400100043d0000004402100039000002b603000041000000000032043500000024021000390000000b03000039000001310000013d000002940130009c000007990000a13d000002b90100004100000000001004350000004101000039000000040010043f000002ac0100004100000997000104300000000b03000029000002670230009c000002670300804100000040023002100000000001010433000002670310009c00000267010080410000006001100210000000000121019f000009960001042e0000001f01300039000002ba011001970000003f01100039000002ba04100197000000400100043d0000000004410019000000000514004b00000000050000190000000105004039000002940640009c000007890000213d0000000105500190000007890000c13d000000400040043f0000001f0430018f0000000005310436000b00000005001d00000003050003670000000503300272000007b50000613d00000005063002100000000b080000290000000006680019000000000705034f000000007907043c0000000008980436000000000968004b000007b10000c13d000000000604004b0000077e0000613d0000000503300210000000000535034f0000000b033000290000000304400210000000000603043300000000064601cf000000000646022f000000000505043b0000010004400089000000000545022f00000000044501cf000000000464019f00000000004304350000077e0000013d0000026c01000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f000002a301000041000000c40010043f000002a401000041000000e40010043f000002a20100004100000997000104300000000b030000290000001f03300039000002ba03300197000002670410009c0000026701008041000000c0011002100000029b0430009c0000029b030080410000006003300210000000000113019f000002af011000410995098b0000040f000000000301001900000060033002700000026703300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000007ec0000613d0000008007000039000000000801034f000000008908043c0000000007970436000000a00970008c000007e80000c13d000000000705004b000007fb0000613d0000000506600210000000000761034f00000003055002100000008006600039000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000100000003001f000300000001035500000001022001900000080f0000613d0000001f01400039000000600110018f00000080011001bf000000400010043f000000200230008c000006210000413d000000800200043d000000000302004b0000000003000019000000010300c039000000000332004b000006210000c13d00000000002104350000004001100210000002b0011001c7000009960001042e000000400200043d0000001f0430018f000000050530027200000005055002100000081b0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000008170000c13d000000000604004b000005fc0000c13d000006080000013d000000400200043d0000001f0430018f000000050530027200000005055002100000082a0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000008260000c13d000000000604004b000006080000613d000005fc0000013d0003000000000002000000000201041a000000010320019000000001042002700000007f0640018f000000000604c0190000001f0460008c00000000040000190000000104002039000000000443004b0000086d0000c13d000000400500043d0000000004650436000000000303004b000008580000613d000100000004001d000300000006001d000200000005001d00000000001004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f0000000102200190000008790000613d0000000306000029000000000206004b0000085e0000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000361004b000008500000413d000008600000013d000002bb012001970000000000140435000000000106004b00000020010000390000000001006019000008600000013d000000000100001900000002050000290000003f01100039000002ba021001970000000001520019000000000221004b00000000020000190000000102004039000002940310009c000008730000213d0000000102200190000008730000c13d000000400010043f0000000001050019000000000001042d000002b90100004100000000001004350000002201000039000000040010043f000002ac010000410000099700010430000002b90100004100000000001004350000004101000039000000040010043f000002ac0100004100000997000104300000000001000019000009970001043000000000430104340000000001320436000000000203004b000008870000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000532004b000008800000413d000000000231001900000000000204350000001f02300039000002ba022001970000000001210019000000000001042d000300000000000200000000080100190000009701000039000000000201041a000000400a00043d0000002401a0003900000040030000390000000000310435000002b501000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a000390000026902200197000000000503004b000008a90000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000635004b000008a20000413d000000000431001900000000000404350000000004000414000000040520008c000008b30000c13d0000000103000031000000200130008c00000020040000390000000004034019000008ed0000013d000100000008001d0000001f03300039000002ba033001970000000003a300490000000001130019000002670310009c000002670100804100000060011002100000026703a0009c000002670300004100000000030a40190000004003300210000000000131019f000002670340009c0000026704008041000000c003400210000000000131019f00030000000a001d00020000000b001d099509900000040f000000020b000029000000030a000029000000000301001900000060033002700000026703300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000008d80000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000008d40000c13d000000000705004b000008e70000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000100000003001f000300000001035500000001022001900000000009000411000009230000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000114004b00000000010000190000000101004039000002940240009c000009050000213d0000000101100190000009050000c13d000000400040043f0000001f0130008c000009030000a13d00000000010a0433000000000201004b0000000002000019000000010200c039000000000221004b000009030000c13d000000000101004b0000090b0000613d000000000001042d00000000010000190000099700010430000002b90100004100000000001004350000004101000039000000040010043f000002ac010000410000099700010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000002b70100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d0995087b0000040f00000003030000290000000001310049000002670210009c0000026701008041000002670230009c000002670300804100000060011002100000004002300210000000000121019f0000099700010430000000400200043d0000001f0430018f000000050530027200000005055002100000092f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b0000092b0000c13d000000000604004b0000093d0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000002670320009c00000267020080410000004002200210000000000112019f00000997000104300000006502000039000000000302041a0000028403300197000000000032041b00000269061001970000003301000039000000000201041a0000028403200197000000000363019f000000000031041b00000000010004140000026905200197000002670210009c0000026701008041000000c00110021000000285011001c70000800d0200003900000003030000390000028d040000410995098b0000040f00000001012001900000095a0000613d000000000001042d00000000010000190000099700010430000000000001042f000002670310009c00000267010080410000004001100210000002670320009c00000267020080410000006002200210000000000112019f0000000002000414000002670320009c0000026702008041000000c002200210000000000112019f00000285011001c70000801002000039099509900000040f0000000102200190000009700000613d000000000101043b000000000001042d0000000001000019000009970001043000000000050100190000000000200439000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000231004b000009750000413d000002670130009c000002670300804100000060013002100000000002000414000002670320009c0000026702008041000000c002200210000000000112019f000002bd011001c70000000002050019099509900000040f00000001022001900000098a0000613d000000000101043b000000000001042d000000000001042f0000098e002104210000000102000039000000000001042d0000000002000019000000000001042d00000993002104230000000102000039000000000001042d0000000002000019000000000001042d0000099500000432000009960001042e0000099700010430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000079ba509600000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000c4d66de80000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000a6c3d165000000000000000000000000000000000000000000000000000000003d8b38f5000000000000000000000000000000000000000000000000000000004bb7453d000000000000000000000000000000000000000000000000000000004bb7453e00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000003d8b38f6000000000000000000000000000000000000000000000000000000003f90b540000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000000000000000000000180d295c0000000000000000000000000000000000000000000000000000000027a020efffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069000000000000000000000000000000000000000000000000ffffffffffffffff7365745472757374656452656d6f7465416464726573732875696e7431362c627974657329000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000a6c3d1650000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffff9b00000000000000000000000000000000000000640000000000000000000000008579befe000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000436861696e4964206d757374206e6f74206265207a65726f00000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000496e70757420617272617973206d7573742068617665207468652073616d65206c656e67746800000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000ffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffff9f02000000000000000000000000000000000000600000000000000000000000009d424e54f4d851aabd288f6cc4946e5726d6b5c0e66ea4ef159a3c40bcc470fa7472616e736665724272696467654f776e657273686970286164647265737329f2fde38b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000000000000100000000000000003d8b38f60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000008000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000400000080000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572020000000000000000000000000000000000004000000080000000000000000018c5e8ab0000000000000000000000000000000000000000000000000000000063616c6c206661696c65640000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000046756e6374696f6e206e6f7420666f756e6400000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0200000200000000000000000000000000000000000000000000000000000000550770d4d5654e5059a135b06527d8efb34061a0eb9b02dc3fb144515359813b",
  "devdoc": {
    "author": "Venus",
    "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."
      },
      "constructor": {
        "custom:oz-upgrades-unsafe-allow": "constructor"
      },
      "initialize(address)": {
        "params": {
          "accessControlManager_": "Address of access control manager contract."
        }
      },
      "isTrustedRemote(uint16,bytes)": {
        "custom:error": "ZeroAddressNotAllowed is thrown when remoteAddress_ contract address is zero.",
        "params": {
          "remoteAddress_": "Address of the destination bridge.",
          "remoteChainId_": "Chain Id of the destination chain."
        },
        "returns": {
          "_0": "Bool indicating whether the remote chain is trusted or not."
        }
      },
      "owner()": {
        "details": "Returns the address of the current owner."
      },
      "pendingOwner()": {
        "details": "Returns the address of the pending owner."
      },
      "setAccessControlManager(address)": {
        "custom:access": "Only Governance",
        "custom:event": "Emits NewAccessControlManager event",
        "details": "Admin function to set address of AccessControlManager",
        "params": {
          "accessControlManager_": "The new address of the AccessControlManager"
        }
      },
      "setTrustedRemoteAddress(uint16,bytes)": {
        "custom:access": "Controlled by AccessControlManager.",
        "custom:error": "ZeroAddressNotAllowed is thrown when remoteAddress_ contract address is zero.",
        "params": {
          "remoteAddress_": "Address of the destination bridge.",
          "remoteChainId_": "Chain Id of the destination chain."
        }
      },
      "transferBridgeOwnership(address)": {
        "custom:access": "Controlled by AccessControlManager.",
        "params": {
          "newOwner_": "New owner of the XVS Bridge."
        }
      },
      "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."
      },
      "upsertSignature(string[],bool[])": {
        "custom:access": "Only owner.",
        "custom:event": "Emits FunctionRegistryChanged if bool value of function changes.",
        "params": {
          "active_": "bool value, should be true to add function.",
          "signatures_": "Function signature to be added or removed."
        }
      }
    },
    "stateVariables": {
      "XVSBridge": {
        "custom:oz-upgrades-unsafe-allow": "state-variable-immutable"
      }
    },
    "title": "XVSBridgeAdmin",
    "version": 1
  },
  "userdoc": {
    "errors": {
      "Unauthorized(address,address,string)": [
        {
          "notice": "Thrown when the action is prohibited by AccessControlManager"
        }
      ],
      "ZeroAddressNotAllowed()": [
        {
          "notice": "Thrown if the supplied address is a zero address where it is not allowed"
        }
      ]
    },
    "events": {
      "FunctionRegistryChanged(string,bool)": {
        "notice": "emitted when function registry updated"
      },
      "NewAccessControlManager(address,address)": {
        "notice": "Emitted when access control manager contract address is changed"
      }
    },
    "kind": "user",
    "methods": {
      "accessControlManager()": {
        "notice": "Returns the address of the access control manager contract"
      },
      "functionRegistry(bytes4)": {
        "notice": "A mapping keeps track of function signature associated with function name string."
      },
      "isTrustedRemote(uint16,bytes)": {
        "notice": "Returns true if remote address is trustedRemote corresponds to chainId_."
      },
      "renounceOwnership()": {
        "notice": "Empty implementation of renounce ownership to avoid any mishappening."
      },
      "setAccessControlManager(address)": {
        "notice": "Sets the address of AccessControlManager"
      },
      "setTrustedRemoteAddress(uint16,bytes)": {
        "notice": "Sets trusted remote on particular chain."
      },
      "transferBridgeOwnership(address)": {
        "notice": "This function transfers the ownership of the bridge from this contract to new owner."
      },
      "upsertSignature(string[],bool[])": {
        "notice": "A setter for the registry of functions that are allowed to be executed from proposals."
      }
    },
    "notice": "The XVSBridgeAdmin contract extends a parent contract AccessControlledV8 for access control, and it manages an external contract called XVSProxyOFT. It maintains a registry of function signatures and names, allowing for dynamic function handling i.e checking of access control of interaction with only owner functions.",
    "version": 1
  },
  "storageLayout": {
    "storage": [
      {
        "astId": 4452,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "_initialized",
        "offset": 0,
        "slot": "0",
        "type": "t_uint8"
      },
      {
        "astId": 4455,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "_initializing",
        "offset": 1,
        "slot": "0",
        "type": "t_bool"
      },
      {
        "astId": 4985,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "__gap",
        "offset": 0,
        "slot": "1",
        "type": "t_array(t_uint256)50_storage"
      },
      {
        "astId": 4324,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "_owner",
        "offset": 0,
        "slot": "51",
        "type": "t_address"
      },
      {
        "astId": 4444,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "__gap",
        "offset": 0,
        "slot": "52",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 4233,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "_pendingOwner",
        "offset": 0,
        "slot": "101",
        "type": "t_address"
      },
      {
        "astId": 4312,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "__gap",
        "offset": 0,
        "slot": "102",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 9623,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "_accessControlManager",
        "offset": 0,
        "slot": "151",
        "type": "t_contract(IAccessControlManagerV8)9808"
      },
      {
        "astId": 9628,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "__gap",
        "offset": 0,
        "slot": "152",
        "type": "t_array(t_uint256)49_storage"
      },
      {
        "astId": 11586,
        "contract": "contracts/Bridge/XVSBridgeAdmin.sol:XVSBridgeAdmin",
        "label": "functionRegistry",
        "offset": 0,
        "slot": "201",
        "type": "t_mapping(t_bytes4,t_string_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_bytes4": {
        "encoding": "inplace",
        "label": "bytes4",
        "numberOfBytes": "4"
      },
      "t_contract(IAccessControlManagerV8)9808": {
        "encoding": "inplace",
        "label": "contract IAccessControlManagerV8",
        "numberOfBytes": "20"
      },
      "t_mapping(t_bytes4,t_string_storage)": {
        "encoding": "mapping",
        "key": "t_bytes4",
        "label": "mapping(bytes4 => string)",
        "numberOfBytes": "32",
        "value": "t_string_storage"
      },
      "t_string_storage": {
        "encoding": "bytes",
        "label": "string",
        "numberOfBytes": "32"
      },
      "t_uint256": {
        "encoding": "inplace",
        "label": "uint256",
        "numberOfBytes": "32"
      },
      "t_uint8": {
        "encoding": "inplace",
        "label": "uint8",
        "numberOfBytes": "1"
      }
    }
  },
  "factoryDeps": [
    "0x0004000000000002000f00000000000200000000030100190000006004300270000002670340019700030000003103550002000000010355000002670040019d00000001022001900000006e0000c13d0000008005000039000000400050043f000000040230008c000001670000413d000000000201043b000000e002200270000002710420009c0000009e0000213d0000027b0420009c000000ea0000a13d0000027c0420009c0000013c0000213d0000027f0420009c000001d00000613d000002800220009c000001670000c13d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b000b02690010019b000002690110009c000006210000213d000000c001000039000000400010043f0000002001000039000000800010043f000002aa01000041000000a00010043f00000080010000390995088d0000040f000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000101043b000002880200004100000000002004390000026901100197000a00000001001d00000004001004430000000001000414000002670210009c0000026701008041000000c00110021000000289011001c70000800202000039099509900000040f00000001022001900000073b0000613d000000000101043b000000000101004b000006210000613d000000400400043d000002ab01000041000000000014043500000004014000390000000b02000029000000000021043500000000010004140000000a02000029000000040320008c000000690000613d000002670340009c00000267030000410000000003044019000b00000004001d0000004004300210000002670310009c0000026701008041000000c001100210000000000141019f000002ac011001c70995098b0000040f0000000b0400002900000000030100190000006003300270000102670030019d000002670330019700030000000103550000000102200190000006f30000613d000002ad0140009c000007890000813d000000400040043f0000000001000019000009960001042e0000000002000416000000000202004b000006210000c13d0000001f023000390000026802200197000000a002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000800000613d000000a005000039000000a006400039000000000701034f000000007807043c0000000005850436000000000865004b0000007c0000c13d000000000502004b0000008e0000613d000000000141034f0000000302200210000000a004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000200130008c000006210000413d000000a00200043d0000026901200197000002690220009c000006210000213d000000000201004b000001ac0000c13d000000400100043d0000029d020000410000000000210435000002670210009c000002670100804100000040011002100000029e011001c70000099700010430000002720420009c000000fe0000a13d000002730420009c000001450000213d000002760420009c000001f60000613d000002770220009c000001670000c13d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b000b02690010019b000002690110009c000006210000213d00000000040004150000000d0440008a0000000504400210000000000300041a0000ff0002300190000005580000c13d00000000040004150000000c0440008a0000000504400210000000ff01300190000005580000c13d0000028c0130019700000101011001bf0000000002000019000000000010041b0000ff00011001900000057c0000613d000a00000002001d0000006501000039000000000201041a0000028402200197000000000021041b000000000100041100000269061001970000003301000039000000000201041a0000028403200197000000000363019f000000000031041b00000000010004140000026905200197000002670210009c0000026701008041000000c00110021000000285011001c70000800d0200003900000003030000390000028d040000410995098b0000040f0000000101200190000006210000613d000000000200041a0000ff00012001900000057c0000613d000900000002001d000000400100043d0000000b05000029000000000205004b0000073c0000c13d00000064021000390000029003000041000000000032043500000044021000390000029103000041000000000032043500000024021000390000002503000039000005180000013d000002810420009c000001fb0000613d000002820420009c000002190000613d000002830220009c000001670000c13d0000000001000416000000000101004b000006210000c13d0000000001000412000f00000001001d000e00000000001d0000800501000039000000440300003900000000040004150000000f0440008a00000005044002100000029802000041099509720000040f000004e70000013d000002780420009c000002380000613d000002790420009c000002440000613d0000027a0220009c000001670000c13d000000440230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000402100370000000000202043b000b00000002001d0000ffff0220008c000006210000213d0000002402100370000000000202043b000002940420009c000006210000213d0000002304200039000000000434004b000006210000813d000900040020003d0000000901100360000000000101043b000a00000001001d000002940110009c000006210000213d0000000a012000290000002401100039000000000131004b000006210000213d000000e001000039000000400010043f0000002501000039000000800010043f0000029501000041000000a00010043f0000029601000041000000c00010043f00000080010000390995088d0000040f0000000b0100006b000006750000c13d000000400100043d00000044021000390000029f0300004100000000003204350000002402100039000000180300003900000000003204350000026c020000410000000000210435000000040210003900000020030000390000000000320435000002670210009c000002670100804100000040011002100000029c011001c700000997000104300000027d0420009c000002490000613d0000027e0220009c000001670000c13d0000000001000416000000000101004b000006210000c13d0000000001000019000009960001042e000002740420009c000004e20000613d000002750220009c000001670000c13d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b0000026906100197000002690110009c000006210000213d0000003301000039000000000101041a00000269051001970000000001000411000000000115004b000005430000c13d0000006501000039000000000201041a0000028402200197000000000262019f000000000021041b0000000001000414000002670210009c0000026701008041000000c00110021000000285011001c70000800d02000039000000030300003900000286040000410000061e0000013d000b00000005001d0000000002000416000000000202004b000006210000c13d000000000101043b000002a6011001970000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b000000000201041a000000010320019000000001042002700000007f0540018f000000000504c0190000001f0450008c00000000040000190000000104002039000000000442013f00000001044001900000018b0000613d000002b90100004100000000001004350000002201000039000000040010043f000002ac010000410000099700010430000000400800043d0000000009580436000000000303004b000004eb0000613d000800000005001d000900000009001d000a00000008001d00000000001004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f0000000102200190000006210000613d0000000805000029000000000205004b00000000020000190000000a080000290000000909000029000004f00000613d000000000101043b00000000020000190000000003290019000000000401041a000000000043043500000001011000390000002002200039000000000352004b000001a40000413d000004f00000013d000000800010043f000000000200041a0000ff00032001900000050f0000c13d000000ff0320018f000000ff0330008c000001c80000613d000000ff012001bf000000000010041b000000ff01000039000000400200043d0000000000120435000002670120009c000002670200804100000040012002100000000002000414000002670320009c0000026702008041000000c002200210000000000112019f0000026e011001c70000800d0200003900000001030000390000026f040000410995098b0000040f0000000101200190000006210000613d000000800100043d0000000102000039000001400000044300000160001004430000002001000039000001000010044300000120002004430000027001000041000009960001042e000000440230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000402100370000000000202043b0000ffff0420008c000006210000213d0000002404100370000000000504043b000002940450009c000006210000213d0000002304500039000000000434004b000006210000813d0000000404500039000000000641034f000000000606043b000b00000006001d000002940660009c000006210000213d0000000b055000290000002405500039000000000335004b000006210000213d000000000302004b000006660000c13d0000026c01000041000000800010043f0000002001000039000000840010043f0000001801000039000000a40010043f0000029f01000041000000c40010043f000002af0100004100000997000104300000000001000416000000000101004b000006210000c13d0000009701000039000004e60000013d000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000201043b0000026901200197000002690220009c000006210000213d0000003302000039000000000202041a00000269022001970000000003000411000000000232004b000005430000c13d000000000201004b0000060e0000c13d0000026c01000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000029101000041000000c40010043f0000029001000041000000e40010043f000002a2010000410000099700010430000000240230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000401100370000000000101043b000002b202100198000006210000c13d0000000000100435000000c901000039000000200010043f000000400200003900000000010000190995095d0000040f0995082d0000040f0000002002000039000000400300043d000b00000003001d00000000022304360995087b0000040f0000000b030000290000000001310049000002670210009c00000267010080410000006001100210000002670230009c00000267030080410000004002300210000000000121019f000009960001042e0000000001000416000000000101004b000006210000c13d0000006501000039000000000101041a00000269021001970000000001000411000000000212004b0000054c0000c13d099509430000040f0000000001000019000009960001042e0000000001000416000000000101004b000006210000c13d0000003301000039000004e60000013d000000440230008c000006210000413d0000000002000416000000000202004b000006210000c13d0000000402100370000000000202043b000800000002001d000002940220009c000006210000213d00000008020000290000002302200039000000000232004b000006210000813d00000008020000290000000402200039000000000221034f000000000202043b000002940420009c000006210000213d0000000804000029000a00240040003d00000005042002100000000a04400029000000000434004b000006210000213d0000002404100370000000000404043b000002940540009c000006210000213d0000002305400039000000000535004b000006210000813d0000000405400039000000000151034f000000000101043b000500000001001d000002940110009c000006210000213d000400240040003d000000050100002900000005011002100000000401100029000000000131004b000006210000213d0000003301000039000000000101041a00000269011001970000000003000411000000000131004b000005430000c13d000000050120006c000007c50000c13d000000050100006b000001430000613d000b00000000001d0000029f0000013d0000000003130019000000000003043500000000000404350000001f01100039000002ba01100197000002a70310009c000002a7010080410000006001100210000002670320009c00000267020080410000004002200210000000000121019f0000000002000414000002670320009c0000026702008041000000c002200210000000000121019f000002a8011000410000800d020000390000000103000039000002a9040000410995098b0000040f0000000101200190000006210000613d0000000b020000290000000102200039000b00000002001d000000050120006c000001430000813d0000000b010000290000000502100210000900000002001d0007000a0020002d00000002020003670000000701200360000000000101043b0000000004000031000000080340006a000000430330008a000002a505300197000002a506100197000000000756013f000000000556004b0000000005000019000002a505004041000000000331004b0000000003000019000002a503008041000002a50670009c000000000503c019000000000305004b000006210000c13d0000000a03100029000000000132034f000000000101043b000002940510009c000006210000213d00000000051400490000002006300039000002a503500197000002a507600197000000000837013f000000000337004b0000000003000019000002a503004041000000000556004b0000000005000019000002a505002041000002a50780009c000000000305c019000000000303004b000006210000c13d0000001f03100039000002ba033001970000003f03300039000002ba05300197000000400300043d0000000005530019000000000735004b00000000070000190000000107004039000002940850009c000007890000213d0000000107700190000007890000c13d000000400050043f00000000051304360000000007610019000000000447004b000006210000213d000000000262034f00000005041002720000000504400210000002e70000613d0000000006450019000000000702034f0000000008050019000000007907043c0000000008980436000000000968004b000002e30000c13d0000001f06100190000002f50000613d000000000242034f00000000044500190000000306600210000000000704043300000000076701cf000000000767022f000000000202043b0000010006600089000000000262022f00000000026201cf000000000272019f000000000024043500000000011500190000000000010435000002670150009c000002670500804100000040015002100000000002030433000002670320009c00000267020080410000006002200210000000000112019f0000000002000414000002670320009c0000026702008041000000c002200210000000000112019f00000285011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b000002a601100197000600000001001d0000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b000000000201041a000000010320019000000001042002700000007f0640018f000000000604c0190000001f0460008c00000000040000190000000104002039000000000443004b000001850000c13d000000400500043d0000000004650436000000000303004b000003430000613d000100000004001d000200000006001d00000000001004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039000300000005001d099509900000040f00000003050000290000000102200190000006210000613d0000000206000029000000000206004b000003490000613d000000000201043b000000000100001900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000361004b0000033b0000413d0000034a0000013d000002bb012001970000000000140435000000000106004b000000200100003900000000010060190000034a0000013d00000000010000190000003f01100039000002ba021001970000000001520019000000000221004b00000000020000190000000102004039000002940310009c000007890000213d0000000102200190000007890000c13d000000400010043f000000090200002900000004022000290000000201000367000000000221034f000000000202043b000000000302004b0000000003000019000000010300c039000000000332004b000006210000c13d0000000003050433000000000202004b000003f00000613d000000000203004b0000029a0000c13d0000000702100360000000000302043b0000000002000031000000080420006a000000430440008a000002a505400197000002a506300197000000000756013f000000000556004b0000000005000019000002a505004041000000000443004b0000000004000019000002a504008041000002a50670009c000000000504c019000000000405004b000006210000c13d0000000a03300029000000000131034f000000000501043b000002940150009c000006210000213d00000000015200490000002006300039000002a502100197000002a503600197000000000423013f000000000223004b0000000002000019000002a502004041000300000006001d000000000116004b0000000001000019000002a501002041000002a50340009c000000000201c019000000000102004b000006210000c13d00000006010000290000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039000900000005001d099509900000040f00000009040000290000000102200190000006210000613d000000000801043b000000000108041a000000010210019000000001021002700000007f0320018f000000000302c0190000001f0230008c00000000020000190000000102002039000000000121013f0000000101100190000001850000c13d000000200130008c000600000008001d000003c60000413d000200000003001d00000000008004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f00000009040000290000000102200190000006210000613d0000001f024000390000000502200270000000200340008c0000000002004019000000000301043b00000002010000290000001f01100039000000050110027000000000011300190000000002230019000000000312004b0000000608000029000003c60000813d000000000002041b0000000102200039000000000312004b000003c20000413d0000001f0140008c000004720000a13d00000000008004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f00000009060000290000000102200190000006210000613d000002ba02600198000000000101043b000004780000613d00000002040003670000000003000019000000030700002900000006080000290000000005730019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000523004b000003da0000413d000000000262004b000003ed0000813d0000000302600210000000f80220018f000002bc0220027f000002bc0220016700000000037300190000000203300367000000000303043b000000000223016f000000000021041b000000010160021000000001011001bf000004850000013d000000000103004b0000029a0000613d00000006010000290000000000100435000000c901000039000000200010043f0000000001000414000002670210009c0000026701008041000000c0011002100000028e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000301043b000000000103041a000000010210019000000001021002700000007f0420018f000000000402c0190000001f0240008c00000000020000190000000102002039000000000121013f0000000101100190000001850000c13d000000000104004b0000042b0000613d0000001f0140008c0000042a0000a13d000600000004001d000900000003001d00000000003004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f0000000102200190000006210000613d000000000101043b00000006020000290000001f02200039000000050220027000000000022100190000000103100039000000000423004b000004270000813d000000000003041b0000000103300039000000000423004b000004230000413d0000000902000029000000000002041b0000000003010019000000000003041b00000002030003670000000701300360000000000101043b0000000002000031000000080420006a000000430440008a000002a505400197000002a506100197000000000756013f000000000556004b0000000005000019000002a505004041000000000441004b0000000004000019000002a504008041000002a50670009c000000000504c019000000000405004b000006210000c13d0000000a04100029000000000143034f000000000101043b000002940510009c000006210000213d00000000021200490000002005400039000002a504200197000002a506500197000000000746013f000000000446004b0000000004000019000002a504004041000000000225004b0000000002000019000002a502002041000002a50670009c000000000402c019000000000204004b000006210000c13d000000400200043d0000004004000039000000000442043600000040062000390000000000160435000000000553034f000000600320003900000005061002720000000506600210000004630000613d0000000007630019000000000805034f0000000009030019000000008a08043c0000000009a90436000000000a79004b0000045f0000c13d0000001f07100190000002820000613d000000000565034f00000000066300190000000307700210000000000806043300000000087801cf000000000878022f000000000505043b0000010007700089000000000575022f00000000057501cf000000000585019f0000000000560435000002820000013d000000000104004b00000003010000290000047e0000613d0000000201100367000000000101043b0000047f0000013d000000000300001900000003070000290000000608000029000000000262004b000003e40000413d000003ed0000013d00000000010000190000000302400210000002bc0220027f000002bc02200167000000000121016f0000000102400210000000000121019f000000000018041b00000002030003670000000701300360000000000101043b0000000002000031000000080420006a000000430440008a000002a505400197000002a506100197000000000756013f000000000556004b0000000005000019000002a505004041000000000441004b0000000004000019000002a504008041000002a50670009c000000000504c019000000000405004b000006210000c13d0000000a04100029000000000143034f000000000101043b000002940510009c000006210000213d00000000021200490000002005400039000002a504200197000002a506500197000000000746013f000000000446004b0000000004000019000002a504004041000000000225004b0000000002000019000002a502002041000002a50670009c000000000402c019000000000204004b000006210000c13d000000400200043d0000004004000039000000000442043600000040062000390000000000160435000000000553034f000000600320003900000005061002720000000506600210000004be0000613d0000000007630019000000000805034f0000000009030019000000008a08043c0000000009a90436000000000a79004b000004ba0000c13d0000001f07100190000004cc0000613d000000000565034f00000000066300190000000307700210000000000806043300000000087801cf000000000878022f000000000505043b0000010007700089000000000575022f00000000057501cf000000000585019f000000000056043500000000031300190000000000030435000000010500003900000000005404350000001f01100039000002ba01100197000002a70310009c000002a7010080410000006001100210000002670320009c00000267020080410000004002200210000000000121019f0000000002000414000002670320009c0000026702008041000000c002200210000000000121019f000002a8011000410000800d020000390000000003050019000002960000013d0000000001000416000000000101004b000006210000c13d0000006501000039000000000101041a0000026901100197000000800010043f0000028701000041000009960001042e000002bb012001970000000000190435000000000105004b000000200200003900000000020060190000003f01200039000000200700008a000000000171016f000000000a81001900000000011a004b000000000100001900000001010040390000029402a0009c000007890000213d0000000101100190000007890000c13d0000004401a000390000002402a000390000004000a0043f0000000403a000390000000004080433000000000404004b000005230000c13d0000026c0400004100000000004a04350000002004000039000000000043043500000012030000390000000000320435000002b80200004100000000002104350000026701a0009c000002670a0080410000004001a002100000029c011001c70000099700010430000000400100043d00000064021000390000026a03000041000000000032043500000044021000390000026b0300004100000000003204350000002402100039000000270300003900000000003204350000026c020000410000000000210435000000040210003900000020030000390000000000320435000002670210009c000002670100804100000040011002100000026d011001c700000997000104300000009704000039000000000404041a000002b505000041000000000b5a04360000000005000411000000000053043500000040030000390000000000320435000000000308043300000000003104350000006401a000390000026902400197000000000403004b000005390000613d000000000400001900000000051400190000000006490019000000000606043300000000006504350000002004400039000000000534004b000005320000413d000000000431001900000000000404350000000004000414000000040520008c000005860000c13d0000000103000031000000200130008c00000020040000390000000004034019000005bf0000013d0000026c01000041000000800010043f0000002001000039000000840010043f000000a40010043f000002b301000041000000c40010043f000002af0100004100000997000104300000026c01000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000002a001000041000000c40010043f000002a101000041000000e40010043f000002a2010000410000099700010430000a00000004001d000800000002001d000900000003001d00000288010000410000000000100439000000000100041000000004001004430000000001000414000002670210009c0000026701008041000000c00110021000000289011001c70000800202000039099509900000040f00000001022001900000073b0000613d000000000101043b000000000101004b000006230000c13d0000000903000029000000ff0130018f000000010110008c000000000100001900000001010060390000000a020000290000000502200270000000000201001f000006260000c13d000000080100006b000000bb0000613d000002bb01300197000000010200003900000001011001bf000000000010041b0000ff0001100190000000c10000c13d000000400100043d00000064021000390000029203000041000000000032043500000044021000390000029303000041000000000032043500000024021000390000002b03000039000005180000013d000a00000008001d0000001f03300039000000000373016f0000000003a300490000000001130019000002670310009c000002670100804100000060011002100000026703a0009c000002670300004100000000030a40190000004003300210000000000131019f000002670340009c0000026704008041000000c003400210000000000131019f00090000000a001d00080000000b001d099509900000040f000000080b000029000000090a000029000000000301001900000060033002700000026703300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000005ab0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000005a70000c13d000000000705004b000005ba0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000100000003001f000300000001035500000001022001900000000a08000029000005ee0000613d0000001f01400039000000600110018f0000000004a10019000000000114004b00000000010000190000000101004039000002940240009c000007890000213d0000000101100190000007890000c13d0000000001080019000a00000004001d000000400040043f000000200230008c000006210000413d00000000030a0433000000000203004b0000000002000019000000010200c039000000000223004b000006210000c13d000000000203004b000006300000c13d0000000a04000029000000440340003900000060020000390000000000230435000000240340003900000000020004100000000000230435000002b702000041000000000024043500000004024000390000000003000411000000000032043500000064024000390995087b0000040f0000000a030000290000000001310049000002670210009c0000026701008041000002670230009c000002670300804100000060011002100000004002300210000000000121019f0000099700010430000000400200043d0000001f0430018f00000005053002720000000505500210000005fa0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000005f60000c13d000000000604004b000006080000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000002670320009c00000267020080410000004002200210000000000112019f00000997000104300000009702000039000000000302041a0000028404300197000000000414019f000000000042041b0000026902300197000000800020043f000000a00010043f0000000001000414000002670210009c0000026701008041000000c001100210000002b4011001c70000800d0200003900000001030000390000028f040000410995098b0000040f0000000101200190000001430000c13d000000000100001900000997000104300000000a010000290000000501100270000000000100001f000000400100043d00000064021000390000028a03000041000000000032043500000044021000390000028b03000041000000000032043500000024021000390000002e03000039000005180000013d000000020100036700000000090000310000001f0290018f00000005039002720000000a080000290000063e0000613d00000005043002100000000004480019000000000501034f0000000006080019000000005705043c0000000006760436000000000746004b0000063a0000c13d000000000402004b0000064d0000613d0000000503300210000000000131034f00000000033800190000000302200210000000000403043300000000042401cf000000000424022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000141019f0000000000130435000900000009001d00000000018900190000000000010435000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000201043b00000000010004140000026902200197000000040320008c000007680000c13d000000010200003900000001030000310000077b0000013d0000000b080000290000000303800210000000a003300089000002970330021f000000140580008c00000297030080410000002004400039000000000141034f000000000401043b0000000003340170000007020000c13d0000029d01000041000000800010043f000002b10100004100000997000104300000000a030000290000000301300210000000a001100089000002970110021f000000140230008c0000029701008041000000090200002900000020032000390000000202300367000000000202043b0000000001120170000000960000613d000900000003001d000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000101043b000002880200004100000000002004390000026901100197000800000001001d00000004001004430000000001000414000002670210009c0000026701008041000000c00110021000000289011001c70000800202000039099509900000040f00000001022001900000073b0000613d000000000101043b000000000101004b000006210000613d000000400300043d0000002401300039000000400200003900000000002104350000029a01000041000000000013043500000004013000390000000b02000029000000000021043500000044013000390000000a0400002900000000004104350000001f0240018f000b00000003001d0000006401300039000000090300002900000002033003670000000504400272000006bd0000613d00000005054002100000000005510019000000000603034f0000000007010019000000006806043c0000000007870436000000000857004b000006b90000c13d000000000502004b000006cc0000613d0000000504400210000000000343034f00000000044100190000000302200210000000000504043300000000052501cf000000000525022f000000000303043b0000010002200089000000000323022f00000000022301cf000000000252019f00000000002404350000000a01100029000000000001043500000000010004140000000802000029000000040220008c000006ec0000613d0000000a020000290000001f02200039000002ba022001970000029b0320009c0000029b0200804100000060022002100000000b04000029000002670340009c000002670300004100000000030440190000004003300210000000000232019f000002670310009c0000026701008041000000c001100210000000000112019f0000029c0110004100000008020000290995098b0000040f00000000030100190000006003300270000102670030019d0000026703300197000300000001035500000001022001900000081e0000613d0000000b01000029000002940110009c000007890000213d0000000b01000029000000400010043f0000000001000019000009960001042e000000400200043d0000001f0430018f00000005053002720000000505500210000006ff0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000006fb0000c13d000000000604004b000006080000613d000005fc0000013d000002ae03000041000000800030043f000000840020043f0000004002000039000000a40020043f0000001f0280018f000000c40080043f00000005038002720000000503300210000007130000613d000000e404000039000000e405300039000000000601034f000000006706043c0000000004740436000000000754004b0000070f0000c13d000000000402004b000007210000613d000000000131034f0000000302200210000000e403300039000000000403043300000000042401cf000000000424022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000141019f0000000000130435000000e4018000390000000000010435000002980100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000002670210009c0000026701008041000000c00110021000000299011001c70000800502000039099509900000040f00000001022001900000073b0000613d000000000201043b00000000010004140000026902200197000000040320008c000007d10000c13d0000000103000031000000200130008c00000020040000390000000004034019000007ff0000013d000000000001042f0000009702000039000000000302041a0000028404300197000000000454019f000000000042041b0000002002100039000000000052043500000269023001970000000000210435000002670210009c000002670100804100000040011002100000000002000414000002670320009c0000026702008041000000c002200210000000000112019f0000028e011001c70000800d0200003900000001030000390000028f040000410995098b0000040f0000000101200190000006210000613d0000000a0100006b000001430000c13d0000ff010100008a000000090110017f000000000010041b000000400100043d00000001030000390000000000310435000002670210009c000002670100804100000040011002100000000002000414000002670420009c0000026702008041000000c002200210000000000112019f0000026e011001c70000800d020000390000026f040000410000061e0000013d0000000a04000029000002670340009c000002670400804100000040034002100000000905000029000002670450009c00000267050080410000006004500210000000000334019f000002670410009c0000026701008041000000c001100210000000000131019f0995098b0000040f000000010220018f00030000000103550000006001100270000102670010019d0000026703100197000000000103004b000007870000c13d0000006001000039000000000202004b0000078f0000c13d000000400100043d0000004402100039000002b603000041000000000032043500000024021000390000000b03000039000001310000013d000002940130009c000007990000a13d000002b90100004100000000001004350000004101000039000000040010043f000002ac0100004100000997000104300000000b03000029000002670230009c000002670300804100000040023002100000000001010433000002670310009c00000267010080410000006001100210000000000121019f000009960001042e0000001f01300039000002ba011001970000003f01100039000002ba04100197000000400100043d0000000004410019000000000514004b00000000050000190000000105004039000002940640009c000007890000213d0000000105500190000007890000c13d000000400040043f0000001f0430018f0000000005310436000b00000005001d00000003050003670000000503300272000007b50000613d00000005063002100000000b080000290000000006680019000000000705034f000000007907043c0000000008980436000000000968004b000007b10000c13d000000000604004b0000077e0000613d0000000503300210000000000535034f0000000b033000290000000304400210000000000603043300000000064601cf000000000646022f000000000505043b0000010004400089000000000545022f00000000044501cf000000000464019f00000000004304350000077e0000013d0000026c01000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f000002a301000041000000c40010043f000002a401000041000000e40010043f000002a20100004100000997000104300000000b030000290000001f03300039000002ba03300197000002670410009c0000026701008041000000c0011002100000029b0430009c0000029b030080410000006003300210000000000113019f000002af011000410995098b0000040f000000000301001900000060033002700000026703300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000007ec0000613d0000008007000039000000000801034f000000008908043c0000000007970436000000a00970008c000007e80000c13d000000000705004b000007fb0000613d0000000506600210000000000761034f00000003055002100000008006600039000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000100000003001f000300000001035500000001022001900000080f0000613d0000001f01400039000000600110018f00000080011001bf000000400010043f000000200230008c000006210000413d000000800200043d000000000302004b0000000003000019000000010300c039000000000332004b000006210000c13d00000000002104350000004001100210000002b0011001c7000009960001042e000000400200043d0000001f0430018f000000050530027200000005055002100000081b0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000008170000c13d000000000604004b000005fc0000c13d000006080000013d000000400200043d0000001f0430018f000000050530027200000005055002100000082a0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000008260000c13d000000000604004b000006080000613d000005fc0000013d0003000000000002000000000201041a000000010320019000000001042002700000007f0640018f000000000604c0190000001f0460008c00000000040000190000000104002039000000000443004b0000086d0000c13d000000400500043d0000000004650436000000000303004b000008580000613d000100000004001d000300000006001d000200000005001d00000000001004350000000001000414000002670210009c0000026701008041000000c0011002100000026e011001c70000801002000039099509900000040f0000000102200190000008790000613d0000000306000029000000000206004b0000085e0000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000361004b000008500000413d000008600000013d000002bb012001970000000000140435000000000106004b00000020010000390000000001006019000008600000013d000000000100001900000002050000290000003f01100039000002ba021001970000000001520019000000000221004b00000000020000190000000102004039000002940310009c000008730000213d0000000102200190000008730000c13d000000400010043f0000000001050019000000000001042d000002b90100004100000000001004350000002201000039000000040010043f000002ac010000410000099700010430000002b90100004100000000001004350000004101000039000000040010043f000002ac0100004100000997000104300000000001000019000009970001043000000000430104340000000001320436000000000203004b000008870000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000532004b000008800000413d000000000231001900000000000204350000001f02300039000002ba022001970000000001210019000000000001042d000300000000000200000000080100190000009701000039000000000201041a000000400a00043d0000002401a0003900000040030000390000000000310435000002b501000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a000390000026902200197000000000503004b000008a90000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000635004b000008a20000413d000000000431001900000000000404350000000004000414000000040520008c000008b30000c13d0000000103000031000000200130008c00000020040000390000000004034019000008ed0000013d000100000008001d0000001f03300039000002ba033001970000000003a300490000000001130019000002670310009c000002670100804100000060011002100000026703a0009c000002670300004100000000030a40190000004003300210000000000131019f000002670340009c0000026704008041000000c003400210000000000131019f00030000000a001d00020000000b001d099509900000040f000000020b000029000000030a000029000000000301001900000060033002700000026703300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000008d80000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000008d40000c13d000000000705004b000008e70000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000100000003001f000300000001035500000001022001900000000009000411000009230000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000114004b00000000010000190000000101004039000002940240009c000009050000213d0000000101100190000009050000c13d000000400040043f0000001f0130008c000009030000a13d00000000010a0433000000000201004b0000000002000019000000010200c039000000000221004b000009030000c13d000000000101004b0000090b0000613d000000000001042d00000000010000190000099700010430000002b90100004100000000001004350000004101000039000000040010043f000002ac010000410000099700010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000002b70100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d0995087b0000040f00000003030000290000000001310049000002670210009c0000026701008041000002670230009c000002670300804100000060011002100000004002300210000000000121019f0000099700010430000000400200043d0000001f0430018f000000050530027200000005055002100000092f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b0000092b0000c13d000000000604004b0000093d0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000002670320009c00000267020080410000004002200210000000000112019f00000997000104300000006502000039000000000302041a0000028403300197000000000032041b00000269061001970000003301000039000000000201041a0000028403200197000000000363019f000000000031041b00000000010004140000026905200197000002670210009c0000026701008041000000c00110021000000285011001c70000800d0200003900000003030000390000028d040000410995098b0000040f00000001012001900000095a0000613d000000000001042d00000000010000190000099700010430000000000001042f000002670310009c00000267010080410000004001100210000002670320009c00000267020080410000006002200210000000000112019f0000000002000414000002670320009c0000026702008041000000c002200210000000000112019f00000285011001c70000801002000039099509900000040f0000000102200190000009700000613d000000000101043b000000000001042d0000000001000019000009970001043000000000050100190000000000200439000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000231004b000009750000413d000002670130009c000002670300804100000060013002100000000002000414000002670320009c0000026702008041000000c002200210000000000112019f000002bd011001c70000000002050019099509900000040f00000001022001900000098a0000613d000000000101043b000000000001042d000000000001042f0000098e002104210000000102000039000000000001042d0000000002000019000000000001042d00000993002104230000000102000039000000000001042d0000000002000019000000000001042d0000099500000432000009960001042e0000099700010430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000800000010000000000000000000000000000000000000000000000000000000000000000000000000079ba509600000000000000000000000000000000000000000000000000000000b4a0bdf200000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000c4d66de80000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b00000000000000000000000000000000000000000000000000000000a6c3d165000000000000000000000000000000000000000000000000000000003d8b38f5000000000000000000000000000000000000000000000000000000004bb7453d000000000000000000000000000000000000000000000000000000004bb7453e00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000003d8b38f6000000000000000000000000000000000000000000000000000000003f90b540000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000000000000000000000180d295c0000000000000000000000000000000000000000000000000000000027a020efffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069000000000000000000000000000000000000000000000000ffffffffffffffff7365745472757374656452656d6f7465416464726573732875696e7431362c627974657329000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000a6c3d1650000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffff9b00000000000000000000000000000000000000640000000000000000000000008579befe000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000436861696e4964206d757374206e6f74206265207a65726f00000000000000004f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000496e70757420617272617973206d7573742068617665207468652073616d65206c656e67746800000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000ffffffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffff9f02000000000000000000000000000000000000600000000000000000000000009d424e54f4d851aabd288f6cc4946e5726d6b5c0e66ea4ef159a3c40bcc470fa7472616e736665724272696467654f776e657273686970286164647265737329f2fde38b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000000000000100000000000000003d8b38f60000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000640000008000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000400000080000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572020000000000000000000000000000000000004000000080000000000000000018c5e8ab0000000000000000000000000000000000000000000000000000000063616c6c206661696c65640000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000046756e6374696f6e206e6f7420666f756e6400000000000000000000000000004e487b7100000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0200000200000000000000000000000000000000000000000000000000000000550770d4d5654e5059a135b06527d8efb34061a0eb9b02dc3fb144515359813b"
  ]
}
