@hyperlane-xyz/core
Version:
Core solidity contracts for Hyperlane
1 lines • 283 kB
JavaScript
export const TestLpCollateralRouter = {"_format":"hh-zksolc-artifact-1","contractName":"TestLpCollateralRouter","sourceName":"contracts/test/TestLpCollateralRouter.sol","abi":[{"inputs":[{"internalType":"uint256","name":"_scale","type":"uint256"},{"internalType":"address","name":"_mailbox","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"domain","type":"uint32"},{"indexed":false,"internalType":"bytes32","name":"recipient","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":true,"internalType":"address","name":"rebalancer","type":"address"}],"name":"CollateralMoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":false,"internalType":"uint256","name":"assets","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"shares","type":"uint256"}],"name":"Deposit","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"sender","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Donation","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"feeRecipient","type":"address"}],"name":"FeeRecipientSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint32","name":"domain","type":"uint32"},{"indexed":false,"internalType":"uint256","name":"gas","type":"uint256"}],"name":"GasSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_hook","type":"address"}],"name":"HookSet","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":"_ism","type":"address"}],"name":"IsmSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"origin","type":"uint32"},{"indexed":true,"internalType":"bytes32","name":"recipient","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"amountOrId","type":"uint256"}],"name":"ReceivedTransferRemote","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"destination","type":"uint32"},{"indexed":true,"internalType":"bytes32","name":"recipient","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"amountOrId","type":"uint256"}],"name":"SentTransferRemote","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"receiver","type":"address"},{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":false,"internalType":"uint256","name":"assets","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"shares","type":"uint256"}],"name":"Withdraw","type":"event"},{"inputs":[],"name":"PACKAGE_VERSION","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"domain","type":"uint32"},{"internalType":"contract ITokenBridge","name":"bridge","type":"address"}],"name":"addBridge","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"rebalancer","type":"address"}],"name":"addRebalancer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"domain","type":"uint32"}],"name":"allowedBridges","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"allowedRebalancers","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"domain","type":"uint32"}],"name":"allowedRecipient","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"contract ITokenBridge","name":"bridge","type":"address"}],"name":"approveTokenForBridge","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"asset","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"shares","type":"uint256"}],"name":"convertToAssets","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"assets","type":"uint256"}],"name":"convertToShares","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"assets","type":"uint256"},{"internalType":"address","name":"receiver","type":"address"}],"name":"deposit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"destinationDomain","type":"uint32"}],"name":"destinationGas","outputs":[{"internalType":"uint256","name":"gasLimit","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"domains","outputs":[{"internalType":"uint32[]","name":"","type":"uint32[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"donate","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_domain","type":"uint32"},{"internalType":"bytes32","name":"_router","type":"bytes32"}],"name":"enrollRemoteRouter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_domains","type":"uint32[]"},{"internalType":"bytes32[]","name":"_addresses","type":"bytes32[]"}],"name":"enrollRemoteRouters","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"feeRecipient","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_origin","type":"uint32"},{"internalType":"bytes32","name":"_sender","type":"bytes32"},{"internalType":"bytes","name":"_message","type":"bytes"}],"name":"handle","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"hook","outputs":[{"internalType":"contract IPostDispatchHook","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"interchainSecurityModule","outputs":[{"internalType":"contract IInterchainSecurityModule","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"localDomain","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mailbox","outputs":[{"internalType":"contract IMailbox","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"maxDeposit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"maxMint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"maxRedeem","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"maxWithdraw","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"shares","type":"uint256"},{"internalType":"address","name":"receiver","type":"address"}],"name":"mint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"assets","type":"uint256"}],"name":"previewDeposit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"shares","type":"uint256"}],"name":"previewMint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"shares","type":"uint256"}],"name":"previewRedeem","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"assets","type":"uint256"}],"name":"previewWithdraw","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_destinationDomain","type":"uint32"}],"name":"quoteGasPayment","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_destination","type":"uint32"},{"internalType":"bytes32","name":"_recipient","type":"bytes32"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"quoteTransferRemote","outputs":[{"components":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"internalType":"struct Quote[]","name":"quotes","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"domain","type":"uint32"},{"internalType":"uint256","name":"collateralAmount","type":"uint256"},{"internalType":"contract ITokenBridge","name":"bridge","type":"address"}],"name":"rebalance","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"shares","type":"uint256"},{"internalType":"address","name":"receiver","type":"address"},{"internalType":"address","name":"owner","type":"address"}],"name":"redeem","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"domain","type":"uint32"},{"internalType":"contract ITokenBridge","name":"bridge","type":"address"}],"name":"removeBridge","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"rebalancer","type":"address"}],"name":"removeRebalancer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"domain","type":"uint32"}],"name":"removeRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_domain","type":"uint32"}],"name":"routers","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"scale","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"domain","type":"uint32"},{"internalType":"uint256","name":"gas","type":"uint256"}],"name":"setDestinationGas","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"domain","type":"uint32"},{"internalType":"uint256","name":"gas","type":"uint256"}],"internalType":"struct GasRouter.GasRouterConfig[]","name":"gasConfigs","type":"tuple[]"}],"name":"setDestinationGas","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"}],"name":"setFeeRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_hook","type":"address"}],"name":"setHook","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_module","type":"address"}],"name":"setInterchainSecurityModule","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"domain","type":"uint32"},{"internalType":"bytes32","name":"recipient","type":"bytes32"}],"name":"setRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalAssets","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_destination","type":"uint32"},{"internalType":"bytes32","name":"_recipient","type":"bytes32"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"transferRemote","outputs":[{"internalType":"bytes32","name":"messageId","type":"bytes32"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_domain","type":"uint32"}],"name":"unenrollRemoteRouter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_domains","type":"uint32[]"}],"name":"unenrollRemoteRouters","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"assets","type":"uint256"},{"internalType":"address","name":"receiver","type":"address"},{"internalType":"address","name":"owner","type":"address"}],"name":"withdraw","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"nonpayable","type":"function"}],"bytecode":"0x00020000000000020013000000000002000000000901034f00000060011002700001000000090355000007290010019d000007290110019700000001002001900000003b0000c13d0000008004000039000000400040043f000000040010008c0000005f0000413d000000000209043b000000e002200270000007480020009c000000610000213d000007790020009c000000930000a13d0000077a0020009c000000d70000a13d0000077b0020009c000001de0000a13d0000077c0020009c000002c20000a13d0000077d0020009c000005070000613d0000077e0020009c000005170000613d0000077f0020009c0000005f0000c13d000000640010008c0000005f0000413d0000000401900370000000000101043b000900000001001d000007290010009c0000005f0000213d0000004401900370000000000301043b000800000003001d0000002401900370000000000201043b0000000901000029000700000002001d1c9e18af0000040f0000000803000029000000000031001a000000350000413d00000000023100190000000001000416000000000121004b00000b2d0000813d000007e901000041000000000010043f0000001101000039000000040010043f000007ea0100004100001ca000010430000000e003000039000000400030043f0000000002000416000000000002004b0000005f0000c13d0000001f021000390000072a02200197000000e002200039000000400020043f0000001f0410018f0000072b05100198000000e0025000390000004d0000613d000000000609034f000000006706043c0000000003730436000000000023004b000000490000c13d000000000004004b0000005a0000613d000000000359034f0000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000320435000000400010008c0000005f0000413d000001000200043d0000072c0020009c000000700000a13d000000000100001900001ca000010430000007490020009c000000bc0000a13d0000074a0020009c0000011d0000a13d0000074b0020009c000001f80000a13d0000074c0020009c000002d20000a13d0000074d0020009c0000051c0000613d0000074e0020009c0000058c0000613d0000074f0020009c000002830000613d0000005f0000013d000000e00100043d000800000001001d0000072d010000410000000000100443000900000002001d00000004002004430000000001000414000007290010009c0000072901008041000000c0011002100000072e011001c700008002020000391c9e1c990000040f0000000100200190000010550000613d000000400400043d000000000101043b000000000001004b0000016c0000c13d00000044014000390000074602000041000000000021043500000024014000390000001e02000039000000000021043500000737010000410000000000140435000000040140003900000020020000390000000000210435000007290040009c0000072904008041000000400140021000000747011001c700001ca000010430000007920020009c000001370000213d0000079e0020009c0000020d0000213d000007a40020009c000002e60000213d000007a70020009c000005cd0000613d000007a80020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d000000d203000039000000000203041a000000010520019000000001012002700000007f0410018f00000000010460190000001f0010008c00000000060000390000000106002039000000000065004b000002650000c13d000000800010043f000000000005004b00000b150000613d000000000030043f000000020020008c00000c2f0000413d000007f50200004100000000040000190000000003040019000000000402041a000000a005300039000000000045043500000001022000390000002004300039000000000014004b000000b30000413d00000c920000013d000007620020009c0000015b0000213d0000076e0020009c000002500000213d000007740020009c000002f70000213d000007770020009c000005d50000613d000007780020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d0000000001000412000f00000001001d000e00200000003d0000800501000039000000440300003900000000040004150000000f0440008a0000000504400210000007b3020000411c9e1c7b0000040f0000072901100197000000800010043f000007b40100004100001c9f0001042e000007870020009c0000026b0000213d0000078d0020009c0000030f0000213d000007900020009c0000067c0000613d000007910020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000900000001001d0000072c0010009c0000005f0000213d0000003301000039000000000101041a0000072c011001970000000002000411000000000021004b00000ac20000c13d0000000901000029000000000010043f000000ce01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b000000000101041a000800000001001d000000000001004b000009e90000613d000000cd01000039000000000201041a000000000002004b000000350000613d0000000803000029000000010130008a000000000032004b00000d8d0000c13d0000000802000029000007ee0220009a000000000002041b000000cd02000039000000000012041b0000000901000029000000000010043f000000ce01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000700000000001d0000024b0000013d000007570020009c000002720000213d0000075d0020009c000003180000213d000007600020009c000004f50000613d000007610020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b0000072c0010009c0000005f0000213d000000000010043f000000cf01000039000000200010043f000000400200003900000000010000191c9e1c660000040f000000000101041a1c9e12690000040f00000afe0000013d000007930020009c0000027d0000213d000007990020009c000003220000213d0000079c0020009c0000067f0000613d0000079d0020009c0000005f0000c13d000000640010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b0000072c0010009c0000005f0000213d00000000030100190000002401900370000000000101043b000900000001001d0000072c0010009c0000005f0000213d0000004401900370000000000401043b000800000004001d00000000020004110000000001030019000700000003001d00000000030400191c9e15b60000040f0000000701000029000000090200002900000008030000291c9e16430000040f00000afd0000013d000007630020009c000002890000213d000007690020009c000003310000213d0000076c0020009c000006aa0000613d0000076d0020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b1c9e11320000040f00000afe0000013d00000009010000290000072c02100197000000800020043f0000072f010000410000000000140435000007290040009c0000072901000041000000000104401900000040011002100000000003000414000007290030009c0000072903008041000000c003300210000000000113019f00000730011001c7000900000004001d1c9e1c990000040f000000090b00002900000060031002700000072903300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b00190000018d0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000001890000c13d000000000006004b0000019a0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000002a40000613d0000001f01400039000000600110018f0000000002b10019000000000012004b00000000010000390000000101004039000007310020009c00000d300000213d000000010010019000000d300000c13d000700000002001d000000400020043f000000200030008c0000005f0000413d00000009010000290000000001010433000007290010009c0000005f0000213d000000a00010043f0000003301000039000000000201041a00000732032001970000000006000411000000000363019f000000000031041b00000000010004140000072c05200197000007290010009c0000072901008041000000c00110021000000733011001c70000800d02000039000000030300003900000734040000411c9e1c940000040f00000001002001900000005f0000613d0000000801000029000000c00010043f0000000003000415000000130330008a0000000503300210000000000200041a0000ff000120019000000c310000c13d0000000003000415000000120330008a0000000503300210000000ff0020019000000c310000c13d000007390120019700000101021001bf0000000003000019000000000020041b000000400100043d0000ff000020019000000d280000c13d00000064021000390000074403000041000000000032043500000044021000390000074503000041000000000032043500000024021000390000002b0300003900000a460000013d000007820020009c000003470000213d000007850020009c000007000000613d000007860020009c0000005f0000c13d000000440010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000002401900370000000000101043b000900000001001d0000072c0010009c0000005f0000213d0000000401900370000000000101043b000800000001001d1c9e14cb0000040f0000000004010019000700000001001d000000000100041100000009020000290000000803000029000007430000013d000007520020009c000003600000213d000007550020009c000004f50000613d000007560020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000900000001001d000007290010009c0000005f0000213d1c9e159f0000040f00000009010000291c9e17860000040f000000000100001900001c9f0001042e0000079f0020009c000003850000213d000007a20020009c000007270000613d000007a30020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000900000001001d0000072c0010009c0000005f0000213d0000003301000039000000000101041a0000072c011001970000000002000411000000000021004b00000ac20000c13d0000000901000029000000000010043f000000ce01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b000000000101041a000000000001004b000009e90000c13d000000cd01000039000000000201041a000007310020009c00000d300000213d0000000103200039000000000031041b000007f40220009a0000000903000029000000000032041b000000000101041a000700000001001d000000000030043f000000ce01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b0000000702000029000000000021041b000000000100001900001c9f0001042e0000076f0020009c0000038e0000213d000007720020009c000007300000613d000007730020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d000000d303000039000000000203041a000000010520019000000001012002700000007f0410018f00000000010460190000001f0010008c00000000060000390000000106002039000000000662013f000000010060019000000b120000613d000007e901000041000000000010043f0000002201000039000000040010043f000007ea0100004100001ca000010430000007880020009c000003a00000213d0000078b0020009c0000074c0000613d0000078c0020009c000004fe0000613d0000005f0000013d000007580020009c000004260000213d0000075b0020009c0000075e0000613d0000075c0020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d0000006601000039000008f80000013d000007940020009c000004ab0000213d000007970020009c000007780000613d000007980020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d000000800000043f000007b40100004100001c9f0001042e000007640020009c000004e60000213d000007670020009c000007820000613d000007680020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000900000001001d000007290010009c0000005f0000213d1c9e159f0000040f0000000901000029000000000010043f000000cb01000039000000200010043f000000400200003900000000010000191c9e1c660000040f000000000001041b000000000100001900001c9f0001042e0000001f0530018f0000072b06300198000000400200043d0000000004620019000002af0000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000002ab0000c13d000000000005004b000002bc0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000007290020009c00000729020080410000004002200210000000000112019f00001ca000010430000007800020009c000007ad0000613d000007810020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000007290010009c0000005f0000213d000000000010043f000000ca01000039000005120000013d000007500020009c000008d70000613d000007510020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d0000000001000412000b00000001001d000a00400000003d0000800501000039000000440300003900000000040004150000000b0440008a0000000504400210000007b3020000411c9e1c7b0000040f000000800010043f000007b40100004100001c9f0001042e000007a50020009c000004fe0000613d000007a60020009c0000005f0000c13d000000440010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000201043b0000072c0020009c0000005f0000213d0000002401900370000000000301043b000000000100041100000afc0000013d000007750020009c000008f40000613d000007760020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d000000c001000039000000400010043f0000000601000039000000800010043f000007c901000041000000a00010043f0000002001000039000000c00010043f0000008001000039000000e0020000391c9e10e10000040f000000c00110008a000007290010009c00000729010080410000006001100210000007ca011001c700001c9f0001042e0000078e0020009c000008fd0000613d0000078f0020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d000007be01000041000008f80000013d0000075e0020009c0000096b0000613d0000075f0020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b000009cb0000613d0000005f0000013d0000079a0020009c000009790000613d0000079b0020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000007290010009c0000005f0000213d1c9e1bd20000040f00000afe0000013d0000076a0020009c000009950000613d0000076b0020009c0000005f0000c13d000000440010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000900000001001d000007290010009c0000005f0000213d1c9e159f0000040f00000024010000390000000101100367000000000201043b00000009010000291c9e1a750000040f000000000100001900001c9f0001042e000007830020009c000009c60000613d000007840020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d0000003301000039000000000201041a0000072c032001970000000005000411000000000053004b00000ac20000c13d0000073202200197000000000021041b0000000001000414000007290010009c0000072901008041000000c00110021000000733011001c70000800d02000039000000030300003900000734040000410000000006000019000009e60000013d000007530020009c000009d10000613d000007540020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000201043b000007290020009c0000005f0000213d000900000002001d000000000020043f000000ca01000039000000200010043f000000400200003900000000010000191c9e1c660000040f000000000101041a1c9e1bf30000040f0000006502000039000000000202041a000700000002001d000800000001001d000000400100043d000600000001001d1c9e11030000040f0000000602000029000000000002043500000007010000290000072c04100197000000090100002900000008030000291c9e1abd0000040f00000afe0000013d000007a00020009c000009eb0000613d000007a10020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d000000d101000039000005d10000013d000007700020009c00000a120000613d000007710020009c0000005f0000c13d000000440010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000201043b0000072c0020009c0000005f0000213d0000002401900370000000000301043b00000000010004111c9e16430000040f00000afd0000013d000007890020009c00000a510000613d0000078a0020009c0000005f0000c13d000000640010008c0000005f0000413d0000000402900370000000000202043b000900000002001d000007290020009c0000005f0000213d0000004402900370000000000202043b000007310020009c0000005f0000213d0000002303200039000000000013004b0000005f0000813d000700040020003d0000000703900360000000000303043b000800000003001d000007310030009c0000005f0000213d00000008022000290000002402200039000000000012004b0000005f0000213d000007b30100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000007290010009c0000072901008041000000c001100210000007cd011001c700008005020000391c9e1c990000040f0000000100200190000010550000613d000000000101043b0000072c011001970000000002000411000000000012004b00000dae0000c13d00000024010000390000000101100367000000000101043b000600000001001d0000000901000029000000000010043f0000009901000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b000000000101041a000500000001001d000000000001004b000003f40000c13d0000009801000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b000000000101041a000000000001004b000005c10000613d0000000502000029000000060020006c00000fb60000c13d0000000801000029000000200010008c0000005f0000413d000000070100002900000020021000390000000101000367000000000321034f000000000303043b000700000003001d0000000803000029000000400030008c0000005f0000413d0000002002200039000000000121034f000000000101043b000000400200043d0000000000120435000007290020009c000007290200804100000040012002100000000002000414000007290020009c0000072902008041000000c002200210000000000112019f00000741011001c70000800d020000390000000303000039000007e704000041000000090500002900000007060000291c9e1c940000040f00000001002001900000005f0000613d0000000701000029000007e80010009c0000103d0000413d000000400100043d0000006402100039000007eb0300004100000000003204350000004402100039000007ec0300004100000000003204350000002402100039000000240300003900000a460000013d000007590020009c00000aa60000613d0000075a0020009c0000005f0000c13d000000440010008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000402900370000000000202043b000007310020009c0000005f0000213d0000002303200039000000000013004b0000005f0000813d0000000403200039000000000339034f000000000303043b000600000003001d000007310030009c0000005f0000213d000500240020003d000000060200002900000005022002100000000502200029000000000012004b0000005f0000213d0000002402900370000000000302043b000007310030009c0000005f0000213d0000002302300039000000000012004b0000005f0000813d0000000402300039000000000229034f000000000202043b000007310020009c0000005f0000213d000400240030003d00000005032002100000000403300029000000000013004b0000005f0000213d0000003301000039000000000101041a0000072c011001970000000003000411000000000031004b00000ac20000c13d000000060020006b00000f620000c13d000000060000006b000009e90000613d000900000000001d000004640000013d00000009020000290000000102200039000900000002001d000000060020006c000009e90000813d0000000901000029000000050110021000000005021000290000000102200367000000000302043b000007290030009c0000005f0000213d00000004011000290000000101100367000000000101043b000700000001001d000000000030043f0000009901000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c70000801002000039000800000003001d1c9e1c990000040f000000080300002900000001002001900000005f0000613d000000000101043b0000000702000029000000000021041b000000000030043f0000009801000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f000000080400002900000001002001900000005f0000613d000000000101043b000000000101041a000000000001004b0000045f0000c13d0000009703000039000000000103041a000007310010009c00000d300000213d0000000102100039000000000023041b000007bd0110009a000000000041041b000000000103041a000700000001001d000000000040043f0000009801000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b0000000702000029000000000021041b0000045f0000013d000007950020009c00000acb0000613d000007960020009c0000005f0000c13d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b0000072c0010009c0000005f0000213d00000000020100190000072d010000410000000000100443000900000002001d00000004002004430000000001000414000007290010009c0000072901008041000000c0011002100000072e011001c700008002020000391c9e1c990000040f0000000100200190000010550000613d000000000101043b0000000903000029000000000003004b000004cc0000613d000000000001004b00000a080000613d0000003301000039000000000101041a0000072c011001970000000002000411000000000021004b00000ca60000c13d0000006501000039000000000201041a0000073202200197000000000232019f000000000021041b000000400100043d0000000000310435000007290010009c000007290100804100000040011002100000000002000414000007290020009c0000072902008041000000c002200210000000000112019f00000741011001c70000800d020000390000000103000039000007ef04000041000009e60000013d000007650020009c00000b050000613d000007660020009c0000005f0000c13d0000000001000416000000000001004b0000005f0000c13d000000cd02000039000000000102041a000000800010043f000000000020043f000000000001004b00000b1b0000c13d000000200200003900000b260000013d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b1c9e14cb0000040f00000afe0000013d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b1c9e12690000040f00000afe0000013d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000007290010009c0000005f0000213d000000000010043f000000cb01000039000000200010043f000000400200003900000000010000191c9e1c660000040f000005d10000013d0000000001000416000000000001004b0000005f0000c13d0000006501000039000008f80000013d000000440010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b0000072c0010009c0000005f0000213d0000002402900370000000000202043b000900000002001d0000072c0020009c0000005f0000213d0000003302000039000000000202041a0000072c022001970000000003000411000000000032004b00000ac20000c13d000700000004001d0000072c02100197000007aa01000041000000800010043f0000000001000410000000840010043f0000000901000029000000a40010043f0000000001000414000007290010009c0000072901008041000000c001100210000007ab011001c7000800000002001d1c9e1c990000040f00000060031002700000072903300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000080057001bf0000054e0000613d0000008008000039000000000901034f000000009a09043c0000000008a80436000000000058004b0000054a0000c13d000000000006004b0000055b0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000cb60000613d0000001f01400039000000600210018f00000080012001bf000000400010043f000000200030008c0000005f0000413d000000c403200039000000a404200039000000800500043d000000000005004b00000db80000c13d000000a005200039000007ae06000041000000000065043500000009060000290000000000640435000000010400008a0000000000430435000000440300003900000000003104350000014003200039000000400030043f0000012003200039000007af04000041000000000043043500000100032001bf0000002002000039000600000003001d000000000023043500000040025002100000000001010433000007290010009c00000729010080410000006001100210000000000121019f0000000002000414000007290020009c0000072902008041000000c002200210000000000112019f00000008020000291c9e1c940000040f0000006003100270000007290330019800000e260000c13d000900600000003d00000e4f0000013d000000440010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000900000001001d000007290010009c0000005f0000213d0000002401900370000000000101043b000800000001001d0000072c0010009c0000005f0000213d0000003301000039000000000101041a0000072c011001970000000002000411000000000021004b00000ac20000c13d0000000901000029000000000010043f0000009901000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b000000000101041a000000000001004b00000d360000c13d0000009801000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b000000000101041a000000000001004b00000d360000c13d00000009010000291c9e1c280000040f1c9e1bab0000040f0000073702000041000000400400043d000900000004001d0000000000240435000000040240003900000020030000390000000000320435000000240240003900000f570000013d0000000001000416000000000001004b0000005f0000c13d0000013301000039000000000101041a000000800010043f000007b40100004100001c9f0001042e000000640010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000900000001001d000007290010009c0000005f0000213d0000004401900370000000000201043b0000002401900370000000000301043b0000000301000039000000800010043f000001000000043f000001200000043f0000010001000039000000a00010043f000001400000043f000001600000043f0000014001000039000000c00010043f000001800000043f000001a00000043f0000018001000039000000e00010043f000700000003001d000001e00030043f000800000002001d000002000020043f0000004001000039000001c00010043f0000022001000039000000400010043f0000000901000029000000000010043f000000ca01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000400200043d000007cb0020009c00000d300000213d000000000101043b000000000401041a0000002001200039000000400010043f0000000000020435000000400300043d0000002005300039000007cc0600004100000000006504350000000005000411000000600550021000000062063000390000000000560435000000420530003900000000004504350000002204300039000000000004043500000076043000390000000002020433000000000002004b000006260000613d000000000500001900000000064500190000000007150019000000000707043300000000007604350000002005500039000000000025004b0000061f0000413d00000000014200190000000000010435000000560120003900000000001304350000009501200039000007f6021001970000000001320019000000000021004b00000000020000390000000102004039000007310010009c00000d300000213d000000010020019000000d300000c13d000000400010043f0000006501000039000000000101041a0000072c04100197000001c00200003900000009010000291c9e1abd0000040f000000400200043d0000073b0020009c00000d300000213d0000004003200039000000400030043f000000200320003900000000001304350000000000020435000000800100043d000000000001004b00000fa70000613d000000a00020043f0000000901000029000000070200002900000008030000291c9e18af0000040f000000080010002a000000350000413d000000400200043d0000073b0020009c00000d300000213d00000008011000290000004003200039000000400030043f000000200320003900000000001304350000000000020435000000800100043d000000020010008c00000fa70000413d000000c00020043f000000400100043d0000073b0010009c00000d300000213d0000004002100039000000400020043f000000200210003900000000000204350000000000010435000000800200043d000000030020008c00000fa70000413d000000e00010043f0000002002000039000000400100043d0000000002210436000000800300043d00000000003204350000004002100039000000000003004b0000067a0000613d000000a0040000390000000005000019000000004604043400000000760604340000072c0660019700000000066204360000000007070433000000000076043500000040022000390000000105500039000000000035004b000006700000413d0000000002120049000009630000013d000000240010008c00000b070000813d0000005f0000013d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000007290010009c0000005f0000213d000000000010043f000000cc01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b000000000301041a000000400200043d000900000002001d000800000003001d0000000002320436000700000002001d000000000010043f0000000001000414000007290010009c0000072901008041000000c00110021000000741011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d0000000805000029000000000005004b00000cc20000c13d000000070400002900000ccb0000013d000000240010008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000402900370000000000202043b000007310020009c0000005f0000213d0000002303200039000000000013004b0000005f0000813d0000000403200039000000000339034f000000000303043b000600000003001d000007310030009c0000005f0000213d000500240020003d000000060200002900000006022002100000000502200029000000000012004b0000005f0000213d0000003301000039000000000101041a0000072c011001970000000002000411000000000021004b00000ac20000c13d000000060000006b000009e90000613d000900000000001d0000000901000029000000060110021000000005011000290000000102100367000000000302043b000007290030009c0000005f0000213d00000020011000390000000101100367000000000101043b000700000001001d000000000030043f000000ca01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c70000801002000039000800000003001d1c9e1c990000040f000000080300002900000001002001900000005f0000613d000000000101043b0000000704000029000000000041041b000000400100043d000000200210003900000000004204350000000000310435000007290010009c000007290100804100000040011002100000000002000414000007290020009c0000072902008041000000c002200210000000000112019f000007a9011001c70000800d020000390000000103000039000007c5040000411c9e1c940000040f00000001002001900000005f0000613d00000009020000290000000102200039000900000002001d000000060020006c000006cb0000413d000009e90000013d000000640010008c0000005f0000413d0000000401900370000000000101043b000900000001001d000007290010009c0000005f0000213d0000002401900370000000000101043b000700000001001d0000004401900370000000000101043b000800000001001d0000072c0010009c0000005f0000213d0000000001000411000000000010043f000000ce01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b000000000101041a000000000001004b00000cd40000c13d000000400100043d0000004402100039000007e203000041000000000032043500000024021000390000001403000039000009c00000013d000000240010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b1c9e13940000040f00000afe0000013d000000440010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000002401900370000000000101043b000900000001001d0000072c0010009c0000005f0000213d0000000401900370000000000101043b000800000001001d1c9e11320000040f0000000003010019000700000001001d0000000001000411000000090200002900000008040000291c9e171d0000040f000000400100043d00000007020000290000000000210435000007290010009c00000729010080410000004001100210000007b8011001c700001c9f0001042e000000440010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000900000001001d000007290010009c0000005f0000213d1c9e159f0000040f00000024010000390000000101100367000000000201043b00000009010000291c9e16f30000040f000000000100001900001c9f0001042e000000440010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b0000072c0010009c0000005f0000213d0000002402900370000000000202043b000900000002001d0000072c0020009c0000005f0000213d000000000010043f000000d001000039000000200010043f000000400200003900000000010000191c9e1c660000040f0000000902000029000000000020043f000000200010043f00000000010000190000004002000039000005150000013d0000000001000416000000000001004b0000005f0000c13d0000010101000039000000000101041a000000a001100270000000ff0110018f000000800010043f000007b40100004100001c9f0001042e000000640010008c0000005f0000413d0000000001000416000000000001004b0000005f0000c13d0000000401900370000000000101043b000900000001001d0000002401900370000000000101043b000800000001001d0000072c0010009c0000005f0000213d0000004401900370000000000101043b000700000001001d0000072c0010009c0000005f0000213d0000000701000029000000000010043f000000cf01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700008010020000391c9e1c990000040f00000001002001900000005f0000613d000000000101043b000000000101041a0000000902000029000000000012004b00000cfc0000a13d000000400100043d0000004402100039000007c303000041000000000032043500000024021000390000001d03000039000009c00000013d000000240010008c0000005f0000413d0000000002000416000000000002004b0000005f0000c13d0000000402900370000000000202043b000007310020009c0000005f0000213d0000002303200039000000000013004b0000005f0000813d0000000403200039000000000339034f000000000303043b000300000003001d000007310030009c0000005f0000213d000200240020003d000000030200002900000005022002100000000202200029000000000012004b0000005f0000213d0000003301000039000000000101041a0000072c011001970000000002000411000000000021004b00000ac20000c13d000000030000006b000009e90000613d0000801003000039000400000000001d000000040100002900000005011002100000000201100029000000000119034f000000000101043b000500000001001d000007290010009c0000005f0000213d0000000501000029000000000010043f000000cb01000039000000200010043f0000000001000414000007290010009c0000072901008041000000c001100210000007a9011001c700000000020300191c9e1c990000040f000080100300003900000001002001900000005f0000613d000000000101043b000000000001041b000000cc01000039000000200010043f0000000