UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

1 lines 300 kB
export const HypNative = {"_format":"hh-zksolc-artifact-1","contractName":"HypNative","sourceName":"contracts/token/HypNative.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":"address","name":"receiver","type":"address"}],"name":"deposit","outputs":[{"internalType":"uint256","name":"shares","type":"uint256"}],"stateMutability":"payable","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":[{"internalType":"address","name":"_hook","type":"address"},{"internalType":"address","name":"_interchainSecurityModule","type":"address"},{"internalType":"address","name":"_owner","type":"address"}],"name":"initialize","outputs":[],"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":"pure","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"},{"stateMutability":"payable","type":"receive"}],"bytecode":"0x00020000000000020013000000000002000000000901034f000000600110027000010000000903550000079f0010019d0000079f011001970000000100200190000000200000c13d0000008003000039000000400030043f000000040010008c000000670000413d000000000209043b000000e002200270000007af0020009c0000006b0000213d000007e10020009c0000007a0000213d000007fa0020009c0000013a0000a13d000007fb0020009c0000025f0000a13d000007fc0020009c000003e60000a13d000007fd0020009c000006c50000613d000007fe0020009c000006f80000613d000007ff0020009c000006b80000613d00000b620000013d000000e003000039000000400030043f0000000002000416000000000002004b00000b620000c13d0000001f02100039000007a002200197000000e002200039000000400020043f0000001f0410018f000007a105100198000000e002500039000000320000613d000000000609034f000000006706043c0000000003730436000000000023004b0000002e0000c13d000000000004004b0000003f0000613d000000000359034f0000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000320435000000400010008c00000b620000413d000001000200043d000007a20020009c00000b620000213d000000e00100043d000800000001001d000007a3010000410000000000100443000900000002001d000000040020044300000000010004140000079f0010009c0000079f01008041000000c001100210000007a4011001c700008002020000391e761e710000040f0000000100200190000011420000613d000000400400043d000000000101043b000000000001004b000001fa0000c13d0000004401400039000007ac02000041000000000021043500000024014000390000001e020000390000000000210435000007ad0100004100000000001404350000000401400039000000200200003900000000002104350000079f0040009c0000079f040080410000004001400210000007ae011001c700001e7800010430000000000001004b00000b620000c13d000000000100001900001e770001042e000007b00020009c0000012d0000213d000007c90020009c000001610000a13d000007ca0020009c000002800000a13d000007cb0020009c000003f00000a13d000007cc0020009c000006b80000613d000007cd0020009c0000072f0000613d000007ce0020009c000006a60000613d00000b620000013d000007e20020009c0000016e0000a13d000007e30020009c000002b20000a13d000007e40020009c000004090000a13d000007e50020009c0000073a0000613d000007e60020009c0000073f0000613d000007e70020009c00000b620000c13d000000640010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000900000001001d0000079f0010009c00000b620000213d0000004401900370000000000201043b0000002401900370000000000301043b0000000301000039000000800010043f000001000000043f000001200000043f0000010001000039000000a00010043f000001400000043f000001600000043f0000014001000039000000c00010043f000001800000043f000001a00000043f0000018001000039000000e00010043f000700000003001d000001e00030043f000800000002001d000002000020043f0000004001000039000001c00010043f0000022001000039000000400010043f0000000901000029000000000010043f000000ca01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000400200043d000008460020009c00000ba60000213d000000000101043b000000000401041a0000002001200039000000400010043f0000000000020435000000400300043d0000002005300039000008470600004100000000006504350000000005000411000000600550021000000062063000390000000000560435000000420530003900000000004504350000002204300039000000000004043500000076043000390000000002020433000000000002004b000000d70000613d000000000500001900000000064500190000000007150019000000000707043300000000007604350000002005500039000000000025004b000000d00000413d0000000001420019000000000001043500000056012000390000000000130435000000950120003900000872021001970000000001320019000000000021004b00000000020000390000000102004039000007a70010009c00000ba60000213d000000010020019000000ba60000c13d000000400010043f0000006501000039000000000101041a000007a204100197000001c00200003900000009010000291e761c950000040f000000400200043d000008370020009c00000ba60000213d0000004003200039000000400030043f000000200320003900000000001304350000000000020435000000800100043d000000000001004b0000106d0000613d000000a00020043f0000000901000029000000070200002900000008030000291e761a250000040f000000080020002a0000119e0000413d000000400100043d000008370010009c00000ba60000213d00000008022000290000004003100039000000400030043f000000200310003900000000002304350000000000010435000000800200043d000000020020008c0000106d0000413d000000c00010043f000000400100043d000008370010009c00000ba60000213d0000004002100039000000400020043f000000200210003900000000000204350000000000010435000000800200043d000000030020008c0000106d0000413d000000e00010043f0000002002000039000000400100043d0000000002210436000000800300043d00000000003204350000004002100039000000000003004b0000012b0000613d000000a004000039000000000500001900000000460404340000000076060434000007a20660019700000000066204360000000007070433000000000076043500000040022000390000000105500039000000000035004b000001210000413d0000000002120049000001dc0000013d000007b10020009c000001e40000a13d000007b20020009c000002bb0000a13d000007b30020009c000004190000a13d000007b40020009c000007590000613d000007b50020009c000007e20000613d000007b60020009c000003ea0000613d00000b620000013d000008070020009c000002d10000213d0000080d0020009c0000042d0000213d000008100020009c000008230000613d000008110020009c00000b620000c13d0000000001000416000000000001004b00000b620000c13d000000d203000039000000000203041a000000010520019000000001012002700000007f0410018f00000000010460190000001f0010008c00000000060000390000000106002039000000000065004b000008ff0000c13d000000800010043f000000000005004b00000b790000613d000000000030043f000000020020008c00000baf0000413d000008710200004100000000040000190000000003040019000000000402041a000000a005300039000000000045043500000001022000390000002004300039000000000014004b000001580000413d00000c040000013d000007d60020009c000003100000213d000007dc0020009c0000043e0000213d000007df0020009c000008280000613d000007e00020009c00000b620000c13d0000000001000416000000000001004b00000b620000c13d0000003301000039000009840000013d000007ef0020009c0000034b0000213d000007f50020009c000004560000213d000007f80020009c000008390000613d000007f90020009c00000b620000c13d0000000002000416000000000002004b00000b620000c13d0000009702000039000000000302041a000007a70030009c00000ba60000213d00000005053002100000003f0450003900000856044001970000086b0040009c00000ba60000213d000000000119034f0000008004400039000000400040043f000000800030043f0000001f0450018f000000000005004b000001900000613d000000a005500039000000a006000039000000000701034f000000007807043c0000000006860436000000000056004b0000018c0000c13d000000000004004b000000000003004b000001a00000613d0000000004000019000000000020043f000000800500043d000000000045004b0000106d0000a13d0000082b0540009a000000000505041a0000000506400210000000a00660003900000000005604350000000104400039000000000034004b000001940000413d000000800200043d000007a70020009c00000ba60000213d00000005042002100000003f034000390000085605300197000000400300043d0000000005530019000000000035004b00000000060000390000000106004039000007a70050009c00000ba60000213d000000010060019000000ba60000c13d000000400050043f00000000022304360000001f0540018f000000000004004b000001ba0000613d00000000044200190000000006020019000000001701043c0000000006760436000000000046004b000001b60000c13d000000000005004b000000800100043d000000000001004b000001cc0000613d00000000010000190000000004030433000000000014004b0000106d0000a13d00000005041002100000000005240019000000a00440003900000000040404330000079f0440019700000000004504350000000101100039000000800400043d000000000041004b000001bf0000413d000000400100043d00000020040000390000000005410436000000000403043300000000004504350000004003100039000000000004004b000001db0000613d000000000500001900000000260204340000079f0660019700000000036304360000000105500039000000000045004b000001d50000413d00000000021300490000079f0020009c0000079f0200804100000060022002100000079f0010009c0000079f010080410000004001100210000000000112019f00001e770001042e000007be0020009c000003a60000213d000007c40020009c0000046c0000213d000007c70020009c0000087b0000613d000007c80020009c00000b620000c13d0000000001000416000000000001004b00000b620000c13d0000000001000412000d00000001001d000c00000000003d0000800501000039000000440300003900000000040004150000000d0440008a000000050440021000000820020000411e761e530000040f000009850000013d0000000901000029000007a202100197000000800020043f000007a50100004100000000001404350000079f0040009c0000079f010000410000000001044019000000400110021000000000030004140000079f0030009c0000079f03008041000000c003300210000000000113019f000007a6011001c7000900000004001d1e761e710000040f000000090b00002900000060031002700000079f03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b00190000021b0000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000002170000c13d000000000006004b000002280000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000003c80000613d0000001f01400039000000600210018f0000000001b20019000000000021004b00000000020000390000000102004039000007a70010009c00000ba60000213d000000010020019000000ba60000c13d000000400010043f000000200030008c00000b620000413d000000090100002900000000010104330000079f0010009c00000b620000213d000000a00010043f0000003301000039000000000201041a000007a8032001970000000006000411000000000363019f000000000031041b0000000001000414000007a2052001970000079f0010009c0000079f01008041000000c001100210000007a9011001c70000800d020000390000000303000039000007aa040000411e761e6c0000040f000000010020019000000b620000613d0000000803000029000000c00030043f000000800100043d00000140000004430000016000100443000000a00100043d00000020020000390000018000200443000001a0001004430000004001000039000001c000100443000001e000300443000001000020044300000003010000390000012000100443000007ab0100004100001e770001042e000008020020009c0000048a0000213d000008050020009c0000088d0000613d000008060020009c00000b620000c13d000000640010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000007a20010009c00000b620000213d00000000030100190000002401900370000000000101043b000900000001001d000007a20010009c00000b620000213d0000004401900370000000000401043b000800000004001d00000000020004110000000001030019000700000003001d00000000030400191e7617090000040f00000007010000290000000902000029000000080300002900000a380000013d000007d10020009c000004990000213d000007d40020009c000008b80000613d000007d50020009c00000b620000c13d000000640010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000900000001001d0000002401900370000000000101043b000800000001001d000007a20010009c00000b620000213d0000004401900370000000000101043b000700000001001d000007a20010009c00000b620000213d0000000701000029000000000010043f000000cf01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b000000000101041a1e7613bc0000040f0000000902000029000000000012004b00000d150000a13d000000400100043d00000044021000390000083f03000041000000000032043500000024021000390000001f0300003900000bf40000013d000007ea0020009c000004c50000213d000007ed0020009c000008c10000613d000007ee0020009c00000b620000c13d000000240010008c0000098b0000813d00000b620000013d000007b90020009c000005f30000213d000007bc0020009c000008d80000613d000007bd0020009c00000b620000c13d000000240010008c00000b620000413d0000000401900370000000000101043b0000000002000416000000000012004b00000b4e0000813d000007ad01000041000000800010043f0000002001000039000000840010043f000000a40010043f0000082801000041000000c40010043f000008290100004100001e7800010430000008080020009c000006140000213d0000080b0020009c000008e70000613d0000080c0020009c00000b620000c13d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000900000001001d000007a20010009c00000b620000213d0000003301000039000000000101041a000007a2011001970000000002000411000000000021004b00000b450000c13d0000000901000029000000000010043f000000ce01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b000000000101041a000000000001004b000000690000c13d000000cd01000039000000000201041a000007a70020009c00000ba60000213d0000000103200039000000000031041b000008700220009a0000000903000029000000000032041b000000000101041a000700000001001d000000000030043f000000ce01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f0000000100200190000008760000c13d00000b620000013d000007d70020009c0000061d0000213d000007da0020009c000008f00000613d000007db0020009c00000b620000c13d000000440010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000900000001001d000007a20010009c00000b620000213d0000002401900370000000000101043b000800000001001d0000000001000411000000000010043f000000d001000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b0000000902000029000000000020043f000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b000000000101041a000000080310006c000006f40000813d000000400100043d0000006402100039000008410300004100000000003204350000004402100039000008420300004100000000003204350000002402100039000000250300003900000a210000013d000007f00020009c000006770000213d000007f30020009c000006af0000613d000007f40020009c00000b620000c13d000000440010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b0000079f0010009c00000b620000213d0000002402900370000000000202043b000900000002001d000007a20020009c00000b620000213d0000003302000039000000000202041a000007a2022001970000000003000411000000000032004b00000b450000c13d000000000010043f000000cc01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000201043b0000000901000029000000000010043f000800000002001d0000000101200039000700000001001d000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b000000000101041a000600000001001d000000000001004b000000690000613d0000000801000029000000000101041a000500000001001d000000000001004b0000119e0000613d0000000502000029000000060020006c000010320000c13d0000000801000029000000000010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000813011001c700008010020000391e761e710000040f000000010020019000000b620000613d0000000602000029000000010220008a000000000101043b0000000001210019000000000001041b0000000801000029000000000021041b0000000901000029000000000010043f0000000701000029000000200010043f00000000010004140000086d0000013d000007bf0020009c000006a20000213d000007c20020009c000009050000613d000007c30020009c00000b620000c13d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000007a20010009c00000b620000213d0000003302000039000000000202041a000007a2022001970000000003000411000000000032004b00000b450000c13d0000000002000410000000000021004b00000bb10000c13d000007ad01000041000000800010043f0000002001000039000000840010043f0000001c01000039000000a40010043f0000082f01000041000000c40010043f000008290100004100001e78000104300000001f0530018f000007a106300198000000400200043d0000000004620019000003d30000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000003cf0000c13d000000000005004b000003e00000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f000000000014043500000060013002100000079f0020009c0000079f020080410000004002200210000000000112019f00001e7800010430000008000020009c0000090a0000613d000008010020009c00000b620000c13d0000000001000416000000000001004b00000b620000c13d000000800000043f000008210100004100001e770001042e000007cf0020009c000009140000613d000007d00020009c00000b620000c13d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000900000001001d0000079f0010009c00000b620000213d1e7616f20000040f0000000901000029000000000010043f000000cb01000039000000200010043f000000400200003900000000010000191e761e3e0000040f000000000001041b000000000100001900001e770001042e000007e80020009c000009420000613d000007e90020009c00000b620000c13d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b0000079f0010009c00000b620000213d000000000010043f000000cb010000390000094d0000013d000007b70020009c000009550000613d000007b80020009c00000b620000c13d0000000001000416000000000001004b00000b620000c13d0000000001000412000b00000001001d000a00400000003d0000800501000039000000440300003900000000040004150000000b0440008a000000050440021000000820020000411e761e530000040f000000800010043f000008210100004100001e770001042e0000080e0020009c000006af0000613d0000080f0020009c00000b620000c13d000000440010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000201043b000007a20020009c00000b620000213d0000002401900370000000000301043b0000000001000411000006f60000013d000007dd0020009c0000096c0000613d000007de0020009c00000b620000c13d000000440010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000002401900370000000000101043b000900000001001d000007a20010009c00000b620000213d0000000401900370000000000101043b000800000001001d1e7612850000040f0000000003010019000700000001001d000000000100041100000009020000290000000804000029000008d40000013d000007f60020009c000009800000613d000007f70020009c00000b620000c13d000000440010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000900000001001d0000079f0010009c00000b620000213d1e7616f20000040f00000024010000390000000101100367000000000201043b00000009010000291e7618460000040f000000000100001900001e770001042e000007c50020009c000009890000613d000007c60020009c00000b620000c13d000000440010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000007a20010009c00000b620000213d0000002402900370000000000202043b000900000002001d000007a20020009c00000b620000213d000000000010043f000000d001000039000000200010043f000000400200003900000000010000191e761e3e0000040f0000000902000029000000000020043f000000200010043f00000000010000190000004002000039000009500000013d000008030020009c000009940000613d000008040020009c00000b620000c13d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b0000079f0010009c00000b620000213d1e761daa0000040f00000a3a0000013d000007d20020009c000009b00000613d000007d30020009c00000b620000c13d000000640010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000900000001001d0000002401900370000000000101043b000800000001001d000007a20010009c00000b620000213d0000004401900370000000000101043b000700000001001d000007a20010009c00000b620000213d0000000701000029000000000010043f000000cf01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b000000000101041a0000000902000029000000000012004b00000d1e0000a13d000000400100043d00000044021000390000083e0300004100000bf10000013d000007eb0020009c000009c20000613d000007ec0020009c00000b620000c13d000000240010008c00000b620000413d0000000002000416000000000002004b00000b620000c13d0000000402900370000000000202043b000007a70020009c00000b620000213d0000002303200039000000000013004b00000b620000813d0000000403200039000000000339034f000000000303043b000300000003001d000007a70030009c00000b620000213d000200240020003d000000030200002900000005022002100000000202200029000000000012004b00000b620000213d0000003301000039000000000101041a000007a2011001970000000002000411000000000021004b00000b450000c13d000000030000006b000000690000613d0000801003000039000400000000001d000000040100002900000005011002100000000201100029000000000119034f000000000101043b000500000001001d0000079f0010009c00000b620000213d0000000501000029000000000010043f000000cb01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700000000020300191e761e710000040f0000801003000039000000010020019000000b620000613d000000000101043b000000000001041b000000cc01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700000000020300191e761e710000040f000000010020019000000b620000613d000000000301043b000000000103041a000800000001001d000000000001004b0000053b0000613d000700010030003d0000000002000019000600000003001d000000000103041a000900000002001d000000000021004b00008010020000390000106d0000a13d000000000030043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000813011001c71e761e710000040f0000000100200190000000090200002900000b620000613d000000000101043b0000000001210019000000000101041a000000000010043f0000000701000029000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f0000000100200190000000090200002900000b620000613d000000000101043b000000000001041b0000000102200039000000080020006c0000000603000029000005160000413d000000000003041b0000000501000029000000000010043f0000009901000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b000000000001041b0000000501000029000000000010043f0000009801000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b000000000c01041a00000000000c004b000005950000613d0000009701000039000000000301041a000000000003004b000080100200003900000005040000290000119e0000613d0000000101c0008a0000000000c3004b00090000000c001d000005680000c13d00000000030c0019000005830000013d000000000013004b0000106d0000a13d0000084d01c0009a0000084d0330009a000000000303041a000000000031041b000000000030043f0000009801000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c71e761e710000040f000000010020019000000b620000613d000000000101043b0000000902000029000000000021041b0000009701000039000000000301041a000000000003004b00000eda0000613d000000010130008a000080100200003900000005040000290000084d0330009a000000000003041b0000009703000039000000000013041b000000000040043f0000009801000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c71e761e710000040f000000010020019000000b620000613d000000000101043b000000000001041b000000090c000029000000050b0000290000084f00b0009c00000000020b00190000084e0220212a00000000010000390000000801002039000027100020008c00000004011081bf000027100220811a000000640020008c0000000201108039000000640220811a000000090020008c000000010110203900000872041001970000005f024000390000087205200197000000400300043d0000000002350019000000000052004b00000000050000390000000105004039000007a70020009c00000ba60000213d000000010050019000000ba60000c13d000000400020043f00000001021000390000000002230436000000200440003900000872054001980000000109000367000005bd0000613d000000000552001900000000069003680000000007020019000000006806043c0000000007870436000000000057004b000005b90000c13d0000001f00400190000000000113001900000021011000390000000900b0008c0000000a4bb0011a0000000304400210000000010110008a00000000050104330000085005500197000008510440021f0000085204400197000000000454019f0000000000410435000005c00000213d000000400100043d0000002004100039000008530500004100000000005404350000003f041000390000000003030433000000000003004b000005db0000613d000000000500001900000000064500190000000007250019000000000707043300000000007604350000002005500039000000000035004b000005d40000413d000000000243001900000000000204350000001f0230003900000000002104350000005e0230003900000872022001970000000003120019000000000023004b00000000020000390000000102004039000007a70030009c00000ba60000213d000000010020019000000ba60000c13d000000400030043f00000000000c004b000010c40000613d00000004020000290000000102200039000400000002001d000000030020006c0000801003000039000004eb0000413d000000690000013d000007ba0020009c000009da0000613d000007bb0020009c00000b620000c13d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000007a20010009c00000b620000213d0000003302000039000000000202041a000007a2022001970000000003000411000000000032004b00000b450000c13d000000000001004b00000bc00000c13d000007ad01000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f0000082301000041000000c40010043f0000082401000041000000e40010043f000008250100004100001e7800010430000008090020009c000009fb0000613d0000080a0020009c00000b620000c13d0000000001000416000000000001004b00000b620000c13d000000d101000039000009510000013d000007d80020009c00000a2c0000613d000007d90020009c00000b620000c13d000000240010008c00000b620000413d0000000002000416000000000002004b00000b620000c13d0000000402900370000000000202043b000007a70020009c00000b620000213d0000002303200039000000000013004b00000b620000813d0000000403200039000000000339034f000000000303043b000600000003001d000007a70030009c00000b620000213d000500240020003d000000060200002900000006022002100000000502200029000000000012004b00000b620000213d0000003301000039000000000101041a000007a2011001970000000002000411000000000021004b00000b450000c13d000000060000006b000000690000613d000900000000001d0000000901000029000000060110021000000005011000290000000102100367000000000302043b0000079f0030009c00000b620000213d00000020011000390000000101100367000000000101043b000700000001001d000000000030043f000000ca01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c70000801002000039000800000003001d1e761e710000040f0000000803000029000000010020019000000b620000613d000000000101043b0000000704000029000000000041041b000000400100043d0000002002100039000000000042043500000000003104350000079f0010009c0000079f01008041000000400110021000000000020004140000079f0020009c0000079f02008041000000c002200210000000000112019f00000812011001c70000800d02000039000000010300003900000840040000411e761e6c0000040f000000010020019000000b620000613d00000009020000290000000102200039000900000002001d000000060020006c000006420000413d000000690000013d000007f10020009c00000a410000613d000007f20020009c00000b620000c13d000000640010008c00000b620000413d0000000401900370000000000101043b000900000001001d0000079f0010009c00000b620000213d0000002401900370000000000101043b000700000001001d0000004401900370000000000101043b000800000001001d000007a20010009c00000b620000213d0000000001000411000000000010043f000000ce01000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b000000000101041a000000000001004b00000d2a0000c13d000000400100043d00000044021000390000085d0300004100000000003204350000002402100039000000140300003900000bf40000013d000007c00020009c00000ac40000613d000007c10020009c00000b620000c13d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b1e76161e0000040f00000a3a0000013d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b1e7613bc0000040f00000a3a0000013d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000007a20010009c00000b620000213d000000010100008a000000800010043f000008210100004100001e770001042e000000440010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000900000001001d000007a20010009c00000b620000213d0000000001000411000000000010043f000000d001000039000000200010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c7000080100200003900080000000903531e761e710000040f000000080300035f000000010020019000000b620000613d000000000101043b0000000902000029000000000020043f000000200010043f0000002401300370000000000101043b000800000001001d00000000010004140000079f0010009c0000079f01008041000000c00110021000000812011001c700008010020000391e761e710000040f000000010020019000000b620000613d000000000101043b000000000101041a0000000802000029000000000021001a0000119e0000413d0000000003210019000000000100041100000009020000291e7614900000040f00000a390000013d000000240010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000007a20010009c00000b620000213d0000000002010019000007a3010000410000000000100443000900000002001d000000040020044300000000010004140000079f0010009c0000079f01008041000000c001100210000007a4011001c700008002020000391e761e710000040f0000000100200190000011420000613d000000000101043b0000000903000029000000000003004b000007150000613d000000000001004b00000a180000613d0000003301000039000000000101041a000007a2011001970000000002000411000000000021004b00000d050000c13d0000006501000039000000000201041a000007a802200197000000000232019f000000000021041b000000400100043d00000000003104350000079f0010009c0000079f01008041000000400110021000000000020004140000079f0020009c0000079f02008041000000c002200210000000000112019f00000813011001c70000800d020000390000000103000039000008340400004100000b5f0000013d0000000001000416000000000001004b00000b620000c13d000000cd02000039000000000102041a000000800010043f000000000020043f000000000001004b00000b640000c13d000000200200003900000b6f0000013d0000000001000416000000000001004b00000b620000c13d0000006501000039000009840000013d000000640010008c00000b620000413d0000000401900370000000000101043b000900000001001d0000079f0010009c00000b620000213d0000004401900370000000000301043b000800000003001d0000002401900370000000000201043b0000000901000029000700000002001d1e761a250000040f0000000803000029000000000032001a0000119e0000413d00000000043200190000000005000416000000000545004b00000b7f0000813d000000400100043d0000004402100039000008280300004100000d080000013d000900000003001d000000440010008c00000b620000413d0000000001000416000000000001004b00000b620000c13d0000000401900370000000000101043b000007a20010009c00000b620000213d0000002402900370000000000202043b000800000002001d000007a20020009c00000b620000213d0000003302000039000000000202041a000007a2022001970000000003000411000000000032004b00000b450000c13d000007a2021001970000081401000041000000800010043f0000000001000410000000840010043f0000000801000029000000a40010043f00000000010004140000079f0010009c0000079f01008041000000c00110021000000815011001c7000700000002001d1e761e710000040f00000060031002700000079f03300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000080057001bf0000078b0000613d0000008008000039000000000901034f000000009a09043c0000000008a80436000000000058004b000007870000c13d000000000006004b000007980000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000d500000613d0000001f01400039000000600210018f00000080012001bf000000400010043f000000200030008c00000b620000413d000000c403200039000000a404200039000000800500043d000000000005004b00000eb00000c13d000000a0052000390000081906000041000000000065043500000008060000290000000000640435000000010400008a0000000000430435000000440300003900000000003104350000014003200039000000400030043f00000120032000390000081a04000041000000000043043500000100032001bf0000002002000039000600000003001d0000000000230435000000400250021000000000010104330000079f0010009c0000079f010080410000006001100210000000000121019f00000000020004140000079f0020009c0000079f02008041000000c002200210000000000112019f00000007020000291e761e6c0000040f00000060031002700000079f0330019800000f100000c13d000800600000003d00000008010000290000000