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