UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

1 lines 310 kB
export const TestLpCollateralRouter = {"_format":"hh-zksolc-artifact-1","contractName":"TestLpCollateralRouter","sourceName":"contracts/test/TestLpCollateralRouter.sol","abi":[{"inputs":[{"internalType":"uint256","name":"_scaleNumerator","type":"uint256"},{"internalType":"uint256","name":"_scaleDenominator","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":"feeHook","type":"address"}],"name":"FeeHookSet","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":"feeHook","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"feeRecipient","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"feeToken","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":"scaleDenominator","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"scaleNumerator","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":"_feeHook","type":"address"}],"name":"setFeeHook","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":"0x00020000000000020019000000000002000000000901034f00000060011002700001000000090355000007e70010019d000007e7011001970000000100200190000000200000c13d0000008004000039000000400040043f000000040010008c000000440000413d000000000209043b000000e002200270000008070020009c000000460000213d0000083a0020009c000000fa0000a13d0000083b0020009c0000014c0000213d000008480020009c000002410000a13d000008490020009c000003630000a13d0000084a0020009c000004bd0000613d0000084b0020009c000005120000613d0000084c0020009c000001820000613d000000440000013d0000010003000039000000400030043f0000000002000416000000000002004b000000440000c13d0000001f02100039000007e8022001970000010002200039000000400020043f0000001f0410018f000007e9051001980000010002500039000000320000613d000000000609034f000000006706043c0000000003730436000000000023004b0000002e0000c13d000000000004004b0000003f0000613d000000000359034f0000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000320435000000600010008c000000440000413d000001400200043d000007ea0020009c000000d50000a13d000000000100001900001f9900010430000008080020009c0000013d0000a13d000008090020009c000001780000213d000008160020009c000002850000a13d000008170020009c000003680000a13d000008180020009c000005950000613d000008190020009c0000059a0000613d0000081a0020009c000000440000c13d000000440010008c000000440000413d0000000002000416000000000002004b000000440000c13d0000000402900370000000000202043b000007ef0020009c000000440000213d0000002303200039000000000013004b000000440000813d0000000403200039000000000339034f000000000303043b000600000003001d000007ef0030009c000000440000213d000500240020003d000000060200002900000005022002100000000502200029000000000012004b000000440000213d0000002402900370000000000302043b000007ef0030009c000000440000213d0000002302300039000000000012004b000000440000813d0000000402300039000000000229034f000000000202043b000007ef0020009c000000440000213d000400240030003d00000005032002100000000403300029000000000013004b000000440000213d0000003301000039000000000101041a000007ea011001970000000003000411000000000031004b00000b4d0000c13d000000060020006b000010ec0000c13d000000060000006b0000048c0000613d000900000000001d000000910000013d000000000101043b0000000702000029000000000021041b00000009020000290000000102200039000900000002001d000000060020006c0000048c0000813d0000000901000029000000050110021000000005021000290000000102200367000000000302043b000007e70030009c000000440000213d00000004011000290000000101100367000000000101043b000700000001001d000000000030043f0000009901000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c70000801002000039000800000003001d1f971f920000040f00000008030000290000000100200190000000440000613d000000000101043b0000000702000029000000000021041b000000000030043f0000009801000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f00000008040000290000000100200190000000440000613d000000000101043b000000000101041a000000000001004b0000008c0000c13d0000009703000039000000000103041a000007ef0010009c00000ea50000213d0000000102100039000000000023041b0000087e0110009a000000000041041b000000000103041a000700000001001d000000000040043f0000009801000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000890000c13d000000440000013d000001200100043d000800000001001d000001000100043d000700000001001d000007eb010000410000000000100443000900000002001d00000004002004430000000001000414000007e70010009c000007e701008041000000c001100210000007ec011001c700008002020000391f971f920000040f00000001002001900000107c0000613d000000400400043d000000000101043b000000000001004b000001c80000c13d00000044014000390000080602000041000000000021043500000024014000390000001e020000390000000000210435000007f5010000410000000000140435000000040140003900000020020000390000000000210435000007e70040009c000007e704008041000000400140021000000805011001c700001f9900010430000008540020009c000001880000a13d000008550020009c0000028c0000a13d000008560020009c000003860000a13d000008570020009c000001820000613d000008580020009c000005b60000613d000008590020009c000000440000c13d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007ea0010009c000000440000213d0000000002010019000007eb010000410000000000100443000900000002001d00000004002004430000000001000414000007e70010009c000007e701008041000000c001100210000007ec011001c700008002020000391f971f920000040f00000001002001900000107c0000613d000000000101043b0000000903000029000000000003004b000001230000613d000000000001004b00000b870000613d0000003301000039000000000101041a000007ea011001970000000002000411000000000021004b00000dc60000c13d0000006501000039000000000201041a000007f002200197000000000232019f000000000021041b000000400100043d0000000000310435000007e70010009c000007e70100804100000040011002100000000002000414000007e70020009c000007e702008041000000c002200210000000000112019f000007ff011001c70000800d020000390000000103000039000008b704000041000004890000013d000008220020009c000001af0000a13d000008230020009c0000029d0000a13d000008240020009c000003940000a13d000008250020009c000005e60000613d000008260020009c000006110000613d000008270020009c000000440000c13d000000240010008c000007840000813d000000440000013d0000083c0020009c000002b10000a13d0000083d0020009c000003aa0000a13d0000083e0020009c000006260000613d0000083f0020009c000006360000613d000008400020009c000000440000c13d000000640010008c000000440000413d0000000401900370000000000101043b000900000001001d000007e70010009c000000440000213d0000087a01000041000000000101041a000700000001001d0000004401900370000000000301043b000800000003001d0000002401900370000000000201043b0000000901000029000600000002001d1f971b130000040f0000000802000029000000000021001a000001720000413d0000000703000029000007ea03300198000700000021001d00000bcb0000c13d0000000002000416000000070220006c00000c7f0000813d000008b401000041000000000010043f0000001101000039000000040010043f000008b50100004100001f99000104300000080a0020009c000002cb0000a13d0000080b0020009c000003ba0000a13d0000080c0020009c0000063b0000613d0000080d0020009c000006ab0000613d0000080e0020009c000000440000c13d0000000001000416000000000001004b000000440000c13d000000800000043f0000087b0100004100001f980001042e000008610020009c000002e00000213d000008670020009c000003db0000213d0000086a0020009c000006ec0000613d0000086b0020009c000000440000c13d0000000001000416000000000001004b000000440000c13d000000d203000039000000000203041a000000010520019000000001012002700000007f0410018f00000000010460190000001f0010008c00000000060000390000000106002039000000000065004b00000baa0000c13d000000800010043f000000000005004b00000bc50000613d000000000030043f000000020020008c00000c610000413d000008bd0200004100000000040000190000000003040019000000000402041a000000a005300039000000000045043500000001022000390000002004300039000000000014004b000001a60000413d00000db20000013d0000082f0020009c000003230000213d000008350020009c000003ec0000213d000008380020009c000006f40000613d000008390020009c000000440000c13d0000000001000416000000000001004b000000440000c13d0000000001000412000f00000001001d000e00200000003d0000800501000039000000440300003900000000040004150000000f0440008a000000050440021000000883020000411f971f740000040f000007e701100197000000800010043f0000087b0100004100001f980001042e0000000901000029000007ea02100197000000800020043f000007ed010000410000000000140435000007e70040009c000007e701000041000000000104401900000040011002100000000003000414000007e70030009c000007e703008041000000c003300210000000000113019f000007ee011001c7000900000004001d1f971f920000040f000000090b0000290000006003100270000007e703300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b0019000001e90000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b000001e50000c13d000000000006004b000001f60000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000003450000613d0000001f01400039000000600110018f0000000002b10019000000000012004b00000000010000390000000101004039000007ef0020009c00000ea50000213d000000010010019000000ea50000c13d000600000002001d000000400020043f000000200030008c000000440000413d00000009010000290000000001010433000007e70010009c000000440000213d000000a00010043f0000003301000039000000000201041a000007f0032001970000000006000411000000000363019f000000000031041b0000000001000414000007ea05200197000007e70010009c000007e701008041000000c001100210000007f1011001c70000800d020000390000000303000039000007f2040000411f971f8d0000040f0000000100200190000000440000613d0000000702000029000000000002004b000000080100002900000c6e0000613d000000000001004b00000c6e0000613d000000c00020043f000000e00010043f0000000003000415000000190330008a0000000503300210000000000200041a0008ff000020019400000dd60000c13d0000000003000415000000180330008a0000000503300210000000ff0020019000000dd60000c13d000007f70120019700000101021001bf000900000000001d000000000020041b000000400100043d000800000002001d0000ff000020019000000e9f0000c13d00000064021000390000080203000041000000000032043500000044021000390000080303000041000000000032043500000024021000390000002b0300003900000b900000013d0000084f0020009c0000040e0000213d000008520020009c000007820000613d000008530020009c000000440000c13d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d000007ea0010009c000000440000213d0000003301000039000000000101041a000007ea011001970000000002000411000000000021004b00000b4d0000c13d0000000901000029000000000010043f000000ce01000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a000800000001001d000000000001004b0000048c0000613d000000cd01000039000000000201041a000000000002004b000001720000613d0000000803000029000000010130008a000000000032004b00000eab0000c13d0000000802000029000008b60220009a000000000002041b000000cd02000039000000000012041b0000000901000029000000000010043f000000ce01000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000700000000001d0000031e0000013d0000081d0020009c000004170000213d000008200020009c0000078f0000613d000008210020009c000004ab0000613d000000440000013d0000085c0020009c000004290000213d0000085f0020009c0000079a0000613d000008600020009c000000440000c13d0000000001000416000000000001004b000000440000c13d0000000001000412001700000001001d001600400000003d000080050100003900000044030000390000000004000415000000170440008a000004a50000013d0000082a0020009c000004490000213d0000082d0020009c000007c50000613d0000082e0020009c000000440000c13d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000201043b000007ea0020009c000000440000213d0000002401900370000000000301043b00000000010004111f9718260000040f00000c660000013d000008430020009c000004560000213d000008460020009c000007fa0000613d000008470020009c000000440000c13d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000002401900370000000000101043b000900000001001d000007ea0010009c000000440000213d0000000401900370000000000101043b000800000001001d1f9716ae0000040f0000000004010019000700000001001d0000000001000411000000090200002900000008030000290000033c0000013d000008110020009c0000046f0000213d000008140020009c000004ab0000613d000008150020009c000000440000c13d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d000007e70010009c000000440000213d1f9717820000040f00000009010000291f9719ea0000040f000000000100001900001f980001042e000008620020009c0000048e0000213d000008650020009c000008210000613d000008660020009c000000440000c13d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d000007ea0010009c000000440000213d0000003301000039000000000101041a000007ea011001970000000002000411000000000021004b00000b4d0000c13d0000000901000029000000000010043f000000ce01000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a000000000001004b0000048c0000c13d000000cd01000039000000000201041a000007ef0020009c00000ea50000213d0000000103200039000000000031041b000008bc0220009a0000000903000029000000000032041b000000000101041a000700000001001d000000000030043f000000ce01000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b0000000702000029000000000021041b000000000100001900001f980001042e000008300020009c000004970000213d000008330020009c0000082a0000613d000008340020009c000000440000c13d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000002401900370000000000101043b000900000001001d000007ea0010009c000000440000213d0000000401900370000000000101043b000800000001001d1f9713150000040f0000000003010019000700000001001d0000000001000411000000090200002900000008040000291f9719810000040f000000400100043d00000007020000290000000000210435000007e70010009c000007e701008041000000400110021000000877011001c700001f980001042e0000001f0530018f000007e906300198000000400200043d0000000004620019000003500000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000034c0000c13d000000000005004b0000035d0000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000007e70020009c000007e7020080410000004002200210000000000112019f00001f99000104300000084d0020009c0000083e0000613d0000084e0020009c000004b40000613d000000440000013d0000081b0020009c000008500000613d0000081c0020009c000000440000c13d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007ea0010009c000000440000213d0000002402900370000000000202043b000900000002001d000007ea0020009c000000440000213d000000000010043f000000d001000039000000200010043f000000400200003900000000010000191f971f5f0000040f0000000902000029000000000020043f000000200010043f00000000010000190000004002000039000006340000013d0000085a0020009c000008560000613d0000085b0020009c000000440000c13d0000000001000416000000000001004b000000440000c13d0000010101000039000000000101041a000000a001100270000000ff0110018f000000800010043f0000087b0100004100001f980001042e000008280020009c000008610000613d000008290020009c000000440000c13d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d000007e70010009c000000440000213d1f9717820000040f00000024010000390000000101100367000000000201043b00000009010000291f971cd90000040f000000000100001900001f980001042e000008410020009c000008920000613d000008420020009c000000440000c13d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007e70010009c000000440000213d000000000010043f000000ca01000039000006310000013d0000080f0020009c000009bc0000613d000008100020009c000000440000c13d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000601043b000007ea0060009c000000440000213d0000003301000039000000000201041a000007ea032001970000000005000411000000000053004b00000b4d0000c13d000000000006004b00000d730000c13d000007f501000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f0000087301000041000000c40010043f0000087401000041000000e40010043f000008750100004100001f9900010430000008680020009c000004b40000613d000008690020009c000000440000c13d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000201043b000007ea0020009c000000440000213d0000002401900370000000000301043b000000000100041100000c650000013d000008360020009c000009ed0000613d000008370020009c000000440000c13d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007ea0010009c000000440000213d0000003302000039000000000202041a000007ea022001970000000003000411000000000032004b00000b4d0000c13d0000087a02000041000000000302041a000007f003300197000000000313019f000000000032041b000000800010043f0000000001000414000007e70010009c000007e701008041000000c00110021000000880011001c70000800d0200003900000001030000390000089304000041000004890000013d000008500020009c000009f20000613d000008510020009c000000440000c13d0000000001000416000000000001004b000000440000c13d0000087f0100004100000b650000013d0000081e0020009c00000a600000613d0000081f0020009c000000440000c13d0000000001000416000000000001004b000000440000c13d0000000001000412000b00000001001d000a00000000003d0000800501000039000000440300003900000000040004150000000b0440008a000000050440021000000883020000411f971f740000040f00000b660000013d0000085d0020009c00000a720000613d0000085e0020009c000000440000c13d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d000007e70010009c000000440000213d1f9717820000040f00000009010000291f97189b0000040f0000000901000029000000000010043f000000cb01000039000000200010043f00000024010000390000000101100367000000000101043b000900000001001d000000400200003900000000010000191f971f5f0000040f0000000902000029000000000021041b000000000100001900001f980001042e0000082b0020009c00000a8e0000613d0000082c0020009c000000440000c13d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b1f9713150000040f00000c670000013d000008440020009c00000b560000613d000008450020009c000000440000c13d0000000001000416000000000001004b000000440000c13d0000003301000039000000000201041a000007ea032001970000000005000411000000000053004b00000b4d0000c13d000007f002200197000000000021041b0000000001000414000007e70010009c000007e701008041000000c001100210000007f1011001c70000800d020000390000000303000039000007f2040000410000000006000019000004890000013d000008120020009c00000b610000613d000008130020009c000000440000c13d000000240010008c000000440000413d0000013302000039000000000302041a0000000401900370000000000101043b000000000013001a000001720000413d0000000003130019000000000032041b0000000002000411000007ea02200197000000800020043f000000a00010043f0000000001000414000007e70010009c000007e701008041000000c00110021000000878011001c70000800d02000039000000010300003900000879040000411f971f8d0000040f0000000100200190000000440000613d000000000100001900001f980001042e000008630020009c00000b6a0000613d000008640020009c000000440000c13d0000000001000416000000000001004b000000440000c13d000000d101000039000006f00000013d000008310020009c00000b9b0000613d000008320020009c000000440000c13d0000000001000416000000000001004b000000440000c13d0000000001000412000d00000001001d000c00600000003d0000800501000039000000440300003900000000040004150000000d0440008a000000050440021000000883020000411f971f740000040f000000800010043f0000087b0100004100001f980001042e000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b1f9716ae0000040f00000c670000013d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b1f97144c0000040f00000c670000013d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007e70010009c000000440000213d0000002402900370000000000202043b000900000002001d000007ea0020009c000000440000213d0000003302000039000000000202041a000007ea022001970000000003000411000000000032004b00000b4d0000c13d000000000010043f000000cc01000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000201043b0000000901000029000000000010043f000800000002001d0000000101200039000700000001001d000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a000600000001001d000000000001004b0000048c0000613d0000000801000029000000000101041a000500000001001d000000000001004b000001720000613d0000000502000029000000060020006c000010f60000c13d0000000801000029000000000010043f0000000001000414000007e70010009c000007e701008041000000c001100210000007ff011001c700008010020000391f971f920000040f0000000100200190000000440000613d0000000602000029000000010220008a000000000101043b0000000001210019000000000001041b0000000801000029000000000021041b0000000901000029000000000010043f0000000701000029000000200010043f00000000010004140000027b0000013d000000640010008c000000440000413d0000000402900370000000000202043b000900000002001d000007e70020009c000000440000213d0000004402900370000000000202043b000007ef0020009c000000440000213d0000002303200039000000000013004b000000440000813d000700040020003d0000000703900360000000000303043b000800000003001d000007ef0030009c000000440000213d00000008022000290000002402200039000000000012004b000000440000213d000008830100004100000000001004430000000001000412000000040010044300000024000004430000000001000414000007e70010009c000007e701008041000000c0011002100000089c011001c700008005020000391f971f920000040f00000001002001900000107c0000613d000000000101043b000007ea011001970000000002000411000000000012004b00000ecc0000c13d00000024010000390000000101100367000000000101043b000600000001001d0000000901000029000000000010043f0000009901000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a000500000001001d000000000001004b000005620000c13d0000009801000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a000000000001004b000006e00000613d0000000502000029000000060020006c0000114b0000c13d0000000801000029000000200010008c000000440000413d000000070100002900000020021000390000000101000367000000000321034f000000000303043b000700000003001d0000000803000029000000400030008c000000440000413d0000002002200039000000000121034f000000000201043b000000400100043d000800000002001d0000000000210435000007e70010009c000007e70100804100000040011002100000000002000414000007e70020009c000007e702008041000000c002200210000000000112019f000007ff011001c70000800d020000390000000303000039000008af04000041000000090500002900000007060000291f971f8d0000040f0000000100200190000000440000613d0000000701000029000008b00010009c000012110000413d000000400100043d0000006402100039000008b10300004100000000003204350000004402100039000008b20300004100000000003204350000002402100039000000240300003900000b900000013d0000000001000416000000000001004b000000440000c13d000000660100003900000b650000013d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007ea0010009c000000440000213d0000003302000039000000000202041a000007ea022001970000000003000411000000000032004b00000b4d0000c13d0000000002000410000000000021004b00000d7f0000c13d000007f501000041000000800010043f0000002001000039000000840010043f0000001c01000039000000a40010043f0000088201000041000000c40010043f0000087d0100004100001f9900010430000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d000007ea0010009c000000440000213d0000000001000411000000000010043f000000d001000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c7000080100200003900080000000903531f971f920000040f000000080300035f0000000100200190000000440000613d000000000101043b0000000902000029000000000020043f000000200010043f0000002401300370000000000101043b000800000001001d0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a0000000802000029000000000021001a000001720000413d000000000321001900000c630000013d000000640010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d0000002401900370000000000101043b000800000001001d000007ea0010009c000000440000213d0000004401900370000000000101043b000700000001001d000007ea0010009c000000440000213d0000000701000029000000000010043f000000cf01000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a0000000902000029000000000012004b00000df70000a13d000000400100043d00000044021000390000088503000041000000000032043500000024021000390000001d030000390000088c0000013d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d000007e70010009c000000440000213d1f9717820000040f0000000901000029000000000010043f000000cb01000039000000200010043f000000400200003900000000010000191f971f5f0000040f000000000001041b000000000100001900001f980001042e000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007e70010009c000000440000213d000000000010043f000000cb01000039000000200010043f000000400200003900000000010000191f971f5f0000040f000006f00000013d0000000001000416000000000001004b000000440000c13d000000650100003900000b650000013d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007ea0010009c000000440000213d0000002402900370000000000202043b000900000002001d000007ea0020009c000000440000213d0000003302000039000000000202041a000007ea022001970000000003000411000000000032004b00000b4d0000c13d000700000004001d000007ea021001970000086d01000041000000800010043f0000000001000410000000840010043f0000000901000029000000a40010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086e011001c7000800000002001d1f971f920000040f0000006003100270000007e703300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000080057001bf0000066d0000613d0000008008000039000000000901034f000000009a09043c0000000008a80436000000000058004b000006690000c13d000000000006004b0000067a0000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000000e000000613d0000001f01400039000000600210018f00000080012001bf000000400010043f000000200030008c000000440000413d000000c403200039000000a404200039000000800500043d000000000005004b00000ed60000c13d000000a0052000390000087106000041000000000065043500000009060000290000000000640435000000010400008a0000000000430435000000440300003900000000003104350000014003200039000000400030043f00000120032000390000087204000041000000000043043500000100022001bf0000002003000039000600000002001d000000000032043500000040025002100000000001010433000007e70010009c000007e7010080410000006001100210000000000121019f0000000002000414000007e70020009c000007e702008041000000c002200210000000000112019f00000008020000291f971f8d0000040f0000006003100270000007e70330019800000f560000c13d000900600000003d00000f7f0000013d000000440010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d000007e70010009c000000440000213d0000002401900370000000000101043b000800000001001d000007ea0010009c000000440000213d0000003301000039000000000101041a000007ea011001970000000002000411000000000021004b00000b4d0000c13d0000000901000029000000000010043f0000009901000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a000000000001004b00000e520000c13d0000009801000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a000000000001004b00000e520000c13d00000009010000291f971f210000040f1f971e0f0000040f000007f502000041000000400400043d000900000004001d000000000024043500000004024000390000002003000039000000000032043500000024024000390000113e0000013d0000000001000416000000000001004b000000440000c13d0000013301000039000000000101041a000000800010043f0000087b0100004100001f980001042e000000640010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000900000001001d000007e70010009c000000440000213d0000004401900370000000000201043b0000002401900370000000000301043b0000000301000039000000800010043f000001000000043f000001200000043f0000010001000039000000a00010043f000001400000043f000001600000043f0000014001000039000000c00010043f000001800000043f000001a00000043f0000018001000039000000e00010043f000700000003001d000001e00030043f000800000002001d000002000020043f0000004001000039000001c00010043f0000022001000039000000400010043f0000000901000029000000000010043f000000ca01000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000101041a000000400300043d0000002002300039000008760400004100000000004204350000000002000411000000600220021000000062043000390000000000240435000000420230003900000000001204350000006a0100003900000000001304350000002201300039000000000001043500000076013000390000000000010435000008940030009c00000ea50000213d000000a001300039000000400010043f0000006501000039000000000101041a000007ea04100197000001c00200003900000009010000291f971d210000040f000000400200043d000007f90020009c00000ea50000213d0000004003200039000000400030043f000000200320003900000000001304350000000000020435000000800100043d000000000001004b000011310000613d000000a00020043f0000000901000029000000070200002900000008030000291f971b130000040f000000080010002a000001720000413d000000400200043d000007f90020009c00000ea50000213d00000008011000290000004003200039000000400030043f000000200320003900000000001304350000000000020435000000800100043d000000020010008c000011310000413d000000c00020043f000000400100043d000007f90010009c00000ea50000213d0000004002100039000000400020043f000000200210003900000000000204350000000000010435000000800200043d000000030020008c000011310000413d000000e00010043f0000002002000039000000400100043d0000000002210436000000800300043d00000000003204350000004002100039000000000003004b000007800000613d000000a004000039000000000500001900000000460404340000000076060434000007ea0660019700000000066204360000000007070433000000000076043500000040022000390000000105500039000000000035004b000007760000413d000000000212004900000a580000013d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007ea0010009c000000440000213d000000010100008a000000800010043f0000087b0100004100001f980001042e0000000001000416000000000001004b000000440000c13d000000cd02000039000000000102041a000000800010043f000000000020043f000000000001004b00000bb00000c13d000000200200003900000bbb0000013d000000240010008c000000440000413d0000000001000416000000000001004b000000440000c13d0000000401900370000000000101043b000007e70010009c000000440000213d000000000010043f000000cc01000039000000200010043f0000000001000414000007e70010009c000007e701008041000000c0011002100000086c011001c700008010020000391f971f920000040f0000000100200190000000440000613d000000000101043b000000000301041a000000400200043d000900000002001d000800000003001d0000000002320436000700000002001d0000