@latticexyz/world-modules 2.0.0-main-f99e8898 → 2.0.0-main-94d7f1ee

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  2. package/out/AccessControl.sol/AccessControl.json +1651 -0
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/Balances.sol/Balances.abi.json +1 -0
  5. package/out/Balances.sol/Balances.json +13002 -0
  6. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
  7. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  8. package/out/DelegationControl.sol/DelegationControl.json +135 -135
  9. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  10. package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
  11. package/out/Hooks.sol/Hooks.json +45 -45
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  14. package/out/IBaseWorld.sol/IBaseWorld.json +81 -81
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  16. package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
  17. package/out/ISystemHook.sol/ISystemHook.json +12 -12
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
  19. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  20. package/out/IWorldKernel.sol/IWorldCall.json +10 -10
  21. package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
  22. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
  23. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
  24. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  25. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  26. package/out/KeysInTableModule.sol/KeysInTableModule.json +838 -838
  27. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  28. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1557 -1557
  29. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +650 -650
  30. package/out/Module.sol/Module.json +119 -119
  31. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  32. package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
  33. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  34. package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
  35. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  36. package/out/Schema.sol/SchemaInstance.json +30 -30
  37. package/out/Schema.sol/SchemaLib.json +30 -30
  38. package/out/SchemaType.sol/SchemaType.json +729 -729
  39. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +448 -448
  40. package/out/StoreHook.sol/StoreHook.json +639 -639
  41. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  42. package/out/System.sol/System.json +32 -32
  43. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  44. package/out/SystemHooks.sol/SystemHooks.json +32460 -0
  45. package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
  46. package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
  47. package/out/Systems.sol/Systems.abi.json +1 -0
  48. package/out/Systems.sol/Systems.json +18508 -0
  49. package/out/Tables.sol/Tables.json +73 -73
  50. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
  51. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  52. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  53. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +482 -482
  54. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
  55. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
  56. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  57. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  58. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  59. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  60. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  61. package/out/constants.sol/constants.json +194 -194
  62. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  63. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  64. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  65. package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
  66. package/out/hasKey.sol/hasKey.json +215 -215
  67. package/out/index.sol/index.json +73 -73
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +171 -171
  69. package/out/query.sol/query.json +1892 -1892
  70. package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
  71. package/out/src/Bytes.sol/Bytes.json +3766 -3766
  72. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
  73. package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
  74. package/out/src/Hook.sol/HookInstance.abi.json +1 -0
  75. package/out/src/Hook.sol/HookInstance.json +2823 -0
  76. package/out/src/Hook.sol/HookLib.abi.json +1 -0
  77. package/out/src/Hook.sol/HookLib.json +2823 -0
  78. package/out/src/IStore.sol/IStore.json +73 -73
  79. package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
  80. package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
  81. package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
  82. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
  83. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
  84. package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
  85. package/out/src/IWorldKernel.sol/IWorldCall.json +258 -258
  86. package/out/src/IWorldKernel.sol/IWorldKernel.json +258 -258
  87. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +258 -258
  88. package/out/src/Memory.sol/Memory.json +242 -242
  89. package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
  90. package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
  91. package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
  92. package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
  93. package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
  94. package/out/src/Schema.sol/SchemaLib.json +1351 -1351
  95. package/out/src/Slice.sol/SliceInstance.json +802 -802
  96. package/out/src/Slice.sol/SliceLib.json +802 -802
  97. package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
  98. package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
  99. package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
  100. package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
  101. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
  102. package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
  103. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +809 -809
  104. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +809 -809
  105. package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
  106. package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
  107. package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
  108. package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
  109. package/out/tables/Tables.sol/Tables.json +12189 -12189
  110. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
  111. package/out/types.sol/types.json +71 -71
  112. package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
  113. package/package.json +8 -8
  114. package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
  115. package/src/utils/SystemSwitch.sol +82 -0
@@ -126,12 +126,12 @@
126
126
  ],
127
127
  "bytecode": {
128
128
  "object": "0x608060405234801561001057600080fd5b50611137806100206000396000f3fe608060405234801561001057600080fd5b50600436106100675760003560e01c806345ec93541161005057806345ec9354146100c1578063490923cd146100d6578063e1af802c146100de57600080fd5b806301ffc9a71461006c578063119df25f14610094575b600080fd5b61007f61007a366004610e03565b6100e6565b60405190151581526020015b60405180910390f35b61009c61017f565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161008b565b36601f1901355b60405190815260200161008b565b6100c861018e565b61009c6102a1565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb421288000000000000000000000000000000000000000000000000000000000148061017957507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60006101896102ab565b905090565b60408051613a3160f11b60208201527f756e69717565456e74697479000000000000000000000000000000000000000060228201527f7461626c6500000000000000000000000000000000000000000000000000000060308201526000918291610210910160405160208183030381529060405261020b90610e45565b6102dd565b61021b906001610e9b565b60408051613a3160f11b60208201527f756e69717565456e74697479000000000000000000000000000000000000000060228201527f7461626c65000000000000000000000000000000000000000000000000000000603082015291925061029c910160405160208183030381529060405261029690610e45565b82610322565b919050565b600061018961037e565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806102da5750335b90565b60408051600080825260208201909252600061031a8483837e200100200000000000000000000000000000000000000000000000000000006103c5565b949350505050565b6040805160008082526020820183529181018390529061037990849083906060820160408051601f198184030181529190527e2001002000000000000000000000000000000000000000000000000000000061049c565b505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff168061029c573391505090565b6000806103d061037e565b90503073ffffffffffffffffffffffffffffffffffffffff821603610403576103fb8686868661056c565b91505061031a565b6040517f8c364d5900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821690638c364d599061045b908990899089908990600401610ee9565b602060405180830381865afa158015610478573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103fb9190610f18565b60006104a661037e565b90503073ffffffffffffffffffffffffffffffffffffffff8216036104d7576104d286868686866105a2565b610564565b6040517f390baae000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82169063390baae0906105319089908990899089908990600401610f77565b600060405180830381600087803b15801561054b57600080fd5b505af115801561055f573d6000803e3d6000fd5b505050505b505050505050565b600061059961057b86866105be565b60ff858116601b0360080285901c166105948587610614565b610657565b95945050505050565b6105b785856105b18487610614565b856106a8565b5050505050565b600082826040516020016105d3929190610fbe565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561064f5761063b60ff601b83900360080287901c1683610e9b565b91508061064781610ff9565b915050610619565b509392505050565b60006020821061067d5760208204840193506020828161067957610679611013565b0691505b508254600882021b60208290038084111561064f576001850154600882021c82179150509392505050565b60006106b485856105be565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8585856040516106ea93929190611042565b60405180910390a2613a3160f11b857fffff00000000000000000000000000000000000000000000000000000000000016146107265750610905565b60006107318661090b565b905060005b81518110156108105760008282815181106107535761075361107f565b6020026020010151905061077f6004826affffffffffffffffffffff19166109eb90919063ffffffff16565b156107fd576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906107ca908b908b908b908b906004016110ae565b600060405180830381600087803b1580156107e457600080fd5b505af11580156107f8573d6000803e3d6000fd5b505050505b508061080881610ff9565b915050610736565b50610824828565ffffffffffff1685610a09565b60005b81518110156109015760008282815181106108445761084461107f565b602002602001015190506108706008826affffffffffffffffffffff19166109eb90919063ffffffff16565b156108ee576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba8721906108bb908b908b908b908b906004016110ae565b600060405180830381600087803b1580156108d557600080fd5b505af11580156108e9573d6000803e3d6000fd5b505050505b50806108f981610ff9565b915050610827565b5050505b50505050565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106109455761094561107f565b60209081029190910181019190915260408051613a3160f11b818401527f73746f726500000000000000000000000000000000000000000000000000000060228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015281518082039093018352810190526000906109d4906109cc90610e45565b836000610a19565b905061031a6109e68260008451610a53565b610aec565b60008160ff16826109fc8560581c90565b1660ff1614905092915050565b6103798383602084018451610b04565b606061031a610a29858585610bc4565b610a4c84610a378888610c44565b9060ff166028026038011c64ffffffffff1690565b6000610c57565b6000818311158015610a66575083518211155b610aab578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610aa2939291906110f2565b60405180910390fd5b60208401610ab98482610e9b565b90506000610ac78585611117565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610afd8360156000610c7a565b9392505050565b8215610b7e5760208310610b2e57602083048401935060208381610b2a57610b2a611013565b0692505b8215610b7e5760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311610b6f575050610905565b50600194909401939182019190035b5b60208110610ba05781518455600190930192602090910190601f1901610b7f565b8015610905576000600019600883021c198554845182169119161785555050505050565b60008383604051602001610bd9929190610fbe565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610afd610c538484610cf5565b5490565b60405160208101601f19603f858401011660405283825261064f85858584610d4b565b60606000610c888560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281610cae57610cae611013565b04905060405193506020840160208202810160405281855260005b82811015610ce9578451871c825293870193602090910190600101610cc9565b50505050509392505050565b60008282604051602001610d0a929190610fbe565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8115610dbd5760208210610d7557602082048401935060208281610d7157610d71611013565b0691505b8115610dbd5760208290036000600019600883021c1990508554600885021b811984511682821617845250818511610dae575050610905565b50600194909401939283900392015b5b60208310610ddf5783548152600190930192601f1990920191602001610dbe565b8215610905576000600019600885021c198251865482169119161782525050505050565b600060208284031215610e1557600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610afd57600080fd5b80516020808301519190811015610e66576000198160200360031b1b821691505b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b8082018082111561017957610179610e6c565b600081518084526020808501945080840160005b83811015610ede57815187529582019590820190600101610ec2565b509495945050505050565b848152608060208201526000610f026080830186610eae565b60ff949094166040830152506060015292915050565b600060208284031215610f2a57600080fd5b5051919050565b6000815180845260005b81811015610f5757602081850181015186830182015201610f3b565b506000602082860101526020601f19601f83011685010191505092915050565b85815260a060208201526000610f9060a0830187610eae565b60ff861660408401528281036060840152610fab8186610f31565b9150508260808301529695505050505050565b82815260006020808301845182860160005b82811015610fec57815184529284019290840190600101610fd0565b5091979650505050505050565b6000600019820361100c5761100c610e6c565b5060010190565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6060815260006110556060830186610eae565b65ffffffffffff8516602084015282810360408401526110758185610f31565b9695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b8481526080602082015260006110c76080830186610eae565b65ffffffffffff8516604084015282810360608401526110e78185610f31565b979650505050505050565b6060815260006111056060830186610f31565b60208301949094525060400152919050565b8181038181111561017957610179610e6c56fea164736f6c6343000815000a",
129
- "sourceMap": "221:301:134:-:0;;;;;;;;;;;;;;;;;;;",
129
+ "sourceMap": "221:301:144:-:0;;;;;;;;;;;;;;;;;;;",
130
130
  "linkReferences": {}
131
131
  },
