@hyperlane-xyz/core
Version:
Core solidity contracts for Hyperlane
1 lines • 204 kB
JavaScript
export const MockMailbox = {"_format":"hh-zksolc-artifact-1","contractName":"MockMailbox","sourceName":"contracts/mock/MockMailbox.sol","abi":[{"inputs":[{"internalType":"uint32","name":"_domain","type":"uint32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"hook","type":"address"}],"name":"DefaultHookSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"module","type":"address"}],"name":"DefaultIsmSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"uint32","name":"destination","type":"uint32"},{"indexed":true,"internalType":"bytes32","name":"recipient","type":"bytes32"},{"indexed":false,"internalType":"bytes","name":"message","type":"bytes"}],"name":"Dispatch","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"messageId","type":"bytes32"}],"name":"DispatchId","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint8","name":"version","type":"uint8"}],"name":"Initialized","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":"sender","type":"bytes32"},{"indexed":true,"internalType":"address","name":"recipient","type":"address"}],"name":"Process","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"messageId","type":"bytes32"}],"name":"ProcessId","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"hook","type":"address"}],"name":"RequiredHookSet","type":"event"},{"inputs":[],"name":"PACKAGE_VERSION","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"VERSION","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"message","type":"bytes"}],"name":"addInboundMessage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_nonce","type":"uint32"},{"internalType":"bytes","name":"metadata","type":"bytes"}],"name":"addInboundMetadata","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_domain","type":"uint32"},{"internalType":"contract MockMailbox","name":"_mailbox","type":"address"}],"name":"addRemoteMailbox","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"uint32","name":"destinationDomain","type":"uint32"},{"internalType":"bytes32","name":"recipientAddress","type":"bytes32"},{"internalType":"bytes","name":"messageBody","type":"bytes"}],"name":"buildMessage","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"defaultHook","outputs":[{"internalType":"contract IPostDispatchHook","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"defaultIsm","outputs":[{"internalType":"contract IInterchainSecurityModule","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_id","type":"bytes32"}],"name":"delivered","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"deployedBlock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"destinationDomain","type":"uint32"},{"internalType":"bytes32","name":"recipientAddress","type":"bytes32"},{"internalType":"bytes","name":"messageBody","type":"bytes"},{"internalType":"bytes","name":"metadata","type":"bytes"},{"internalType":"contract IPostDispatchHook","name":"hook","type":"address"}],"name":"dispatch","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint32","name":"destinationDomain","type":"uint32"},{"internalType":"bytes32","name":"recipientAddress","type":"bytes32"},{"internalType":"bytes","name":"messageBody","type":"bytes"},{"internalType":"bytes","name":"hookMetadata","type":"bytes"}],"name":"dispatch","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_destinationDomain","type":"uint32"},{"internalType":"bytes32","name":"_recipientAddress","type":"bytes32"},{"internalType":"bytes","name":"_messageBody","type":"bytes"}],"name":"dispatch","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"nonce","type":"uint256"}],"name":"inboundMessages","outputs":[{"internalType":"bytes","name":"message","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"nonce","type":"uint256"}],"name":"inboundMetadata","outputs":[{"internalType":"bytes","name":"metadata","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"inboundProcessedNonce","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"inboundUnprocessedNonce","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"address","name":"_defaultIsm","type":"address"},{"internalType":"address","name":"_defaultHook","type":"address"},{"internalType":"address","name":"_requiredHook","type":"address"}],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"latestDispatchedId","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"localDomain","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"nonce","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"_metadata","type":"bytes"},{"internalType":"bytes","name":"_message","type":"bytes"}],"name":"process","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_nonce","type":"uint32"}],"name":"processInboundMessage","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"processNextInboundMessage","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_id","type":"bytes32"}],"name":"processedAt","outputs":[{"internalType":"uint48","name":"","type":"uint48"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_id","type":"bytes32"}],"name":"processor","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"destinationDomain","type":"uint32"},{"internalType":"bytes32","name":"recipientAddress","type":"bytes32"},{"internalType":"bytes","name":"messageBody","type":"bytes"},{"internalType":"bytes","name":"metadata","type":"bytes"},{"internalType":"contract IPostDispatchHook","name":"hook","type":"address"}],"name":"quoteDispatch","outputs":[{"internalType":"uint256","name":"fee","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"destinationDomain","type":"uint32"},{"internalType":"bytes32","name":"recipientAddress","type":"bytes32"},{"internalType":"bytes","name":"messageBody","type":"bytes"}],"name":"quoteDispatch","outputs":[{"internalType":"uint256","name":"fee","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"destinationDomain","type":"uint32"},{"internalType":"bytes32","name":"recipientAddress","type":"bytes32"},{"internalType":"bytes","name":"messageBody","type":"bytes"},{"internalType":"bytes","name":"defaultHookMetadata","type":"bytes"}],"name":"quoteDispatch","outputs":[{"internalType":"uint256","name":"fee","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"}],"name":"recipientIsm","outputs":[{"internalType":"contract IInterchainSecurityModule","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"","type":"uint32"}],"name":"remoteMailboxes","outputs":[{"internalType":"contract MockMailbox","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"requiredHook","outputs":[{"internalType":"contract IPostDispatchHook","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_hook","type":"address"}],"name":"setDefaultHook","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_module","type":"address"}],"name":"setDefaultIsm","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_hook","type":"address"}],"name":"setRequiredHook","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}],"bytecode":"0x0002000000000002001600000000000200010000000103550000006003100270000005580030019d00000558033001970000000100200190000000260000c13d0000008006000039000000400060043f000000040030008c0000004a0000413d000000000201043b000000e0022002700000056c0020009c0000004c0000213d000005870020009c000000910000a13d000005880020009c000000b20000213d0000058f0020009c000001f60000a13d000005900020009c000007090000613d000005910020009c000005840000613d000005920020009c0000004a0000c13d000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000000000010043f0000006e01000039000000f50000013d0000000002000416000000000002004b0000004a0000c13d0000001f023000390000055902200197000000c002200039000000400020043f0000001f0430018f0000055a05300198000000c002500039000000370000613d000000c006000039000000000701034f000000007807043c0000000006860436000000000026004b000000330000c13d000000000004004b000000440000613d000000000151034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000200030008c0000004a0000413d000000c00100043d000e00000001001d000005580010009c000000750000a13d000000000100001900001557000104300000056d0020009c000000a10000a13d0000056e0020009c000000c80000213d000005750020009c000002080000a13d000005760020009c000007120000613d000005770020009c0000059d0000613d000005780020009c0000004a0000c13d000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000005610010009c0000004a0000213d0000003302000039000000000202041a00000561022001970000000003000411000000000032004b0000075a0000c13d000000000001004b000007720000c13d0000056701000041000000800010043f0000002001000039000000840010043f0000002601000039000000a40010043f000005ba01000041000000c40010043f000005b901000041000000e40010043f000005bf0100004100001557000104300000055b0100004100000000001004430000000001000414000005580010009c0000055801008041000000c0011002100000055c011001c70000800b02000039155515500000040f000000010020019000000d360000613d000000000101043b000000800010043f0000000e01000029000000a00010043f0000006b01000039000000000201041a0000055d02200197000000000021041b000000400100043d0000055e0010009c000001090000a13d000005c101000041000000000010043f0000004101000039000000040010043f000005c2010000410000155700010430000005950020009c000000d70000a13d000005960020009c000001cf0000a13d000005970020009c000006ce0000613d000005980020009c000003f30000613d000005990020009c0000004a0000c13d000000000103001915550d9f0000040f0000006807000039000000000707041a00000561077001970000026c0000013d0000057b0020009c000000e60000a13d0000057c0020009c000001e60000a13d0000057d0020009c000007040000613d0000057e0020009c000003f80000613d0000057f0020009c0000004a0000c13d0000000001000416000000000001004b0000004a0000c13d0000006b01000039000000000101041a0000002001100270000007220000013d000005890020009c000002180000a13d0000058a0020009c0000071d0000613d0000058b0020009c000005cf0000613d0000058c0020009c0000004a0000c13d0000000001000416000000000001004b0000004a0000c13d0000000001000412001400000001001d001300200000003d000080050100003900000044030000390000000004000415000000140440008a0000000504400210000005a3020000411555152d0000040f000007220000013d0000056f0020009c000002230000a13d000005700020009c000007260000613d000005710020009c000005df0000613d000005720020009c0000004a0000c13d0000000001000416000000000001004b0000004a0000c13d0000000301000039000000800010043f000005a101000041000015560001042e0000059c0020009c000001950000213d0000059f0020009c000002520000613d000005a00020009c0000004a0000c13d000000240030008c0000004a0000413d0000000401100370000000000101043b000005580010009c0000004a0000213d15550e2d0000040f0000000001000019000015560001042e000005820020009c000001a10000213d000005850020009c000002650000613d000005860020009c0000004a0000c13d000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000000000010043f0000006d01000039000000200010043f00000040020000390000000001000019155515180000040f15550dce0000040f0000002002000039000000400300043d000e00000003001d000000000223043615550e1b0000040f0000000e020000290000000001210049000005580010009c00000558010080410000006001100210000005580020009c00000558020080410000004002200210000000000121019f000015560001042e00000024021000390000055603000041000000000032043500000044021000390000000003000414000000600400003900000000004204350000055f0200004100000000002104350000006402100039000000000002043500000004021000390000000000020435000005580010009c00000558010080410000004001100210000005580030009c0000055803008041000000c002300210000000000121019f00000560011001c700008006020000391555154b0000040f0000000100200190000002310000613d00000000020000310000000103200367000000000101043b000000000001004b0000000002000019000002340000613d00000561011001970000006702000039000000000302041a0000056203300197000000000113019f000000000012041b000000400100043d0000055e0010009c0000008b0000213d00000024021000390000055703000041000000000032043500000044021000390000000003000414000000600400003900000000004204350000055f0200004100000000002104350000006402100039000000000002043500000004021000390000000000020435000005580010009c00000558010080410000004001100210000005580030009c0000055803008041000000c002300210000000000121019f00000560011001c700008006020000391555154b0000040f0000000100200190000007630000613d00000000020000310000000103200367000000000101043b000000000001004b0000000002000019000007660000613d00000561011001970000006802000039000000000302041a0000056203300197000000000313019f000000000032041b0000006902000039000000000302041a0000056203300197000000000113019f000000000012041b00000000060004110000003301000039000000000201041a0000056203200197000000000363019f000000000031041b000000400100043d000e00000001001d00000000010004140000056105200197000005580010009c0000055801008041000000c00110021000000563011001c70000800d02000039000000030300003900000564040000411555154b0000040f00000001002001900000004a0000613d000000000100041a0000ff0000100190000008620000c13d000000ff0210018f000000ff0020008c000001890000613d000000ff011001bf000000000010041b000000ff01000039000000400200043d0000000000120435000005580020009c000005580200804100000040012002100000000002000414000005580020009c0000055802008041000000c002200210000000000112019f00000569011001c70000800d0200003900000001030000390000056a040000411555154b0000040f00000001002001900000004a0000613d000000800100043d00000140000004430000016000100443000000a00100043d00000020020000390000018000200443000001a0001004430000010000200443000000020100003900000120001004430000056b01000041000015560001042e0000059d0020009c0000026a0000613d0000059e0020009c0000004a0000c13d0000000001000416000000000001004b0000004a0000c13d0000006601000039000000000101041a000000800010043f000005a101000041000015560001042e000005830020009c000002740000613d000005840020009c0000004a0000c13d000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000e00000001001d000005610010009c0000004a0000213d0000003301000039000000000101041a00000561011001970000000002000411000000000021004b0000075a0000c13d000005aa0100004100000000001004430000000e0100002900000004001004430000000001000414000005580010009c0000055801008041000000c001100210000005ab011001c70000800202000039155515500000040f000000010020019000000d360000613d000000000101043b000000000001004b000007750000c13d000000400100043d0000006402100039000005c30300004100000000003204350000004402100039000005c403000041000000000032043500000024021000390000002203000039000008b50000013d0000059a0020009c000002880000613d0000059b0020009c0000004a0000c13d0000006b01000039000000000101041a0000002001100270000005580110019715550e2d0000040f0000006b01000039000000000101041a000e00000001001d00000020011002700000055801100197155512a80000040f0000000e02000029000005dd022001970000002001100210000000000121019f0000006b02000039000000000012041b0000000001000019000015560001042e000005800020009c000002b20000613d000005810020009c0000004a0000c13d000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000005580010009c0000004a0000213d000000000010043f0000006c01000039000002030000013d000005930020009c000004860000613d000005940020009c0000004a0000c13d000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000000000010043f0000006a01000039000000200010043f00000040020000390000000001000019155515180000040f0000070d0000013d000005790020009c000004a00000613d0000057a0020009c0000004a0000c13d000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b1555144c0000040f000000000001004b0000000001000039000000010100c0390000026d0000013d0000058d0020009c000004a50000613d0000058e0020009c0000004a0000c13d0000000001000416000000000001004b0000004a0000c13d000000000103001915550d6c0000040f155512b30000040f0000026d0000013d000005730020009c0000055a0000613d000005740020009c0000004a0000c13d0000000001000416000000000001004b0000004a0000c13d000000000103001915550d9f0000040f0000006807000039000000000707041a0000056107700197155512b30000040f0000026d0000013d00000060021002700000055802200197000000000301034f0000001f0520018f0000055a06200198000000400100043d00000000046100190000023f0000613d000000000703034f0000000008010019000000007907043c0000000008980436000000000048004b0000023b0000c13d000000000005004b0000024c0000613d000000000363034f0000000305500210000000000604043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000006002200210000005580010009c00000558010080410000004001100210000000000121019f0000155700010430000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000000000010043f0000006a01000039000000200010043f00000040020000390000000001000019155515180000040f000000000101041a000000a001100270000005d201100197000000800010043f000005a101000041000015560001042e0000000001000416000000000001004b0000004a0000c13d00000033010000390000070d0000013d000000000103001915550d6c0000040f15550f550000040f000000400200043d0000000000120435000005580020009c00000558020080410000004001200210000005af011001c7000015560001042e0000000001000416000000000001004b0000004a0000c13d000000c001000039000000400010043f0000000601000039000000800010043f000005c501000041000000a00010043f0000002001000039000000c00010043f0000008001000039000000e00200003915550e1b0000040f000000c00110008a000005580010009c00000558010080410000006001100210000005c6011001c7000015560001042e000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000e00000001001d000005610010009c0000004a0000213d0000003301000039000000000101041a00000561011001970000000002000411000000000021004b0000075a0000c13d000005aa0100004100000000001004430000000e0100002900000004001004430000000001000414000005580010009c0000055801008041000000c001100210000005ab011001c70000800202000039155515500000040f000000010020019000000d360000613d000000000101043b000000000001004b000007840000c13d000000400100043d0000006402100039000005de0300004100000000003204350000004402100039000005df03000041000000000032043500000024021000390000002303000039000008b50000013d000000640030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000402100370000000000202043b000e00000002001d000005580020009c0000004a0000213d0000002402100370000000000202043b000d00000002001d0000004402100370000000000202043b000005a20020009c0000004a0000213d0000002304200039000000000034004b0000004a0000813d000b00040020003d0000000b01100360000000000101043b000c00000001001d000005a20010009c0000004a0000213d0000000c012000290000002401100039000000000031004b0000004a0000213d0000006501000039000000000101041a000a00000001001d0000006801000039000000000101041a000900000001001d000005a301000041000000000010044300000000010004120000000400100443000000200100003900000024001004430000000001000414000005580010009c0000055801008041000000c001100210000005a4011001c70000800502000039155515500000040f000000010020019000000d360000613d000000000101043b000000400500043d0000002003500039000005a502000041000800000003001d00000000002304350000000a02000029000000e002200210000000210350003900000000002304350000000e02000029000000e00220021000000049035000390000000000230435000000e001100210000000250250003900000000001204350000004d015000390000000d0200002900000000002104350000002901500039000000000200041100000000002104350000000c02000029000005e0032001980000001f0420018f000e00000005001d0000006d0150003900000000023100190000000b05000029000000200550003900000001055003670000030c0000613d000000000605034f0000000007010019000000006806043c0000000007870436000000000027004b000003080000c13d000000000004004b000003190000613d000000000335034f0000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003204350000000c02000029000000000121001900000000000104350000004d012000390000000e0300002900000000001304350000008c01200039000005e0011001970000000004130019000000000034004b00000000010000390000000101004039000005a20040009c0000008b0000213d00000001001001900000008b0000c13d000000400040043f0000006901000039000000000201041a000000240140003900000060030000390000000000310435000005a901000041000000000014043500000004014000390000004003000039000000000031043500000044014000390000000000010435000000640340003900000000000304350000000e0100002900000000010104330000000000130435000d00000004001d00000084034000390000056102200197000000000001004b0000000807000029000003490000613d000000000400001900000000053400190000000006740019000000000606043300000000006504350000002004400039000000000014004b000003420000413d0000001f04100039000005e004400197000000000131001900000000000104350000008401400039000005580010009c000005580100804100000060011002100000000d03000029000005580030009c00000558030080410000004003300210000000000131019f0000000003000414000005580030009c0000055803008041000000c003300210000000000113019f155515500000040f00000060031002700000055803300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000d057000290000036b0000613d000000000801034f0000000d09000029000000008a08043c0000000009a90436000000000059004b000003670000c13d000000000006004b000003780000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000008ce0000613d0000001f01400039000000600110018f0000000d02100029000000000012004b00000000010000390000000101004039000c00000002001d000005a20020009c0000008b0000213d00000001001001900000008b0000c13d0000000c01000029000000400010043f000000200030008c0000004a0000413d000000090100002900000561021001970000000d010000290000000001010433000d00000001001d0000000c04000029000000240140003900000060030000390000000000310435000005a901000041000000000014043500000004014000390000004003000039000000000031043500000044014000390000000000010435000000640340003900000000000304350000000e01000029000000000101043300000000001304350000008403400039000000000001004b0000000807000029000003aa0000613d000000000400001900000000053400190000000006740019000000000606043300000000006504350000002004400039000000000014004b000003a30000413d0000001f04100039000005e004400197000000000131001900000000000104350000008401400039000005580010009c000005580100804100000060011002100000000c03000029000005580030009c00000558030080410000004003300210000000000131019f0000000003000414000005580030009c0000055803008041000000c003300210000000000113019f155515500000040f00000060031002700000055803300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000000c05700029000003cc0000613d000000000801034f0000000c09000029000000008a08043c0000000009a90436000000000059004b000003c80000c13d000000000006004b000003d90000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f00000000006504350000000100200190000009370000613d0000001f01400039000000600210018f0000000c01200029000000000021004b00000000020000390000000102004039000005a20010009c0000008b0000213d00000001002001900000008b0000c13d000000400010043f000000200030008c0000004a0000413d0000000c0200002900000000020204330000000d0020002a000006c80000413d0000000d022000290000000000210435000005580010009c00000558010080410000004001100210000005af011001c7000015560001042e0000000001000416000000000001004b0000004a0000c13d00000068010000390000070d0000013d000000440030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000402100370000000000202043b000005580020009c0000004a0000213d0000002404100370000000000504043b000005a20050009c0000004a0000213d0000002304500039000000000034004b0000004a0000813d0000000406500039000000000461034f000000000404043b000005a20040009c0000008b0000213d0000001f07400039000005e0077001970000003f07700039000005e007700197000005c00070009c0000008b0000213d00000024055000390000008007700039000000400070043f000000800040043f0000000005540019000000000035004b0000004a0000213d0000002003600039000000000331034f000005e0054001980000001f0640018f000000a001500039000004260000613d000000a007000039000000000803034f000000008908043c0000000007970436000000000017004b000004220000c13d000000000006004b000004330000613d000000000353034f0000000305600210000000000601043300000000065601cf000000000656022f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f0000000000310435000000a0014000390000000000010435000000000020043f0000006e01000039000000200010043f0000000001000414000005580010009c0000055801008041000000c001100210000005ad011001c70000801002000039155515500000040f00000001002001900000004a0000613d000000000101043b000e00000001001d000000800100043d000d00000001001d000005a20010009c0000008b0000213d0000000e01000029000000000101041a000000010010019000000001021002700000007f0220618f000c00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f0000000100100190000006fe0000c13d0000000c01000029000000200010008c000004720000413d0000000e01000029000000000010043f0000000001000414000005580010009c0000055801008041000000c00110021000000569011001c70000801002000039155515500000040f00000001002001900000004a0000613d0000000d030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000c010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000004720000813d000000000002041b0000000102200039000000000012004b0000046e0000413d0000000d010000290000001f0010008c0000092c0000a13d0000000e01000029000000000010043f0000000001000414000005580010009c0000055801008041000000c00110021000000569011001c70000801002000039155515500000040f00000001002001900000004a0000613d000000200200008a0000000d02200180000000000101043b00000a3c0000c13d000000a00300003900000a4a0000013d000000440030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000402100370000000000202043b000005580020009c0000004a0000213d0000002401100370000000000101043b000e00000001001d000005610010009c0000004a0000213d000000000020043f0000006c01000039000000200010043f00000040020000390000000001000019155515180000040f000000000201041a00000562022001970000000e022001af000000000021041b0000000001000019000015560001042e0000000001000416000000000001004b0000004a0000c13d00000069010000390000070d0000013d000000440030008c0000004a0000413d0000000402100370000000000202043b000005a20020009c0000004a0000213d0000002304200039000000000034004b0000004a0000813d0000000404200039000000000441034f000000000404043b000e00000004001d000005a20040009c0000004a0000213d0000002404200039000d00000004001d0000000e02400029000000000032004b0000004a0000213d0000002402100370000000000202043b000005a20020009c0000004a0000213d0000002304200039000000000034004b0000004a0000813d0000000404200039000000000541034f000000000505043b000c00000005001d000005a20050009c0000004a0000213d0000000c0000006b0000004a0000613d0000000c02200029000b00240020003d0000000b0030006b0000004a0000213d000900000006001d000a00200040003d0000000a01100360000000000101043b000005c701100197000005a50010009c000008ec0000c13d0000000c010000290000002d0010008c0000004a0000413d000005a301000041000000000010044300000000010004120000000400100443000000200100003900000024001004430000000001000414000005580010009c0000055801008041000000c001100210000005a4011001c70000800502000039155515500000040f000000010020019000000d360000613d000000400200043d0000000a0300002900000029043000390000000103000367000000000443034f000000000404043b000000e004400270000000000101043b0000055801100197000000000014004b000009430000c13d0000000c010000290000001f01100039000005e001100197000800000001001d0000003f01100039000005e0011001970000000001120019000000000021004b00000000040000390000000104004039000005a20010009c0000008b0000213d00000001004001900000008b0000c13d000000400010043f0000000c0100002900000000011204360000000b05000029000000000050007c0000004a0000213d0000000a043003600000000c03000029000005e005300198000b001f00300193000700000005001d0000000003510019000005110000613d000000000504034f0000000006010019000000005705043c0000000006760436000000000036004b0000050d0000c13d0000000b0000006b0000051f0000613d00000007044003600000000b050000290000000305500210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f00000000004304350000000c031000290000000000030435000005580010009c000005580100804100000040011002100000000002020433000005580020009c00000558020080410000006002200210000000000112019f0000000002000414000005580020009c0000055802008041000000c002200210000000000112019f00000563011001c70000801002000039155515500000040f00000001002001900000004a0000613d000000000101043b000600000001001d000000000010043f0000006a01000039000000200010043f0000000001000414000005580010009c0000055801008041000000c001100210000005ad011001c70000801002000039155515500000040f00000001002001900000004a0000613d000000000101043b000000000101041a000005cb0010019800000a680000c13d0000000c010000290005004d001000940000004a0000413d000000400100043d0000000a020000290000002d02200039000300000002001d0000000102200367000000000202043b000400000002001d000005cd0020009c00000a740000413d0000006402100039000005db0300004100000000003204350000004402100039000005dc03000041000000000032043500000024021000390000002403000039000008b50000013d000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000e00000001001d000005610010009c0000004a0000213d0000003301000039000000000101041a00000561011001970000000002000411000000000021004b0000075a0000c13d000005aa0100004100000000001004430000000e0100002900000004001004430000000001000414000005580010009c0000055801008041000000c001100210000005ab011001c70000800202000039155515500000040f000000010020019000000d360000613d000000000101043b000000000001004b000007930000c13d000000400100043d0000006402100039000005bd0300004100000000003204350000004402100039000005be03000041000000000032043500000024021000390000002103000039000008b50000013d0000000001000416000000000001004b0000004a0000c13d0000003301000039000000000201041a00000561032001970000000005000411000000000053004b0000075a0000c13d0000056202200197000000000021041b0000000001000414000005580010009c0000055801008041000000c00110021000000563011001c70000800d020000390000000303000039000005640400004100000000060000191555154b0000040f00000001002001900000004a0000613d0000000001000019000015560001042e000000840030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000402100370000000000202043b000e00000002001d000005610020009c0000004a0000213d0000002402100370000000000202043b000d00000002001d000005580020009c0000004a0000213d0000006401100370000000000101043b000005a20010009c0000004a0000213d0000000401100039000000000203001915550d520000040f00000044030000390000000104300367000000000404043b000c00000004001d0000006504000039000000000404041a000900000004001d0000000004000412001200000004001d001100200000003d000b00000001001d000a00000002001d00008005010000390000000004000415000000120440008a0000000504400210000005a3020000411555152d0000040f0000000002010019000000090100002900000558011001970000000e030000290000000d040000290000000c050000290000000b060000290000000a07000029155514d60000040f000000fa0000013d0000000001000416000000000001004b0000004a0000c13d0000000001000412001600000001001d001500000000003d000080050100003900000044030000390000000004000415000000160440008a0000000504400210000005a3020000411555152d0000040f000000800010043f000005a101000041000015560001042e000000640030008c0000004a0000413d0000000402100370000000000202043b000e00000002001d000005580020009c0000004a0000213d0000002402100370000000000202043b000d00000002001d0000004402100370000000000202043b000005a20020009c0000004a0000213d0000002304200039000000000034004b0000004a0000813d000b00040020003d0000000b01100360000000000101043b000c00000001001d000005a20010009c0000004a0000213d0000000c012000290000002401100039000000000031004b0000004a0000213d0000006501000039000000000101041a000a00000001001d0000006801000039000000000101041a000900000001001d000005a301000041000000000010044300000000010004120000000400100443000000200100003900000024001004430000000001000414000005580010009c0000055801008041000000c001100210000005a4011001c70000800502000039155515500000040f000000010020019000000d360000613d000000000101043b000000400400043d0000002003400039000005a502000041000300000003001d00000000002304350000000a02000029000000e00220021000000021034000390000000000230435000000e001100210000000250240003900000000001204350000000e01000029000000e0021002100000004901400039000700000002001d00000000002104350000004d014000390000000d0200002900000000002104350000002901400039000000000200041100000000002104350000000c02000029000005e0032001980000001f0720018f000a00000004001d0000006d01400039000800000003001d00000000023100190000000b030000290000002003300039000600000003001d0000000103300367000006390000613d000000000403034f0000000005010019000000004604043c0000000005650436000000000025004b000006350000c13d000000000007004b000006460000613d00000008033003600000000304700210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000320435000b00000007001d0000000c03000029000000000131001900000000000104350000008c01300039000005e0011001970000004d033000390000000a02000029000400000003001d0000000000320435000500000001001d0000000001120019000000000021004b00000000020000390000000102004039000005a20010009c0000008b0000213d00000001002001900000008b0000c13d000000400010043f0000006501000039000000000101041a000200000001001d000005a301000041000000000010044300000000010004120000000400100443000000200100003900000024001004430000000001000414000005580010009c0000055801008041000000c001100210000005a4011001c70000800502000039155515500000040f000000010020019000000d360000613d000000000101043b000000400400043d0000002003400039000005a502000041000100000003001d00000000002304350000000202000029000000e00220021000000021034000390000000000230435000000490240003900000007030000290000000000320435000000e001100210000000250240003900000000001204350000004d014000390000000d020000290000000000210435000000290140003900000000020004110000000000210435000700000004001d0000006d01400039000000080210002900000006030000290000000103300367000000080000006b0000068f0000613d000000000403034f0000000005010019000000004604043c0000000005650436000000000025004b0000068b0000c13d0000000b0000006b0000069d0000613d00000008033003600000000b040000290000000304400210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f00000000003204350000000c0110002900000000000104350000000702000029000000040100002900000000001204350000000501200029000000000021004b00000000020000390000000102004039000005a20010009c0000008b0000213d00000001002001900000008b0000c13d000000400010043f0000000101000029000005580010009c0000055801008041000000400110021000000007020000290000000002020433000005580020009c00000558020080410000006002200210000000000112019f0000000002000414000005580020009c0000055802008041000000c002200210000000000112019f00000563011001c70000801002000039155515500000040f00000001002001900000004a0000613d000000000201043b0000006601000039000c00000002001d000000000021041b0000006501000039000000000101041a0000055802100197000005580020009c000009530000c13d000005c101000041000000000010043f0000001101000039000000040010043f000005c2010000410000155700010430000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000402100370000000000202043b000005a20020009c0000004a0000213d0000002304200039000000000034004b0000004a0000813d000d00040020003d0000000d01100360000000000101043b000e00000001001d000005a20010009c0000004a0000213d0000002402200039000c00000002001d0000000e01200029000000000031004b0000004a0000213d0000006b01000039000000000101041a0000055801100197000000000010043f0000006d01000039000000200010043f0000000001000414000005580010009c0000055801008041000000c001100210000005ad011001c70000801002000039155515500000040f00000001002001900000004a0000613d000000000301043b000000000103041a000000010210019000000001041002700000007f0440618f0000001f0040008c00000000010000390000000101002039000000000012004b000008760000613d000005c101000041000000000010043f0000002201000039000000040010043f000005c20100004100001557000104300000000001000416000000000001004b0000004a0000c13d0000006501000039000007210000013d0000000001000416000000000001004b0000004a0000c13d0000006701000039000000000101041a0000056101100197000000800010043f000005a101000041000015560001042e000000240030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000401100370000000000101043b000005610010009c0000004a0000213d155514600000040f0000026d0000013d0000000001000416000000000001004b0000004a0000c13d0000006b01000039000000000101041a0000055801100197000000800010043f000005a101000041000015560001042e000000840030008c0000004a0000413d0000000002000416000000000002004b0000004a0000c13d0000000402100370000000000202043b000e00000002001d000005610020009c0000004a0000213d0000002402100370000000000202043b000d00000002001d000005610020009c0000004a0000213d0000004402100370000000000202043b000c00000002001d000005610020009c0000004a0000213d0000006401100370000000000101043b000b00000001001d000005610010009c0000004a0000213d0000000003000415000000100330008a0000000503300210000000000200041a0009ff0000200194000007a20000c13d00000000030004150000000f0330008a0000000503300210000000ff00200190000007a20000c13d000005b40120019700000101011001bf000a00000000001d000000000010041b0000ff0000100190000007c50000c13d000000400100043d0000006402100039000005bb0300004100000000003204350000004402100039000005bc03000041000000000032043500000024021000390000002b03000039000008b50000013d0000056701000041000000800010043f0000002001000039000000840010043f000000a40010043f000005b801000041000000c40010043f000005c901000041000015570001043000000060021002700000055802200197000000000301034f0000001f0520018f0000055a06200198000000400100043d00000000046100190000023f0000613d000000000703034f0000000008010019000000007907043c0000000008980436000000000048004b0000076d0000c13d0000023f0000013d155514c10000040f0000000001000019000015560001042e0000006801000039000000000201041a00000562022001970000000e05000029000000000252019f000000000021041b0000000001000414000005580010009c0000055801008041000000c00110021000000563011001c70000800d020000390000000203000039000005b604000041000005980000013d0000006901000039000000000201041a00000562022001970000000e05000029000000000252019f000000000021041b0000000001000414000005580010009c0000055801008041000000c00110021000000563011001c70000800d020000390000000203000039000005b704000041000005980000013d0000006701000039000000000201041a00000562022001970000000e05000029000000000252019f000000000021041b0000000001000414000005580010009c0000055801008041000000c00110021000000563011001c70000800d020000390000000203000039000005b504000041000005980000013d000a00000003001d000800000002001d000005aa010000410000000000100443000000000100041000000004001004430000000001000414000005580010009c0000055801008041000000c001100210000005ab011001c70000800202000039155515500000040f000000010020019000000d360000613d000000000101043b000000000001004b000008a90000c13d0000000801000029000000ff0110018f000000010010008c0000000a010000290000000501100270000000000100003f000000010100603f000008ac0000c13d000000090000006b00000008020000290000074a0000613d000005e101200197000a00010000003d00000001011001bf000000000010041b0000ff0000100190000007500000613d000000000100041100000561061001970000003303000039000000000103041a0000056202100197000000000262019f000000000023041b00000000020004140000056105100197000005580020009c0000055802008041000000c00120021000000563011001c70000800d02000039000000030300003900000564040000411555154b0000040f00000001002001900000004a0000613d0000003301000039000000000101041a00000561011001970000000002000411000000000021004b0000091c0000c13d000005aa0100004100000000001004430000000d0100002900000004001004430000000001000414000005580010009c0000055801008041000000c001100210000005ab011001c70000800202000039155515500000040f000000010020019000000d360000613d000000000101043b000000000001004b0000057a0000613d0000000d0100002900000561051001970000006701000039000000000201041a0000056202200197000000000252019f000000000021041b0000000001000414000005580010009c0000055801008041000000c00110021000000563011001c70000800d020000390000000203000039000005b5040000411555154b0000040f00000001002001900000004a0000613d0000003301000039000000000101041a00000561011001970000000002000411000000000021004b0000091c0000c13d000005aa0100004100000000001004430000000c0100002900000004001004430000000001000414000005580010009c0000055801008041000000c001100210000005ab011001c70000800202000039155515500000040f000000010020019000000d360000613d000000000101043b000000000001004b000001c50000613d0000000c0100002900000561051001970000006801000039000000000201041a0000056202200197000000000252019f000000000021041b0000000001000414000005580010009c0000055801008041000000c00110021000000563011001c70000800d020000390000000203000039000005b6040000411555154b0000040f00000001002001900000004a0000613d0000003301000039000000000101041a00000561011001970000000002000411000000000021004b0000091c0000c13d000005aa0100004100000000001004430000000b0100002900000004001004430000000001000414000005580010009c0000055801008041000000c001100210000005ab011001c70000800202000039155515500000040f000000010020019000000d360000613d000000000101043b000000000001004b000002a80000613d0000000b0100002900000561051001970000006901000039000000000201041a0000056202200197000000000252019f000000000021041b0000000001000414000005580010009c0000055801008041000000c00110021000000563011001c70000800d020000390000000203000039000005b7040000411555154b0000040f00000001002001900000004a0000613d0000003301000039000000000101041a00000561021001970000000003000411000000000032004b0000091c0000c13d0000000e0000006b00000c270000c13d000000400100043d0000006402100039000005b90300004100000000003204350000004402100039000005ba03000041000000000032043500000024021000390000002603000039000008b50000013d0000000e0300002900000064013000390000056502000041000000000021043500000044013000390000056602000041000000000021043500000024013000390000002702000039000000000021043500000567010000410000000000130435000000040130003900000020020000390000000000210435000005580030009c0000055803008041000000400130021000000568011001c70000155700010430000a00000004001d000000200040008c000b00000003001d000008950000413d000000000030043f0000000001000414000005580010009c0000055801008041000000c00110021000000569011001c70000801002000039155515500000040f00000001002001900000004a0000613d0000000e030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000a010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000008950000813d000000000002041b0000000102200039000000000012004b000008910000413d0000000e010000290000001f0010008c000008c00000a13d0000000b01000029000000000010043f0000000001000414000005580010009c0000055801008041000000c00110021000000569011001c70000801002000039155515500000040f00000001002001900000004a0000613d000000200200008a0000000e02200180000000000101043b000008f60000c13d0000000003000019000009010000013d0000000a010000290000000501100270000000000100003f000000400100043d0000006402100039000005b20300004100000000003204350000004402100039000005b303000041000000000032043500000024021000390000002e03000039000000000032043500000567020000410000000000210435000000040210003900000020030000390000000000320435000005580010009c0000055801008041000000400110021000000568011001c700001557000104300000000e0000006b0000000001000019000008c70000613d0000000d0100002900000020011000390000000101100367000000000101043b0000000e040000290000000302400210000005e20220027f000005e202200167000000000221016f0000000101400210000009100000013d0000001f0530018f0000055a06300198000000400200043d0000000004620019000008d90000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b000008d50000c13d000000000005004b000008e60000613d000000000161034f0000000305500210000000000604043300000000065601cf000000000656022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000006001300210000005580020009c00000558020080410000004002200210000000000112019f00001557000104300000056701000041000000800010043f0000002001000039000000840010043f0000001401000039000000a40010043f000005c801000041000000c40010043f000005c9010000410000155700010430000000010400036700000000030000190000000c060000290000000005630019000000000554034f000000000505043b000000000051041b00000001011000390000002003300039000000000023004b000008f90000413d0000000e0020006c0000090d0000813d0000000e020000290000000302200210000000f80220018f000005e20220027f000005e2022001670000000c033000290000000103300367000000000303043b000000000223016f000000000021041b00000001010000390000000e020000290000000102200210000000000112019f0000000b02000029000000000012041b0000006b01000039000000000101041a000e00000001001d0000055801100197155512a80000040f0000000e02000029000005a602200197000000000112019f000001e20000013d000000400100043d0000004402100039000005b80300004100000000003204350000056702000041000000000021043500000024021000390000002003000039000000000032043500000004021000390000000000320435000005580010009c00000558010080410000004001100210000005b1011001c700001557000104300000000d0000006b0000000001000019000009300000613d000000a00100043d0000000d040000290000000302400210000005e20220027f000005e202200167000000000221016f000000010140021000000a570000013d0000001f0530018f0000055a06300198000000400200043d0000000004620019000008d90000613d000000000701034f0000000008020019000000007907043c0000000008980436000000000048004b0000093e0000c13d000008d90000013d0000004401200039000005ca03000041000000000031043500000024012000390000001f03000039000000000031043500000567010000410000000000120435000000040120003900000020030000390000000000310435000005580020009c00000558020080410000004001200210000005b1011001c70000155700010430000005a60210019700000001011000390000055801100197000000000121019f0000006502000039000000000012041b000000400100043d000000200200003900000000032104360000000702000029000000000202043300000000002304350000004003100039000000000002004b00000001070000290000096b0000613d000000000400001900000000053400190000000006740019000000000606043300000000006504350000002004400039000000000024004b000009640000413d0000001f04200039000005e004400197000000000232001900000000000204350000004002400039000005580020009c00000558020080410000006002200210000005580010009c00000558010080410000004001100210000000000112019f0000000002000414000005580020009c0000055802008041000000c002200210000000000112019f00000563011001c70000800d020000390000000403000039000005a70400004100000000050004110000000e060000290000000d070000291555154b0000040f00000001002001900000004a0000613d000000400100043d000d00000001001d0000000001000414000005580010009c0000055801008041000000c00110021000000563011001c70000800d020000390000000203000039000005a8040000410000000c050000291555154b0000040f00000001002001900000004a0000613d0000006901000039000000000301041a0000000d04000029000000240140003900000060020000390000000000210435000005a901000041000000000014043500000004014000390000004002000039000000000021043500000044014000390000000000010435000000640240003900000000000204350000000701000029000000000101043300000000001204350000008402400039000b05610030019b000000000001004b0000000106000029000009b30000613d0000000003000019000000000423001900000000056300190000000