@latticexyz/world-modules 2.0.0-main-251170e1 → 2.0.0-main-5741d53d
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.
- package/dist/mud.config.js +1 -1
- package/dist/mud.config.js.map +1 -1
- package/out/ArrayLib.sol/ArrayLib.json +477 -477
- package/out/Callbacks.sol/Callbacks.json +45 -45
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
- package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
- package/out/DelegationControl.sol/DelegationControl.json +83 -83
- package/out/Hooks.sol/Hooks.json +45 -45
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +111 -111
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +96 -96
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +0 -13
- package/out/IBaseWorld.sol/IBaseWorld.json +81 -161
- package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
- package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
- package/out/ICoreSystem.sol/ICoreSystem.json +15 -15
- package/out/IDelegationControl.sol/IDelegationControl.json +100 -100
- package/out/IModule.sol/IModule.json +139 -139
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +58 -58
- package/out/ISystemHook.sol/ISystemHook.json +141 -141
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +2 -2
- package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +37 -37
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +118 -118
- package/out/IWorldErrors.sol/IWorldErrors.json +257 -257
- package/out/IWorldKernel.sol/IWorldCall.json +251 -251
- package/out/IWorldKernel.sol/IWorldKernel.json +251 -251
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +251 -251
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +321 -321
- package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
- package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
- package/out/KeysInTableModule.sol/KeysInTableModule.json +885 -885
- package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1604 -1604
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +700 -700
- package/out/Mixed.sol/Mixed.json +66 -66
- package/out/Module.sol/Module.json +73 -73
- package/out/ResourceIds.sol/ResourceIds.json +45 -45
- package/out/Schema.sol/SchemaInstance.json +30 -30
- package/out/Schema.sol/SchemaLib.json +30 -30
- package/out/SchemaType.sol/SchemaType.json +276 -276
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +495 -495
- package/out/StoreHook.sol/StoreHook.json +358 -358
- package/out/StoreHooks.sol/StoreHooks.json +45 -45
- package/out/System.sol/System.json +19 -19
- package/out/Tables.sol/Tables.json +73 -73
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
- package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +529 -529
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4588 -4588
- package/out/Vector2.sol/Vector2.json +52 -52
- package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
- package/out/WorldContext.sol/WorldContextProvider.json +28 -28
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
- package/out/constants.sol/constants.json +142 -142
- package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
- package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
- package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
- package/out/getUniqueEntity.sol/getUniqueEntity.json +149 -149
- package/out/hasKey.sol/hasKey.json +215 -215
- package/out/index.sol/index.json +73 -73
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +326 -253
- package/out/interfaces/IERC165.sol/IERC165.json +50 -50
- package/out/interfaces/IWorldKernel.sol/IWorldCall.json +149 -149
- package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +149 -149
- package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
- package/out/query.sol/query.json +1892 -1892
- package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
- package/out/src/Bytes.sol/Bytes.json +1332 -1332
- package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
- package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
- package/out/src/IStore.sol/IStore.json +885 -885
- package/out/src/IStore.sol/IStoreData.json +885 -885
- package/out/src/IStore.sol/IStoreRead.json +885 -885
- package/out/src/IStore.sol/IStoreRegistration.json +885 -885
- package/out/src/IStore.sol/IStoreWrite.json +885 -885
- package/out/src/Memory.sol/Memory.json +89 -89
- package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
- package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
- package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
- package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
- package/out/src/Schema.sol/SchemaInstance.json +787 -787
- package/out/src/Schema.sol/SchemaLib.json +787 -787
- package/out/src/Slice.sol/SliceInstance.json +429 -429
- package/out/src/Slice.sol/SliceLib.json +429 -429
- package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
- package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
- package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
- package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
- package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
- package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
- package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
- package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
- package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
- package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
- package/out/tables/Tables.sol/Tables.json +7288 -7288
- package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
- package/out/types.sol/types.json +131 -23
- package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +1 -3
- package/src/interfaces/IUniqueEntitySystem.sol +2 -3
- package/src/modules/keysintable/KeysInTableModule.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueHook.sol +1 -1
- package/src/modules/keyswithvalue/KeysWithValueModule.sol +1 -1
- package/src/modules/std-delegations/StandardDelegationsModule.sol +1 -1
- package/src/modules/uniqueentity/UniqueEntityModule.sol +1 -1
- package/src/modules/uniqueentity/getUniqueEntity.sol +2 -2
- package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
- package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
- package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json +0 -15
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.abi.json.d.ts +0 -16
- package/out/interfaces/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +0 -197
@@ -126,12 +126,12 @@
|
|
126
126
|
],
|
127
127
|
"bytecode": {
|
128
128
|
"object": "0x608060405234801561001057600080fd5b5061119b806100206000396000f3fe608060405234801561001057600080fd5b50600436106100675760003560e01c806345ec93541161005057806345ec9354146100c1578063490923cd146100d6578063e1af802c146100de57600080fd5b806301ffc9a71461006c578063119df25f14610094575b600080fd5b61007f61007a366004610e90565b6100e6565b60405190151581526020015b60405180910390f35b61009c61017f565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161008b565b36601f1901355b60405190815260200161008b565b6100c86101b1565b61009c6102c4565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb421288000000000000000000000000000000000000000000000000000000000148061017957507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806101ae5750335b90565b60408051613a3160f11b60208201527f756e69717565456e74697479000000000000000000000000000000000000000060228201527f7461626c6500000000000000000000000000000000000000000000000000000060308201526000918291610233910160405160208183030381529060405261022e90610ed2565b6102d3565b61023e906001610f0f565b60408051613a3160f11b60208201527f756e69717565456e74697479000000000000000000000000000000000000000060228201527f7461626c6500000000000000000000000000000000000000000000000000000060308201529192506102bf91016040516020818303038152906040526102b990610ed2565b82610318565b919050565b60006102ce610374565b905090565b6040805160008082526020820190925260006103108483837e200100200000000000000000000000000000000000000000000000000000006103bb565b949350505050565b6040805160008082526020820183529181018390529061036f90849083906060820160408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000610492565b505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff16806102bf573391505090565b6000806103c6610374565b90503073ffffffffffffffffffffffffffffffffffffffff8216036103f9576103f186868686610562565b915050610310565b6040517f8c364d5900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821690638c364d5990610451908990899089908990600401610f5d565b602060405180830381865afa15801561046e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103f19190610f8c565b600061049c610374565b90503073ffffffffffffffffffffffffffffffffffffffff8216036104cd576104c88686868686610598565b61055a565b6040517f390baae000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82169063390baae0906105279089908990899089908990600401610feb565b600060405180830381600087803b15801561054157600080fd5b505af1158015610555573d6000803e3d6000fd5b505050505b505050505050565b600061058f61057186866105b4565b60ff858116601b0360080285901c1661058a858761060a565b61064d565b95945050505050565b6105ad85856105a7848761060a565b8561069e565b5050505050565b600082826040516020016105c9929190611032565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff168110156106455761063160ff601b83900360080287901c1683610f0f565b91508061063d8161106d565b91505061060f565b509392505050565b6000602082106106735760208204840193506020828161066f5761066f611087565b0691505b508254600882021b602082900380841115610645576001850154600882021c82179150509392505050565b60006106aa85856105b4565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8585856040516106e09392919061109d565b60405180910390a2613a3160f11b857fffff000000000000000000000000000000000000000000000000000000000000161461071c57506108fb565b600061072786610901565b905060005b8151811015610806576000828281518110610749576107496110da565b602002602001015190506107756004826affffffffffffffffffffff19166109e190919063ffffffff16565b156107f3576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906107c0908b908b908b908b906004016110f0565b600060405180830381600087803b1580156107da57600080fd5b505af11580156107ee573d6000803e3d6000fd5b505050505b50806107fe8161106d565b91505061072c565b5061081a828565ffffffffffff16856109ff565b60005b81518110156108f757600082828151811061083a5761083a6110da565b602002602001015190506108666008826affffffffffffffffffffff19166109e190919063ffffffff16565b156108e4576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba8721906108b1908b908b908b908b906004016110f0565b600060405180830381600087803b1580156108cb57600080fd5b505af11580156108df573d6000803e3d6000fd5b505050505b50806108ef8161106d565b91505061081d565b5050505b50505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061093b5761093b6110da565b60209081029190910181019190915260408051613a3160f11b818401527f6d756473746f726500000000000000000000000000000000000000000000000060228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015281518082039093018352810190526000906109ca906109c290610ed2565b836000610a0f565b90506103106109dc8260008451610a49565b610ae2565b60008160ff16826109f28560581c90565b1660ff1614905092915050565b61036f8383602084018451610afa565b6060610310610a1f858585610bba565b610a4284610a2d8888610c3a565b9060ff166028026038011c64ffffffffff1690565b6000610c4d565b6000818311158015610a5c575083518211155b610aa1578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610a9893929190611134565b60405180910390fd5b60208401610aaf8482610f0f565b90506000610abd8585611159565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610af38360156000610c70565b9392505050565b8215610b745760208310610b2457602083048401935060208381610b2057610b20611087565b0692505b8215610b745760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311610b655750506108fb565b50600194909401939182019190035b5b60208110610b965781518455600190930192602090910190601f1901610b75565b80156108fb576000600019600883021c198554845182169119161785555050505050565b60008383604051602001610bcf929190611032565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610af3610c498484610d82565b5490565b60405160208101601f19603f858401011660405283825261064585858584610dd8565b60606000610c7e8560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281610ca457610ca4611087565b049050610cb1868361116c565b15610d3e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603d60248201527f756e7061636b546f41727261793a207061636b65644c656e677468206d75737460448201527f2062652061206d756c7469706c65206f6620656c656d656e7453697a650000006064820152608401610a98565b60405193506020840160208202810160405281855260005b82811015610d76578451871c825293870193602090910190600101610d56565b50505050509392505050565b60008282604051602001610d97929190611032565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8115610e4a5760208210610e0257602082048401935060208281610dfe57610dfe611087565b0691505b8115610e4a5760208290036000600019600883021c1990508554600885021b811984511682821617845250818511610e3b5750506108fb565b50600194909401939283900392015b5b60208310610e6c5783548152600190930192601f1990920191602001610e4b565b82156108fb576000600019600885021c198251865482169119161782525050505050565b600060208284031215610ea257600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610af357600080fd5b80516020808301519190811015610ef3576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561017957610179610ef9565b600081518084526020808501945080840160005b83811015610f5257815187529582019590820190600101610f36565b509495945050505050565b848152608060208201526000610f766080830186610f22565b60ff949094166040830152506060015292915050565b600060208284031215610f9e57600080fd5b5051919050565b6000815180845260005b81811015610fcb57602081850181015186830182015201610faf565b506000602082860101526020601f19601f83011685010191505092915050565b85815260a06020820152600061100460a0830187610f22565b60ff86166040840152828103606084015261101f8186610fa5565b9150508260808301529695505050505050565b82815260006020808301845182860160005b8281101561106057815184529284019290840190600101611044565b5091979650505050505050565b6000600019820361108057611080610ef9565b5060010190565b634e487b7160e01b600052601260045260246000fd5b6060815260006110b06060830186610f22565b65ffffffffffff8516602084015282810360408401526110d08185610fa5565b9695505050505050565b634e487b7160e01b600052603260045260246000fd5b8481526080602082015260006111096080830186610f22565b65ffffffffffff8516604084015282810360608401526111298185610fa5565b979650505050505050565b6060815260006111476060830186610fa5565b60208301949094525060400152919050565b8181038181111561017957610179610ef9565b60008261118957634e487b7160e01b600052601260045260246000fd5b50069056fea164736f6c6343000815000a",
|
129
|
-
"sourceMap": "221:301:
|
129
|
+
"sourceMap": "221:301:134:-:0;;;;;;;;;;;;;;;;;;;",
|
130
130
|
"linkReferences": {}
|
131
131
|
},
|
132
132
|
"deployedBytecode": {
|
133
133
|
"object": "0x608060405234801561001057600080fd5b50600436106100675760003560e01c806345ec93541161005057806345ec9354146100c1578063490923cd146100d6578063e1af802c146100de57600080fd5b806301ffc9a71461006c578063119df25f14610094575b600080fd5b61007f61007a366004610e90565b6100e6565b60405190151581526020015b60405180910390f35b61009c61017f565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200161008b565b36601f1901355b60405190815260200161008b565b6100c86101b1565b61009c6102c4565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167fb421288000000000000000000000000000000000000000000000000000000000148061017957507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806101ae5750335b90565b60408051613a3160f11b60208201527f756e69717565456e74697479000000000000000000000000000000000000000060228201527f7461626c6500000000000000000000000000000000000000000000000000000060308201526000918291610233910160405160208183030381529060405261022e90610ed2565b6102d3565b61023e906001610f0f565b60408051613a3160f11b60208201527f756e69717565456e74697479000000000000000000000000000000000000000060228201527f7461626c6500000000000000000000000000000000000000000000000000000060308201529192506102bf91016040516020818303038152906040526102b990610ed2565b82610318565b919050565b60006102ce610374565b905090565b6040805160008082526020820190925260006103108483837e200100200000000000000000000000000000000000000000000000000000006103bb565b949350505050565b6040805160008082526020820183529181018390529061036f90849083906060820160408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000610492565b505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff16806102bf573391505090565b6000806103c6610374565b90503073ffffffffffffffffffffffffffffffffffffffff8216036103f9576103f186868686610562565b915050610310565b6040517f8c364d5900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821690638c364d5990610451908990899089908990600401610f5d565b602060405180830381865afa15801561046e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103f19190610f8c565b600061049c610374565b90503073ffffffffffffffffffffffffffffffffffffffff8216036104cd576104c88686868686610598565b61055a565b6040517f390baae000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82169063390baae0906105279089908990899089908990600401610feb565b600060405180830381600087803b15801561054157600080fd5b505af1158015610555573d6000803e3d6000fd5b505050505b505050505050565b600061058f61057186866105b4565b60ff858116601b0360080285901c1661058a858761060a565b61064d565b95945050505050565b6105ad85856105a7848761060a565b8561069e565b5050505050565b600082826040516020016105c9929190611032565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff168110156106455761063160ff601b83900360080287901c1683610f0f565b91508061063d8161106d565b91505061060f565b509392505050565b6000602082106106735760208204840193506020828161066f5761066f611087565b0691505b508254600882021b602082900380841115610645576001850154600882021c82179150509392505050565b60006106aa85856105b4565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be8585856040516106e09392919061109d565b60405180910390a2613a3160f11b857fffff000000000000000000000000000000000000000000000000000000000000161461071c57506108fb565b600061072786610901565b905060005b8151811015610806576000828281518110610749576107496110da565b602002602001015190506107756004826affffffffffffffffffffff19166109e190919063ffffffff16565b156107f3576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d906107c0908b908b908b908b906004016110f0565b600060405180830381600087803b1580156107da57600080fd5b505af11580156107ee573d6000803e3d6000fd5b505050505b50806107fe8161106d565b91505061072c565b5061081a828565ffffffffffff16856109ff565b60005b81518110156108f757600082828151811061083a5761083a6110da565b602002602001015190506108666008826affffffffffffffffffffff19166109e190919063ffffffff16565b156108e4576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba8721906108b1908b908b908b908b906004016110f0565b600060405180830381600087803b1580156108cb57600080fd5b505af11580156108df573d6000803e3d6000fd5b505050505b50806108ef8161106d565b91505061081d565b5050505b50505050565b6040805160018082528183019092526060916000919060208083019080368337019050509050828160008151811061093b5761093b6110da565b60209081029190910181019190915260408051613a3160f11b818401527f6d756473746f726500000000000000000000000000000000000000000000000060228201527f53746f7265486f6f6b7300000000000000000000000000000000000000000000603082015281518082039093018352810190526000906109ca906109c290610ed2565b836000610a0f565b90506103106109dc8260008451610a49565b610ae2565b60008160ff16826109f28560581c90565b1660ff1614905092915050565b61036f8383602084018451610afa565b6060610310610a1f858585610bba565b610a4284610a2d8888610c3a565b9060ff166028026038011c64ffffffffff1690565b6000610c4d565b6000818311158015610a5c575083518211155b610aa1578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610a9893929190611134565b60405180910390fd5b60208401610aaf8482610f0f565b90506000610abd8585611159565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610af38360156000610c70565b9392505050565b8215610b745760208310610b2457602083048401935060208381610b2057610b20611087565b0692505b8215610b745760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311610b655750506108fb565b50600194909401939182019190035b5b60208110610b965781518455600190930192602090910190601f1901610b75565b80156108fb576000600019600883021c198554845182169119161785555050505050565b60008383604051602001610bcf929190611032565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610af3610c498484610d82565b5490565b60405160208101601f19603f858401011660405283825261064585858584610dd8565b60606000610c7e8560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281610ca457610ca4611087565b049050610cb1868361116c565b15610d3e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603d60248201527f756e7061636b546f41727261793a207061636b65644c656e677468206d75737460448201527f2062652061206d756c7469706c65206f6620656c656d656e7453697a650000006064820152608401610a98565b60405193506020840160208202810160405281855260005b82811015610d76578451871c825293870193602090910190600101610d56565b50505050509392505050565b60008282604051602001610d97929190611032565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8115610e4a5760208210610e0257602082048401935060208281610dfe57610dfe611087565b0691505b8115610e4a5760208290036000600019600883021c1990508554600885021b811984511682821617845250818511610e3b5750506108fb565b50600194909401939283900392015b5b60208310610e6c5783548152600190930192601f1990920191602001610e4b565b82156108fb576000600019600885021c198251865482169119161782525050505050565b600060208284031215610ea257600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610af357600080fd5b80516020808301519190811015610ef3576000198160200360031b1b821691505b50919050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561017957610179610ef9565b600081518084526020808501945080840160005b83811015610f5257815187529582019590820190600101610f36565b509495945050505050565b848152608060208201526000610f766080830186610f22565b60ff949094166040830152506060015292915050565b600060208284031215610f9e57600080fd5b5051919050565b6000815180845260005b81811015610fcb57602081850181015186830182015201610faf565b506000602082860101526020601f19601f83011685010191505092915050565b85815260a06020820152600061100460a0830187610f22565b60ff86166040840152828103606084015261101f8186610fa5565b9150508260808301529695505050505050565b82815260006020808301845182860160005b8281101561106057815184529284019290840190600101611044565b5091979650505050505050565b6000600019820361108057611080610ef9565b5060010190565b634e487b7160e01b600052601260045260246000fd5b6060815260006110b06060830186610f22565b65ffffffffffff8516602084015282810360408401526110d08185610fa5565b9695505050505050565b634e487b7160e01b600052603260045260246000fd5b8481526080602082015260006111096080830186610f22565b65ffffffffffff8516604084015282810360608401526111298185610fa5565b979650505050505050565b6060815260006111476060830186610fa5565b60208301949094525060400152919050565b8181038181111561017957610179610ef9565b60008261118957634e487b7160e01b600052601260045260246000fd5b50069056fea164736f6c6343000815000a",
|
134
|
-
"sourceMap": "221:301:135:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1639:188:90;;;;;;:::i;:::-;;:::i;:::-;;;516:14:140;;509:22;491:41;;479:2;464:18;1639:188:90;;;;;;;;799:379;;;:::i;:::-;;;719:42:140;707:55;;;689:74;;677:2;662:18;799:379:90;543:226:140;1248:212:90;1430:14;-1:-1:-1;;1426:23:90;1413:37;1248:212;;;920:25:140;;;908:2;893:18;1248:212:90;774:177:140;315:205:135;;;:::i;1464:95:90:-;;;:::i;1639:188::-;1715:4;1734:50;;;245:152:104;1734:50:90;;:88;;-1:-1:-1;1788:34:90;;;97::99;1788::90;1734:88;1727:95;1639:188;-1:-1:-1;;1639:188:90:o;799:379::-;1081:34;1085:14;1081:34;1068:48;1064:2;1060:57;;1128:45;;-1:-1:-1;1163:10:90;1128:45;799:379;:::o;315:205:135:-;492:55:136;;;-1:-1:-1;;;492:55:136;;;1321:92:140;257:23:136;1429:11:140;;;1422:100;418:16:136;1538:12:140;;;1531:101;366:7:135;;;;404:26;;1648:12:140;492:55:136;;;;;;;;;;;;484:64;;;:::i;:::-;404:16:135;:26::i;:::-;:30;;433:1;404:30;:::i;:::-;492:55:136;;;-1:-1:-1;;;492:55:136;;;1321:92:140;257:23:136;1429:11:140;;;1422:100;418:16:136;1538:12:140;;;1531:101;381:53:135;;-1:-1:-1;440:40:135;;1648:12:140;492:55:136;;;;;;;;;;;;484:64;;;:::i;:::-;467:12:135;440:16;:40::i;:::-;502:12;315:205;-1:-1:-1;315:205:135:o;1464:95:90:-;1503:7;1525:29;:27;:29::i;:::-;1518:36;;1464:95;:::o;3783:253:138:-;3890:16;;;3840:13;3890:16;;;;;;;;;3913:13;3929:64;3956:8;3861:45;3913:13;1162:66;3929:26;:64::i;:::-;3913:80;3783:253;-1:-1:-1;;;;3783:253:138:o;5405:212::-;5498:16;;;5469:26;5498:16;;;;;;;;5572:25;;;2670:19:140;;;5498:16:138;5521:91;;5548:8;;5498:16;;2705:12:140;;;5572:25:138;;;-1:-1:-1;;5572:25:138;;;;;;;;;1162:66;5521:26;:91::i;:::-;5463:154;5405:212;;:::o;1091:227:68:-;622:42;1180:22;1141:7;;1180:22;;;1208:106;;1256:10;1249:17;;;1091:227;:::o;9859:457::-;10016:7;10031:21;10055:17;:15;:17::i;:::-;10031:41;-1:-1:-1;10107:4:68;10082:30;;;;10078:234;;10129:68;10154:7;10163:8;10173:10;10185:11;10129:24;:68::i;:::-;10122:75;;;;;10078:234;10225:80;;;;;:36;;;;;;:80;;10262:7;;10271:8;;10281:10;;10293:11;;10225:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;6090:455::-;6262:21;6286:17;:15;:17::i;:::-;6262:41;-1:-1:-1;6338:4:68;6313:30;;;;6309:232;;6353:74;6378:7;6387:8;6397:10;6409:4;6415:11;6353:24;:74::i;:::-;6309:232;;;6448:86;;;;;:36;;;;;;:86;;6485:7;;6494:8;;6504:10;;6516:4;;6522:11;;6448:86;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6309:232;6256:289;6090:455;;;;;:::o;22412:541:66:-;22569:7;22706:242;22750:59;22791:7;22800:8;22750:40;:59::i;:::-;22827:31;;;;2929:19:54;:27;295:1:80;2928:44:54;2894:79;;;2881:93;22876:63:66;22915:11;22928:10;22876:38;:63::i;:::-;22706:17;:242::i;:::-;22693:255;22412:541;-1:-1:-1;;;;;22412:541:66:o;14023:355::-;14195:178;14229:7;14254:8;14284:63;14323:11;14336:10;14284:38;:63::i;:::-;14362:4;14195:16;:178::i;:::-;14023:355;;;;;:::o;32283:191::-;32385:7;32449;32458:8;32432:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;32432:35:66;;;;;;;;;32422:46;;32432:35;32422:46;;;;26121:22;32415:53;;32283:191;-1:-1:-1;;;32283:191:66:o;32856:242::-;32952:7;;;32991:84;33011:10;33007:14;;:1;:14;32991:84;;;33036:32;2881:93:54;2929:19;:27;;;295:1:80;2928:44:54;2894:79;;;2881:93;33036:32:66;;:::i;:::-;;-1:-1:-1;33023:3:66;;;;:::i;:::-;;;;32991:84;;;-1:-1:-1;33087:6:66;32856:242;-1:-1:-1;;;32856:242:66:o;6937:790:65:-;7035:14;7071:2;7061:6;:12;7057:112;;7130:2;7121:6;:11;7103:29;;;;7152:2;7142:12;;;;;;:::i;:::-;;;;7057:112;-1:-1:-1;7349:21:65;;7345:1;7333:14;;7329:42;7497:2;:11;;;7579:22;;;7575:148;;;7704:1;7688:14;7684:22;7678:29;7674:1;7659:13;7655:21;7651:57;7643:6;7640:69;7630:79;;7051:676;6937:790;;;;;:::o;11095:1506:66:-;11216:16;11235:59;11276:7;11285:8;11235:40;:59::i;:::-;11216:78;;11396:7;11352:100;11415:8;11432:5;11445:4;11352:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;11517:7:66;:35;;;11513:62;;11562:7;;;11513:62;11720:22;11745:24;11761:7;11745:15;:24::i;:::-;11720:49;;11780:9;11775:328;11795:5;:12;11791:1;:16;11775:328;;;11822:9;11844:5;11850:1;11844:8;;;;;;;;:::i;:::-;;;;;;;11822:31;;11865:41;187:6:81;11865:4:66;:14;;;;;:41;;;;:::i;:::-;11861:236;;;11918:170;;;;;2267:35:55;;;;;11918:54:66;;:170;;11994:7;;12023:8;;12050:5;;12073:4;;11918:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11861:236;-1:-1:-1;11809:3:66;;;;:::i;:::-;;;;11775:328;;;;12152:70;12184:8;12202:5;12152:70;;12215:4;12152:13;:70::i;:::-;12276:9;12271:326;12291:5;:12;12287:1;:16;12271:326;;;12318:9;12340:5;12346:1;12340:8;;;;;;;;:::i;:::-;;;;;;;12318:31;;12361:40;237:6:81;12361:4:66;:14;;;;;:40;;;;:::i;:::-;12357:234;;;12413:169;;;;;2267:35:55;;;;;12413:53:66;;:169;;12488:7;;12517:8;;12544:5;;12567:4;;12413:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12357:234;-1:-1:-1;12305:3:66;;;;:::i;:::-;;;;12271:326;;;;11210:1391;;11095:1506;;;;;:::o;4506:342:77:-;4622:16;;;4636:1;4622:16;;;;;;;;;4563:22;;4593:26;;4622:16;;;;;;;;;;;;-1:-1:-1;4622:16:77;4593:45;;4677:7;4644:9;4654:1;4644:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:76;;;-1:-1:-1;;;1047:76:77;;;1321:92:140;1080:19:77;1429:11:140;;;1422:100;1101:21:77;1538:12:140;;;1531:101;1047:76:77;;;;;;;;;;1648:12:140;;1047:76:77;;-1:-1:-1;;4713:49:77;;1039:85;;;:::i;:::-;4749:9;4760:1;4713:25;:49::i;:::-;4692:70;;4776:66;:44;4797:5;4804:1;4807:5;:12;4776:20;:44::i;:::-;:64;:66::i;1957:136:55:-;2027:4;2079:9;2046:42;;2065:9;2047:15;2057:4;2486:26;;;2356:162;2047:15;:27;2046:42;;;2039:49;;1957:136;;;;:::o;286:162:65:-;375:68;381:14;397:6;414:4:60;404:15;;431:4:65;:11;375:5;:68::i;23074:522:66:-;23210:12;23334:257;23373:79;23415:7;23424:8;23434:17;23373:41;:79::i;:::-;23470:93;23545:17;23470:66;23518:7;23527:8;23470:47;:66::i;:::-;:74;3556:16:61;;488:5;3556:16;411:5;3545:27;3505:68;3483:92;;;3368:218;23470:93:66;23581:1;23334:12;:257::i;1564:570:64:-;1655:5;1753:3;1744:5;:12;;:34;;;;;1767:4;:11;1760:3;:18;;1744:34;1738:85;;1806:4;1812:5;1819:3;1788:35;;;;;;;;;;;;;:::i;:::-;;;;;;;;1738:85;1891:4;1881:15;;1938:17;1950:5;1881:15;1938:17;:::i;:::-;;-1:-1:-1;1961:12:64;1976:11;1982:5;1976:3;:11;:::i;:::-;643:17;2112:15;2104:3;2092:15;;;;2091:37;;;;;;-1:-1:-1;;;;;1564:570:64:o;18970:220:83:-;19036:24;19068:30;19101:32;19119:6;19127:2;19131:1;19101:17;:32::i;:::-;19068:65;18970:220;-1:-1:-1;;;18970:220:83:o;574:2326:65:-;687:10;;683:1491;;840:2;830:6;:12;826:122;;903:2;894:6;:11;876:29;;;;927:2;917:12;;;;;;:::i;:::-;;;;826:122;1038:10;;1034:1134;;1246:2;:11;;;1120:21;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;1278:31:65;;1478:1;1470:6;1466:14;1514:4;1503:9;1499:20;1491:28;;1569:13;1563:20;1552:9;1548:36;1530:54;;1817:4;1813:9;1796:14;1790:21;1786:37;1717:4;1705:10;1701:21;1644:193;1616:14;1596:253;;1908:13;1898:6;:23;1894:36;;1923:7;;;;1894:36;-1:-1:-1;2071:1:65;2053:19;;;;;2084:30;;;;2126:23;;1034:1134;2204:253;2221:2;2211:6;:12;2204:253;;2316:20;;2293:44;;2390:1;2372:19;;;;2418:2;2401:19;;;;-1:-1:-1;;2430:12:65;2204:253;;;2525:10;;2521:375;;2545:12;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;2827:21:65;;2743:20;;2739:31;;2850:9;;2823:37;2688:184;2644:238;;-1:-1:-1;574:2326:65;;;;:::o;33358:274:66:-;33502:7;33607;33616:8;33590:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;33580:46;;;;;;33559:17;33552:25;;33532:45;;;26193:34;33532:45;:94;33524:103;;33517:110;;33358:274;;;;;:::o;34055:301::-;34176:13;34268:82;34299:48;34329:7;34338:8;34299:29;:48::i;:::-;3384:21:65;;3278:137;3512:665;3924:4;3918:11;3965:4;3953:17;;-1:-1:-1;;3843:14:65;4012:26;;;3843:14;3839:28;3984:4;3977:63;4084:6;4076;4069:22;4102:51;4107:14;4123:6;4131;4139:13;4102:4;:51::i;2297:1396:85:-;2417:22;2447:21;2471;:11;2373:3:64;2351:25;;2277:104;2471:21:85;2447:45;-1:-1:-1;643:17:64;2514:38;;2498:20:85;2660:11;2514:38:64;2660:11:85;2645:26;;;;:::i;:::-;;;-1:-1:-1;2828:26:85;2843:11;2828:12;:26;:::i;:::-;:31;2824:123;;2869:71;;;;;8440:2:140;2869:71:85;;;8422:21:140;8479:2;8459:18;;;8452:30;8518:34;8498:18;;;8491:62;8589:31;8569:18;;;8562:59;8638:19;;2869:71:85;8238:425:140;2824:123:85;3049:4;3043:11;3034:20;;3092:4;3085:5;3081:16;3152:2;3139:11;3135:20;3121:12;3117:39;3111:4;3104:53;3200:11;3193:5;3186:26;3243:1;3220:463;3259:11;3256:1;3253:18;3220:463;;;3653:20;;3632:42;;3611:64;;3525:31;;;;3438:4;3420:23;;;;3346:1;3339:9;3220:463;;;3224:28;;3001:688;;;2297:1396;;;;;:::o;33717:230:66:-;33838:7;33922;33931:8;33905:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;33905:35:66;;;;;;;;;33895:46;;33905:35;33895:46;;;;26284:40;33868:73;;33717:230;-1:-1:-1;;;33717:230:66:o;4303:2258:65:-;4420:10;;4416:1421;;4573:2;4563:6;:12;4559:122;;4636:2;4627:6;:11;4609:29;;;;4660:2;4650:12;;;;;;:::i;:::-;;;;4559:122;4771:10;;4767:1064;;4979:2;:11;;;4853:21;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;5011:38:65;;5233:14;5227:21;5223:1;5215:6;5211:14;5207:42;5480:4;5476:9;5460:13;5454:20;5450:36;5381:4;5369:10;5365:21;5308:192;5281:13;5261:251;;5571:13;5561:6;:23;5557:36;;5586:7;;;;5557:36;-1:-1:-1;5734:1:65;5716:19;;;;;5789:23;;;;;5747:30;4767:1064;5866:253;5883:2;5873:6;:12;5866:253;;5977:21;;5955:44;;6052:1;6034:19;;;;-1:-1:-1;;6092:12:65;;;;6080:2;6063:19;5866:253;;;6187:10;;6183:374;;6207:12;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;6489:20:65;;6404:21;;6400:32;;6511:9;;6485:36;6349:184;6306:237;;-1:-1:-1;4303:2258:65;;;;:::o;14:332:140:-;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:140;1928:4;1924:17;1921:1;1917:25;1913:98;1906:5;1902:110;1893:119;;1851:171;;1671:357;;;:::o;2033:184::-;-1:-1:-1;;;2082:1:140;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:140;;2728:435;-1:-1:-1;;;;;2728:435:140: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:140;3683:18;3676:34;3548:65;3168:548;-1:-1:-1;;3168:548:140: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:140;;3721:184;-1:-1:-1;3721:184:140: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:140;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:140;;5110:640;-1:-1:-1;;;;;;;5110:640:140:o;5755:195::-;5794:3;-1:-1:-1;;5818:5:140;5815:77;5812:103;;5895:18;;:::i;:::-;-1:-1:-1;5942:1:140;5931:13;;5755:195::o;5955:184::-;-1:-1:-1;;;6004:1:140;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:140:o;6660:184::-;-1:-1:-1;;;6709:1:140;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:140: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:140;7796:18;7789:34;7685:52;7470:359;-1:-1:-1;7470:359:140:o;7834:128::-;7901:9;;;7922:11;;;7919:37;;;7936:18;;:::i;7967:266::-;7999:1;8025;8015:189;;-1:-1:-1;;;8057:1:140;8050:88;8161:4;8158:1;8151:15;8189:4;8186:1;8179:15;8015:189;-1:-1:-1;8218:9:140;;7967:266::o",
|
134
|
+
"sourceMap": "221:301:134:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1639:188:90;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;1639:188:90;;;;;;;;799:379;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;799:379:90;543:226:139;1248:212:90;1430:14;-1:-1:-1;;1426:23:90;1413:37;1248:212;;;920:25:139;;;908:2;893:18;1248:212:90;774:177:139;315:205:134;;;:::i;1464:95:90:-;;;:::i;1639:188::-;1715:4;1734:50;;;245:152:104;1734:50:90;;:88;;-1:-1:-1;1788:34:90;;;97::101;1788::90;1734:88;1727:95;1639:188;-1:-1:-1;;1639:188:90:o;799:379::-;1081:34;1085:14;1081:34;1068:48;1064:2;1060:57;;1128:45;;-1:-1:-1;1163:10:90;1128:45;799:379;:::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;1464:95:90:-;1503:7;1525:29;:27;:29::i;:::-;1518:36;;1464:95;:::o;3783:253:137:-;3890:16;;;3840:13;3890:16;;;;;;;;;3913:13;3929:64;3956:8;3861:45;3913:13;1162:66;3929:26;:64::i;:::-;3913:80;3783:253;-1:-1:-1;;;;3783:253:137:o;5405:212::-;5498:16;;;5469:26;5498:16;;;;;;;;5572:25;;;2670:19:139;;;5498:16:137;5521:91;;5548:8;;5498:16;;2705:12:139;;;5572:25:137;;;-1:-1:-1;;5572:25:137;;;;;;;;;1162:66;5521:26;:91::i;:::-;5463:154;5405:212;;:::o;1091:227:68:-;622:42;1180:22;1141:7;;1180:22;;;1208:106;;1256:10;1249:17;;;1091:227;:::o;9859:457::-;10016:7;10031:21;10055:17;:15;:17::i;:::-;10031:41;-1:-1:-1;10107:4:68;10082:30;;;;10078:234;;10129:68;10154:7;10163:8;10173:10;10185:11;10129:24;:68::i;:::-;10122:75;;;;;10078:234;10225:80;;;;;:36;;;;;;:80;;10262:7;;10271:8;;10281:10;;10293:11;;10225:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;6090:455::-;6262:21;6286:17;:15;:17::i;:::-;6262:41;-1:-1:-1;6338:4:68;6313:30;;;;6309:232;;6353:74;6378:7;6387:8;6397:10;6409:4;6415:11;6353:24;:74::i;:::-;6309:232;;;6448:86;;;;;:36;;;;;;:86;;6485:7;;6494:8;;6504:10;;6516:4;;6522:11;;6448:86;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6309:232;6256:289;6090:455;;;;;:::o;22412:541:66:-;22569:7;22706:242;22750:59;22791:7;22800:8;22750:40;:59::i;:::-;22827:31;;;;2929:19:54;:27;295:1:80;2928:44:54;2894:79;;;2881:93;22876:63:66;22915:11;22928:10;22876:38;:63::i;:::-;22706:17;:242::i;:::-;22693:255;22412:541;-1:-1:-1;;;;;22412:541:66:o;14023:355::-;14195:178;14229:7;14254:8;14284:63;14323:11;14336:10;14284:38;:63::i;:::-;14362:4;14195:16;:178::i;:::-;14023:355;;;;;:::o;32283:191::-;32385:7;32449;32458:8;32432:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;32432:35:66;;;;;;;;;32422:46;;32432:35;32422:46;;;;26121:22;32415:53;;32283:191;-1:-1:-1;;;32283:191:66:o;32856:242::-;32952:7;;;32991:84;33011:10;33007:14;;:1;:14;32991:84;;;33036:32;2881:93:54;2929:19;:27;;;295:1:80;2928:44:54;2894:79;;;2881:93;33036:32:66;;:::i;:::-;;-1:-1:-1;33023:3:66;;;;:::i;:::-;;;;32991:84;;;-1:-1:-1;33087:6:66;32856:242;-1:-1:-1;;;32856:242:66:o;6937:790:65:-;7035:14;7071:2;7061:6;:12;7057:112;;7130:2;7121:6;:11;7103:29;;;;7152:2;7142:12;;;;;;:::i;:::-;;;;7057:112;-1:-1:-1;7349:21:65;;7345:1;7333:14;;7329:42;7497:2;:11;;;7579:22;;;7575:148;;;7704:1;7688:14;7684:22;7678:29;7674:1;7659:13;7655:21;7651:57;7643:6;7640:69;7630:79;;7051:676;6937:790;;;;;:::o;11095:1506:66:-;11216:16;11235:59;11276:7;11285:8;11235:40;:59::i;:::-;11216:78;;11396:7;11352:100;11415:8;11432:5;11445:4;11352:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;11517:7:66;:35;;;11513:62;;11562:7;;;11513:62;11720:22;11745:24;11761:7;11745:15;:24::i;:::-;11720:49;;11780:9;11775:328;11795:5;:12;11791:1;:16;11775:328;;;11822:9;11844:5;11850:1;11844:8;;;;;;;;:::i;:::-;;;;;;;11822:31;;11865:41;187:6:81;11865:4:66;:14;;;;;:41;;;;:::i;:::-;11861:236;;;11918:170;;;;;2267:35:55;;;;;11918:54:66;;:170;;11994:7;;12023:8;;12050:5;;12073:4;;11918:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11861:236;-1:-1:-1;11809:3:66;;;;:::i;:::-;;;;11775:328;;;;12152:70;12184:8;12202:5;12152:70;;12215:4;12152:13;:70::i;:::-;12276:9;12271:326;12291:5;:12;12287:1;:16;12271:326;;;12318:9;12340:5;12346:1;12340:8;;;;;;;;:::i;:::-;;;;;;;12318:31;;12361:40;237:6:81;12361:4:66;:14;;;;;:40;;;;:::i;:::-;12357:234;;;12413:169;;;;;2267:35:55;;;;;12413:53:66;;:169;;12488:7;;12517:8;;12544:5;;12567:4;;12413:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12357:234;-1:-1:-1;12305:3:66;;;;:::i;:::-;;;;12271:326;;;;11210:1391;;11095:1506;;;;;:::o;4506:342:77:-;4622:16;;;4636:1;4622:16;;;;;;;;;4563:22;;4593:26;;4622:16;;;;;;;;;;;;-1:-1:-1;4622:16:77;4593:45;;4677:7;4644:9;4654:1;4644:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:76;;;-1:-1:-1;;;1047:76:77;;;1321:92:139;1080:19:77;1429:11:139;;;1422:100;1101:21:77;1538:12:139;;;1531:101;1047:76:77;;;;;;;;;;1648:12:139;;1047:76:77;;-1:-1:-1;;4713:49:77;;1039:85;;;:::i;:::-;4749:9;4760:1;4713:25;:49::i;:::-;4692:70;;4776:66;:44;4797:5;4804:1;4807:5;:12;4776:20;:44::i;:::-;:64;:66::i;1957:136:55:-;2027:4;2079:9;2046:42;;2065:9;2047:15;2057:4;2486:26;;;2356:162;2047:15;:27;2046:42;;;2039:49;;1957:136;;;;:::o;286:162:65:-;375:68;381:14;397:6;414:4:60;404:15;;431:4:65;:11;375:5;:68::i;23074:522:66:-;23210:12;23334:257;23373:79;23415:7;23424:8;23434:17;23373:41;:79::i;:::-;23470:93;23545:17;23470:66;23518:7;23527:8;23470:47;:66::i;:::-;:74;3556:16:61;;488:5;3556:16;411:5;3545:27;3505:68;3483:92;;;3368:218;23470:93:66;23581:1;23334:12;:257::i;1564:570:64:-;1655:5;1753:3;1744:5;:12;;:34;;;;;1767:4;:11;1760:3;:18;;1744:34;1738:85;;1806:4;1812:5;1819:3;1788:35;;;;;;;;;;;;;:::i;:::-;;;;;;;;1738:85;1891:4;1881:15;;1938:17;1950:5;1881:15;1938:17;:::i;:::-;;-1:-1:-1;1961:12:64;1976:11;1982:5;1976:3;:11;:::i;:::-;643:17;2112:15;2104:3;2092:15;;;;2091:37;;;;;;-1:-1:-1;;;;;1564:570:64:o;18970:220:83:-;19036:24;19068:30;19101:32;19119:6;19127:2;19131:1;19101:17;:32::i;:::-;19068:65;18970:220;-1:-1:-1;;;18970:220:83:o;574:2326:65:-;687:10;;683:1491;;840:2;830:6;:12;826:122;;903:2;894:6;:11;876:29;;;;927:2;917:12;;;;;;:::i;:::-;;;;826:122;1038:10;;1034:1134;;1246:2;:11;;;1120:21;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;1278:31:65;;1478:1;1470:6;1466:14;1514:4;1503:9;1499:20;1491:28;;1569:13;1563:20;1552:9;1548:36;1530:54;;1817:4;1813:9;1796:14;1790:21;1786:37;1717:4;1705:10;1701:21;1644:193;1616:14;1596:253;;1908:13;1898:6;:23;1894:36;;1923:7;;;;1894:36;-1:-1:-1;2071:1:65;2053:19;;;;;2084:30;;;;2126:23;;1034:1134;2204:253;2221:2;2211:6;:12;2204:253;;2316:20;;2293:44;;2390:1;2372:19;;;;2418:2;2401:19;;;;-1:-1:-1;;2430:12:65;2204:253;;;2525:10;;2521:375;;2545:12;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;2827:21:65;;2743:20;;2739:31;;2850:9;;2823:37;2688:184;2644:238;;-1:-1:-1;574:2326:65;;;;:::o;33358:274:66:-;33502:7;33607;33616:8;33590:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;33580:46;;;;;;33559:17;33552:25;;33532:45;;;26193:34;33532:45;:94;33524:103;;33517:110;;33358:274;;;;;:::o;34055:301::-;34176:13;34268:82;34299:48;34329:7;34338:8;34299:29;:48::i;:::-;3384:21:65;;3278:137;3512:665;3924:4;3918:11;3965:4;3953:17;;-1:-1:-1;;3843:14:65;4012:26;;;3843:14;3839:28;3984:4;3977:63;4084:6;4076;4069:22;4102:51;4107:14;4123:6;4131;4139:13;4102:4;:51::i;2297:1396:85:-;2417:22;2447:21;2471;:11;2373:3:64;2351:25;;2277:104;2471:21:85;2447:45;-1:-1:-1;643:17:64;2514:38;;2498:20:85;2660:11;2514:38:64;2660:11:85;2645:26;;;;:::i;:::-;;;-1:-1:-1;2828:26:85;2843:11;2828:12;:26;:::i;:::-;:31;2824:123;;2869:71;;;;;8440:2:139;2869:71:85;;;8422:21:139;8479:2;8459:18;;;8452:30;8518:34;8498:18;;;8491:62;8589:31;8569:18;;;8562:59;8638:19;;2869:71:85;8238:425:139;2824:123:85;3049:4;3043:11;3034:20;;3092:4;3085:5;3081:16;3152:2;3139:11;3135:20;3121:12;3117:39;3111:4;3104:53;3200:11;3193:5;3186:26;3243:1;3220:463;3259:11;3256:1;3253:18;3220:463;;;3653:20;;3632:42;;3611:64;;3525:31;;;;3438:4;3420:23;;;;3346:1;3339:9;3220:463;;;3224:28;;3001:688;;;2297:1396;;;;;:::o;33717:230:66:-;33838:7;33922;33931:8;33905:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;33905:35:66;;;;;;;;;33895:46;;33905:35;33895:46;;;;26284:40;33868:73;;33717:230;-1:-1:-1;;;33717:230:66:o;4303:2258:65:-;4420:10;;4416:1421;;4573:2;4563:6;:12;4559:122;;4636:2;4627:6;:11;4609:29;;;;4660:2;4650:12;;;;;;:::i;:::-;;;;4559:122;4771:10;;4767:1064;;4979:2;:11;;;4853:21;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;5011:38:65;;5233:14;5227:21;5223:1;5215:6;5211:14;5207:42;5480:4;5476:9;5460:13;5454:20;5450:36;5381:4;5369:10;5365:21;5308:192;5281:13;5261:251;;5571:13;5561:6;:23;5557:36;;5586:7;;;;5557:36;-1:-1:-1;5734:1:65;5716:19;;;;;5789:23;;;;;5747:30;4767:1064;5866:253;5883:2;5873:6;:12;5866:253;;5977:21;;5955:44;;6052:1;6034:19;;;;-1:-1:-1;;6092:12:65;;;;6080:2;6063:19;5866:253;;;6187:10;;6183:374;;6207:12;-1:-1:-1;;613:1:69;600:14;;578:37;576:40;6489:20:65;;6404:21;;6400:32;;6511:9;;6485:36;6349:184;6306:237;;-1:-1:-1;4303:2258:65;;;;:::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::-;-1:-1:-1;;;2082:1:139;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::-;-1:-1:-1;;;6004:1:139;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::-;-1:-1:-1;;;6709:1:139;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;7967:266::-;7999:1;8025;8015:189;;-1:-1:-1;;;8057:1:139;8050:88;8161:4;8158:1;8151:15;8189:4;8186:1;8179:15;8015:189;-1:-1:-1;8218:9:139;;7967:266::o",
|
135
135
|
"linkReferences": {}
|
136
136
|
},
|
137
137
|
"methodIdentifiers": {
|
@@ -672,28 +672,28 @@
|
|
672
672
|
},
|
673
673
|
"ast": {
|
674
674
|
"absolutePath": "src/modules/uniqueentity/UniqueEntitySystem.sol",
|
675
|
-
"id":
|
675
|
+
"id": 66437,
|
676
676
|
"exportedSymbols": {
|
677
677
|
"System": [
|
678
|
-
|
678
|
+
48724
|
679
679
|
],
|
680
680
|
"TABLE_ID": [
|
681
|
-
|
681
|
+
66482
|
682
682
|
],
|
683
683
|
"UniqueEntity": [
|
684
|
-
|
684
|
+
67372
|
685
685
|
],
|
686
686
|
"UniqueEntitySystem": [
|
687
|
-
|
687
|
+
66436
|
688
688
|
]
|
689
689
|
},
|
690
690
|
"nodeType": "SourceUnit",
|
691
|
-
"src": "32:491:
|
691
|
+
"src": "32:491:134",
|
692
692
|
"nodes": [
|
693
693
|
{
|
694
|
-
"id":
|
694
|
+
"id": 66399,
|
695
695
|
"nodeType": "PragmaDirective",
|
696
|
-
"src": "32:25:
|
696
|
+
"src": "32:25:134",
|
697
697
|
"nodes": [],
|
698
698
|
"literals": [
|
699
699
|
"solidity",
|
@@ -703,24 +703,24 @@
|
|
703
703
|
]
|
704
704
|
},
|
705
705
|
{
|
706
|
-
"id":
|
706
|
+
"id": 66401,
|
707
707
|
"nodeType": "ImportDirective",
|
708
|
-
"src": "59:58:
|
708
|
+
"src": "59:58:134",
|
709
709
|
"nodes": [],
|
710
710
|
"absolutePath": "node_modules/@latticexyz/world/src/System.sol",
|
711
711
|
"file": "@latticexyz/world/src/System.sol",
|
712
712
|
"nameLocation": "-1:-1:-1",
|
713
|
-
"scope":
|
714
|
-
"sourceUnit":
|
713
|
+
"scope": 66437,
|
714
|
+
"sourceUnit": 48725,
|
715
715
|
"symbolAliases": [
|
716
716
|
{
|
717
717
|
"foreign": {
|
718
|
-
"id":
|
718
|
+
"id": 66400,
|
719
719
|
"name": "System",
|
720
720
|
"nodeType": "Identifier",
|
721
721
|
"overloadedDeclarations": [],
|
722
|
-
"referencedDeclaration":
|
723
|
-
"src": "68:6:
|
722
|
+
"referencedDeclaration": 48724,
|
723
|
+
"src": "68:6:134",
|
724
724
|
"typeDescriptions": {}
|
725
725
|
},
|
726
726
|
"nameLocation": "-1:-1:-1"
|
@@ -729,24 +729,24 @@
|
|
729
729
|
"unitAlias": ""
|
730
730
|
},
|
731
731
|
{
|
732
|
-
"id":
|
732
|
+
"id": 66403,
|
733
733
|
"nodeType": "ImportDirective",
|
734
|
-
"src": "118:43:
|
734
|
+
"src": "118:43:134",
|
735
735
|
"nodes": [],
|
736
736
|
"absolutePath": "src/modules/uniqueentity/constants.sol",
|
737
737
|
"file": "./constants.sol",
|
738
738
|
"nameLocation": "-1:-1:-1",
|
739
|
-
"scope":
|
740
|
-
"sourceUnit":
|
739
|
+
"scope": 66437,
|
740
|
+
"sourceUnit": 66499,
|
741
741
|
"symbolAliases": [
|
742
742
|
{
|
743
743
|
"foreign": {
|
744
|
-
"id":
|
744
|
+
"id": 66402,
|
745
745
|
"name": "TABLE_ID",
|
746
746
|
"nodeType": "Identifier",
|
747
747
|
"overloadedDeclarations": [],
|
748
|
-
"referencedDeclaration":
|
749
|
-
"src": "127:8:
|
748
|
+
"referencedDeclaration": 66482,
|
749
|
+
"src": "127:8:134",
|
750
750
|
"typeDescriptions": {}
|
751
751
|
},
|
752
752
|
"nameLocation": "-1:-1:-1"
|
@@ -755,24 +755,24 @@
|
|
755
755
|
"unitAlias": ""
|
756
756
|
},
|
757
757
|
{
|
758
|
-
"id":
|
758
|
+
"id": 66405,
|
759
759
|
"nodeType": "ImportDirective",
|
760
|
-
"src": "162:57:
|
760
|
+
"src": "162:57:134",
|
761
761
|
"nodes": [],
|
762
762
|
"absolutePath": "src/modules/uniqueentity/tables/UniqueEntity.sol",
|
763
763
|
"file": "./tables/UniqueEntity.sol",
|
764
764
|
"nameLocation": "-1:-1:-1",
|
765
|
-
"scope":
|
766
|
-
"sourceUnit":
|
765
|
+
"scope": 66437,
|
766
|
+
"sourceUnit": 67373,
|
767
767
|
"symbolAliases": [
|
768
768
|
{
|
769
769
|
"foreign": {
|
770
|
-
"id":
|
770
|
+
"id": 66404,
|
771
771
|
"name": "UniqueEntity",
|
772
772
|
"nodeType": "Identifier",
|
773
773
|
"overloadedDeclarations": [],
|
774
|
-
"referencedDeclaration":
|
775
|
-
"src": "171:12:
|
774
|
+
"referencedDeclaration": 67372,
|
775
|
+
"src": "171:12:134",
|
776
776
|
"typeDescriptions": {}
|
777
777
|
},
|
778
778
|
"nameLocation": "-1:-1:-1"
|
@@ -781,35 +781,35 @@
|
|
781
781
|
"unitAlias": ""
|
782
782
|
},
|
783
783
|
{
|
784
|
-
"id":
|
784
|
+
"id": 66436,
|
785
785
|
"nodeType": "ContractDefinition",
|
786
|
-
"src": "221:301:
|
786
|
+
"src": "221:301:134",
|
787
787
|
"nodes": [
|
788
788
|
{
|
789
|
-
"id":
|
789
|
+
"id": 66435,
|
790
790
|
"nodeType": "FunctionDefinition",
|
791
|
-
"src": "315:205:
|
791
|
+
"src": "315:205:134",
|
792
792
|
"nodes": [],
|
793
793
|
"body": {
|
794
|
-
"id":
|
794
|
+
"id": 66434,
|
795
795
|
"nodeType": "Block",
|
796
|
-
"src": "375:145:
|
796
|
+
"src": "375:145:134",
|
797
797
|
"nodes": [],
|
798
798
|
"statements": [
|
799
799
|
{
|
800
800
|
"assignments": [
|
801
|
-
|
801
|
+
66414
|
802
802
|
],
|
803
803
|
"declarations": [
|
804
804
|
{
|
805
805
|
"constant": false,
|
806
|
-
"id":
|
806
|
+
"id": 66414,
|
807
807
|
"mutability": "mutable",
|
808
808
|
"name": "uniqueEntity",
|
809
|
-
"nameLocation": "389:12:
|
809
|
+
"nameLocation": "389:12:134",
|
810
810
|
"nodeType": "VariableDeclaration",
|
811
|
-
"scope":
|
812
|
-
"src": "381:20:
|
811
|
+
"scope": 66434,
|
812
|
+
"src": "381:20:134",
|
813
813
|
"stateVariable": false,
|
814
814
|
"storageLocation": "default",
|
815
815
|
"typeDescriptions": {
|
@@ -817,10 +817,10 @@
|
|
817
817
|
"typeString": "uint256"
|
818
818
|
},
|
819
819
|
"typeName": {
|
820
|
-
"id":
|
820
|
+
"id": 66413,
|
821
821
|
"name": "uint256",
|
822
822
|
"nodeType": "ElementaryTypeName",
|
823
|
-
"src": "381:7:
|
823
|
+
"src": "381:7:134",
|
824
824
|
"typeDescriptions": {
|
825
825
|
"typeIdentifier": "t_uint256",
|
826
826
|
"typeString": "uint256"
|
@@ -829,13 +829,13 @@
|
|
829
829
|
"visibility": "internal"
|
830
830
|
}
|
831
831
|
],
|
832
|
-
"id":
|
832
|
+
"id": 66421,
|
833
833
|
"initialValue": {
|
834
834
|
"commonType": {
|
835
835
|
"typeIdentifier": "t_uint256",
|
836
836
|
"typeString": "uint256"
|
837
837
|
},
|
838
|
-
"id":
|
838
|
+
"id": 66420,
|
839
839
|
"isConstant": false,
|
840
840
|
"isLValue": false,
|
841
841
|
"isPure": false,
|
@@ -843,14 +843,14 @@
|
|
843
843
|
"leftExpression": {
|
844
844
|
"arguments": [
|
845
845
|
{
|
846
|
-
"id":
|
846
|
+
"id": 66417,
|
847
847
|
"name": "TABLE_ID",
|
848
848
|
"nodeType": "Identifier",
|
849
849
|
"overloadedDeclarations": [],
|
850
|
-
"referencedDeclaration":
|
851
|
-
"src": "421:8:
|
850
|
+
"referencedDeclaration": 66482,
|
851
|
+
"src": "421:8:134",
|
852
852
|
"typeDescriptions": {
|
853
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
853
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
854
854
|
"typeString": "ResourceId"
|
855
855
|
}
|
856
856
|
}
|
@@ -858,38 +858,38 @@
|
|
858
858
|
"expression": {
|
859
859
|
"argumentTypes": [
|
860
860
|
{
|
861
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
861
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
862
862
|
"typeString": "ResourceId"
|
863
863
|
}
|
864
864
|
],
|
865
865
|
"expression": {
|
866
|
-
"id":
|
866
|
+
"id": 66415,
|
867
867
|
"name": "UniqueEntity",
|
868
868
|
"nodeType": "Identifier",
|
869
869
|
"overloadedDeclarations": [],
|
870
|
-
"referencedDeclaration":
|
871
|
-
"src": "404:12:
|
870
|
+
"referencedDeclaration": 67372,
|
871
|
+
"src": "404:12:134",
|
872
872
|
"typeDescriptions": {
|
873
|
-
"typeIdentifier": "t_type$_t_contract$_UniqueEntity_$
|
873
|
+
"typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67372_$",
|
874
874
|
"typeString": "type(library UniqueEntity)"
|
875
875
|
}
|
876
876
|
},
|
877
|
-
"id":
|
877
|
+
"id": 66416,
|
878
878
|
"isConstant": false,
|
879
879
|
"isLValue": false,
|
880
880
|
"isPure": false,
|
881
881
|
"lValueRequested": false,
|
882
|
-
"memberLocation": "417:3:
|
882
|
+
"memberLocation": "417:3:134",
|
883
883
|
"memberName": "get",
|
884
884
|
"nodeType": "MemberAccess",
|
885
|
-
"referencedDeclaration":
|
886
|
-
"src": "404:16:
|
885
|
+
"referencedDeclaration": 66923,
|
886
|
+
"src": "404:16:134",
|
887
887
|
"typeDescriptions": {
|
888
|
-
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$
|
888
|
+
"typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_ResourceId_$36384_$returns$_t_uint256_$",
|
889
889
|
"typeString": "function (ResourceId) view returns (uint256)"
|
890
890
|
}
|
891
891
|
},
|
892
|
-
"id":
|
892
|
+
"id": 66418,
|
893
893
|
"isConstant": false,
|
894
894
|
"isLValue": false,
|
895
895
|
"isPure": false,
|
@@ -898,7 +898,7 @@
|
|
898
898
|
"nameLocations": [],
|
899
899
|
"names": [],
|
900
900
|
"nodeType": "FunctionCall",
|
901
|
-
"src": "404:26:
|
901
|
+
"src": "404:26:134",
|
902
902
|
"tryCall": false,
|
903
903
|
"typeDescriptions": {
|
904
904
|
"typeIdentifier": "t_uint256",
|
@@ -909,51 +909,51 @@
|
|
909
909
|
"operator": "+",
|
910
910
|
"rightExpression": {
|
911
911
|
"hexValue": "31",
|
912
|
-
"id":
|
912
|
+
"id": 66419,
|
913
913
|
"isConstant": false,
|
914
914
|
"isLValue": false,
|
915
915
|
"isPure": true,
|
916
916
|
"kind": "number",
|
917
917
|
"lValueRequested": false,
|
918
918
|
"nodeType": "Literal",
|
919
|
-
"src": "433:1:
|
919
|
+
"src": "433:1:134",
|
920
920
|
"typeDescriptions": {
|
921
921
|
"typeIdentifier": "t_rational_1_by_1",
|
922
922
|
"typeString": "int_const 1"
|
923
923
|
},
|
924
924
|
"value": "1"
|
925
925
|
},
|
926
|
-
"src": "404:30:
|
926
|
+
"src": "404:30:134",
|
927
927
|
"typeDescriptions": {
|
928
928
|
"typeIdentifier": "t_uint256",
|
929
929
|
"typeString": "uint256"
|
930
930
|
}
|
931
931
|
},
|
932
932
|
"nodeType": "VariableDeclarationStatement",
|
933
|
-
"src": "381:53:
|
933
|
+
"src": "381:53:134"
|
934
934
|
},
|
935
935
|
{
|
936
936
|
"expression": {
|
937
937
|
"arguments": [
|
938
938
|
{
|
939
|
-
"id":
|
939
|
+
"id": 66425,
|
940
940
|
"name": "TABLE_ID",
|
941
941
|
"nodeType": "Identifier",
|
942
942
|
"overloadedDeclarations": [],
|
943
|
-
"referencedDeclaration":
|
944
|
-
"src": "457:8:
|
943
|
+
"referencedDeclaration": 66482,
|
944
|
+
"src": "457:8:134",
|
945
945
|
"typeDescriptions": {
|
946
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
946
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
947
947
|
"typeString": "ResourceId"
|
948
948
|
}
|
949
949
|
},
|
950
950
|
{
|
951
|
-
"id":
|
951
|
+
"id": 66426,
|
952
952
|
"name": "uniqueEntity",
|
953
953
|
"nodeType": "Identifier",
|
954
954
|
"overloadedDeclarations": [],
|
955
|
-
"referencedDeclaration":
|
956
|
-
"src": "467:12:
|
955
|
+
"referencedDeclaration": 66414,
|
956
|
+
"src": "467:12:134",
|
957
957
|
"typeDescriptions": {
|
958
958
|
"typeIdentifier": "t_uint256",
|
959
959
|
"typeString": "uint256"
|
@@ -963,7 +963,7 @@
|
|
963
963
|
"expression": {
|
964
964
|
"argumentTypes": [
|
965
965
|
{
|
966
|
-
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$
|
966
|
+
"typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
|
967
967
|
"typeString": "ResourceId"
|
968
968
|
},
|
969
969
|
{
|
@@ -972,33 +972,33 @@
|
|
972
972
|
}
|
973
973
|
],
|
974
974
|
"expression": {
|
975
|
-
"id":
|
975
|
+
"id": 66422,
|
976
976
|
"name": "UniqueEntity",
|
977
977
|
"nodeType": "Identifier",
|
978
978
|
"overloadedDeclarations": [],
|
979
|
-
"referencedDeclaration":
|
980
|
-
"src": "440:12:
|
979
|
+
"referencedDeclaration": 67372,
|
980
|
+
"src": "440:12:134",
|
981
981
|
"typeDescriptions": {
|
982
|
-
"typeIdentifier": "t_type$_t_contract$_UniqueEntity_$
|
982
|
+
"typeIdentifier": "t_type$_t_contract$_UniqueEntity_$67372_$",
|
983
983
|
"typeString": "type(library UniqueEntity)"
|
984
984
|
}
|
985
985
|
},
|
986
|
-
"id":
|
986
|
+
"id": 66424,
|
987
987
|
"isConstant": false,
|
988
988
|
"isLValue": false,
|
989
989
|
"isPure": false,
|
990
990
|
"lValueRequested": false,
|
991
|
-
"memberLocation": "453:3:
|
991
|
+
"memberLocation": "453:3:134",
|
992
992
|
"memberName": "set",
|
993
993
|
"nodeType": "MemberAccess",
|
994
|
-
"referencedDeclaration":
|
995
|
-
"src": "440:16:
|
994
|
+
"referencedDeclaration": 67149,
|
995
|
+
"src": "440:16:134",
|
996
996
|
"typeDescriptions": {
|
997
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$
|
997
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_userDefinedValueType$_ResourceId_$36384_$_t_uint256_$returns$__$",
|
998
998
|
"typeString": "function (ResourceId,uint256)"
|
999
999
|
}
|
1000
1000
|
},
|
1001
|
-
"id":
|
1001
|
+
"id": 66427,
|
1002
1002
|
"isConstant": false,
|
1003
1003
|
"isLValue": false,
|
1004
1004
|
"isPure": false,
|
@@ -1007,27 +1007,27 @@
|
|
1007
1007
|
"nameLocations": [],
|
1008
1008
|
"names": [],
|
1009
1009
|
"nodeType": "FunctionCall",
|
1010
|
-
"src": "440:40:
|
1010
|
+
"src": "440:40:134",
|
1011
1011
|
"tryCall": false,
|
1012
1012
|
"typeDescriptions": {
|
1013
1013
|
"typeIdentifier": "t_tuple$__$",
|
1014
1014
|
"typeString": "tuple()"
|
1015
1015
|
}
|
1016
1016
|
},
|
1017
|
-
"id":
|
1017
|
+
"id": 66428,
|
1018
1018
|
"nodeType": "ExpressionStatement",
|
1019
|
-
"src": "440:40:
|
1019
|
+
"src": "440:40:134"
|
1020
1020
|
},
|
1021
1021
|
{
|
1022
1022
|
"expression": {
|
1023
1023
|
"arguments": [
|
1024
1024
|
{
|
1025
|
-
"id":
|
1025
|
+
"id": 66431,
|
1026
1026
|
"name": "uniqueEntity",
|
1027
1027
|
"nodeType": "Identifier",
|
1028
1028
|
"overloadedDeclarations": [],
|
1029
|
-
"referencedDeclaration":
|
1030
|
-
"src": "502:12:
|
1029
|
+
"referencedDeclaration": 66414,
|
1030
|
+
"src": "502:12:134",
|
1031
1031
|
"typeDescriptions": {
|
1032
1032
|
"typeIdentifier": "t_uint256",
|
1033
1033
|
"typeString": "uint256"
|
@@ -1041,26 +1041,26 @@
|
|
1041
1041
|
"typeString": "uint256"
|
1042
1042
|
}
|
1043
1043
|
],
|
1044
|
-
"id":
|
1044
|
+
"id": 66430,
|
1045
1045
|
"isConstant": false,
|
1046
1046
|
"isLValue": false,
|
1047
1047
|
"isPure": true,
|
1048
1048
|
"lValueRequested": false,
|
1049
1049
|
"nodeType": "ElementaryTypeNameExpression",
|
1050
|
-
"src": "494:7:
|
1050
|
+
"src": "494:7:134",
|
1051
1051
|
"typeDescriptions": {
|
1052
1052
|
"typeIdentifier": "t_type$_t_bytes32_$",
|
1053
1053
|
"typeString": "type(bytes32)"
|
1054
1054
|
},
|
1055
1055
|
"typeName": {
|
1056
|
-
"id":
|
1056
|
+
"id": 66429,
|
1057
1057
|
"name": "bytes32",
|
1058
1058
|
"nodeType": "ElementaryTypeName",
|
1059
|
-
"src": "494:7:
|
1059
|
+
"src": "494:7:134",
|
1060
1060
|
"typeDescriptions": {}
|
1061
1061
|
}
|
1062
1062
|
},
|
1063
|
-
"id":
|
1063
|
+
"id": 66432,
|
1064
1064
|
"isConstant": false,
|
1065
1065
|
"isLValue": false,
|
1066
1066
|
"isPure": false,
|
@@ -1069,24 +1069,24 @@
|
|
1069
1069
|
"nameLocations": [],
|
1070
1070
|
"names": [],
|
1071
1071
|
"nodeType": "FunctionCall",
|
1072
|
-
"src": "494:21:
|
1072
|
+
"src": "494:21:134",
|
1073
1073
|
"tryCall": false,
|
1074
1074
|
"typeDescriptions": {
|
1075
1075
|
"typeIdentifier": "t_bytes32",
|
1076
1076
|
"typeString": "bytes32"
|
1077
1077
|
}
|
1078
1078
|
},
|
1079
|
-
"functionReturnParameters":
|
1080
|
-
"id":
|
1079
|
+
"functionReturnParameters": 66412,
|
1080
|
+
"id": 66433,
|
1081
1081
|
"nodeType": "Return",
|
1082
|
-
"src": "487:28:
|
1082
|
+
"src": "487:28:134"
|
1083
1083
|
}
|
1084
1084
|
]
|
1085
1085
|
},
|
1086
1086
|
"documentation": {
|
1087
|
-
"id":
|
1087
|
+
"id": 66408,
|
1088
1088
|
"nodeType": "StructuredDocumentation",
|
1089
|
-
"src": "263:49:
|
1089
|
+
"src": "263:49:134",
|
1090
1090
|
"text": " Increment and get an entity nonce."
|
1091
1091
|
},
|
1092
1092
|
"functionSelector": "490923cd",
|
@@ -1094,26 +1094,26 @@
|
|
1094
1094
|
"kind": "function",
|
1095
1095
|
"modifiers": [],
|
1096
1096
|
"name": "getUniqueEntity",
|
1097
|
-
"nameLocation": "324:15:
|
1097
|
+
"nameLocation": "324:15:134",
|
1098
1098
|
"parameters": {
|
1099
|
-
"id":
|
1099
|
+
"id": 66409,
|
1100
1100
|
"nodeType": "ParameterList",
|
1101
1101
|
"parameters": [],
|
1102
|
-
"src": "339:2:
|
1102
|
+
"src": "339:2:134"
|
1103
1103
|
},
|
1104
1104
|
"returnParameters": {
|
1105
|
-
"id":
|
1105
|
+
"id": 66412,
|
1106
1106
|
"nodeType": "ParameterList",
|
1107
1107
|
"parameters": [
|
1108
1108
|
{
|
1109
1109
|
"constant": false,
|
1110
|
-
"id":
|
1110
|
+
"id": 66411,
|
1111
1111
|
"mutability": "mutable",
|
1112
1112
|
"name": "",
|
1113
1113
|
"nameLocation": "-1:-1:-1",
|
1114
1114
|
"nodeType": "VariableDeclaration",
|
1115
|
-
"scope":
|
1116
|
-
"src": "366:7:
|
1115
|
+
"scope": 66435,
|
1116
|
+
"src": "366:7:134",
|
1117
1117
|
"stateVariable": false,
|
1118
1118
|
"storageLocation": "default",
|
1119
1119
|
"typeDescriptions": {
|
@@ -1121,10 +1121,10 @@
|
|
1121
1121
|
"typeString": "bytes32"
|
1122
1122
|
},
|
1123
1123
|
"typeName": {
|
1124
|
-
"id":
|
1124
|
+
"id": 66410,
|
1125
1125
|
"name": "bytes32",
|
1126
1126
|
"nodeType": "ElementaryTypeName",
|
1127
|
-
"src": "366:7:
|
1127
|
+
"src": "366:7:134",
|
1128
1128
|
"typeDescriptions": {
|
1129
1129
|
"typeIdentifier": "t_bytes32",
|
1130
1130
|
"typeString": "bytes32"
|
@@ -1133,9 +1133,9 @@
|
|
1133
1133
|
"visibility": "internal"
|
1134
1134
|
}
|
1135
1135
|
],
|
1136
|
-
"src": "365:9:
|
1136
|
+
"src": "365:9:134"
|
1137
1137
|
},
|
1138
|
-
"scope":
|
1138
|
+
"scope": 66436,
|
1139
1139
|
"stateMutability": "nonpayable",
|
1140
1140
|
"virtual": true,
|
1141
1141
|
"visibility": "public"
|
@@ -1145,18 +1145,18 @@
|
|
1145
1145
|
"baseContracts": [
|
1146
1146
|
{
|
1147
1147
|
"baseName": {
|
1148
|
-
"id":
|
1148
|
+
"id": 66406,
|
1149
1149
|
"name": "System",
|
1150
1150
|
"nameLocations": [
|
1151
|
-
"252:6:
|
1151
|
+
"252:6:134"
|
1152
1152
|
],
|
1153
1153
|
"nodeType": "IdentifierPath",
|
1154
|
-
"referencedDeclaration":
|
1155
|
-
"src": "252:6:
|
1154
|
+
"referencedDeclaration": 48724,
|
1155
|
+
"src": "252:6:134"
|
1156
1156
|
},
|
1157
|
-
"id":
|
1157
|
+
"id": 66407,
|
1158
1158
|
"nodeType": "InheritanceSpecifier",
|
1159
|
-
"src": "252:6:
|
1159
|
+
"src": "252:6:134"
|
1160
1160
|
}
|
1161
1161
|
],
|
1162
1162
|
"canonicalName": "UniqueEntitySystem",
|
@@ -1164,24 +1164,24 @@
|
|
1164
1164
|
"contractKind": "contract",
|
1165
1165
|
"fullyImplemented": true,
|
1166
1166
|
"linearizedBaseContracts": [
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1167
|
+
66436,
|
1168
|
+
48724,
|
1169
|
+
48795,
|
1170
|
+
70898,
|
1171
|
+
70860
|
1172
1172
|
],
|
1173
1173
|
"name": "UniqueEntitySystem",
|
1174
|
-
"nameLocation": "230:18:
|
1175
|
-
"scope":
|
1174
|
+
"nameLocation": "230:18:134",
|
1175
|
+
"scope": 66437,
|
1176
1176
|
"usedErrors": [
|
1177
|
-
|
1177
|
+
36950
|
1178
1178
|
],
|
1179
1179
|
"usedEvents": [
|
1180
|
-
|
1180
|
+
37263
|
1181
1181
|
]
|
1182
1182
|
}
|
1183
1183
|
],
|
1184
1184
|
"license": "MIT"
|
1185
1185
|
},
|
1186
|
-
"id":
|
1186
|
+
"id": 134
|
1187
1187
|
}
|