132
132
  "deployedBytecode": {
133
133
  "object": "0x608060405234801561001057600080fd5b50600436106100675760003560e01c806345ec93541161005057806345ec9354146100c1578063490923cd146100d6578063e1af802c146100de57600080fd5b806301ffc9a71461006c578063119df25f14610094575b600080fd5b61007f61007a366004610e03565b6100e6565b60405190151581526020015b60405180910390f35b61009c61017f565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161008b565b36601f1901355b60405190815260200161008b565b6100c861018e565b61009c6102a1565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb421288000000000000000000000000000000000000000000000000000000000148061017957507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60006101896102ab565b905090565b60408051613a3160f11b60208201527f756e69717565456e74697479000000000000000000000000000000000000000060228201527f7461626c6500000000000000000000000000000000000000000000000000000060308201526000918291610210910160405160208183030381529060405261020b90610e45565b6102dd565b61021b906001610e9b565b60408051613a3160f11b60208201527f756e69717565456e74697479000000000000000000000000000000000000000060228201527f7461626c65000000000000000000000000000000000000000000000000000000603082015291925061029c910160405160208183030381529060405261029690610e45565b82610322565b919050565b600061018961037e565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806102da5750335b90565b60408051600080825260208201909252600061031a8483837e200100200000000000000000000000000000000000000000000000000000006103c5565b949350505050565b6040805160008082526020820183529181018390529061037990849083906060820160408051601f198184030181529190527e2001002000000000000000000000000000000000000000000000000000000061049c565b505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff168061029c573391505090565b6000806103d061037e565b90503073ffffffffffffffffffffffffffffffffffffffff821603610403576103fb8686868661056c565b91505061031a565b6040517f8c364d5900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821690638c364d599061045b908990899089908990600401610ee9565b602060405180830381865afa158015610478573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103fb9190610f18565b60006104a661037e565b90503073ffffffffffffffffffffffffffffffffffffffff8216036104d7576104d286868686866105a2565b610564565b6040517f390baae000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82169063390baae0906105319089908990899089908990600401610f77565b600060405180830381600087803b15801561054b57600080fd5b505af115801561055f573d6000803e3d6000fd5b505050505b505050505050565b600061059961057b86866105be565b60ff858116601b0360080285901c166105948587610614565b610657565b95945050505050565b6105b785856105b18487610614565b856106a8565b5050505050565b600082826040516020016105d3929190610fbe565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff1681101561064f5761063b60ff601b83900360080287901c1683610e9b565b91508061064781610ff9565b915050610619565b509392505050565b60006020821061067d5760208204840193506020828161067957610679611013565b0691505b508254600882021b60208290038084111561064f576001850154600882021c82179150509392505050565b60006106b485856105be565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8585856040516106ea93929190611042565b60405180910390a2613a3160f11b857fffff00000000000000000000000000000000000000000000000000000000000016146107265750610905565b60006107318661090b565b905060005b81518110156108105760008282815181106107535761075361107f565b6020026020010151905061077f6004826affffffffffffffffffffff19166109eb90919063ffffffff16565b156107fd576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906107ca908b908b908b908b906004016110ae565b600060405180830381600087803b1580156107e457600080fd5b505af11580156107f8573d6000803e3d6000fd5b505050505b508061080881610ff9565b915050610736565b50610824828565ffffffffffff1685610a09565b60005b81518110156109015760008282815181106108445761084461107f565b602002602001015190506108706008826affffffffffffffffffffff19166109eb90919063ffffffff16565b156108ee576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba8721906108bb908b908b908b908b906004016110ae565b600060405180830381600087803b1580156108d557600080fd5b505af11580156108e9573d6000803e3d6000fd5b505050505b50806108f981610ff9565b915050610827565b5050505b50505050565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106109455761094561107f565b60209081029190910181019190915260408051613a3160f11b818401527f73746f726500000000000000000000000000000000000000000000000000000060228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015281518082039093018352810190526000906109d4906109cc90610e45565b836000610a19565b905061031a6109e68260008451610a53565b610aec565b60008160ff16826109fc8560581c90565b1660ff1614905092915050565b6103798383602084018451610b04565b606061031a610a29858585610bc4565b610a4c84610a378888610c44565b9060ff166028026038011c64ffffffffff1690565b6000610c57565b6000818311158015610a66575083518211155b610aab578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610aa2939291906110f2565b60405180910390fd5b60208401610ab98482610e9b565b90506000610ac78585611117565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610afd8360156000610c7a565b9392505050565b8215610b7e5760208310610b2e57602083048401935060208381610b2a57610b2a611013565b0692505b8215610b7e5760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311610b6f575050610905565b50600194909401939182019190035b5b60208110610ba05781518455600190930192602090910190601f1901610b7f565b8015610905576000600019600883021c198554845182169119161785555050505050565b60008383604051602001610bd9929190610fbe565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610afd610c538484610cf5565b5490565b60405160208101601f19603f858401011660405283825261064f85858584610d4b565b60606000610c888560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281610cae57610cae611013565b04905060405193506020840160208202810160405281855260005b82811015610ce9578451871c825293870193602090910190600101610cc9565b50505050509392505050565b60008282604051602001610d0a929190610fbe565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8115610dbd5760208210610d7557602082048401935060208281610d7157610d71611013565b0691505b8115610dbd5760208290036000600019600883021c1990508554600885021b811984511682821617845250818511610dae575050610905565b50600194909401939283900392015b5b60208310610ddf5783548152600190930192601f1990920191602001610dbe565b8215610905576000600019600885021c198251865482169119161782525050505050565b600060208284031215610e1557600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610afd57600080fd5b80516020808301519190811015610e66576000198160200360031b1b821691505b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b8082018082111561017957610179610e6c565b600081518084526020808501945080840160005b83811015610ede57815187529582019590820190600101610ec2565b509495945050505050565b848152608060208201526000610f026080830186610eae565b60ff949094166040830152506060015292915050565b600060208284031215610f2a57600080fd5b5051919050565b6000815180845260005b81811015610f5757602081850181015186830182015201610f3b565b506000602082860101526020601f19601f83011685010191505092915050565b85815260a060208201526000610f9060a0830187610eae565b60ff861660408401528281036060840152610fab8186610f31565b9150508260808301529695505050505050565b82815260006020808301845182860160005b82811015610fec57815184529284019290840190600101610fd0565b5091979650505050505050565b6000600019820361100c5761100c610e6c565b5060010190565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6060815260006110556060830186610eae565b65ffffffffffff8516602084015282810360408401526110758185610f31565b9695505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b8481526080602082015260006110c76080830186610eae565b65ffffffffffff8516604084015282810360608401526110e78185610f31565b979650505050505050565b6060815260006111056060830186610f31565b60208301949094525060400152919050565b8181038181111561017957610179610e6c56fea164736f6c6343000815000a",
134
- "sourceMap": "221:301:134:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2311:188:97;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;2311:188:97;;;;;;;;1245:113;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;1245:113:97;543:226:139;1599:110:97;3585:14;-1:-1:-1;;3581:23:97;3568:37;1599:110;;;920:25:139;;;908:2;893:18;1599:110:97;774:177:139;315:205:134;;;:::i;1925:95:97:-;;;:::i;2311:188::-;2387:4;2406:50;;;485:152:92;2406:50:97;;:88;;-1:-1:-1;2460:34:97;;;188::89;2460::97;2406:88;2399:95;2311:188;-1:-1:-1;;2311:188:97:o;1245:113::-;1288:14;1317:36;:34;:36::i;:::-;1310:43;;1245:113;:::o;315:205:134:-;492:55:135;;;-1:-1:-1;;;492:55:135;;;1321:92:139;257:23:135;1429:11:139;;;1422:100;418:16:135;1538:12:139;;;1531:101;366:7:134;;;;404:26;;1648:12:139;492:55:135;;;;;;;;;;;;484:64;;;:::i;:::-;404:16:134;:26::i;:::-;:30;;433:1;404:30;:::i;:::-;492:55:135;;;-1:-1:-1;;;492:55:135;;;1321:92:139;257:23:135;1429:11:139;;;1422:100;418:16:135;1538:12:139;;;1531:101;381:53:134;;-1:-1:-1;440:40:134;;1648:12:139;492:55:135;;;;;;;;;;;;484:64;;;:::i;:::-;467:12:134;440:16;:40::i;:::-;502:12;315:205;-1:-1:-1;315:205:134:o;1925:95:97:-;1964:7;1986:29;:27;:29::i;2779:381::-;3063:34;3067:14;3063:34;3050:48;3046:2;3042:57;;3110:45;;-1:-1:-1;3145:10:97;3110:45;2779:381;:::o;4317:253:137:-;4424:16;;;4374:13;4424:16;;;;;;;;;4447:13;4463:64;4490:8;4395:45;4447:13;1162:66;4463:26;:64::i;:::-;4447:80;4317:253;-1:-1:-1;;;;4317:253:137:o;6041:212::-;6134:16;;;6105:26;6134:16;;;;;;;;6208:25;;;2670:19:139;;;6134:16:137;6157:91;;6184:8;;6134:16;;2705:12:139;;;6208:25:137;;;-1:-1:-1;;6208:25:137;;;;;;;;;1162:66;6157:26;:91::i;:::-;6099:154;6041:212;;:::o;1766:227:73:-;996:42;1855:22;1816:7;;1855:22;;;1883:106;;1931:10;1924:17;;;1766:227;:::o;17702:457::-;17859:7;17874:21;17898:17;:15;:17::i;:::-;17874:41;-1:-1:-1;17950:4:73;17925:30;;;;17921:234;;17972:68;17997:7;18006:8;18016:10;18028:11;17972:24;:68::i;:::-;17965:75;;;;;17921:234;18068:80;;;;;:36;;;;;;:80;;18105:7;;18114:8;;18124:10;;18136:11;;18068:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;10690:455::-;10862:21;10886:17;:15;:17::i;:::-;10862:41;-1:-1:-1;10938:4:73;10913:30;;;;10909:232;;10953:74;10978:7;10987:8;10997:10;11009:4;11015:11;10953:24;:74::i;:::-;10909:232;;;11048:86;;;;;:36;;;;;;:86;;11085:7;;11094:8;;11104:10;;11116:4;;11122:11;;11048:86;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10909:232;10856:289;10690:455;;;;;:::o;35212:541:71:-;35369:7;35506:242;35550:59;35591:7;35600:8;35550:40;:59::i;:::-;35627:31;;;;4044:19:54;:27;537:1:79;4043:44:54;4009:79;;;3996:93;35676:63:71;35715:11;35728:10;35676:38;:63::i;:::-;35506:17;:242::i;:::-;35493:255;35212:541;-1:-1:-1;;;;;35212:541:71:o;22277:355::-;22449:178;22483:7;22508:8;22538:63;22577:11;22590:10;22538:38;:63::i;:::-;22616:4;22449:16;:178::i;:::-;22277:355;;;;;:::o;49619:191::-;49721:7;49785;49794:8;49768:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;49768:35:71;;;;;;;;;49758:46;;49768:35;49758:46;;;;41226:22;49751:53;;49619:191;-1:-1:-1;;;49619:191:71:o;50636:242::-;50732:7;;;50771:84;50791:10;50787:14;;:1;:14;50771:84;;;50816:32;3996:93:54;4044:19;:27;;;537:1:79;4043:44:54;4009:79;;;3996:93;50816:32:71;;:::i;:::-;;-1:-1:-1;50803:3:71;;;;:::i;:::-;;;;50771:84;;;-1:-1:-1;50867:6:71;50636:242;-1:-1:-1;;;50636:242:71:o;8680:790:70:-;8778:14;8814:2;8804:6;:12;8800:112;;8873:2;8864:6;:11;8846:29;;;;8895:2;8885:12;;;;;;:::i;:::-;;;;8800:112;-1:-1:-1;9092:21:70;;9088:1;9076:14;;9072:42;9240:2;:11;;;9322:22;;;9318:148;;;9447:1;9431:14;9427:22;9421:29;9417:1;9402:13;9398:21;9394:57;9386:6;9383:69;9373:79;;8794:676;8680:790;;;;;:::o;16359:1506:71:-;16480:16;16499:59;16540:7;16549:8;16499:40;:59::i;:::-;16480:78;;16660:7;16616:100;16679:8;16696:5;16709:4;16616:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;16781:7:71;:35;;;16777:62;;16826:7;;;16777:62;16984:22;17009:24;17025:7;17009:15;:24::i;:::-;16984:49;;17044:9;17039:328;17059:5;:12;17055:1;:16;17039:328;;;17086:9;17108:5;17114:1;17108:8;;;;;;;;:::i;:::-;;;;;;;17086:31;;17129:41;548:6:81;17129:4:71;:14;;;;;:41;;;;:::i;:::-;17125:236;;;17182:170;;;;;3392:35:55;;;;;17182:54:71;;:170;;17258:7;;17287:8;;17314:5;;17337:4;;17182:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17125:236;-1:-1:-1;17073:3:71;;;;:::i;:::-;;;;17039:328;;;;17416:70;17448:8;17466:5;17416:70;;17479:4;17416:13;:70::i;:::-;17540:9;17535:326;17555:5;:12;17551:1;:16;17535:326;;;17582:9;17604:5;17610:1;17604:8;;;;;;;;:::i;:::-;;;;;;;17582:31;;17625:40;657:6:81;17625:4:71;:14;;;;;:40;;;;:::i;:::-;17621:234;;;17677:169;;;;;3392:35:55;;;;;17677:53:71;;:169;;17752:7;;17781:8;;17808:5;;17831:4;;17677:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17621:234;-1:-1:-1;17569:3:71;;;;:::i;:::-;;;;17535:326;;;;16474:1391;;16359:1506;;;;;:::o;5054:342:77:-;5170:16;;;5184:1;5170:16;;;;;;;;;5111:22;;5141:26;;5170:16;;;;;;;;;;;;-1:-1:-1;5170:16:77;5141:45;;5225:7;5192:9;5202:1;5192:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:77;;;1321:92:139;1080:16:77;1429:11:139;;;1422:100;1098:21:77;1538:12:139;;;1531:101;1047:73:77;;;;;;;;;;1648:12:139;;1047:73:77;;-1:-1:-1;;5261:49:77;;1039:82;;;:::i;:::-;5297:9;5308:1;5261:25;:49::i;:::-;5240:70;;5324:66;:44;5345:5;5352:1;5355:5;:12;5324:20;:44::i;:::-;:64;:66::i;2891:136:55:-;2961:4;3013:9;2980:42;;2999:9;2981:15;2991:4;3790:26;;;3660:162;2981:15;:27;2980:42;;;2973:49;;2891:136;;;;:::o;850:162:70:-;939:68;945:14;961:6;826:4:65;816:15;;995:4:70;:11;939:5;:68::i;36221:522:71:-;36357:12;36481:257;36520:79;36562:7;36571:8;36581:17;36520:41;:79::i;:::-;36617:93;36692:17;36617:66;36665:7;36674:8;36617:47;:66::i;:::-;:74;6743:16:66;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;36617:93:71;36728:1;36481:12;:257::i;2022:570:69:-;2113:5;2211:3;2202:5;:12;;:34;;;;;2225:4;:11;2218:3;:18;;2202:34;2196:85;;2264:4;2270:5;2277:3;2246:35;;;;;;;;;;;;;:::i;:::-;;;;;;;;2196:85;2349:4;2339:15;;2396:17;2408:5;2339:15;2396:17;:::i;:::-;;-1:-1:-1;2419:12:69;2434:11;2440:5;2434:3;:11;:::i;:::-;643:17;2570:15;2562:3;2550:15;;;;2549:37;;;;;;-1:-1:-1;;;;;2022:570:69:o;40037:220:83:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;:::-;40135:65;40037:220;-1:-1:-1;;;40037:220:83:o;1373:2326:70:-;1486:10;;1482:1491;;1639:2;1629:6;:12;1625:122;;1702:2;1693:6;:11;1675:29;;;;1726:2;1716:12;;;;;;:::i;:::-;;;;1625:122;1837:10;;1833:1134;;2045:2;:11;;;1919:21;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;2077:31:70;;2277:1;2269:6;2265:14;2313:4;2302:9;2298:20;2290:28;;2368:13;2362:20;2351:9;2347:36;2329:54;;2616:4;2612:9;2595:14;2589:21;2585:37;2516:4;2504:10;2500:21;2443:193;2415:14;2395:253;;2707:13;2697:6;:23;2693:36;;2722:7;;;;2693:36;-1:-1:-1;2870:1:70;2852:19;;;;;2883:30;;;;2925:23;;1833:1134;3003:253;3020:2;3010:6;:12;3003:253;;3115:20;;3092:44;;3189:1;3171:19;;;;3217:2;3200:19;;;;-1:-1:-1;;3229:12:70;3003:253;;;3324:10;;3320:375;;3344:12;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;3626:21:70;;3542:20;;3538:31;;3649:9;;3622:37;3487:184;3443:238;;-1:-1:-1;1373:2326:70;;;;:::o;51555:274:71:-;51699:7;51804;51813:8;51787:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;51777:46;;;;;;51756:17;51749:25;;51729:45;;;41298:34;51729:45;:94;51721:103;;51714:110;;51555:274;;;;;:::o;52752:301::-;52873:13;52965:82;52996:48;53026:7;53035:8;52996:29;:48::i;:::-;4572:21:70;;4466:137;4903:665;5315:4;5309:11;5356:4;5344:17;;-1:-1:-1;;5234:14:70;5403:26;;;5234:14;5230:28;5375:4;5368:63;5475:6;5467;5460:22;5493:51;5498:14;5514:6;5522;5530:13;5493:4;:51::i;2631:1127:85:-;2751:22;2781:21;2805;:11;2946:3:69;2924:25;;2850:104;2805:21:85;2781:45;-1:-1:-1;643:17:69;3187:38;;2832:20:85;2994:11;3187:38:69;2994:11:85;2979:26;;;;:::i;:::-;;2965:40;;3114:4;3108:11;3099:20;;3157:4;3150:5;3146:16;3217:2;3204:11;3200:20;3186:12;3182:39;3176:4;3169:53;3265:11;3258:5;3251:26;3308:1;3285:463;3324:11;3321:1;3318:18;3285:463;;;3718:20;;3697:42;;3676:64;;3590:31;;;;3503:4;3485:23;;;;3411:1;3404:9;3285:463;;;3289:28;;3066:688;;;2631:1127;;;;;:::o;52184:230:71:-;52305:7;52389;52398:8;52372:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52372:35:71;;;;;;;;;52362:46;;52372:35;52362:46;;;;41389:40;52335:73;;52184:230;-1:-1:-1;;;52184:230:71:o;5933:2258:70:-;6050:10;;6046:1421;;6203:2;6193:6;:12;6189:122;;6266:2;6257:6;:11;6239:29;;;;6290:2;6280:12;;;;;;:::i;:::-;;;;6189:122;6401:10;;6397:1064;;6609:2;:11;;;6483:21;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;6641:38:70;;6863:14;6857:21;6853:1;6845:6;6841:14;6837:42;7110:4;7106:9;7090:13;7084:20;7080:36;7011:4;6999:10;6995:21;6938:192;6911:13;6891:251;;7201:13;7191:6;:23;7187:36;;7216:7;;;;7187:36;-1:-1:-1;7364:1:70;7346:19;;;;;7419:23;;;;;7377:30;6397:1064;7496:253;7513:2;7503:6;:12;7496:253;;7607:21;;7585:44;;7682:1;7664:19;;;;-1:-1:-1;;7722:12:70;;;;7710:2;7693:19;7496:253;;;7817:10;;7813:374;;7837:12;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;8119:20:70;;8034:21;;8030:32;;8141:9;;8115:36;7979:184;7936:237;;-1:-1:-1;5933:2258:70;;;;:::o;14:332:139:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;1671:357;1789:12;;1836:4;1825:16;;;1819:23;;1789:12;1854:16;;1851:171;;;-1:-1:-1;;1934:6:139;1928:4;1924:17;1921:1;1917:25;1913:98;1906:5;1902:110;1893:119;;1851:171;;1671:357;;;:::o;2033:184::-;2085:77;2082:1;2075:88;2182:4;2179:1;2172:15;2206:4;2203:1;2196:15;2222:125;2287:9;;;2308:10;;;2305:36;;;2321:18;;:::i;2728:435::-;2781:3;2819:5;2813:12;2846:6;2841:3;2834:19;2872:4;2901:2;2896:3;2892:12;2885:19;;2938:2;2931:5;2927:14;2959:1;2969:169;2983:6;2980:1;2977:13;2969:169;;;3044:13;;3032:26;;3078:12;;;;3113:15;;;;3005:1;2998:9;2969:169;;;-1:-1:-1;3154:3:139;;2728:435;-1:-1:-1;;;;;2728:435:139:o;3168:548::-;3492:6;3481:9;3474:25;3535:3;3530:2;3519:9;3515:18;3508:31;3455:4;3556:57;3608:3;3597:9;3593:19;3585:6;3556:57;:::i;:::-;3661:4;3649:17;;;;3644:2;3629:18;;3622:45;-1:-1:-1;3698:2:139;3683:18;3676:34;3548:65;3168:548;-1:-1:-1;;3168:548:139:o;3721:184::-;3791:6;3844:2;3832:9;3823:7;3819:23;3815:32;3812:52;;;3860:1;3857;3850:12;3812:52;-1:-1:-1;3883:16:139;;3721:184;-1:-1:-1;3721:184:139:o;3910:481::-;3951:3;3989:5;3983:12;4016:6;4011:3;4004:19;4041:1;4051:162;4065:6;4062:1;4059:13;4051:162;;;4127:4;4183:13;;;4179:22;;4173:29;4155:11;;;4151:20;;4144:59;4080:12;4051:162;;;4055:3;4258:1;4251:4;4242:6;4237:3;4233:16;4229:27;4222:38;4380:4;-1:-1:-1;;4305:2:139;4297:6;4293:15;4289:88;4284:3;4280:98;4276:109;4269:116;;;3910:481;;;;:::o;4396:709::-;4766:6;4755:9;4748:25;4809:3;4804:2;4793:9;4789:18;4782:31;4729:4;4836:57;4888:3;4877:9;4873:19;4865:6;4836:57;:::i;:::-;4941:4;4933:6;4929:17;4924:2;4913:9;4909:18;4902:45;4995:9;4987:6;4983:22;4978:2;4967:9;4963:18;4956:50;5023:32;5048:6;5040;5023:32;:::i;:::-;5015:40;;;5092:6;5086:3;5075:9;5071:19;5064:35;4396:709;;;;;;;;:::o;5110:640::-;5361:6;5356:3;5349:19;5331:3;5387:2;5420;5415:3;5411:12;5452:6;5446:13;5517:2;5509:6;5505:15;5538:1;5548:175;5562:6;5559:1;5556:13;5548:175;;;5625:13;;5611:28;;5661:14;;;;5698:15;;;;5584:1;5577:9;5548:175;;;-1:-1:-1;5739:5:139;;5110:640;-1:-1:-1;;;;;;;5110:640:139:o;5755:195::-;5794:3;-1:-1:-1;;5818:5:139;5815:77;5812:103;;5895:18;;:::i;:::-;-1:-1:-1;5942:1:139;5931:13;;5755:195::o;5955:184::-;6007:77;6004:1;5997:88;6104:4;6101:1;6094:15;6128:4;6125:1;6118:15;6144:511;6395:2;6384:9;6377:21;6358:4;6421:56;6473:2;6462:9;6458:18;6450:6;6421:56;:::i;:::-;6525:14;6517:6;6513:27;6508:2;6497:9;6493:18;6486:55;6589:9;6581:6;6577:22;6572:2;6561:9;6557:18;6550:50;6617:32;6642:6;6634;6617:32;:::i;:::-;6609:40;6144:511;-1:-1:-1;;;;;;6144:511:139:o;6660:184::-;6712:77;6709:1;6702:88;6809:4;6806:1;6799:15;6833:4;6830:1;6823:15;6849:616;7160:6;7149:9;7142:25;7203:3;7198:2;7187:9;7183:18;7176:31;7123:4;7230:57;7282:3;7271:9;7267:19;7259:6;7230:57;:::i;:::-;7335:14;7327:6;7323:27;7318:2;7307:9;7303:18;7296:55;7399:9;7391:6;7387:22;7382:2;7371:9;7367:18;7360:50;7427:32;7452:6;7444;7427:32;:::i;:::-;7419:40;6849:616;-1:-1:-1;;;;;;;6849:616:139:o;7470:359::-;7673:2;7662:9;7655:21;7636:4;7693:44;7733:2;7722:9;7718:18;7710:6;7693:44;:::i;:::-;7768:2;7753:18;;7746:34;;;;-1:-1:-1;7811:2:139;7796:18;7789:34;7685:52;7470:359;-1:-1:-1;7470:359:139:o;7834:128::-;7901:9;;;7922:11;;;7919:37;;;7936:18;;:::i",
134
+ "sourceMap": "221:301:144:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2311:188:100;;;;;;:::i;:::-;;:::i;:::-;;;516:14:150;;509:22;491:41;;479:2;464:18;2311:188:100;;;;;;;;1245:113;;;:::i;:::-;;;719:42:150;707:55;;;689:74;;677:2;662:18;1245:113:100;543:226:150;1599:110:100;3585:14;-1:-1:-1;;3581:23:100;3568:37;1599:110;;;920:25:150;;;908:2;893:18;1599:110:100;774:177:150;315:205:144;;;:::i;1925:95:100:-;;;:::i;2311:188::-;2387:4;2406:50;;;485:152:95;2406:50:100;;:88;;-1:-1:-1;2460:34:100;;;188::92;2460::100;2406:88;2399:95;2311:188;-1:-1:-1;;2311:188:100:o;1245:113::-;1288:14;1317:36;:34;:36::i;:::-;1310:43;;1245:113;:::o;315:205:144:-;492:55:145;;;-1:-1:-1;;;492:55:145;;;1321:92:150;257:23:145;1429:11:150;;;1422:100;418:16:145;1538:12:150;;;1531:101;366:7:144;;;;404:26;;1648:12:150;492:55:145;;;;;;;;;;;;484:64;;;:::i;:::-;404:16:144;:26::i;:::-;:30;;433:1;404:30;:::i;:::-;492:55:145;;;-1:-1:-1;;;492:55:145;;;1321:92:150;257:23:145;1429:11:150;;;1422:100;418:16:145;1538:12:150;;;1531:101;381:53:144;;-1:-1:-1;440:40:144;;1648:12:150;492:55:145;;;;;;;;;;;;484:64;;;:::i;:::-;467:12:144;440:16;:40::i;:::-;502:12;315:205;-1:-1:-1;315:205:144:o;1925:95:100:-;1964:7;1986:29;:27;:29::i;2779:381::-;3063:34;3067:14;3063:34;3050:48;3046:2;3042:57;;3110:45;;-1:-1:-1;3145:10:100;3110:45;2779:381;:::o;4317:253:147:-;4424:16;;;4374:13;4424:16;;;;;;;;;4447:13;4463:64;4490:8;4395:45;4447:13;1162:66;4463:26;:64::i;:::-;4447:80;4317:253;-1:-1:-1;;;;4317:253:147:o;6041:212::-;6134:16;;;6105:26;6134:16;;;;;;;;6208:25;;;2670:19:150;;;6134:16:147;6157:91;;6184:8;;6134:16;;2705:12:150;;;6208:25:147;;;-1:-1:-1;;6208:25:147;;;;;;;;;1162:66;6157:26;:91::i;:::-;6099:154;6041:212;;:::o;1766:227:75:-;996:42;1855:22;1816:7;;1855:22;;;1883:106;;1931:10;1924:17;;;1766:227;:::o;17702:457::-;17859:7;17874:21;17898:17;:15;:17::i;:::-;17874:41;-1:-1:-1;17950:4:75;17925:30;;;;17921:234;;17972:68;17997:7;18006:8;18016:10;18028:11;17972:24;:68::i;:::-;17965:75;;;;;17921:234;18068:80;;;;;:36;;;;;;:80;;18105:7;;18114:8;;18124:10;;18136:11;;18068:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;10690:455::-;10862:21;10886:17;:15;:17::i;:::-;10862:41;-1:-1:-1;10938:4:75;10913:30;;;;10909:232;;10953:74;10978:7;10987:8;10997:10;11009:4;11015:11;10953:24;:74::i;:::-;10909:232;;;11048:86;;;;;:36;;;;;;:86;;11085:7;;11094:8;;11104:10;;11116:4;;11122:11;;11048:86;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10909:232;10856:289;10690:455;;;;;:::o;35212:541:73:-;35369:7;35506:242;35550:59;35591:7;35600:8;35550:40;:59::i;:::-;35627:31;;;;4044:19:56;:27;537:1:81;4043:44:56;4009:79;;;3996:93;35676:63:73;35715:11;35728:10;35676:38;:63::i;:::-;35506:17;:242::i;:::-;35493:255;35212:541;-1:-1:-1;;;;;35212:541:73:o;22277:355::-;22449:178;22483:7;22508:8;22538:63;22577:11;22590:10;22538:38;:63::i;:::-;22616:4;22449:16;:178::i;:::-;22277:355;;;;;:::o;49619:191::-;49721:7;49785;49794:8;49768:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;49768:35:73;;;;;;;;;49758:46;;49768:35;49758:46;;;;41226:22;49751:53;;49619:191;-1:-1:-1;;;49619:191:73:o;50636:242::-;50732:7;;;50771:84;50791:10;50787:14;;:1;:14;50771:84;;;50816:32;3996:93:56;4044:19;:27;;;537:1:81;4043:44:56;4009:79;;;3996:93;50816:32:73;;:::i;:::-;;-1:-1:-1;50803:3:73;;;;:::i;:::-;;;;50771:84;;;-1:-1:-1;50867:6:73;50636:242;-1:-1:-1;;;50636:242:73:o;8680:790:72:-;8778:14;8814:2;8804:6;:12;8800:112;;8873:2;8864:6;:11;8846:29;;;;8895:2;8885:12;;;;;;:::i;:::-;;;;8800:112;-1:-1:-1;9092:21:72;;9088:1;9076:14;;9072:42;9240:2;:11;;;9322:22;;;9318:148;;;9447:1;9431:14;9427:22;9421:29;9417:1;9402:13;9398:21;9394:57;9386:6;9383:69;9373:79;;8794:676;8680:790;;;;;:::o;16359:1506:73:-;16480:16;16499:59;16540:7;16549:8;16499:40;:59::i;:::-;16480:78;;16660:7;16616:100;16679:8;16696:5;16709:4;16616:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;16781:7:73;:35;;;16777:62;;16826:7;;;16777:62;16984:22;17009:24;17025:7;17009:15;:24::i;:::-;16984:49;;17044:9;17039:328;17059:5;:12;17055:1;:16;17039:328;;;17086:9;17108:5;17114:1;17108:8;;;;;;;;:::i;:::-;;;;;;;17086:31;;17129:41;548:6:83;17129:4:73;:14;;;;;:41;;;;:::i;:::-;17125:236;;;17182:170;;;;;3392:35:57;;;;;17182:54:73;;:170;;17258:7;;17287:8;;17314:5;;17337:4;;17182:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17125:236;-1:-1:-1;17073:3:73;;;;:::i;:::-;;;;17039:328;;;;17416:70;17448:8;17466:5;17416:70;;17479:4;17416:13;:70::i;:::-;17540:9;17535:326;17555:5;:12;17551:1;:16;17535:326;;;17582:9;17604:5;17610:1;17604:8;;;;;;;;:::i;:::-;;;;;;;17582:31;;17625:40;657:6:83;17625:4:73;:14;;;;;:40;;;;:::i;:::-;17621:234;;;17677:169;;;;;3392:35:57;;;;;17677:53:73;;:169;;17752:7;;17781:8;;17808:5;;17831:4;;17677:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17621:234;-1:-1:-1;17569:3:73;;;;:::i;:::-;;;;17535:326;;;;16474:1391;;16359:1506;;;;;:::o;5054:342:79:-;5170:16;;;5184:1;5170:16;;;;;;;;;5111:22;;5141:26;;5170:16;;;;;;;;;;;;-1:-1:-1;5170:16:79;5141:45;;5225:7;5192:9;5202:1;5192:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:79;;;1321:92:150;1080:16:79;1429:11:150;;;1422:100;1098:21:79;1538:12:150;;;1531:101;1047:73:79;;;;;;;;;;1648:12:150;;1047:73:79;;-1:-1:-1;;5261:49:79;;1039:82;;;:::i;:::-;5297:9;5308:1;5261:25;:49::i;:::-;5240:70;;5324:66;:44;5345:5;5352:1;5355:5;:12;5324:20;:44::i;:::-;:64;:66::i;2891:136:57:-;2961:4;3013:9;2980:42;;2999:9;2981:15;2991:4;3790:26;;;3660:162;2981:15;:27;2980:42;;;2973:49;;2891:136;;;;:::o;850:162:72:-;939:68;945:14;961:6;826:4:67;816:15;;995:4:72;:11;939:5;:68::i;36221:522:73:-;36357:12;36481:257;36520:79;36562:7;36571:8;36581:17;36520:41;:79::i;:::-;36617:93;36692:17;36617:66;36665:7;36674:8;36617:47;:66::i;:::-;:74;6743:16:68;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;36617:93:73;36728:1;36481:12;:257::i;2022:570:71:-;2113:5;2211:3;2202:5;:12;;:34;;;;;2225:4;:11;2218:3;:18;;2202:34;2196:85;;2264:4;2270:5;2277:3;2246:35;;;;;;;;;;;;;:::i;:::-;;;;;;;;2196:85;2349:4;2339:15;;2396:17;2408:5;2339:15;2396:17;:::i;:::-;;-1:-1:-1;2419:12:71;2434:11;2440:5;2434:3;:11;:::i;:::-;643:17;2570:15;2562:3;2550:15;;;;2549:37;;;;;;-1:-1:-1;;;;;2022:570:71:o;40037:220:85:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;:::-;40135:65;40037:220;-1:-1:-1;;;40037:220:85:o;1373:2326:72:-;1486:10;;1482:1491;;1639:2;1629:6;:12;1625:122;;1702:2;1693:6;:11;1675:29;;;;1726:2;1716:12;;;;;;:::i;:::-;;;;1625:122;1837:10;;1833:1134;;2045:2;:11;;;1919:21;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;2077:31:72;;2277:1;2269:6;2265:14;2313:4;2302:9;2298:20;2290:28;;2368:13;2362:20;2351:9;2347:36;2329:54;;2616:4;2612:9;2595:14;2589:21;2585:37;2516:4;2504:10;2500:21;2443:193;2415:14;2395:253;;2707:13;2697:6;:23;2693:36;;2722:7;;;;2693:36;-1:-1:-1;2870:1:72;2852:19;;;;;2883:30;;;;2925:23;;1833:1134;3003:253;3020:2;3010:6;:12;3003:253;;3115:20;;3092:44;;3189:1;3171:19;;;;3217:2;3200:19;;;;-1:-1:-1;;3229:12:72;3003:253;;;3324:10;;3320:375;;3344:12;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;3626:21:72;;3542:20;;3538:31;;3649:9;;3622:37;3487:184;3443:238;;-1:-1:-1;1373:2326:72;;;;:::o;51555:274:73:-;51699:7;51804;51813:8;51787:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;51777:46;;;;;;51756:17;51749:25;;51729:45;;;41298:34;51729:45;:94;51721:103;;51714:110;;51555:274;;;;;:::o;52752:301::-;52873:13;52965:82;52996:48;53026:7;53035:8;52996:29;:48::i;:::-;4572:21:72;;4466:137;4903:665;5315:4;5309:11;5356:4;5344:17;;-1:-1:-1;;5234:14:72;5403:26;;;5234:14;5230:28;5375:4;5368:63;5475:6;5467;5460:22;5493:51;5498:14;5514:6;5522;5530:13;5493:4;:51::i;2631:1127:87:-;2751:22;2781:21;2805;:11;2946:3:71;2924:25;;2850:104;2805:21:87;2781:45;-1:-1:-1;643:17:71;3187:38;;2832:20:87;2994:11;3187:38:71;2994:11:87;2979:26;;;;:::i;:::-;;2965:40;;3114:4;3108:11;3099:20;;3157:4;3150:5;3146:16;3217:2;3204:11;3200:20;3186:12;3182:39;3176:4;3169:53;3265:11;3258:5;3251:26;3308:1;3285:463;3324:11;3321:1;3318:18;3285:463;;;3718:20;;3697:42;;3676:64;;3590:31;;;;3503:4;3485:23;;;;3411:1;3404:9;3285:463;;;3289:28;;3066:688;;;2631:1127;;;;;:::o;52184:230:73:-;52305:7;52389;52398:8;52372:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52372:35:73;;;;;;;;;52362:46;;52372:35;52362:46;;;;41389:40;52335:73;;52184:230;-1:-1:-1;;;52184:230:73:o;5933:2258:72:-;6050:10;;6046:1421;;6203:2;6193:6;:12;6189:122;;6266:2;6257:6;:11;6239:29;;;;6290:2;6280:12;;;;;;:::i;:::-;;;;6189:122;6401:10;;6397:1064;;6609:2;:11;;;6483:21;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;6641:38:72;;6863:14;6857:21;6853:1;6845:6;6841:14;6837:42;7110:4;7106:9;7090:13;7084:20;7080:36;7011:4;6999:10;6995:21;6938:192;6911:13;6891:251;;7201:13;7191:6;:23;7187:36;;7216:7;;;;7187:36;-1:-1:-1;7364:1:72;7346:19;;;;;7419:23;;;;;7377:30;6397:1064;7496:253;7513:2;7503:6;:12;7496:253;;7607:21;;7585:44;;7682:1;7664:19;;;;-1:-1:-1;;7722:12:72;;;;7710:2;7693:19;7496:253;;;7817:10;;7813:374;;7837:12;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;8119:20:72;;8034:21;;8030:32;;8141:9;;8115:36;7979:184;7936:237;;-1:-1:-1;5933:2258:72;;;;:::o;14:332:150:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;1671:357;1789:12;;1836:4;1825:16;;;1819:23;;1789:12;1854:16;;1851:171;;;-1:-1:-1;;1934:6:150;1928:4;1924:17;1921:1;1917:25;1913:98;1906:5;1902:110;1893:119;;1851:171;;1671:357;;;:::o;2033:184::-;2085:77;2082:1;2075:88;2182:4;2179:1;2172:15;2206:4;2203:1;2196:15;2222:125;2287:9;;;2308:10;;;2305:36;;;2321:18;;:::i;2728:435::-;2781:3;2819:5;2813:12;2846:6;2841:3;2834:19;2872:4;2901:2;2896:3;2892:12;2885:19;;2938:2;2931:5;2927:14;2959:1;2969:169;2983:6;2980:1;2977:13;2969:169;;;3044:13;;3032:26;;3078:12;;;;3113:15;;;;3005:1;2998:9;2969:169;;;-1:-1:-1;3154:3:150;;2728:435;-1:-1:-1;;;;;2728:435:150:o;3168:548::-;3492:6;3481:9;3474:25;3535:3;3530:2;3519:9;3515:18;3508:31;3455:4;3556:57;3608:3;3597:9;3593:19;3585:6;3556:57;:::i;:::-;3661:4;3649:17;;;;3644:2;3629:18;;3622:45;-1:-1:-1;3698:2:150;3683:18;3676:34;3548:65;3168:548;-1:-1:-1;;3168:548:150:o;3721:184::-;3791:6;3844:2;3832:9;3823:7;3819:23;3815:32;3812:52;;;3860:1;3857;3850:12;3812:52;-1:-1:-1;3883:16:150;;3721:184;-1:-1:-1;3721:184:150:o;3910:481::-;3951:3;3989:5;3983:12;4016:6;4011:3;4004:19;4041:1;4051:162;4065:6;4062:1;4059:13;4051:162;;;4127:4;4183:13;;;4179:22;;4173:29;4155:11;;;4151:20;;4144:59;4080:12;4051:162;;;4055:3;4258:1;4251:4;4242:6;4237:3;4233:16;4229:27;4222:38;4380:4;-1:-1:-1;;4305:2:150;4297:6;4293:15;4289:88;4284:3;4280:98;4276:109;4269:116;;;3910:481;;;;:::o;4396:709::-;4766:6;4755:9;4748:25;4809:3;4804:2;4793:9;4789:18;4782:31;4729:4;4836:57;4888:3;4877:9;4873:19;4865:6;4836:57;:::i;:::-;4941:4;4933:6;4929:17;4924:2;4913:9;4909:18;4902:45;4995:9;4987:6;4983:22;4978:2;4967:9;4963:18;4956:50;5023:32;5048:6;5040;5023:32;:::i;:::-;5015:40;;;5092:6;5086:3;5075:9;5071:19;5064:35;4396:709;;;;;;;;:::o;5110:640::-;5361:6;5356:3;5349:19;5331:3;5387:2;5420;5415:3;5411:12;5452:6;5446:13;5517:2;5509:6;5505:15;5538:1;5548:175;5562:6;5559:1;5556:13;5548:175;;;5625:13;;5611:28;;5661:14;;;;5698:15;;;;5584:1;5577:9;5548:175;;;-1:-1:-1;5739:5:150;;5110:640;-1:-1:-1;;;;;;;5110:640:150:o;5755:195::-;5794:3;-1:-1:-1;;5818:5:150;5815:77;5812:103;;5895:18;;:::i;:::-;-1:-1:-1;5942:1:150;5931:13;;5755:195::o;5955:184::-;6007:77;6004:1;5997:88;6104:4;6101:1;6094:15;6128:4;6125:1;6118:15;6144:511;6395:2;6384:9;6377:21;6358:4;6421:56;6473:2;6462:9;6458:18;6450:6;6421:56;:::i;:::-;6525:14;6517:6;6513:27;6508:2;6497:9;6493:18;6486:55;6589:9;6581:6;6577:22;6572:2;6561:9;6557:18;6550:50;6617:32;6642:6;6634;6617:32;:::i;:::-;6609:40;6144:511;-1:-1:-1;;;;;;6144:511:150:o;6660:184::-;6712:77;6709:1;6702:88;6809:4;6806:1;6799:15;6833:4;6830:1;6823:15;6849:616;7160:6;7149:9;7142:25;7203:3;7198:2;7187:9;7183:18;7176:31;7123:4;7230:57;7282:3;7271:9;7267:19;7259:6;7230:57;:::i;:::-;7335:14;7327:6;7323:27;7318:2;7307:9;7303:18;7296:55;7399:9;7391:6;7387:22;7382:2;7371:9;7367:18;7360:50;7427:32;7452:6;7444;7427:32;:::i;:::-;7419:40;6849:616;-1:-1:-1;;;;;;;6849:616:150:o;7470:359::-;7673:2;7662:9;7655:21;7636:4;7693:44;7733:2;7722:9;7718:18;7710:6;7693:44;:::i;:::-;7768:2;7753:18;;7746:34;;;;-1:-1:-1;7811:2:150;7796:18;7789:34;7685:52;7470:359;-1:-1:-1;7470:359:150:o;7834:128::-;7901:9;;;7922:11;;;7919:37;;;7936:18;;:::i",
135
135
  "linkReferences": {}
136
136
  },
137
137
  "methodIdentifiers": {
@@ -708,28 +708,28 @@
708
708
  },
709
709
  "ast": {
710
710
  "absolutePath": "src/modules/uniqueentity/UniqueEntitySystem.sol",
711
- "id": 56896,
711
+ "id": 66038,
712
712
  "exportedSymbols": {
713
713
  "System": [
714
- 39191
714
+ 41944
715
715
  ],
716
716
  "TABLE_ID": [
717
- 56941
717
+ 66083
718
718
  ],
719
719
  "UniqueEntity": [
720
- 57831
720
+ 66982
721
721
  ],
722
722
  "UniqueEntitySystem": [
723
- 56895
723
+ 66037
724
724
  ]
725
725
  },
726
726
  "nodeType": "SourceUnit",
727
- "src": "32:491:134",
727
+ "src": "32:491:144",
728
728
  "nodes": [
729
729
  {
730
- "id": 56858,
730
+ "id": 66000,
731
731
  "nodeType": "PragmaDirective",
732
- "src": "32:25:134",
732
+ "src": "32:25:144",
733
733
  "nodes": [],
734
734
  "literals": [
735
735
  "solidity",
@@ -739,24 +739,24 @@
739
739
  ]
740
740
  },
741
741
  {
742
- "id": 56860,
742
+ "id": 66002,
743
743
  "nodeType": "ImportDirective",
744
- "src": "59:58:134",
744
+ "src": "59:58:144",
745
745
  "nodes": [],
746
746
  "absolutePath": "node_modules/@latticexyz/world/src/System.sol",
747
747
  "file": "@latticexyz/world/src/System.sol",
748
748
  "nameLocation": "-1:-1:-1",
749
- "scope": 56896,
750
- "sourceUnit": 39192,
749
+ "scope": 66038,
750
+ "sourceUnit": 41945,
751
751
  "symbolAliases": [
752
752
  {
753
753
  "foreign": {
754
- "id": 56859,
754
+ "id": 66001,
755
755
  "name": "System",
756
756
  "nodeType": "Identifier",
757
757
  "overloadedDeclarations": [],
758
- "referencedDeclaration": 39191,
759
- "src": "68:6:134",
758
+ "referencedDeclaration": 41944,
759
+ "src": "68:6:144",
760
760
  "typeDescriptions": {}
761
761
  },
762
762
  "nameLocation": "-1:-1:-1"
@@ -765,24 +765,24 @@
765
765
  "unitAlias": ""
766
766
  },
767
767
  {
768
- "id": 56862,
768
+ "id": 66004,
769
769
  "nodeType": "ImportDirective",
770
- "src": "118:43:134",
770
+ "src": "118:43:144",
771
771
  "nodes": [],
772
772
  "absolutePath": "src/modules/uniqueentity/constants.sol",
773
773
  "file": "./constants.sol",
774
774
  "nameLocation": "-1:-1:-1",
775
- "scope": 56896,
776
- "sourceUnit": 56958,
775
+ "scope": 66038,
776
+ "sourceUnit": 66100,
777
777
  "symbolAliases": [
778
778
  {
779
779
  "foreign": {
780
- "id": 56861,
780
+ "id": 66003,
781
781
  "name": "TABLE_ID",
782
782
  "nodeType": "Identifier",
783
783
  "overloadedDeclarations": [],
784
- "referencedDeclaration": 56941,
785
- "src": "127:8:134",
784
+ "referencedDeclaration": 66083,
785
+ "src": "127:8:144",
786
786
  "typeDescriptions": {}
787
787
  },
788
788
  "nameLocation": "-1:-1:-1"
@@ -791,24 +791,24 @@
791
791
  "unitAlias": ""
792
792
  },
793
793
  {
794
- "id": 56864,
794
+ "id": 66006,
795
795
  "nodeType": "ImportDirective",
796
- "src": "162:57:134",
796
+ "src": "162:57:144",
797
797
  "nodes": [],
798
798
  "absolutePath": "src/modules/uniqueentity/tables/UniqueEntity.sol",
799
799
  "file": "./tables/UniqueEntity.sol",
800
800
  "nameLocation": "-1:-1:-1",
801
- "scope": 56896,
802
- "sourceUnit": 57832,
801
+ "scope": 66038,
802
+ "sourceUnit": 66983,
803
803
  "symbolAliases": [
804
804
  {
805
805
  "foreign": {
806
- "id": 56863,
806
+ "id": 66005,
807
807
  "name": "UniqueEntity",
808
808
  "nodeType": "Identifier",
809
809
  "overloadedDeclarations": [],
810
- "referencedDeclaration": 57831,
811
- "src": "171:12:134",
810
+ "referencedDeclaration": 66982,
811
+ "src": "171:12:144",
812
812
  "typeDescriptions": {}
813
813
  },
814
814
  "nameLocation": "-1:-1:-1"
@@ -817,35 +817,35 @@
817
817
  "unitAlias": ""
818
818
  },
819
819
  {
820
- "id": 56895,
820
+ "id": 66037,
821
821
  "nodeType": "ContractDefinition",
822
- "src": "221:301:134",
822
+ "src": "221:301:144",
823
823
  "nodes": [
824
824
  {
825
- "id": 56894,
825
+ "id": 66036,
826
826
  "nodeType": "FunctionDefinition",
827
- "src": "315:205:134",
827
+ "src": "315:205:144",
828
828
  "nodes": [],
829
829
  "body": {
830
- "id": 56893,
830
+ "id": 66035,
831
831
  "nodeType": "Block",
832
- "src": "375:145:134",
832
+ "src": "375:145:144",
833
833
  "nodes": [],
834
834
  "statements": [
835
835
  {
836
836
  "assignments": [
837
- 56873
837
+ 66015
838
838
  ],
839
839
  "declarations": [
840
840
  {
841
841
  "constant": false,
842
- "id": 56873,
842
+ "id": 66015,
843
843
  "mutability": "mutable",
844
844
  "name": "uniqueEntity",
845
- "nameLocation": "389:12:134",
845
+ "nameLocation": "389:12:144",
846
846
  "nodeType": "VariableDeclaration",
847
- "scope": 56893,
848
- "src": "381:20:134",
847
+ "scope": 66035,
848
+ "src": "381:20:144",
849
849
  "stateVariable": false,
850
850
  "storageLocation": "default",
851
851
  "typeDescriptions": {
@@ -853,10 +853,10 @@
853
853
  "typeString": "uint256"
854
854
  },
855
855
  "typeName": {
856
- "id": 56872,
856
+ "id": 66014,
857
857
  "name": "uint256",
858
858
  "nodeType": "ElementaryTypeName",
859
- "src": "381:7:134",
859
+ "src": "381:7:144",
860
860
  "typeDescriptions": {
861
861
  "typeIdentifier": "t_uint256",
862
862
  "typeString": "uint256"
@@ -865,13 +865,13 @@
865
865
  "visibility": "internal"
866
866
  }
867
867
  ],
868
- "id": 56880,
868
+ "id": 66022,
869
869
  "initialValue": {
870
870
  "commonType": {
871
871
  "typeIdentifier": "t_uint256",
872
872
  "typeString": "uint256"
873
873
  },
874
- "id": 56879,
874
+ "id": 66021,
875
875
  "isConstant": false,
876
876
  "isLValue": false,
877
877
  "isPure": false,
@@ -879,14 +879,14 @@
879
879
  "leftExpression": {
880
880
  "arguments": [
881
881
  {
882
- "id": 56876,
882
+ "id": 66018,
883
883
  "name": "TABLE_ID",
884
884
  "nodeType": "Identifier",
885
885
  "overloadedDeclarations": [],
886
- "referencedDeclaration": 56941,
887
- "src": "421:8:134",
886
+ "referencedDeclaration": 66083,
887
+ "src": "421:8:144",
888
888
  "typeDescriptions": {
889
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
889
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
890
890
  "typeString": "ResourceId"
891
891
  }
892
892
  }
@@ -894,38 +894,38 @@
894
894
  "expression": {
895
895
  "argumentTypes": [
896
896
  {
897
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
897
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
898
898
  "typeString": "ResourceId"
899
899
  }
900
900
  ],
901
901
  "expression": {
902
- "id": 56874,
902
+ "id": 66016,
903
903
  "name": "UniqueEntity",
904
904
  "nodeType": "Identifier",
905
905
  "overloadedDeclarations": [],
906
- "referencedDeclaration": 57831,
907
- "src": "404:12:134",
906
+ "referencedDeclaration": 66982,
907
+ "src": "404:12:144",
908
908
  "typeDescriptions": {
909
- "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$57831_$",
909
+ "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$66982_$",
910
910
  "typeString": "type(library UniqueEntity)"
911
911
  }
912
912
  },
913
- "id": 56875,
913
+ "id": 66017,
914
914
  "isConstant": false,
915
915
  "isLValue": false,
916
916
  "isPure": false,
917
917
  "lValueRequested": false,
918
- "memberLocation": "417:3:134",
918
+ "memberLocation": "417:3:144",
919
919
  "memberName": "get",
920
920
  "nodeType": "MemberAccess",
921
- "referencedDeclaration": 57382,
922
- "src": "404:16:134",
921
+ "referencedDeclaration": 66533,
922
+ "src": "404:16:144",
923
923
  "typeDescriptions": {
924
- "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$26605_$returns$_t_uint256_$",
924
+ "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$29121_$returns$_t_uint256_$",
925
925
  "typeString": "function (ResourceId) view returns (uint256)"
926
926
  }
927
927
  },
928
- "id": 56877,
928
+ "id": 66019,
929
929
  "isConstant": false,
930
930
  "isLValue": false,
931
931
  "isPure": false,
@@ -934,7 +934,7 @@
934
934
  "nameLocations": [],
935
935
  "names": [],
936
936
  "nodeType": "FunctionCall",
937
- "src": "404:26:134",
937
+ "src": "404:26:144",
938
938
  "tryCall": false,
939
939
  "typeDescriptions": {
940
940
  "typeIdentifier": "t_uint256",
@@ -945,51 +945,51 @@
945
945
  "operator": "+",
946
946
  "rightExpression": {
947
947
  "hexValue": "31",
948
- "id": 56878,
948
+ "id": 66020,
949
949
  "isConstant": false,
950
950
  "isLValue": false,
951
951
  "isPure": true,
952
952
  "kind": "number",
953
953
  "lValueRequested": false,
954
954
  "nodeType": "Literal",
955
- "src": "433:1:134",
955
+ "src": "433:1:144",
956
956
  "typeDescriptions": {
957
957
  "typeIdentifier": "t_rational_1_by_1",
958
958
  "typeString": "int_const 1"
959
959
  },
960
960
  "value": "1"
961
961
  },
962
- "src": "404:30:134",
962
+ "src": "404:30:144",
963
963
  "typeDescriptions": {
964
964
  "typeIdentifier": "t_uint256",
965
965
  "typeString": "uint256"
966
966
  }
967
967
  },
968
968
  "nodeType": "VariableDeclarationStatement",
969
- "src": "381:53:134"
969
+ "src": "381:53:144"
970
970
  },
971
971
  {
972
972
  "expression": {
973
973
  "arguments": [
974
974
  {
975
- "id": 56884,
975
+ "id": 66026,
976
976
  "name": "TABLE_ID",
977
977
  "nodeType": "Identifier",
978
978
  "overloadedDeclarations": [],
979
- "referencedDeclaration": 56941,
980
- "src": "457:8:134",
979
+ "referencedDeclaration": 66083,
980
+ "src": "457:8:144",
981
981
  "typeDescriptions": {
982
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
982
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
983
983
  "typeString": "ResourceId"
984
984
  }
985
985
  },
986
986
  {
987
- "id": 56885,
987
+ "id": 66027,
988
988
  "name": "uniqueEntity",
989
989
  "nodeType": "Identifier",
990
990
  "overloadedDeclarations": [],
991
- "referencedDeclaration": 56873,
992
- "src": "467:12:134",
991
+ "referencedDeclaration": 66015,
992
+ "src": "467:12:144",
993
993
  "typeDescriptions": {
994
994
  "typeIdentifier": "t_uint256",
995
995
  "typeString": "uint256"
@@ -999,7 +999,7 @@
999
999
  "expression": {
1000
1000
  "argumentTypes": [
1001
1001
  {
1002
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1002
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1003
1003
  "typeString": "ResourceId"
1004
1004
  },
1005
1005
  {
@@ -1008,33 +1008,33 @@
1008
1008
  }
1009
1009
  ],
1010
1010
  "expression": {
1011
- "id": 56881,
1011
+ "id": 66023,
1012
1012
  "name": "UniqueEntity",
1013
1013
  "nodeType": "Identifier",
1014
1014
  "overloadedDeclarations": [],
1015
- "referencedDeclaration": 57831,
1016
- "src": "440:12:134",
1015
+ "referencedDeclaration": 66982,
1016
+ "src": "440:12:144",
1017
1017
  "typeDescriptions": {
1018
- "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$57831_$",
1018
+ "typeIdentifier": "t_type$_t_contract$_UniqueEntity_$66982_$",
1019
1019
  "typeString": "type(library UniqueEntity)"
1020
1020
  }
1021
1021
  },
1022
- "id": 56883,
1022
+ "id": 66025,
1023
1023
  "isConstant": false,
1024
1024
  "isLValue": false,
1025
1025
  "isPure": false,
1026
1026
  "lValueRequested": false,
1027
- "memberLocation": "453:3:134",
1027
+ "memberLocation": "453:3:144",
1028
1028
  "memberName": "set",
1029
1029
  "nodeType": "MemberAccess",
1030
- "referencedDeclaration": 57608,
1031
- "src": "440:16:134",
1030
+ "referencedDeclaration": 66759,
1031
+ "src": "440:16:144",
1032
1032
  "typeDescriptions": {
1033
- "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$26605_$_t_uint256_$returns$__$",
1033
+ "typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$29121_$_t_uint256_$returns$__$",
1034
1034
  "typeString": "function (ResourceId,uint256)"
1035
1035
  }
1036
1036
  },
1037
- "id": 56886,
1037
+ "id": 66028,
1038
1038
  "isConstant": false,
1039
1039
  "isLValue": false,
1040
1040
  "isPure": false,
@@ -1043,27 +1043,27 @@
1043
1043
  "nameLocations": [],
1044
1044
  "names": [],
1045
1045
  "nodeType": "FunctionCall",
1046
- "src": "440:40:134",
1046
+ "src": "440:40:144",
1047
1047
  "tryCall": false,
1048
1048
  "typeDescriptions": {
1049
1049
  "typeIdentifier": "t_tuple$__$",
1050
1050
  "typeString": "tuple()"
1051
1051
  }
1052
1052
  },
1053
- "id": 56887,
1053
+ "id": 66029,
1054
1054
  "nodeType": "ExpressionStatement",
1055
- "src": "440:40:134"
1055
+ "src": "440:40:144"
1056
1056
  },
1057
1057
  {
1058
1058
  "expression": {
1059
1059
  "arguments": [
1060
1060
  {
1061
- "id": 56890,
1061
+ "id": 66032,
1062
1062
  "name": "uniqueEntity",
1063
1063
  "nodeType": "Identifier",
1064
1064
  "overloadedDeclarations": [],
1065
- "referencedDeclaration": 56873,
1066
- "src": "502:12:134",
1065
+ "referencedDeclaration": 66015,
1066
+ "src": "502:12:144",
1067
1067
  "typeDescriptions": {
1068
1068
  "typeIdentifier": "t_uint256",
1069
1069
  "typeString": "uint256"
@@ -1077,26 +1077,26 @@
1077
1077
  "typeString": "uint256"
1078
1078
  }
1079
1079
  ],
1080
- "id": 56889,
1080
+ "id": 66031,
1081
1081
  "isConstant": false,
1082
1082
  "isLValue": false,
1083
1083
  "isPure": true,
1084
1084
  "lValueRequested": false,
1085
1085
  "nodeType": "ElementaryTypeNameExpression",
1086
- "src": "494:7:134",
1086
+ "src": "494:7:144",
1087
1087
  "typeDescriptions": {
1088
1088
  "typeIdentifier": "t_type$_t_bytes32_$",
1089
1089
  "typeString": "type(bytes32)"
1090
1090
  },
1091
1091
  "typeName": {
1092
- "id": 56888,
1092
+ "id": 66030,
1093
1093
  "name": "bytes32",
1094
1094
  "nodeType": "ElementaryTypeName",
1095
- "src": "494:7:134",
1095
+ "src": "494:7:144",
1096
1096
  "typeDescriptions": {}
1097
1097
  }
1098
1098
  },
1099
- "id": 56891,
1099
+ "id": 66033,
1100
1100
  "isConstant": false,
1101
1101
  "isLValue": false,
1102
1102
  "isPure": false,
@@ -1105,24 +1105,24 @@
1105
1105
  "nameLocations": [],
1106
1106
  "names": [],
1107
1107
  "nodeType": "FunctionCall",
1108
- "src": "494:21:134",
1108
+ "src": "494:21:144",
1109
1109
  "tryCall": false,
1110
1110
  "typeDescriptions": {
1111
1111
  "typeIdentifier": "t_bytes32",
1112
1112
  "typeString": "bytes32"
1113
1113
  }
1114
1114
  },
1115
- "functionReturnParameters": 56871,
1116
- "id": 56892,
1115
+ "functionReturnParameters": 66013,
1116
+ "id": 66034,
1117
1117
  "nodeType": "Return",
1118
- "src": "487:28:134"
1118
+ "src": "487:28:144"
1119
1119
  }
1120
1120
  ]
1121
1121
  },
1122
1122
  "documentation": {
1123
- "id": 56867,
1123
+ "id": 66009,
1124
1124
  "nodeType": "StructuredDocumentation",
1125
- "src": "263:49:134",
1125
+ "src": "263:49:144",
1126
1126
  "text": " Increment and get an entity nonce."
1127
1127
  },
1128
1128
  "functionSelector": "490923cd",
@@ -1130,26 +1130,26 @@
1130
1130
  "kind": "function",
1131
1131
  "modifiers": [],
1132
1132
  "name": "getUniqueEntity",
1133
- "nameLocation": "324:15:134",
1133
+ "nameLocation": "324:15:144",
1134
1134
  "parameters": {
1135
- "id": 56868,
1135
+ "id": 66010,
1136
1136
  "nodeType": "ParameterList",
1137
1137
  "parameters": [],
1138
- "src": "339:2:134"
1138
+ "src": "339:2:144"
1139
1139
  },
1140
1140
  "returnParameters": {
1141
- "id": 56871,
1141
+ "id": 66013,
1142
1142
  "nodeType": "ParameterList",
1143
1143
  "parameters": [
1144
1144
  {
1145
1145
  "constant": false,
1146
- "id": 56870,
1146
+ "id": 66012,
1147
1147
  "mutability": "mutable",
1148
1148
  "name": "",
1149
1149
  "nameLocation": "-1:-1:-1",
1150
1150
  "nodeType": "VariableDeclaration",
1151
- "scope": 56894,
1152
- "src": "366:7:134",
1151
+ "scope": 66036,
1152
+ "src": "366:7:144",
1153
1153
  "stateVariable": false,
1154
1154
  "storageLocation": "default",
1155
1155
  "typeDescriptions": {
@@ -1157,10 +1157,10 @@
1157
1157
  "typeString": "bytes32"
1158
1158
  },
1159
1159
  "typeName": {
1160
- "id": 56869,
1160
+ "id": 66011,
1161
1161
  "name": "bytes32",
1162
1162
  "nodeType": "ElementaryTypeName",
1163
- "src": "366:7:134",
1163
+ "src": "366:7:144",
1164
1164
  "typeDescriptions": {
1165
1165
  "typeIdentifier": "t_bytes32",
1166
1166
  "typeString": "bytes32"
@@ -1169,9 +1169,9 @@
1169
1169
  "visibility": "internal"
1170
1170
  }
1171
1171
  ],
1172
- "src": "365:9:134"
1172
+ "src": "365:9:144"
1173
1173
  },
1174
- "scope": 56895,
1174
+ "scope": 66037,
1175
1175
  "stateMutability": "nonpayable",
1176
1176
  "virtual": true,
1177
1177
  "visibility": "public"
@@ -1181,18 +1181,18 @@
1181
1181
  "baseContracts": [
1182
1182
  {
1183
1183
  "baseName": {
1184
- "id": 56865,
1184
+ "id": 66007,
1185
1185
  "name": "System",
1186
1186
  "nameLocations": [
1187
- "252:6:134"
1187
+ "252:6:144"
1188
1188
  ],
1189
1189
  "nodeType": "IdentifierPath",
1190
- "referencedDeclaration": 39191,
1191
- "src": "252:6:134"
1190
+ "referencedDeclaration": 41944,
1191
+ "src": "252:6:144"
1192
1192
  },
1193
- "id": 56866,
1193
+ "id": 66008,
1194
1194
  "nodeType": "InheritanceSpecifier",
1195
- "src": "252:6:134"
1195
+ "src": "252:6:144"
1196
1196
  }
1197
1197
  ],
1198
1198
  "canonicalName": "UniqueEntitySystem",
@@ -1200,24 +1200,24 @@
1200
1200
  "contractKind": "contract",
1201
1201
  "fullyImplemented": true,
1202
1202
  "linearizedBaseContracts": [
1203
- 56895,
1204
- 39191,
1205
- 39261,
1206
- 61543,
1207
- 61500
1203
+ 66037,
1204
+ 41944,
1205
+ 42014,
1206
+ 75640,
1207
+ 75597
1208
1208
  ],
1209
1209
  "name": "UniqueEntitySystem",
1210
- "nameLocation": "230:18:134",
1211
- "scope": 56896,
1210
+ "nameLocation": "230:18:144",
1211
+ "scope": 66038,
1212
1212
  "usedErrors": [
1213
- 27181
1213
+ 29697
1214
1214
  ],
1215
1215
  "usedEvents": [
1216
- 27493
1216
+ 30009
1217
1217
  ]
1218
1218
  }
1219
1219
  ],
1220
1220
  "license": "MIT"
1221
1221
  },
1222
- "id": 134
1222
+ "id": 144
1223
1223
  }