@latticexyz/world-modules 2.0.0-main-f99e8898 → 2.0.0-main-e4e7d774

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,15 +126,15 @@
126
126
  ],
127
127
  "bytecode": {
128
128
  "object": "0x60a06040526040516100109061004b565b604051809103906000f08015801561002c573d6000803e3d6000fd5b506001600160a01b031660805234801561004557600080fd5b50610058565b61268080610e6383390190565b608051610de961007a600039600081816103b001526104c20152610de96000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c806317d7de7c1161005b57806317d7de7c146100ec57806345ec93541461011a5780637c5b03351461012d578063e1af802c1461014057600080fd5b806301ffc9a714610082578063119df25f146100aa57806313861fb5146100d7575b600080fd5b610095610090366004610b3a565b610148565b60405190151581526020015b60405180910390f35b6100b26101e1565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100a1565b6100ea6100e5366004610b99565b6101f0565b005b6040517f696e64657800000000000000000000000000000000000000000000000000000081526020016100a1565b604051601f1936013581526020016100a1565b6100ea61013b366004610b99565b610222565b6100b26105b8565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f79f50b5b0000000000000000000000000000000000000000000000000000000014806101db57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60006101eb6105c2565b905090565b6040517fea8b184c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000818060200190518101906102389190610c4a565b905060006102667f6b65797776616c00000000000000000000000000000000000000000000000000836105f4565b905060006102726105b8565b905060008073ffffffffffffffffffffffffffffffffffffffff831680630ba51f49867c01000000000000000000000000000000000000000000000000000000006102bb6106d1565b6102c3610749565b6102cb610783565b6102d3610808565b6040516024016102e896959493929190610cf7565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516103359250610d41565b600060405180830381855af49150503d8060008114610370576040519150601f19603f3d011682016040523d82523d6000602084013e610375565b606091505b50915091508273ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff166340554c3a867f00000000000000000000000000000000000000000000000000000000000000006040516024016103ff92919091825273ffffffffffffffffffffffffffffffffffffffff16602082015260400190565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161044c9250610d41565b600060405180830381855af49150503d8060008114610487576040519150601f19603f3d011682016040523d82523d6000602084013e61048c565b606091505b509092509050816104a0576104a08161087f565b604080516024810187905273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000081166044830152607d60648084019190915283518084039091018152608490920183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f530f4b600000000000000000000000000000000000000000000000000000000017905291519185169161055c9190610d41565b600060405180830381855af49150503d8060008114610597576040519150601f19603f3d011682016040523d82523d6000602084013e61059c565b606091505b509092509050816105b0576105b08161087f565b505050505050565b60006101eb610887565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806105f15750335b90565b600080610600836108d3565b9050600061060e8460101b90565b9050603861061d816010610d73565b6106279190610d73565b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316901c61065860386010610d73565b7f74620000000000000000000000000000000000000000000000000000000000007fffffffffffffff0000000000000000000000000000000000000000000000000093909316901c601087901c7dffffffffffffff00000000000000000000000000000000000000000000001617171791505092915050565b60408051600180825281830190925260009182919060208083019080368337019050509050605f8160008151811061070b5761070b610d86565b602002602001019060c581111561072457610724610d9c565b908160c581111561073757610737610d9c565b905250610743816108ea565b91505090565b6040805160018082528183019092526000918291906020808301908036833701905050905060c18160008151811061070b5761070b610d86565b604080516001808252818301909252606091816020015b606081526020019060019003908161079a5790505090506040518060400160405280600981526020017f76616c7565486173680000000000000000000000000000000000000000000000815250816000815181106107fa576107fa610d86565b602002602001018190525090565b604080516001808252818301909252606091816020015b606081526020019060019003908161081f5790505090506040518060400160405280600d81526020017f6b6579735769746856616c756500000000000000000000000000000000000000815250816000815181106107fa576107fa610d86565b805160208201fd5b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff16806108ce573391505090565b919050565b60006108e160706010610d73565b9190911b919050565b6000601c825111156109365781516040517f5318beb900000000000000000000000000000000000000000000000000000000815260040161092d91815260200190565b60405180910390fd5b60008080805b8551811015610a1157600061097a87838151811061095c5761095c610d86565b602002602001015160c581111561097557610975610d9c565b610ae0565b90508060000361098f576001909201916109c7565b82156109c7576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80840193506008826004601f0303028783815181106109e8576109e8610d86565b602002602001015160c5811115610a0157610a01610d9c565b901b94909417935060010161093c565b506005811115610a50576040517f5318beb90000000000000000000000000000000000000000000000000000000081526004810182905260240161092d565b84518190036008610a6360026020610db2565b610a6d9190610dc5565b83901b939093179260086001610a8560026020610db2565b610a8f9190610db2565b610a999190610dc5565b81901b93909317926008600180610ab260026020610db2565b610abc9190610db2565b610ac69190610db2565b610ad09190610dc5565b9190911b92909217949350505050565b6000808260c5811115610af557610af5610d9c565b60ff1690506061811015610b0f57601f1660010192915050565b60618360c5811115610b2357610b23610d9c565b03610b315750601492915050565b50600092915050565b600060208284031215610b4c57600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610b7c57600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610bab57600080fd5b813567ffffffffffffffff80821115610bc357600080fd5b818401915084601f830112610bd757600080fd5b813581811115610be957610be9610b83565b604051601f8201601f19908116603f01168101908382118183101715610c1157610c11610b83565b81604052828152876020848701011115610c2a57600080fd5b826020860160208301376000928101602001929092525095945050505050565b600060208284031215610c5c57600080fd5b5051919050565b60005b83811015610c7e578181015183820152602001610c66565b50506000910152565b600082825180855260208086019550808260051b84010181860160005b84811015610cea57601f1980878503018a5282518051808652610ccc81888801898501610c63565b9a86019a601f01909116939093018401925090830190600101610ca4565b5090979650505050505050565b86815285602082015284604082015283606082015260c060808201526000610d2260c0830185610c87565b82810360a0840152610d348185610c87565b9998505050505050505050565b60008251610d53818460208701610c63565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101db576101db610d5d565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b818103818111156101db576101db610d5d565b80820281158282048414176101db576101db610d5d56fea164736f6c6343000815000a608060405234801561001057600080fd5b50612660806100206000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80636358453311610076578063964f667d1161005b578063964f667d1461012b5780639faeaf451461013e578063a8ba87211461015157600080fd5b8063635845331461010a57806383b5c95b1461011d57600080fd5b806301ffc9a7146100a857806355eb5a28146100cf57806357066c9c146100e45780635b28cdaf146100f7575b600080fd5b6100bb6100b6366004611d84565b610164565b604051901515815260200160405180910390f35b6100e26100dd366004611f20565b6101fd565b005b6100e26100f2366004611fd4565b610262565b6100e2610105366004611fd4565b61031d565b6100e2610118366004611f20565b61034f565b6100e2610105366004612078565b6100e26101393660046120c8565b61039b565b6100e261014c366004612078565b6103ef565b6100e261015f3660046120c8565b610434565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f198cf0cd0000000000000000000000000000000000000000000000000000000014806101f757507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b600061020888610480565b90506000610217898984610558565b9050600061022f661ad95e5ddd985b60ca1b8b610633565b9050610256818a60008151811061024857610248612155565b6020026020010151846106f5565b50505050505050505050565b6000610278661ad95e5ddd985b60ca1b88610633565b90506000610287888885610558565b90506102ae82886000815181106102a0576102a0612155565b6020026020010151836106f5565b8351606090156102e3578686866040516020016102cd9392919061218f565b60405160208183030381529060405290506102e6565b50855b6103128382805190602001208a60008151811061030557610305612155565b6020026020010151610736565b505050505050505050565b6040517fcfd7320c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061035a88610480565b90506000610369898984610558565b90506000610381661ad95e5ddd985b60ca1b8b610633565b905061025681838b60008151811061030557610305612155565b60006103a685610480565b905060006103b5868684610558565b905060006103cd661ad95e5ddd985b60ca1b88610633565b90506103e6818760008151811061024857610248612155565b50505050505050565b60006103fc848484610558565b90506000610414661ad95e5ddd985b60ca1b86610633565b905061042d818560008151811061024857610248612155565b5050505050565b600061043f85610480565b9050600061044e868684610558565b90506000610466661ad95e5ddd985b60ca1b88610633565b90506103e681838860008151811061030557610305612155565b6040805160018082528183019092526000918291906020808301908036833701905050905082816000815181106104b9576104b9612155565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f5461626c657300000000000000000000000000000000000000000000000000006030820152815180820390930183528101905260009061055090610528906121c6565b8360007e600302202020000000000000000000000000000000000000000000000000006107a6565b949350505050565b600080600080610566610863565b6001600160a01b031663419b58fd8888886040518463ffffffff1660e01b815260040161059593929190612228565b600060405180830381865afa1580156105b2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526105da9190810190612296565b92509250925060008151111561061f578282826040516020016105ff9392919061218f565b60405160208183030381529060405280519060200120935050505061062c565b5050805160209091012090505b9392505050565b60008061063f83610872565b9050600061064d8460101b90565b9050603861065c816010612319565b6106669190612319565b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316901c61069760386010612319565b613a3160f11b7fffffffffffffff0000000000000000000000000000000000000000000000000093909316901c601087901c7dffffffffffffff00000000000000000000000000000000000000000000001617171791505092915050565b600061070b836107058685610889565b906108fd565b905080516000036107255761072084836109d5565b610730565b610730848383610a26565b50505050565b60408051600180825281830190925260009160208083019080368337019050509050828160008151811061076c5761076c612155565b602002602001018181525050610730848260008560405160200161079291815260200190565b604051602081830303815290604052610a7d565b6000806107b1610b23565b9050306001600160a01b038216036107d7576107cf86868686610b62565b915050610550565b6040517f8c364d590000000000000000000000000000000000000000000000000000000081526001600160a01b03821690638c364d599061082290899089908990899060040161232c565b602060405180830381865afa15801561083f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107cf919061235b565b600061086d610b23565b905090565b600061088060706010612319565b9190911b919050565b604080516001808252818301909252606091600091906020808301908036833701905050905082816000815181106108c3576108c3612155565b60200260200101818152505060006108dd85836000610b8f565b90506108f46108ef8260008451610c56565b610cef565b95945050505050565b60606000835167ffffffffffffffff81111561091b5761091b611dc6565b604051908082528060200260200182016040528015610944578160200160208202803683370190505b5090506000805b85518110156109cb578486828151811061096757610967612155565b6020026020010151146109b95785818151811061098657610986612155565b60200260200101518383815181106109a0576109a0612155565b6020908102919091010152816109b581612374565b9250505b806109c381612374565b91505061094b565b5081529392505050565b604080516001808252818301909252600091602080830190803683370190505090508181600081518110610a0b57610a0b612155565b602002602001018181525050610a218382610d00565b505050565b604080516001808252818301909252600091602080830190803683370190505090508281600081518110610a5c57610a5c612155565b60200260200101818152505061073084826000610a7886610d9b565b610dab565b6000610a87610b23565b9050306001600160a01b03821603610aaa57610aa585858585610e1e565b61042d565b6040517f150f32620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063150f326290610af59088908890889088906004016123ba565b600060405180830381600087803b158015610b0f57600080fd5b505af1158015610312573d6000803e3d6000fd5b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e175546000906001600160a01b031680610b5d573391505090565b919050565b60006108f4610b718686610e61565b60ff858116601b0360080285901c16610b8a8587610eb7565b610ef2565b60606000610b9b610b23565b9050306001600160a01b03821603610bc057610bb8858585610f43565b91505061062c565b6040517f1e7889770000000000000000000000000000000000000000000000000000000081526001600160a01b03821690631e78897790610c09908890889088906004016123ee565b600060405180830381865afa158015610c26573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610bb8919081019061241a565b509392505050565b6000818311158015610c69575083518211155b610cae578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610ca59392919061244f565b60405180910390fd5b60208401610cbc8482612319565b90506000610cca8585612474565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b6060600061062c8360206000610f7d565b6000610d0a610b23565b9050306001600160a01b03821603610d2657610a218383610ff8565b6040517f505a181d0000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063505a181d90610d6d9086908690600401612487565b600060405180830381600087803b158015610d8757600080fd5b505af11580156103e6573d6000803e3d6000fd5b60608161062c816020600061100f565b6000610db5610b23565b9050306001600160a01b03821603610dd357610aa585858585611063565b6040517fef6ea8620000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063ef6ea86290610af59088908890889088906004016123ba565b6000610e2a858561109e565b90506000610e47828560ff166028026038011c64ffffffffff1690565b9050610e5986868684600088886110b1565b505050505050565b60008282604051602001610e769291906124a0565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff16811015610c4e57610ede60ff601b83900360080287901c1683612319565b915080610eea81612374565b915050610ebc565b600060208210610f1857602082048401935060208281610f1457610f146124db565b0691505b508254600882021b602082900380841115610c4e576001850154600882021c82179150509392505050565b6060610550610f538585856114c7565b610f7684610f61888861109e565b9060ff166028026038011c64ffffffffff1690565b6000611547565b60606000610f8b8560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281610fb157610fb16124db565b04905060405193506020840160208202810160405281855260005b82811015610fec578451871c825293870193602090910190600101610fcc565b50505050509392505050565b61100b82826110068561156a565b611668565b5050565b8251606090600061102085836124f1565b9050604051925060208301601f19603f83860101166040528184526000602088015b84821015610fec578051871b83529187019160019190910190602001611042565b600061106f858561109e565b9050600061108c828560ff166028026038011c64ffffffffff1690565b9050610e5986868660008588886110b1565b600061062c6110ad8484611928565b5490565b613a3160f11b877fffff000000000000000000000000000000000000000000000000000000000000161461113b57613a3160f11b87886040516020016110f991815260200190565b60408051601f19818403018152908290527f31b46683000000000000000000000000000000000000000000000000000000008252610ca5939291600401612508565b6000611156828760ff166028026038011c64ffffffffff1690565b9050600083518564ffffffffff168361116f9190612474565b6111799190612319565b905080821415801561119b5750816111918688612549565b64ffffffffff1614155b156111eb576040517fa65010b400000000000000000000000000000000000000000000000000000000815264ffffffffff8088166004830152808716602483015283166044820152606401610ca5565b818664ffffffffff16111561123c576040517f7e8578d30000000000000000000000000000000000000000000000000000000081526004810183905264ffffffffff87166024820152604401610ca5565b600061124984898461197e565b905064ffffffffff871660005b8960ff168160ff1610156112895761127d868260ff166028026038011c64ffffffffff1690565b90910190600101611256565b508a7faa63765a776145e5e6492f471ae097dfed11cd57a61bc2679dd43180422385b48b838a868b6040516112c295949392919061256e565b60405180910390a25060006112d68b611a4c565b905060005b81518110156113ab5760008282815181106112f8576112f8612155565b602002602001015190506113246010826affffffffffffffffffffff1916611b1490919063ffffffff16565b1561139857606081901c6001600160a01b03166355eb5a288e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161136597969594939291906125c0565b600060405180830381600087803b15801561137f57600080fd5b505af1158015611393573d6000803e3d6000fd5b505050505b50806113a381612374565b9150506112db565b508284146113c45760006113bf8c8c611928565b839055505b60006113d18c8c8c6114c7565b90506113e5818a64ffffffffff1689611b32565b5060005b81518110156114b957600082828151811061140657611406612155565b602002602001015190506114326020826affffffffffffffffffffff1916611b1490919063ffffffff16565b156114a657606081901c6001600160a01b031663635845338e8e8e8e8e8a8f6040518863ffffffff1660e01b815260040161147397969594939291906125c0565b600060405180830381600087803b15801561148d57600080fd5b505af11580156114a1573d6000803e3d6000fd5b505050505b50806114b181612374565b9150506113e9565b505050505050505050505050565b600083836040516020016114dc9291906124a0565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b60405160208101601f19603f8584010116604052838252610c4e85858584611b42565b60408051613a3160f11b60208201526473746f726560d81b60228201527f5461626c657300000000000000000000000000000000000000000000000000006030820152600091016040516020818303038152906040526115c9906121c6565b82036115f557507e60030220202000000000000000000000000000000000000000000000000000919050565b60408051613a3160f11b60208201526473746f726560d81b60228201527f5461626c6573000000000000000000000000000000000000000000000000000060308201526101f79161165f9101604051602081830303815290604052611659906121c6565b84611bfa565b60206000610ef2565b827f0e1f72f429eb97e64878619984a91e687ae91610348b9ff4216782cc96e49d0783604051611698919061261e565b60405180910390a2613a3160f11b837fffff00000000000000000000000000000000000000000000000000000000000016146116d357505050565b60006116de84611a4c565b905060005b81518110156117bb57600082828151811061170057611700612155565b6020026020010151905061172c6040826affffffffffffffffffffff1916611b1490919063ffffffff16565b156117a8576040517f9faeaf45000000000000000000000000000000000000000000000000000000008152606082901c90639faeaf459061177590899089908990600401612228565b600060405180830381600087803b15801561178f57600080fd5b505af11580156117a3573d6000803e3d6000fd5b505050505b50806117b381612374565b9150506116e3565b5060006117c88585610e61565b90506118218160006117d986611c16565b67ffffffffffffffff8111156117f1576117f1611dc6565b6040519080825280601f01601f19166020018201604052801561181b576020820181803683370190505b50611b32565b600061182c84611c39565b111561184d57600061183e8686611928565b905061184b816020611c76565b505b60005b8251811015610e5957600083828151811061186d5761186d612155565b602002602001015190506118996080826affffffffffffffffffffff1916611b1490919063ffffffff16565b15611915576040517f83b5c95b000000000000000000000000000000000000000000000000000000008152606082901c906383b5c95b906118e2908a908a908a90600401612228565b600060405180830381600087803b1580156118fc57600080fd5b505af1158015611910573d6000803e3d6000fd5b505050505b508061192081612374565b915050611850565b6000828260405160200161193d9291906124a0565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b600064ffffffffff8211156119c2576040517f4767058800000000000000000000000000000000000000000000000000000000815260048101839052602401610ca5565b8366ffffffffffffff811660ff851660280260380182901c64ffffffffff168085106119f457808503820191506119fc565b848103820391505b5064ffffffffff6038602860ff8816020181811b197fffffffffffffffffffffffffffffffffffffffffffffffffff000000000000009490941690921792909216918416901b1790509392505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110611a8657611a86612155565b60209081029190910181019190915260408051613a3160f11b818401526473746f726560d81b60228201527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308201528151808203909301835281019052600090611afd90611af5906121c6565b836000610f43565b9050610550611b0f8260008451610c56565b611cb3565b60008160ff1682611b258560581c90565b1660ff1614905092915050565b610a218383602084018451611cc4565b8115611bb45760208210611b6c57602082048401935060208281611b6857611b686124db565b0691505b8115611bb45760208290036000600019600883021c1990508554600885021b811984511682821617845250818511611ba5575050610730565b50600194909401939283900392015b5b60208310611bd65783548152600190930192601f1990920191602001611bb5565b8215610730576000600019600885021c198251865482169119161782525050505050565b6040805160208101849052908101829052600090606001610e76565b60006008611c2660026020612474565b611c3091906124f1565b9190911c919050565b60006008600180611c4c60026020612474565b611c569190612474565b611c609190612474565b611c6a91906124f1565b8260ff911c1692915050565b60006020611c8583601f612319565b611c8f9190612631565b611c999084612319565b90505b80831015610a215760008355600183019250611c9c565b6060600061062c8360156000610f7d565b8215611d3e5760208310611cee57602083048401935060208381611cea57611cea6124db565b0692505b8215611d3e5760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311611d2f575050610730565b50600194909401939182019190035b5b60208110611d605781518455600190930192602090910190601f1901611d3f565b8015610730576000600019600883021c198554845182169119161785555050505050565b600060208284031215611d9657600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461062c57600080fd5b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715611e0557611e05611dc6565b604052919050565b600082601f830112611e1e57600080fd5b8135602067ffffffffffffffff821115611e3a57611e3a611dc6565b8160051b611e49828201611ddc565b9283528481018201928281019087851115611e6357600080fd5b83870192505b84831015611e8257823582529183019190830190611e69565b979650505050505050565b803564ffffffffff81168114610b5d57600080fd5b600067ffffffffffffffff821115611ebc57611ebc611dc6565b50601f01601f191660200190565b600082601f830112611edb57600080fd5b8135611eee611ee982611ea2565b611ddc565b818152846020838601011115611f0357600080fd5b816020850160208301376000918101602001919091529392505050565b600080600080600080600060e0888a031215611f3b57600080fd5b87359650602088013567ffffffffffffffff80821115611f5a57600080fd5b611f668b838c01611e0d565b975060408a0135915060ff82168214611f7e57600080fd5b819650611f8d60608b01611e8d565b9550611f9b60808b01611e8d565b945060a08a0135935060c08a0135915080821115611fb857600080fd5b50611fc58a828b01611eca565b91505092959891949750929550565b60008060008060008060c08789031215611fed57600080fd5b86359550602087013567ffffffffffffffff8082111561200c57600080fd5b6120188a838b01611e0d565b9650604089013591508082111561202e57600080fd5b61203a8a838b01611eca565b955060608901359450608089013591508082111561205757600080fd5b5061206489828a01611eca565b92505060a087013590509295509295509295565b60008060006060848603121561208d57600080fd5b83359250602084013567ffffffffffffffff8111156120ab57600080fd5b6120b786828701611e0d565b925050604084013590509250925092565b600080600080608085870312156120de57600080fd5b84359350602085013567ffffffffffffffff808211156120fd57600080fd5b61210988838901611e0d565b94506040870135915065ffffffffffff8216821461212657600080fd5b9092506060860135908082111561213c57600080fd5b5061214987828801611eca565b91505092959194509250565b634e487b7160e01b600052603260045260246000fd5b60005b8381101561218657818101518382015260200161216e565b50506000910152565b600084516121a181846020890161216b565b820184815283516121b981602080850190880161216b565b0160200195945050505050565b805160208083015191908110156121e7576000198160200360031b1b821691505b50919050565b600081518084526020808501945080840160005b8381101561221d57815187529582019590820190600101612201565b509495945050505050565b83815260606020820152600061224160608301856121ed565b9050826040830152949350505050565b600082601f83011261226257600080fd5b8151612270611ee982611ea2565b81815284602083860101111561228557600080fd5b61055082602083016020870161216b565b6000806000606084860312156122ab57600080fd5b835167ffffffffffffffff808211156122c357600080fd5b6122cf87838801612251565b94506020860151935060408601519150808211156122ec57600080fd5b506122f986828701612251565b9150509250925092565b634e487b7160e01b600052601160045260246000fd5b808201808211156101f7576101f7612303565b84815260806020820152600061234560808301866121ed565b60ff949094166040830152506060015292915050565b60006020828403121561236d57600080fd5b5051919050565b6000600019820361238757612387612303565b5060010190565b600081518084526123a681602086016020860161216b565b601f01601f19169290920160200192915050565b8481526080602082015260006123d360808301866121ed565b60ff851660408401528281036060840152611e82818561238e565b83815260606020820152600061240760608301856121ed565b905060ff83166040830152949350505050565b60006020828403121561242c57600080fd5b815167ffffffffffffffff81111561244357600080fd5b61055084828501612251565b606081526000612462606083018661238e565b60208301949094525060400152919050565b818103818111156101f7576101f7612303565b82815260406020820152600061055060408301846121ed565b82815260006020808301845182860160005b828110156124ce578151845292840192908401906001016124b2565b5091979650505050505050565b634e487b7160e01b600052601260045260246000fd5b80820281158282048414176101f7576101f7612303565b7fffff000000000000000000000000000000000000000000000000000000000000841681528260208201526060604082015260006108f4606083018461238e565b64ffffffffff81811683821601908082111561256757612567612303565b5092915050565b60a08152600061258160a08301886121ed565b65ffffffffffff8716602084015264ffffffffff8616604084015284606084015282810360808401526125b4818561238e565b98975050505050505050565b87815260e0602082015260006125d960e08301896121ed565b60ff8816604084015264ffffffffff87811660608501528616608084015260a0830185905282810360c0840152612610818561238e565b9a9950505050505050505050565b60208152600061062c60208301846121ed565b60008261264e57634e487b7160e01b600052601260045260246000fd5b50049056fea164736f6c6343000815000a",
129
- "sourceMap": "1629:2008:122:-:0;;;1910:23;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;1867:66:122;;;1629:2008;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;",
129
+ "sourceMap": "1629:2008:132:-:0;;;1910:23;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;1867:66:132;;;1629:2008;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;",
130
130
  "linkReferences": {}
131
131
  },
132
132
  "deployedBytecode": {
133
133
  "object": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c806317d7de7c1161005b57806317d7de7c146100ec57806345ec93541461011a5780637c5b03351461012d578063e1af802c1461014057600080fd5b806301ffc9a714610082578063119df25f146100aa57806313861fb5146100d7575b600080fd5b610095610090366004610b3a565b610148565b60405190151581526020015b60405180910390f35b6100b26101e1565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100a1565b6100ea6100e5366004610b99565b6101f0565b005b6040517f696e64657800000000000000000000000000000000000000000000000000000081526020016100a1565b604051601f1936013581526020016100a1565b6100ea61013b366004610b99565b610222565b6100b26105b8565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f79f50b5b0000000000000000000000000000000000000000000000000000000014806101db57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60006101eb6105c2565b905090565b6040517fea8b184c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000818060200190518101906102389190610c4a565b905060006102667f6b65797776616c00000000000000000000000000000000000000000000000000836105f4565b905060006102726105b8565b905060008073ffffffffffffffffffffffffffffffffffffffff831680630ba51f49867c01000000000000000000000000000000000000000000000000000000006102bb6106d1565b6102c3610749565b6102cb610783565b6102d3610808565b6040516024016102e896959493929190610cf7565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b9390931790925290516103359250610d41565b600060405180830381855af49150503d8060008114610370576040519150601f19603f3d011682016040523d82523d6000602084013e610375565b606091505b50915091508273ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff166340554c3a867f00000000000000000000000000000000000000000000000000000000000000006040516024016103ff92919091825273ffffffffffffffffffffffffffffffffffffffff16602082015260400190565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1660e09490941b93909317909252905161044c9250610d41565b600060405180830381855af49150503d8060008114610487576040519150601f19603f3d011682016040523d82523d6000602084013e61048c565b606091505b509092509050816104a0576104a08161087f565b604080516024810187905273ffffffffffffffffffffffffffffffffffffffff7f000000000000000000000000000000000000000000000000000000000000000081166044830152607d60648084019190915283518084039091018152608490920183526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f530f4b600000000000000000000000000000000000000000000000000000000017905291519185169161055c9190610d41565b600060405180830381855af49150503d8060008114610597576040519150601f19603f3d011682016040523d82523d6000602084013e61059c565b606091505b509092509050816105b0576105b08161087f565b505050505050565b60006101eb610887565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806105f15750335b90565b600080610600836108d3565b9050600061060e8460101b90565b9050603861061d816010610d73565b6106279190610d73565b7fffffffffffffffffffffffffffffffff000000000000000000000000000000008316901c61065860386010610d73565b7f74620000000000000000000000000000000000000000000000000000000000007fffffffffffffff0000000000000000000000000000000000000000000000000093909316901c601087901c7dffffffffffffff00000000000000000000000000000000000000000000001617171791505092915050565b60408051600180825281830190925260009182919060208083019080368337019050509050605f8160008151811061070b5761070b610d86565b602002602001019060c581111561072457610724610d9c565b908160c581111561073757610737610d9c565b905250610743816108ea565b91505090565b6040805160018082528183019092526000918291906020808301908036833701905050905060c18160008151811061070b5761070b610d86565b604080516001808252818301909252606091816020015b606081526020019060019003908161079a5790505090506040518060400160405280600981526020017f76616c7565486173680000000000000000000000000000000000000000000000815250816000815181106107fa576107fa610d86565b602002602001018190525090565b604080516001808252818301909252606091816020015b606081526020019060019003908161081f5790505090506040518060400160405280600d81526020017f6b6579735769746856616c756500000000000000000000000000000000000000815250816000815181106107fa576107fa610d86565b805160208201fd5b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff16806108ce573391505090565b919050565b60006108e160706010610d73565b9190911b919050565b6000601c825111156109365781516040517f5318beb900000000000000000000000000000000000000000000000000000000815260040161092d91815260200190565b60405180910390fd5b60008080805b8551811015610a1157600061097a87838151811061095c5761095c610d86565b602002602001015160c581111561097557610975610d9c565b610ae0565b90508060000361098f576001909201916109c7565b82156109c7576040517ff1e56be400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80840193506008826004601f0303028783815181106109e8576109e8610d86565b602002602001015160c5811115610a0157610a01610d9c565b901b94909417935060010161093c565b506005811115610a50576040517f5318beb90000000000000000000000000000000000000000000000000000000081526004810182905260240161092d565b84518190036008610a6360026020610db2565b610a6d9190610dc5565b83901b939093179260086001610a8560026020610db2565b610a8f9190610db2565b610a999190610dc5565b81901b93909317926008600180610ab260026020610db2565b610abc9190610db2565b610ac69190610db2565b610ad09190610dc5565b9190911b92909217949350505050565b6000808260c5811115610af557610af5610d9c565b60ff1690506061811015610b0f57601f1660010192915050565b60618360c5811115610b2357610b23610d9c565b03610b315750601492915050565b50600092915050565b600060208284031215610b4c57600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610b7c57600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600060208284031215610bab57600080fd5b813567ffffffffffffffff80821115610bc357600080fd5b818401915084601f830112610bd757600080fd5b813581811115610be957610be9610b83565b604051601f8201601f19908116603f01168101908382118183101715610c1157610c11610b83565b81604052828152876020848701011115610c2a57600080fd5b826020860160208301376000928101602001929092525095945050505050565b600060208284031215610c5c57600080fd5b5051919050565b60005b83811015610c7e578181015183820152602001610c66565b50506000910152565b600082825180855260208086019550808260051b84010181860160005b84811015610cea57601f1980878503018a5282518051808652610ccc81888801898501610c63565b9a86019a601f01909116939093018401925090830190600101610ca4565b5090979650505050505050565b86815285602082015284604082015283606082015260c060808201526000610d2260c0830185610c87565b82810360a0840152610d348185610c87565b9998505050505050505050565b60008251610d53818460208701610c63565b9190910192915050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101db576101db610d5d565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052602160045260246000fd5b818103818111156101db576101db610d5d565b80820281158282048414176101db576101db610d5d56fea164736f6c6343000815000a",
134
- "sourceMap": "1629:2008:122:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;754:220:95;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;754:220:95;;;;;;;;1245:113:97;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;1245:113:97;543:226:139;3539:96:122;;;;;;:::i;:::-;;:::i;:::-;;1938:83;;;2000:16;2094:98:139;;2082:2;2067:18;1938:83:122;1948:250:139;1599:110:97;;;-1:-1:-1;;3585:14:97;3581:23;3568:37;2349:25:139;;2337:2;2322:18;1599:110:97;2203:177:139;2025:1510:122;;;;;;:::i;:::-;;:::i;1925:95:97:-;;;:::i;754:220:95:-;878:4;897:34;;;360:110:90;897:34:95;;:72;;-1:-1:-1;935:34:95;;;188::89;935::95;897:72;890:79;754:220;-1:-1:-1;;754:220:95:o;1245:113:97:-;1288:14;1317:36;:34;:36::i;:::-;1310:43;;1245:113;:::o;3539:96:122:-;3595:35;;;;;;;;;;;;;;2025:1510;2119:24;2173:4;2162:27;;;;;;;;;;;;:::i;:::-;2119:71;;2196:30;2229:49;2246:16;2264:13;2229:16;:49::i;:::-;2196:82;;2285:16;2315:8;:6;:8::i;:::-;2285:39;-1:-1:-1;2365:12:122;;2406:27;;;;2465:19;2506;1162:66:126;2579:28:122;:26;:28::i;:::-;2619:30;:28;:30::i;:::-;2661:27;:25;:27::i;:::-;2700:29;:27;:29::i;:::-;2441:306;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2441:306:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;2406:347;;;;-1:-1:-1;2406:347:122;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2364:389;;;;2841:5;2833:27;;2883:5;:17;;;2903:19;2932:4;2868:71;;;;;;;;5127:25:139;;;5200:42;5188:55;5183:2;5168:18;;5161:83;5115:2;5100:18;;4921:329;2868:71:122;;;;-1:-1:-1;;2868:71:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;2833:112;;;;-1:-1:-1;2833:112:122;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2809:136:122;;-1:-1:-1;2809:136:122;-1:-1:-1;2809:136:122;2952:41;;2966:27;2982:10;2966:15;:27::i;:::-;983:6:81;3137:340:122;;;;;5512:25:139;;;3102:27:122;3231:4;5573:55:139;;5553:18;;;5546:83;3247:212:122;5645:18:139;;;;5638:45;;;;3137:340:122;;;;;;;;;;5485:18:139;;;;3137:340:122;;;;;;;;;;;;;3102:381;;:27;;;;:381;;3137:340;3102:381;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3078:405:122;;-1:-1:-1;3078:405:122;-1:-1:-1;3078:405:122;3489:41;;3503:27;3519:10;3503:15;:27::i;:::-;2072:1463;;;;;2025:1510;:::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;1052:559:125:-;1142:10;1158:17;1178:46;1210:13;1178:31;:46::i;:::-;1158:66;;1228:27;1265:51;1302:13;336:5:67;2530:44:98;;2432:148;1265:51:125;1228:89;-1:-1:-1;401:5:125;1544:33;401:5;336::67;1544:33:125;:::i;:::-;:56;;;;:::i;:::-;1521:18;;;:80;;1474:33;354:5;336::67;1474:33:125;:::i;:::-;1363:14;1440:29;;;;;:68;;336:5:67;1390:37:125;;;;;1355:154;:247;;;-1:-1:-1;;1052:559:125;;;;:::o;1581:200:126:-;1675:19;;;1692:1;1675:19;;;;;;;;;1628:6;;;;1675:19;;;;;;;;;;;;-1:-1:-1;1675:19:126;1642:52;;1716:18;1700:10;1711:1;1700:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;1748:28:126;1765:10;1748:16;:28::i;:::-;1741:35;;;1581:200;:::o;1898:214::-;1996:19;;;2013:1;1996:19;;;;;;;;;1947:6;;;;1996:19;;;;;;;;;;;;-1:-1:-1;1996:19:126;1961:54;;2039:24;2021:12;2034:1;2021:15;;;;;;;;:::i;2246:140::-;2335:15;;;2348:1;2335:15;;;;;;;;;2292:24;;2335:15;;;;;;;;;;;;;;;;;;;;2324:26;;2356:25;;;;;;;;;;;;;;;;;:8;2365:1;2356:11;;;;;;;;:::i;:::-;;;;;;:25;;;;2246:140;:::o;2526:152::-;2621:15;;;2634:1;2621:15;;;;;;;;;2574:26;;2621:15;;;;;;;;;;;;;;;;;;;;2608:28;;2642:31;;;;;;;;;;;;;;;;;:10;2653:1;2642:13;;;;;;;;:::i;501:217:108:-;704:6;698:13;691:4;683:6;679:17;672:40;1766:227:73;996:42;1855:22;1816:7;;1855:22;;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:73:o;3058:160:98:-;3121:7;3185:26;399:6;336:5:67;3185:26:98;:::i;:::-;3151:61;;;;;3058:160;-1:-1:-1;3058:160:98:o;1247:2059:68:-;1315:6;647:2:79;1333:7:68;:14;:33;1329:85;;;1399:7;:14;1375:39;;;;;;;;;2349:25:139;;2337:2;2322:18;;2203:177;1375:39:68;;;;;;;;1329:85;1420:14;;;;1621:956;1645:7;:14;1641:1;:18;1621:956;;;1671:24;1698:32;:7;1706:1;1698:10;;;;;;;;:::i;:::-;;;;;;;:30;;;;;;;;:::i;:::-;;:32::i;:::-;1671:59;;1743:16;1763:1;1743:21;1739:404;;1928:15;;;;;1739:404;;;1972:17;;1968:175;;2096:38;;;;;;;;;;;;;;1968:175;2269:16;2254:31;;;;537:1:79;2531::68;2527;437:2:79;2509:19:68;:23;2508:40;2492:7;2500:1;2492:10;;;;;;;;:::i;:::-;;;;;;;2484:19;;;;;;;;:::i;:::-;:65;;2474:75;;;;;-1:-1:-1;2559:3:68;;1621:956;;;;902:1:79;2621:13:68;:34;2617:85;;;2664:38;;;;;;;;2349:25:139;;;2322:18;;2664:38:68;2203:177:139;2617:85:68;2802:14;;:30;;;537:1:79;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;3090:41:68;;;3080:51;;;;;537:1:79;1425;1409:13;1421:1;334:2;1409:13;:::i;:::-;:17;;;;:::i;:::-;1408:34;;;;:::i;:::-;3147:47:68;;;3137:57;;;;;537:1:79;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;3210:49:68;;;;3200:59;;;;;1247:2059;-1:-1:-1;;;;1247:2059:68:o;3195:520:52:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:52:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:52;;3195:520;-1:-1:-1;;3195:520:52:o;3592:121::-;-1:-1:-1;3707:1:52;;3195:520;-1:-1:-1;;3195:520:52: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;199:117;335:5;14:332;-1:-1:-1;;;14:332:139:o;774:184::-;-1:-1:-1;;;823:1:139;816:88;923:4;920:1;913:15;947:4;944:1;937:15;963:980;1031:6;1084:2;1072:9;1063:7;1059:23;1055:32;1052:52;;;1100:1;1097;1090:12;1052:52;1140:9;1127:23;1169:18;1210:2;1202:6;1199:14;1196:34;;;1226:1;1223;1216:12;1196:34;1264:6;1253:9;1249:22;1239:32;;1309:7;1302:4;1298:2;1294:13;1290:27;1280:55;;1331:1;1328;1321:12;1280:55;1367:2;1354:16;1389:2;1385;1382:10;1379:36;;;1395:18;;:::i;:::-;1529:2;1523:9;1591:4;1583:13;;-1:-1:-1;;1579:22:139;;;1603:2;1575:31;1571:40;1559:53;;;1627:18;;;1647:22;;;1624:46;1621:72;;;1673:18;;:::i;:::-;1713:10;1709:2;1702:22;1748:2;1740:6;1733:18;1788:7;1783:2;1778;1774;1770:11;1766:20;1763:33;1760:53;;;1809:1;1806;1799:12;1760:53;1865:2;1860;1856;1852:11;1847:2;1839:6;1835:15;1822:46;1910:1;1888:15;;;1905:2;1884:24;1877:35;;;;-1:-1:-1;1892:6:139;963:980;-1:-1:-1;;;;;963:980:139:o;2385:184::-;2455:6;2508:2;2496:9;2487:7;2483:23;2479:32;2476:52;;;2524:1;2521;2514:12;2476:52;-1:-1:-1;2547:16:139;;2385:184;-1:-1:-1;2385:184:139:o;2574:250::-;2659:1;2669:113;2683:6;2680:1;2677:13;2669:113;;;2759:11;;;2753:18;2740:11;;;2733:39;2705:2;2698:10;2669:113;;;-1:-1:-1;;2816:1:139;2798:16;;2791:27;2574:250::o;2829:878::-;2881:3;2912;2944:5;2938:12;2971:6;2966:3;2959:19;2997:4;3026:2;3021:3;3017:12;3010:19;;3082:2;3072:6;3069:1;3065:14;3058:5;3054:26;3050:35;3119:2;3112:5;3108:14;3140:1;3150:531;3164:6;3161:1;3158:13;3150:531;;;-1:-1:-1;;3336:2:139;3328:5;3322:4;3318:16;3314:25;3309:3;3302:38;3369:6;3363:13;3411:2;3405:9;3440:8;3434:4;3427:22;3462:72;3525:8;3520:2;3514:4;3510:13;3505:2;3501;3497:11;3462:72;:::i;:::-;3659:12;;;;3587:2;3573:17;3569:26;;;3559:37;;;;3555:46;;;-1:-1:-1;3624:15:139;;;;3186:1;3179:9;3150:531;;;-1:-1:-1;3697:4:139;;2829:878;-1:-1:-1;;;;;;;2829:878:139:o;3712:912::-;4242:6;4231:9;4224:25;4285:6;4280:2;4269:9;4265:18;4258:34;4328:6;4323:2;4312:9;4308:18;4301:34;4371:6;4366:2;4355:9;4351:18;4344:34;4415:3;4409;4398:9;4394:19;4387:32;4205:4;4442:56;4493:3;4482:9;4478:19;4470:6;4442:56;:::i;:::-;4547:9;4539:6;4535:22;4529:3;4518:9;4514:19;4507:51;4575:43;4611:6;4603;4575:43;:::i;:::-;4567:51;3712:912;-1:-1:-1;;;;;;;;;3712:912:139:o;4629:287::-;4758:3;4796:6;4790:13;4812:66;4871:6;4866:3;4859:4;4851:6;4847:17;4812:66;:::i;:::-;4894:16;;;;;4629:287;-1:-1:-1;;4629:287:139:o;5694:184::-;-1:-1:-1;;;5743:1:139;5736:88;5843:4;5840:1;5833:15;5867:4;5864:1;5857:15;5883:125;5948:9;;;5969:10;;;5966:36;;;5982:18;;:::i;6013:184::-;-1:-1:-1;;;6062:1:139;6055:88;6162:4;6159:1;6152:15;6186:4;6183:1;6176:15;6202:184;-1:-1:-1;;;6251:1:139;6244:88;6351:4;6348:1;6341:15;6375:4;6372:1;6365:15;6391:128;6458:9;;;6479:11;;;6476:37;;;6493:18;;:::i;6524:168::-;6597:9;;;6628;;6645:15;;;6639:22;;6625:37;6615:71;;6666:18;;:::i",
134
+ "sourceMap": "1629:2008:132:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;754:220:98;;;;;;:::i;:::-;;:::i;:::-;;;516:14:150;;509:22;491:41;;479:2;464:18;754:220:98;;;;;;;;1245:113:100;;;:::i;:::-;;;719:42:150;707:55;;;689:74;;677:2;662:18;1245:113:100;543:226:150;3539:96:132;;;;;;:::i;:::-;;:::i;:::-;;1938:83;;;2000:16;2094:98:150;;2082:2;2067:18;1938:83:132;1948:250:150;1599:110:100;;;-1:-1:-1;;3585:14:100;3581:23;3568:37;2349:25:150;;2337:2;2322:18;1599:110:100;2203:177:150;2025:1510:132;;;;;;:::i;:::-;;:::i;1925:95:100:-;;;:::i;754:220:98:-;878:4;897:34;;;360:110:93;897:34:98;;:72;;-1:-1:-1;935:34:98;;;188::92;935::98;897:72;890:79;754:220;-1:-1:-1;;754:220:98:o;1245:113:100:-;1288:14;1317:36;:34;:36::i;:::-;1310:43;;1245:113;:::o;3539:96:132:-;3595:35;;;;;;;;;;;;;;2025:1510;2119:24;2173:4;2162:27;;;;;;;;;;;;:::i;:::-;2119:71;;2196:30;2229:49;2246:16;2264:13;2229:16;:49::i;:::-;2196:82;;2285:16;2315:8;:6;:8::i;:::-;2285:39;-1:-1:-1;2365:12:132;;2406:27;;;;2465:19;2506;1162:66:136;2579:28:132;:26;:28::i;:::-;2619:30;:28;:30::i;:::-;2661:27;:25;:27::i;:::-;2700:29;:27;:29::i;:::-;2441:306;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2441:306:132;;;;;;;;;;;;;;;;;;;;;;;;;;;;2406:347;;;;-1:-1:-1;2406:347:132;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2364:389;;;;2841:5;2833:27;;2883:5;:17;;;2903:19;2932:4;2868:71;;;;;;;;5127:25:150;;;5200:42;5188:55;5183:2;5168:18;;5161:83;5115:2;5100:18;;4921:329;2868:71:132;;;;-1:-1:-1;;2868:71:132;;;;;;;;;;;;;;;;;;;;;;;;;;;;2833:112;;;;-1:-1:-1;2833:112:132;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;2809:136:132;;-1:-1:-1;2809:136:132;-1:-1:-1;2809:136:132;2952:41;;2966:27;2982:10;2966:15;:27::i;:::-;983:6:83;3137:340:132;;;;;5512:25:150;;;3102:27:132;3231:4;5573:55:150;;5553:18;;;5546:83;3247:212:132;5645:18:150;;;;5638:45;;;;3137:340:132;;;;;;;;;;5485:18:150;;;;3137:340:132;;;;;;;;;;;;;3102:381;;:27;;;;:381;;3137:340;3102:381;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3078:405:132;;-1:-1:-1;3078:405:132;-1:-1:-1;3078:405:132;3489:41;;3503:27;3519:10;3503:15;:27::i;:::-;2072:1463;;;;;2025:1510;:::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;1052:559:135:-;1142:10;1158:17;1178:46;1210:13;1178:31;:46::i;:::-;1158:66;;1228:27;1265:51;1302:13;336:5:69;2530:44:101;;2432:148;1265:51:135;1228:89;-1:-1:-1;401:5:135;1544:33;401:5;336::69;1544:33:135;:::i;:::-;:56;;;;:::i;:::-;1521:18;;;:80;;1474:33;354:5;336::69;1474:33:135;:::i;:::-;1363:14;1440:29;;;;;:68;;336:5:69;1390:37:135;;;;;1355:154;:247;;;-1:-1:-1;;1052:559:135;;;;:::o;1581:200:136:-;1675:19;;;1692:1;1675:19;;;;;;;;;1628:6;;;;1675:19;;;;;;;;;;;;-1:-1:-1;1675:19:136;1642:52;;1716:18;1700:10;1711:1;1700:13;;;;;;;;:::i;:::-;;;;;;:34;;;;;;;;;:::i;:::-;;;;;;;;;;;:::i;:::-;;;-1:-1:-1;1748:28:136;1765:10;1748:16;:28::i;:::-;1741:35;;;1581:200;:::o;1898:214::-;1996:19;;;2013:1;1996:19;;;;;;;;;1947:6;;;;1996:19;;;;;;;;;;;;-1:-1:-1;1996:19:136;1961:54;;2039:24;2021:12;2034:1;2021:15;;;;;;;;:::i;2246:140::-;2335:15;;;2348:1;2335:15;;;;;;;;;2292:24;;2335:15;;;;;;;;;;;;;;;;;;;;2324:26;;2356:25;;;;;;;;;;;;;;;;;:8;2365:1;2356:11;;;;;;;;:::i;:::-;;;;;;:25;;;;2246:140;:::o;2526:152::-;2621:15;;;2634:1;2621:15;;;;;;;;;2574:26;;2621:15;;;;;;;;;;;;;;;;;;;;2608:28;;2642:31;;;;;;;;;;;;;;;;;:10;2653:1;2642:13;;;;;;;;:::i;501:217:117:-;704:6;698:13;691:4;683:6;679:17;672:40;1766:227:75;996:42;1855:22;1816:7;;1855:22;;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:75:o;3058:160:101:-;3121:7;3185:26;399:6;336:5:69;3185:26:101;:::i;:::-;3151:61;;;;;3058:160;-1:-1:-1;3058:160:101:o;1247:2059:70:-;1315:6;647:2:81;1333:7:70;:14;:33;1329:85;;;1399:7;:14;1375:39;;;;;;;;;2349:25:150;;2337:2;2322:18;;2203:177;1375:39:70;;;;;;;;1329:85;1420:14;;;;1621:956;1645:7;:14;1641:1;:18;1621:956;;;1671:24;1698:32;:7;1706:1;1698:10;;;;;;;;:::i;:::-;;;;;;;:30;;;;;;;;:::i;:::-;;:32::i;:::-;1671:59;;1743:16;1763:1;1743:21;1739:404;;1928:15;;;;;1739:404;;;1972:17;;1968:175;;2096:38;;;;;;;;;;;;;;1968:175;2269:16;2254:31;;;;537:1:81;2531::70;2527;437:2:81;2509:19:70;:23;2508:40;2492:7;2500:1;2492:10;;;;;;;;:::i;:::-;;;;;;;2484:19;;;;;;;;:::i;:::-;:65;;2474:75;;;;;-1:-1:-1;2559:3:70;;1621:956;;;;902:1:81;2621:13:70;:34;2617:85;;;2664:38;;;;;;;;2349:25:150;;;2322:18;;2664:38:70;2203:177:150;2617:85:70;2802:14;;:30;;;537:1:81;1247:13;1259:1;334:2;1247:13;:::i;:::-;1246:30;;;;:::i;:::-;3090:41:70;;;3080:51;;;;;537:1:81;1425;1409:13;1421:1;334:2;1409:13;:::i;:::-;:17;;;;:::i;:::-;1408:34;;;;:::i;:::-;3147:47:70;;;3137:57;;;;;537:1:81;1597;;1577:13;1589:1;334:2;1577:13;:::i;:::-;:17;;;;:::i;:::-;:21;;;;:::i;:::-;1576:38;;;;:::i;:::-;3210:49:70;;;;3200:59;;;;;1247:2059;-1:-1:-1;;;;1247:2059:70:o;3195:520:54:-;3261:7;3274:13;3296:10;3290:17;;;;;;;;:::i;:::-;3274:33;;;;3324:2;3316:5;:10;3312:401;;;3568:2;3560:10;3574:1;3559:16;;;-1:-1:-1;;3195:520:54:o;3312:401::-;3610:18;3596:10;:32;;;;;;;;:::i;:::-;;3592:121;;-1:-1:-1;3643:2:54;;3195:520;-1:-1:-1;;3195:520:54:o;3592:121::-;-1:-1:-1;3707:1:54;;3195:520;-1:-1:-1;;3195:520:54: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;199:117;335:5;14:332;-1:-1:-1;;;14:332:150:o;774:184::-;-1:-1:-1;;;823:1:150;816:88;923:4;920:1;913:15;947:4;944:1;937:15;963:980;1031:6;1084:2;1072:9;1063:7;1059:23;1055:32;1052:52;;;1100:1;1097;1090:12;1052:52;1140:9;1127:23;1169:18;1210:2;1202:6;1199:14;1196:34;;;1226:1;1223;1216:12;1196:34;1264:6;1253:9;1249:22;1239:32;;1309:7;1302:4;1298:2;1294:13;1290:27;1280:55;;1331:1;1328;1321:12;1280:55;1367:2;1354:16;1389:2;1385;1382:10;1379:36;;;1395:18;;:::i;:::-;1529:2;1523:9;1591:4;1583:13;;-1:-1:-1;;1579:22:150;;;1603:2;1575:31;1571:40;1559:53;;;1627:18;;;1647:22;;;1624:46;1621:72;;;1673:18;;:::i;:::-;1713:10;1709:2;1702:22;1748:2;1740:6;1733:18;1788:7;1783:2;1778;1774;1770:11;1766:20;1763:33;1760:53;;;1809:1;1806;1799:12;1760:53;1865:2;1860;1856;1852:11;1847:2;1839:6;1835:15;1822:46;1910:1;1888:15;;;1905:2;1884:24;1877:35;;;;-1:-1:-1;1892:6:150;963:980;-1:-1:-1;;;;;963:980:150:o;2385:184::-;2455:6;2508:2;2496:9;2487:7;2483:23;2479:32;2476:52;;;2524:1;2521;2514:12;2476:52;-1:-1:-1;2547:16:150;;2385:184;-1:-1:-1;2385:184:150:o;2574:250::-;2659:1;2669:113;2683:6;2680:1;2677:13;2669:113;;;2759:11;;;2753:18;2740:11;;;2733:39;2705:2;2698:10;2669:113;;;-1:-1:-1;;2816:1:150;2798:16;;2791:27;2574:250::o;2829:878::-;2881:3;2912;2944:5;2938:12;2971:6;2966:3;2959:19;2997:4;3026:2;3021:3;3017:12;3010:19;;3082:2;3072:6;3069:1;3065:14;3058:5;3054:26;3050:35;3119:2;3112:5;3108:14;3140:1;3150:531;3164:6;3161:1;3158:13;3150:531;;;-1:-1:-1;;3336:2:150;3328:5;3322:4;3318:16;3314:25;3309:3;3302:38;3369:6;3363:13;3411:2;3405:9;3440:8;3434:4;3427:22;3462:72;3525:8;3520:2;3514:4;3510:13;3505:2;3501;3497:11;3462:72;:::i;:::-;3659:12;;;;3587:2;3573:17;3569:26;;;3559:37;;;;3555:46;;;-1:-1:-1;3624:15:150;;;;3186:1;3179:9;3150:531;;;-1:-1:-1;3697:4:150;;2829:878;-1:-1:-1;;;;;;;2829:878:150:o;3712:912::-;4242:6;4231:9;4224:25;4285:6;4280:2;4269:9;4265:18;4258:34;4328:6;4323:2;4312:9;4308:18;4301:34;4371:6;4366:2;4355:9;4351:18;4344:34;4415:3;4409;4398:9;4394:19;4387:32;4205:4;4442:56;4493:3;4482:9;4478:19;4470:6;4442:56;:::i;:::-;4547:9;4539:6;4535:22;4529:3;4518:9;4514:19;4507:51;4575:43;4611:6;4603;4575:43;:::i;:::-;4567:51;3712:912;-1:-1:-1;;;;;;;;;3712:912:150:o;4629:287::-;4758:3;4796:6;4790:13;4812:66;4871:6;4866:3;4859:4;4851:6;4847:17;4812:66;:::i;:::-;4894:16;;;;;4629:287;-1:-1:-1;;4629:287:150:o;5694:184::-;-1:-1:-1;;;5743:1:150;5736:88;5843:4;5840:1;5833:15;5867:4;5864:1;5857:15;5883:125;5948:9;;;5969:10;;;5966:36;;;5982:18;;:::i;6013:184::-;-1:-1:-1;;;6062:1:150;6055:88;6162:4;6159:1;6152:15;6186:4;6183:1;6176:15;6202:184;-1:-1:-1;;;6251:1:150;6244:88;6351:4;6348:1;6341:15;6375:4;6372:1;6365:15;6391:128;6458:9;;;6479:11;;;6476:37;;;6493:18;;:::i;6524:168::-;6597:9;;;6628;;6645:15;;;6639:22;;6625:37;6615:71;;6666:18;;:::i",
135
135
  "linkReferences": {},
136
136
  "immutableReferences": {
137
- "50416": [
137
+ "59558": [
138
138
  {
139
139
  "start": 944,
140
140
  "length": 32
@@ -864,70 +864,70 @@
864
864
  },
865
865
  "ast": {
866
866
  "absolutePath": "src/modules/keyswithvalue/KeysWithValueModule.sol",
867
- "id": 50573,
867
+ "id": 59715,
868
868
  "exportedSymbols": {
869
869
  "AFTER_SPLICE_DYNAMIC_DATA": [
870
- 36610
870
+ 39126
871
871
  ],
872
872
  "AFTER_SPLICE_STATIC_DATA": [
873
- 36598
873
+ 39114
874
874
  ],
875
875
  "BEFORE_DELETE_RECORD": [
876
- 36616
876
+ 39132
877
877
  ],
878
878
  "BEFORE_SET_RECORD": [
879
- 36580
879
+ 39096
880
880
  ],
881
881
  "BEFORE_SPLICE_DYNAMIC_DATA": [
882
- 36604
882
+ 39120
883
883
  ],
884
884
  "BEFORE_SPLICE_STATIC_DATA": [
885
- 36592
885
+ 39108
886
886
  ],
887
887
  "IBaseWorld": [
888
- 39775
888
+ 42528
889
889
  ],
890
890
  "KeysWithValue": [
891
- 53272
891
+ 62414
892
892
  ],
893
893
  "KeysWithValueHook": [
894
- 50372
894
+ 59514
895
895
  ],
896
896
  "KeysWithValueModule": [
897
- 50572
897
+ 59714
898
898
  ],
899
899
  "MODULE_NAMESPACE": [
900
- 50577
900
+ 59719
901
901
  ],
902
902
  "Module": [
903
- 39183
903
+ 41936
904
904
  ],
905
905
  "ResourceId": [
906
- 26605
906
+ 29121
907
907
  ],
908
908
  "StoreSwitch": [
909
- 31292
909
+ 33808
910
910
  ],
911
911
  "WorldContextConsumer": [
912
- 39261
912
+ 42014
913
913
  ],
914
914
  "WorldResourceIdInstance": [
915
- 39739
915
+ 42492
916
916
  ],
917
917
  "getTargetTableId": [
918
- 50808
918
+ 59950
919
919
  ],
920
920
  "revertWithBytes": [
921
- 39849
921
+ 48971
922
922
  ]
923
923
  },
924
924
  "nodeType": "SourceUnit",
925
- "src": "32:3606:122",
925
+ "src": "32:3606:132",
926
926
  "nodes": [
927
927
  {
928
- "id": 50374,
928
+ "id": 59516,
929
929
  "nodeType": "PragmaDirective",
930
- "src": "32:25:122",
930
+ "src": "32:25:132",
931
931
  "nodes": [],
932
932
  "literals": [
933
933
  "solidity",
@@ -937,24 +937,24 @@
937
937
  ]
938
938
  },
939
939
  {
940
- "id": 50376,
940
+ "id": 59518,
941
941
  "nodeType": "ImportDirective",
942
- "src": "58:68:122",
942
+ "src": "58:68:132",
943
943
  "nodes": [],
944
944
  "absolutePath": "node_modules/@latticexyz/store/src/StoreSwitch.sol",
945
945
  "file": "@latticexyz/store/src/StoreSwitch.sol",
946
946
  "nameLocation": "-1:-1:-1",
947
- "scope": 50573,
948
- "sourceUnit": 31293,
947
+ "scope": 59715,
948
+ "sourceUnit": 33809,
949
949
  "symbolAliases": [
950
950
  {
951
951
  "foreign": {
952
- "id": 50375,
952
+ "id": 59517,
953
953
  "name": "StoreSwitch",
954
954
  "nodeType": "Identifier",
955
955
  "overloadedDeclarations": [],
956
- "referencedDeclaration": 31292,
957
- "src": "67:11:122",
956
+ "referencedDeclaration": 33808,
957
+ "src": "67:11:132",
958
958
  "typeDescriptions": {}
959
959
  },
960
960
  "nameLocation": "-1:-1:-1"
@@ -963,84 +963,84 @@
963
963
  "unitAlias": ""
964
964
  },
965
965
  {
966
- "id": 50383,
966
+ "id": 59525,
967
967
  "nodeType": "ImportDirective",
968
- "src": "127:207:122",
968
+ "src": "127:207:132",
969
969
  "nodes": [],
970
970
  "absolutePath": "node_modules/@latticexyz/store/src/storeHookTypes.sol",
971
971
  "file": "@latticexyz/store/src/storeHookTypes.sol",
972
972
  "nameLocation": "-1:-1:-1",
973
- "scope": 50573,
974
- "sourceUnit": 36661,
973
+ "scope": 59715,
974
+ "sourceUnit": 39177,
975
975
  "symbolAliases": [
976
976
  {
977
977
  "foreign": {
978
- "id": 50377,
978
+ "id": 59519,
979
979
  "name": "BEFORE_SET_RECORD",
980
980
  "nodeType": "Identifier",
981
981
  "overloadedDeclarations": [],
982
- "referencedDeclaration": 36580,
983
- "src": "136:17:122",
982
+ "referencedDeclaration": 39096,
983
+ "src": "136:17:132",
984
984
  "typeDescriptions": {}
985
985
  },
986
986
  "nameLocation": "-1:-1:-1"
987
987
  },
988
988
  {
989
989
  "foreign": {
990
- "id": 50378,
990
+ "id": 59520,
991
991
  "name": "BEFORE_SPLICE_STATIC_DATA",
992
992
  "nodeType": "Identifier",
993
993
  "overloadedDeclarations": [],
994
- "referencedDeclaration": 36592,
995
- "src": "155:25:122",
994
+ "referencedDeclaration": 39108,
995
+ "src": "155:25:132",
996
996
  "typeDescriptions": {}
997
997
  },
998
998
  "nameLocation": "-1:-1:-1"
999
999
  },
1000
1000
  {
1001
1001
  "foreign": {
1002
- "id": 50379,
1002
+ "id": 59521,
1003
1003
  "name": "AFTER_SPLICE_STATIC_DATA",
1004
1004
  "nodeType": "Identifier",
1005
1005
  "overloadedDeclarations": [],
1006
- "referencedDeclaration": 36598,
1007
- "src": "182:24:122",
1006
+ "referencedDeclaration": 39114,
1007
+ "src": "182:24:132",
1008
1008
  "typeDescriptions": {}
1009
1009
  },
1010
1010
  "nameLocation": "-1:-1:-1"
1011
1011
  },
1012
1012
  {
1013
1013
  "foreign": {
1014
- "id": 50380,
1014
+ "id": 59522,
1015
1015
  "name": "BEFORE_SPLICE_DYNAMIC_DATA",
1016
1016
  "nodeType": "Identifier",
1017
1017
  "overloadedDeclarations": [],
1018
- "referencedDeclaration": 36604,
1019
- "src": "208:26:122",
1018
+ "referencedDeclaration": 39120,
1019
+ "src": "208:26:132",
1020
1020
  "typeDescriptions": {}
1021
1021
  },
1022
1022
  "nameLocation": "-1:-1:-1"
1023
1023
  },
1024
1024
  {
1025
1025
  "foreign": {
1026
- "id": 50381,
1026
+ "id": 59523,
1027
1027
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
1028
1028
  "nodeType": "Identifier",
1029
1029
  "overloadedDeclarations": [],
1030
- "referencedDeclaration": 36610,
1031
- "src": "236:25:122",
1030
+ "referencedDeclaration": 39126,
1031
+ "src": "236:25:132",
1032
1032
  "typeDescriptions": {}
1033
1033
  },
1034
1034
  "nameLocation": "-1:-1:-1"
1035
1035
  },
1036
1036
  {
1037
1037
  "foreign": {
1038
- "id": 50382,
1038
+ "id": 59524,
1039
1039
  "name": "BEFORE_DELETE_RECORD",
1040
1040
  "nodeType": "Identifier",
1041
1041
  "overloadedDeclarations": [],
1042
- "referencedDeclaration": 36616,
1043
- "src": "263:20:122",
1042
+ "referencedDeclaration": 39132,
1043
+ "src": "263:20:132",
1044
1044
  "typeDescriptions": {}
1045
1045
  },
1046
1046
  "nameLocation": "-1:-1:-1"
@@ -1049,24 +1049,24 @@
1049
1049
  "unitAlias": ""
1050
1050
  },
1051
1051
  {
1052
- "id": 50385,
1052
+ "id": 59527,
1053
1053
  "nodeType": "ImportDirective",
1054
- "src": "335:58:122",
1054
+ "src": "335:58:132",
1055
1055
  "nodes": [],
1056
1056
  "absolutePath": "node_modules/@latticexyz/world/src/Module.sol",
1057
1057
  "file": "@latticexyz/world/src/Module.sol",
1058
1058
  "nameLocation": "-1:-1:-1",
1059
- "scope": 50573,
1060
- "sourceUnit": 39184,
1059
+ "scope": 59715,
1060
+ "sourceUnit": 41937,
1061
1061
  "symbolAliases": [
1062
1062
  {
1063
1063
  "foreign": {
1064
- "id": 50384,
1064
+ "id": 59526,
1065
1065
  "name": "Module",
1066
1066
  "nodeType": "Identifier",
1067
1067
  "overloadedDeclarations": [],
1068
- "referencedDeclaration": 39183,
1069
- "src": "344:6:122",
1068
+ "referencedDeclaration": 41936,
1069
+ "src": "344:6:132",
1070
1070
  "typeDescriptions": {}
1071
1071
  },
1072
1072
  "nameLocation": "-1:-1:-1"
@@ -1075,24 +1075,24 @@
1075
1075
  "unitAlias": ""
1076
1076
  },
1077
1077
  {
1078
- "id": 50387,
1078
+ "id": 59529,
1079
1079
  "nodeType": "ImportDirective",
1080
- "src": "395:85:122",
1080
+ "src": "395:85:132",
1081
1081
  "nodes": [],
1082
1082
  "absolutePath": "node_modules/@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1083
1083
  "file": "@latticexyz/world/src/codegen/interfaces/IBaseWorld.sol",
1084
1084
  "nameLocation": "-1:-1:-1",
1085
- "scope": 50573,
1086
- "sourceUnit": 39776,
1085
+ "scope": 59715,
1086
+ "sourceUnit": 42529,
1087
1087
  "symbolAliases": [
1088
1088
  {
1089
1089
  "foreign": {
1090
- "id": 50386,
1090
+ "id": 59528,
1091
1091
  "name": "IBaseWorld",
1092
1092
  "nodeType": "Identifier",
1093
1093
  "overloadedDeclarations": [],
1094
- "referencedDeclaration": 39775,
1095
- "src": "404:10:122",
1094
+ "referencedDeclaration": 42528,
1095
+ "src": "404:10:132",
1096
1096
  "typeDescriptions": {}
1097
1097
  },
1098
1098
  "nameLocation": "-1:-1:-1"
@@ -1101,24 +1101,24 @@
1101
1101
  "unitAlias": ""
1102
1102
  },
1103
1103
  {
1104
- "id": 50389,
1104
+ "id": 59531,
1105
1105
  "nodeType": "ImportDirective",
1106
- "src": "482:78:122",
1106
+ "src": "482:78:132",
1107
1107
  "nodes": [],
1108
1108
  "absolutePath": "node_modules/@latticexyz/world/src/WorldContext.sol",
1109
1109
  "file": "@latticexyz/world/src/WorldContext.sol",
1110
1110
  "nameLocation": "-1:-1:-1",
1111
- "scope": 50573,
1112
- "sourceUnit": 39456,
1111
+ "scope": 59715,
1112
+ "sourceUnit": 42209,
1113
1113
  "symbolAliases": [
1114
1114
  {
1115
1115
  "foreign": {
1116
- "id": 50388,
1116
+ "id": 59530,
1117
1117
  "name": "WorldContextConsumer",
1118
1118
  "nodeType": "Identifier",
1119
1119
  "overloadedDeclarations": [],
1120
- "referencedDeclaration": 39261,
1121
- "src": "491:20:122",
1120
+ "referencedDeclaration": 42014,
1121
+ "src": "491:20:132",
1122
1122
  "typeDescriptions": {}
1123
1123
  },
1124
1124
  "nameLocation": "-1:-1:-1"
@@ -1127,36 +1127,36 @@
1127
1127
  "unitAlias": ""
1128
1128
  },
1129
1129
  {
1130
- "id": 50392,
1130
+ "id": 59534,
1131
1131
  "nodeType": "ImportDirective",
1132
- "src": "561:96:122",
1132
+ "src": "561:96:132",
1133
1133
  "nodes": [],
1134
1134
  "absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
1135
1135
  "file": "@latticexyz/world/src/WorldResourceId.sol",
1136
1136
  "nameLocation": "-1:-1:-1",
1137
- "scope": 50573,
1138
- "sourceUnit": 39740,
1137
+ "scope": 59715,
1138
+ "sourceUnit": 42493,
1139
1139
  "symbolAliases": [
1140
1140
  {
1141
1141
  "foreign": {
1142
- "id": 50390,
1142
+ "id": 59532,
1143
1143
  "name": "ResourceId",
1144
1144
  "nodeType": "Identifier",
1145
1145
  "overloadedDeclarations": [],
1146
- "referencedDeclaration": 26605,
1147
- "src": "570:10:122",
1146
+ "referencedDeclaration": 29121,
1147
+ "src": "570:10:132",
1148
1148
  "typeDescriptions": {}
1149
1149
  },
1150
1150
  "nameLocation": "-1:-1:-1"
1151
1151
  },
1152
1152
  {
1153
1153
  "foreign": {
1154
- "id": 50391,
1154
+ "id": 59533,
1155
1155
  "name": "WorldResourceIdInstance",
1156
1156
  "nodeType": "Identifier",
1157
1157
  "overloadedDeclarations": [],
1158
- "referencedDeclaration": 39739,
1159
- "src": "582:23:122",
1158
+ "referencedDeclaration": 42492,
1159
+ "src": "582:23:132",
1160
1160
  "typeDescriptions": {}
1161
1161
  },
1162
1162
  "nameLocation": "-1:-1:-1"
@@ -1165,24 +1165,24 @@
1165
1165
  "unitAlias": ""
1166
1166
  },
1167
1167
  {
1168
- "id": 50394,
1168
+ "id": 59536,
1169
1169
  "nodeType": "ImportDirective",
1170
- "src": "658:76:122",
1170
+ "src": "658:76:132",
1171
1171
  "nodes": [],
1172
1172
  "absolutePath": "node_modules/@latticexyz/world/src/revertWithBytes.sol",
1173
1173
  "file": "@latticexyz/world/src/revertWithBytes.sol",
1174
1174
  "nameLocation": "-1:-1:-1",
1175
- "scope": 50573,
1176
- "sourceUnit": 39850,
1175
+ "scope": 59715,
1176
+ "sourceUnit": 48972,
1177
1177
  "symbolAliases": [
1178
1178
  {
1179
1179
  "foreign": {
1180
- "id": 50393,
1180
+ "id": 59535,
1181
1181
  "name": "revertWithBytes",
1182
1182
  "nodeType": "Identifier",
1183
1183
  "overloadedDeclarations": [],
1184
- "referencedDeclaration": 39849,
1185
- "src": "667:15:122",
1184
+ "referencedDeclaration": 48971,
1185
+ "src": "667:15:132",
1186
1186
  "typeDescriptions": {}
1187
1187
  },
1188
1188
  "nameLocation": "-1:-1:-1"
@@ -1191,24 +1191,24 @@
1191
1191
  "unitAlias": ""
1192
1192
  },
1193
1193
  {
1194
- "id": 50396,
1194
+ "id": 59538,
1195
1195
  "nodeType": "ImportDirective",
1196
- "src": "736:51:122",
1196
+ "src": "736:51:132",
1197
1197
  "nodes": [],
1198
1198
  "absolutePath": "src/modules/keyswithvalue/constants.sol",
1199
1199
  "file": "./constants.sol",
1200
1200
  "nameLocation": "-1:-1:-1",
1201
- "scope": 50573,
1202
- "sourceUnit": 50578,
1201
+ "scope": 59715,
1202
+ "sourceUnit": 59720,
1203
1203
  "symbolAliases": [
1204
1204
  {
1205
1205
  "foreign": {
1206
- "id": 50395,
1206
+ "id": 59537,
1207
1207
  "name": "MODULE_NAMESPACE",
1208
1208
  "nodeType": "Identifier",
1209
1209
  "overloadedDeclarations": [],
1210
- "referencedDeclaration": 50577,
1211
- "src": "745:16:122",
1210
+ "referencedDeclaration": 59719,
1211
+ "src": "745:16:132",
1212
1212
  "typeDescriptions": {}
1213
1213
  },
1214
1214
  "nameLocation": "-1:-1:-1"
@@ -1217,24 +1217,24 @@
1217
1217
  "unitAlias": ""
1218
1218
  },
1219
1219
  {
1220
- "id": 50398,
1220
+ "id": 59540,
1221
1221
  "nodeType": "ImportDirective",
1222
- "src": "788:60:122",
1222
+ "src": "788:60:132",
1223
1223
  "nodes": [],
1224
1224
  "absolutePath": "src/modules/keyswithvalue/KeysWithValueHook.sol",
1225
1225
  "file": "./KeysWithValueHook.sol",
1226
1226
  "nameLocation": "-1:-1:-1",
1227
- "scope": 50573,
1228
- "sourceUnit": 50373,
1227
+ "scope": 59715,
1228
+ "sourceUnit": 59515,
1229
1229
  "symbolAliases": [
1230
1230
  {
1231
1231
  "foreign": {
1232
- "id": 50397,
1232
+ "id": 59539,
1233
1233
  "name": "KeysWithValueHook",
1234
1234
  "nodeType": "Identifier",
1235
1235
  "overloadedDeclarations": [],
1236
- "referencedDeclaration": 50372,
1237
- "src": "797:17:122",
1236
+ "referencedDeclaration": 59514,
1237
+ "src": "797:17:132",
1238
1238
  "typeDescriptions": {}
1239
1239
  },
1240
1240
  "nameLocation": "-1:-1:-1"
@@ -1243,24 +1243,24 @@
1243
1243
  "unitAlias": ""
1244
1244
  },
1245
1245
  {
1246
- "id": 50400,
1246
+ "id": 59542,
1247
1247
  "nodeType": "ImportDirective",
1248
- "src": "849:59:122",
1248
+ "src": "849:59:132",
1249
1249
  "nodes": [],
1250
1250
  "absolutePath": "src/modules/keyswithvalue/tables/KeysWithValue.sol",
1251
1251
  "file": "./tables/KeysWithValue.sol",
1252
1252
  "nameLocation": "-1:-1:-1",
1253
- "scope": 50573,
1254
- "sourceUnit": 53273,
1253
+ "scope": 59715,
1254
+ "sourceUnit": 62415,
1255
1255
  "symbolAliases": [
1256
1256
  {
1257
1257
  "foreign": {
1258
- "id": 50399,
1258
+ "id": 59541,
1259
1259
  "name": "KeysWithValue",
1260
1260
  "nodeType": "Identifier",
1261
1261
  "overloadedDeclarations": [],
1262
- "referencedDeclaration": 53272,
1263
- "src": "858:13:122",
1262
+ "referencedDeclaration": 62414,
1263
+ "src": "858:13:132",
1264
1264
  "typeDescriptions": {}
1265
1265
  },
1266
1266
  "nameLocation": "-1:-1:-1"
@@ -1269,24 +1269,24 @@
1269
1269
  "unitAlias": ""
1270
1270
  },
1271
1271
  {
1272
- "id": 50402,
1272
+ "id": 59544,
1273
1273
  "nodeType": "ImportDirective",
1274
- "src": "909:58:122",
1274
+ "src": "909:58:132",
1275
1275
  "nodes": [],
1276
1276
  "absolutePath": "src/modules/keyswithvalue/getTargetTableId.sol",
1277
1277
  "file": "./getTargetTableId.sol",
1278
1278
  "nameLocation": "-1:-1:-1",
1279
- "scope": 50573,
1280
- "sourceUnit": 50809,
1279
+ "scope": 59715,
1280
+ "sourceUnit": 59951,
1281
1281
  "symbolAliases": [
1282
1282
  {
1283
1283
  "foreign": {
1284
- "id": 50401,
1284
+ "id": 59543,
1285
1285
  "name": "getTargetTableId",
1286
1286
  "nodeType": "Identifier",
1287
1287
  "overloadedDeclarations": [],
1288
- "referencedDeclaration": 50808,
1289
- "src": "918:16:122",
1288
+ "referencedDeclaration": 59950,
1289
+ "src": "918:16:132",
1290
1290
  "typeDescriptions": {}
1291
1291
  },
1292
1292
  "nameLocation": "-1:-1:-1"
@@ -1295,80 +1295,80 @@
1295
1295
  "unitAlias": ""
1296
1296
  },
1297
1297
  {
1298
- "id": 50572,
1298
+ "id": 59714,
1299
1299
  "nodeType": "ContractDefinition",
1300
- "src": "1629:2008:122",
1300
+ "src": "1629:2008:132",
1301
1301
  "nodes": [
1302
1302
  {
1303
- "id": 50409,
1303
+ "id": 59551,
1304
1304
  "nodeType": "UsingForDirective",
1305
- "src": "1672:45:122",
1305
+ "src": "1672:45:132",
1306
1306
  "nodes": [],
1307
1307
  "global": false,
1308
1308
  "libraryName": {
1309
- "id": 50406,
1309
+ "id": 59548,
1310
1310
  "name": "WorldResourceIdInstance",
1311
1311
  "nameLocations": [
1312
- "1678:23:122"
1312
+ "1678:23:132"
1313
1313
  ],
1314
1314
  "nodeType": "IdentifierPath",
1315
- "referencedDeclaration": 39739,
1316
- "src": "1678:23:122"
1315
+ "referencedDeclaration": 42492,
1316
+ "src": "1678:23:132"
1317
1317
  },
1318
1318
  "typeName": {
1319
- "id": 50408,
1319
+ "id": 59550,
1320
1320
  "nodeType": "UserDefinedTypeName",
1321
1321
  "pathNode": {
1322
- "id": 50407,
1322
+ "id": 59549,
1323
1323
  "name": "ResourceId",
1324
1324
  "nameLocations": [
1325
- "1706:10:122"
1325
+ "1706:10:132"
1326
1326
  ],
1327
1327
  "nodeType": "IdentifierPath",
1328
- "referencedDeclaration": 26605,
1329
- "src": "1706:10:122"
1328
+ "referencedDeclaration": 29121,
1329
+ "src": "1706:10:132"
1330
1330
  },
1331
- "referencedDeclaration": 26605,
1332
- "src": "1706:10:122",
1331
+ "referencedDeclaration": 29121,
1332
+ "src": "1706:10:132",
1333
1333
  "typeDescriptions": {
1334
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1334
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1335
1335
  "typeString": "ResourceId"
1336
1336
  }
1337
1337
  }
1338
1338
  },
1339
1339
  {
1340
- "id": 50416,
1340
+ "id": 59558,
1341
1341
  "nodeType": "VariableDeclaration",
1342
- "src": "1867:66:122",
1342
+ "src": "1867:66:132",
1343
1343
  "nodes": [],
1344
1344
  "constant": false,
1345
1345
  "mutability": "immutable",
1346
1346
  "name": "hook",
1347
- "nameLocation": "1903:4:122",
1348
- "scope": 50572,
1347
+ "nameLocation": "1903:4:132",
1348
+ "scope": 59714,
1349
1349
  "stateVariable": true,
1350
1350
  "storageLocation": "default",
1351
1351
  "typeDescriptions": {
1352
- "typeIdentifier": "t_contract$_KeysWithValueHook_$50372",
1352
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59514",
1353
1353
  "typeString": "contract KeysWithValueHook"
1354
1354
  },
1355
1355
  "typeName": {
1356
- "id": 50411,
1356
+ "id": 59553,
1357
1357
  "nodeType": "UserDefinedTypeName",
1358
1358
  "pathNode": {
1359
- "id": 50410,
1359
+ "id": 59552,
1360
1360
  "name": "KeysWithValueHook",
1361
1361
  "nameLocations": [
1362
- "1867:17:122"
1362
+ "1867:17:132"
1363
1363
  ],
1364
1364
  "nodeType": "IdentifierPath",
1365
- "referencedDeclaration": 50372,
1366
- "src": "1867:17:122"
1365
+ "referencedDeclaration": 59514,
1366
+ "src": "1867:17:132"
1367
1367
  },
1368
- "referencedDeclaration": 50372,
1369
- "src": "1867:17:122",
1368
+ "referencedDeclaration": 59514,
1369
+ "src": "1867:17:132",
1370
1370
  "typeDescriptions": {
1371
- "typeIdentifier": "t_contract$_KeysWithValueHook_$50372",
1371
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59514",
1372
1372
  "typeString": "contract KeysWithValueHook"
1373
1373
  }
1374
1374
  },
@@ -1376,39 +1376,39 @@
1376
1376
  "arguments": [],
1377
1377
  "expression": {
1378
1378
  "argumentTypes": [],
1379
- "id": 50414,
1379
+ "id": 59556,
1380
1380
  "isConstant": false,
1381
1381
  "isLValue": false,
1382
1382
  "isPure": false,
1383
1383
  "lValueRequested": false,
1384
1384
  "nodeType": "NewExpression",
1385
- "src": "1910:21:122",
1385
+ "src": "1910:21:132",
1386
1386
  "typeDescriptions": {
1387
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$50372_$",
1387
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_KeysWithValueHook_$59514_$",
1388
1388
  "typeString": "function () returns (contract KeysWithValueHook)"
1389
1389
  },
1390
1390
  "typeName": {
1391
- "id": 50413,
1391
+ "id": 59555,
1392
1392
  "nodeType": "UserDefinedTypeName",
1393
1393
  "pathNode": {
1394
- "id": 50412,
1394
+ "id": 59554,
1395
1395
  "name": "KeysWithValueHook",
1396
1396
  "nameLocations": [
1397
- "1914:17:122"
1397
+ "1914:17:132"
1398
1398
  ],
1399
1399
  "nodeType": "IdentifierPath",
1400
- "referencedDeclaration": 50372,
1401
- "src": "1914:17:122"
1400
+ "referencedDeclaration": 59514,
1401
+ "src": "1914:17:132"
1402
1402
  },
1403
- "referencedDeclaration": 50372,
1404
- "src": "1914:17:122",
1403
+ "referencedDeclaration": 59514,
1404
+ "src": "1914:17:132",
1405
1405
  "typeDescriptions": {
1406
- "typeIdentifier": "t_contract$_KeysWithValueHook_$50372",
1406
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59514",
1407
1407
  "typeString": "contract KeysWithValueHook"
1408
1408
  }
1409
1409
  }
1410
1410
  },
1411
- "id": 50415,
1411
+ "id": 59557,
1412
1412
  "isConstant": false,
1413
1413
  "isLValue": false,
1414
1414
  "isPure": false,
@@ -1417,24 +1417,24 @@
1417
1417
  "nameLocations": [],
1418
1418
  "names": [],
1419
1419
  "nodeType": "FunctionCall",
1420
- "src": "1910:23:122",
1420
+ "src": "1910:23:132",
1421
1421
  "tryCall": false,
1422
1422
  "typeDescriptions": {
1423
- "typeIdentifier": "t_contract$_KeysWithValueHook_$50372",
1423
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59514",
1424
1424
  "typeString": "contract KeysWithValueHook"
1425
1425
  }
1426
1426
  },
1427
1427
  "visibility": "private"
1428
1428
  },
1429
1429
  {
1430
- "id": 50427,
1430
+ "id": 59569,
1431
1431
  "nodeType": "FunctionDefinition",
1432
- "src": "1938:83:122",
1432
+ "src": "1938:83:132",
1433
1433
  "nodes": [],
1434
1434
  "body": {
1435
- "id": 50426,
1435
+ "id": 59568,
1436
1436
  "nodeType": "Block",
1437
- "src": "1987:34:122",
1437
+ "src": "1987:34:132",
1438
1438
  "nodes": [],
1439
1439
  "statements": [
1440
1440
  {
@@ -1442,14 +1442,14 @@
1442
1442
  "arguments": [
1443
1443
  {
1444
1444
  "hexValue": "696e646578",
1445
- "id": 50423,
1445
+ "id": 59565,
1446
1446
  "isConstant": false,
1447
1447
  "isLValue": false,
1448
1448
  "isPure": true,
1449
1449
  "kind": "string",
1450
1450
  "lValueRequested": false,
1451
1451
  "nodeType": "Literal",
1452
- "src": "2008:7:122",
1452
+ "src": "2008:7:132",
1453
1453
  "typeDescriptions": {
1454
1454
  "typeIdentifier": "t_stringliteral_9e310eac0fc3caf498f54ca7de305dd7db1bb3be52d70ac9d1debd5ddfc18f92",
1455
1455
  "typeString": "literal_string \"index\""
@@ -1464,26 +1464,26 @@
1464
1464
  "typeString": "literal_string \"index\""
1465
1465
  }
1466
1466
  ],
1467
- "id": 50422,
1467
+ "id": 59564,
1468
1468
  "isConstant": false,
1469
1469
  "isLValue": false,
1470
1470
  "isPure": true,
1471
1471
  "lValueRequested": false,
1472
1472
  "nodeType": "ElementaryTypeNameExpression",
1473
- "src": "2000:7:122",
1473
+ "src": "2000:7:132",
1474
1474
  "typeDescriptions": {
1475
1475
  "typeIdentifier": "t_type$_t_bytes16_$",
1476
1476
  "typeString": "type(bytes16)"
1477
1477
  },
1478
1478
  "typeName": {
1479
- "id": 50421,
1479
+ "id": 59563,
1480
1480
  "name": "bytes16",
1481
1481
  "nodeType": "ElementaryTypeName",
1482
- "src": "2000:7:122",
1482
+ "src": "2000:7:132",
1483
1483
  "typeDescriptions": {}
1484
1484
  }
1485
1485
  },
1486
- "id": 50424,
1486
+ "id": 59566,
1487
1487
  "isConstant": false,
1488
1488
  "isLValue": false,
1489
1489
  "isPure": true,
@@ -1492,48 +1492,48 @@
1492
1492
  "nameLocations": [],
1493
1493
  "names": [],
1494
1494
  "nodeType": "FunctionCall",
1495
- "src": "2000:16:122",
1495
+ "src": "2000:16:132",
1496
1496
  "tryCall": false,
1497
1497
  "typeDescriptions": {
1498
1498
  "typeIdentifier": "t_bytes16",
1499
1499
  "typeString": "bytes16"
1500
1500
  }
1501
1501
  },
1502
- "functionReturnParameters": 50420,
1503
- "id": 50425,
1502
+ "functionReturnParameters": 59562,
1503
+ "id": 59567,
1504
1504
  "nodeType": "Return",
1505
- "src": "1993:23:122"
1505
+ "src": "1993:23:132"
1506
1506
  }
1507
1507
  ]
1508
1508
  },
1509
1509
  "baseFunctions": [
1510
- 61578
1510
+ 75675
1511
1511
  ],
1512
1512
  "functionSelector": "17d7de7c",
1513
1513
  "implemented": true,
1514
1514
  "kind": "function",
1515
1515
  "modifiers": [],
1516
1516
  "name": "getName",
1517
- "nameLocation": "1947:7:122",
1517
+ "nameLocation": "1947:7:132",
1518
1518
  "parameters": {
1519
- "id": 50417,
1519
+ "id": 59559,
1520
1520
  "nodeType": "ParameterList",
1521
1521
  "parameters": [],
1522
- "src": "1954:2:122"
1522
+ "src": "1954:2:132"
1523
1523
  },
1524
1524
  "returnParameters": {
1525
- "id": 50420,
1525
+ "id": 59562,
1526
1526
  "nodeType": "ParameterList",
1527
1527
  "parameters": [
1528
1528
  {
1529
1529
  "constant": false,
1530
- "id": 50419,
1530
+ "id": 59561,
1531
1531
  "mutability": "mutable",
1532
1532
  "name": "",
1533
1533
  "nameLocation": "-1:-1:-1",
1534
1534
  "nodeType": "VariableDeclaration",
1535
- "scope": 50427,
1536
- "src": "1978:7:122",
1535
+ "scope": 59569,
1536
+ "src": "1978:7:132",
1537
1537
  "stateVariable": false,
1538
1538
  "storageLocation": "default",
1539
1539
  "typeDescriptions": {
@@ -1541,10 +1541,10 @@
1541
1541
  "typeString": "bytes16"
1542
1542
  },
1543
1543
  "typeName": {
1544
- "id": 50418,
1544
+ "id": 59560,
1545
1545
  "name": "bytes16",
1546
1546
  "nodeType": "ElementaryTypeName",
1547
- "src": "1978:7:122",
1547
+ "src": "1978:7:132",
1548
1548
  "typeDescriptions": {
1549
1549
  "typeIdentifier": "t_bytes16",
1550
1550
  "typeString": "bytes16"
@@ -1553,79 +1553,79 @@
1553
1553
  "visibility": "internal"
1554
1554
  }
1555
1555
  ],
1556
- "src": "1977:9:122"
1556
+ "src": "1977:9:132"
1557
1557
  },
1558
- "scope": 50572,
1558
+ "scope": 59714,
1559
1559
  "stateMutability": "pure",
1560
1560
  "virtual": false,
1561
1561
  "visibility": "public"
1562
1562
  },
1563
1563
  {
1564
- "id": 50562,
1564
+ "id": 59704,
1565
1565
  "nodeType": "FunctionDefinition",
1566
- "src": "2025:1510:122",
1566
+ "src": "2025:1510:132",
1567
1567
  "nodes": [],
1568
1568
  "body": {
1569
- "id": 50561,
1569
+ "id": 59703,
1570
1570
  "nodeType": "Block",
1571
- "src": "2072:1463:122",
1571
+ "src": "2072:1463:132",
1572
1572
  "nodes": [],
1573
1573
  "statements": [
1574
1574
  {
1575
1575
  "assignments": [
1576
- 50434
1576
+ 59576
1577
1577
  ],
1578
1578
  "declarations": [
1579
1579
  {
1580
1580
  "constant": false,
1581
- "id": 50434,
1581
+ "id": 59576,
1582
1582
  "mutability": "mutable",
1583
1583
  "name": "sourceTableId",
1584
- "nameLocation": "2130:13:122",
1584
+ "nameLocation": "2130:13:132",
1585
1585
  "nodeType": "VariableDeclaration",
1586
- "scope": 50561,
1587
- "src": "2119:24:122",
1586
+ "scope": 59703,
1587
+ "src": "2119:24:132",
1588
1588
  "stateVariable": false,
1589
1589
  "storageLocation": "default",
1590
1590
  "typeDescriptions": {
1591
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1591
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1592
1592
  "typeString": "ResourceId"
1593
1593
  },
1594
1594
  "typeName": {
1595
- "id": 50433,
1595
+ "id": 59575,
1596
1596
  "nodeType": "UserDefinedTypeName",
1597
1597
  "pathNode": {
1598
- "id": 50432,
1598
+ "id": 59574,
1599
1599
  "name": "ResourceId",
1600
1600
  "nameLocations": [
1601
- "2119:10:122"
1601
+ "2119:10:132"
1602
1602
  ],
1603
1603
  "nodeType": "IdentifierPath",
1604
- "referencedDeclaration": 26605,
1605
- "src": "2119:10:122"
1604
+ "referencedDeclaration": 29121,
1605
+ "src": "2119:10:132"
1606
1606
  },
1607
- "referencedDeclaration": 26605,
1608
- "src": "2119:10:122",
1607
+ "referencedDeclaration": 29121,
1608
+ "src": "2119:10:132",
1609
1609
  "typeDescriptions": {
1610
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1610
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1611
1611
  "typeString": "ResourceId"
1612
1612
  }
1613
1613
  },
1614
1614
  "visibility": "internal"
1615
1615
  }
1616
1616
  ],
1617
- "id": 50445,
1617
+ "id": 59587,
1618
1618
  "initialValue": {
1619
1619
  "arguments": [
1620
1620
  {
1621
1621
  "arguments": [
1622
1622
  {
1623
- "id": 50439,
1623
+ "id": 59581,
1624
1624
  "name": "args",
1625
1625
  "nodeType": "Identifier",
1626
1626
  "overloadedDeclarations": [],
1627
- "referencedDeclaration": 50429,
1628
- "src": "2173:4:122",
1627
+ "referencedDeclaration": 59571,
1628
+ "src": "2173:4:132",
1629
1629
  "typeDescriptions": {
1630
1630
  "typeIdentifier": "t_bytes_memory_ptr",
1631
1631
  "typeString": "bytes memory"
@@ -1634,34 +1634,34 @@
1634
1634
  {
1635
1635
  "components": [
1636
1636
  {
1637
- "id": 50441,
1637
+ "id": 59583,
1638
1638
  "isConstant": false,
1639
1639
  "isLValue": false,
1640
1640
  "isPure": true,
1641
1641
  "lValueRequested": false,
1642
1642
  "nodeType": "ElementaryTypeNameExpression",
1643
- "src": "2180:7:122",
1643
+ "src": "2180:7:132",
1644
1644
  "typeDescriptions": {
1645
1645
  "typeIdentifier": "t_type$_t_bytes32_$",
1646
1646
  "typeString": "type(bytes32)"
1647
1647
  },
1648
1648
  "typeName": {
1649
- "id": 50440,
1649
+ "id": 59582,
1650
1650
  "name": "bytes32",
1651
1651
  "nodeType": "ElementaryTypeName",
1652
- "src": "2180:7:122",
1652
+ "src": "2180:7:132",
1653
1653
  "typeDescriptions": {}
1654
1654
  }
1655
1655
  }
1656
1656
  ],
1657
- "id": 50442,
1657
+ "id": 59584,
1658
1658
  "isConstant": false,
1659
1659
  "isInlineArray": false,
1660
1660
  "isLValue": false,
1661
1661
  "isPure": true,
1662
1662
  "lValueRequested": false,
1663
1663
  "nodeType": "TupleExpression",
1664
- "src": "2179:9:122",
1664
+ "src": "2179:9:132",
1665
1665
  "typeDescriptions": {
1666
1666
  "typeIdentifier": "t_type$_t_bytes32_$",
1667
1667
  "typeString": "type(bytes32)"
@@ -1680,32 +1680,32 @@
1680
1680
  }
1681
1681
  ],
1682
1682
  "expression": {
1683
- "id": 50437,
1683
+ "id": 59579,
1684
1684
  "name": "abi",
1685
1685
  "nodeType": "Identifier",
1686
1686
  "overloadedDeclarations": [],
1687
1687
  "referencedDeclaration": -1,
1688
- "src": "2162:3:122",
1688
+ "src": "2162:3:132",
1689
1689
  "typeDescriptions": {
1690
1690
  "typeIdentifier": "t_magic_abi",
1691
1691
  "typeString": "abi"
1692
1692
  }
1693
1693
  },
1694
- "id": 50438,
1694
+ "id": 59580,
1695
1695
  "isConstant": false,
1696
1696
  "isLValue": false,
1697
1697
  "isPure": true,
1698
1698
  "lValueRequested": false,
1699
- "memberLocation": "2166:6:122",
1699
+ "memberLocation": "2166:6:132",
1700
1700
  "memberName": "decode",
1701
1701
  "nodeType": "MemberAccess",
1702
- "src": "2162:10:122",
1702
+ "src": "2162:10:132",
1703
1703
  "typeDescriptions": {
1704
1704
  "typeIdentifier": "t_function_abidecode_pure$__$returns$__$",
1705
1705
  "typeString": "function () pure"
1706
1706
  }
1707
1707
  },
1708
- "id": 50443,
1708
+ "id": 59585,
1709
1709
  "isConstant": false,
1710
1710
  "isLValue": false,
1711
1711
  "isPure": false,
@@ -1714,7 +1714,7 @@
1714
1714
  "nameLocations": [],
1715
1715
  "names": [],
1716
1716
  "nodeType": "FunctionCall",
1717
- "src": "2162:27:122",
1717
+ "src": "2162:27:132",
1718
1718
  "tryCall": false,
1719
1719
  "typeDescriptions": {
1720
1720
  "typeIdentifier": "t_bytes32",
@@ -1730,32 +1730,32 @@
1730
1730
  }
1731
1731
  ],
1732
1732
  "expression": {
1733
- "id": 50435,
1733
+ "id": 59577,
1734
1734
  "name": "ResourceId",
1735
1735
  "nodeType": "Identifier",
1736
1736
  "overloadedDeclarations": [],
1737
- "referencedDeclaration": 26605,
1738
- "src": "2146:10:122",
1737
+ "referencedDeclaration": 29121,
1738
+ "src": "2146:10:132",
1739
1739
  "typeDescriptions": {
1740
- "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$26605_$",
1740
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$29121_$",
1741
1741
  "typeString": "type(ResourceId)"
1742
1742
  }
1743
1743
  },
1744
- "id": 50436,
1744
+ "id": 59578,
1745
1745
  "isConstant": false,
1746
1746
  "isLValue": false,
1747
1747
  "isPure": true,
1748
1748
  "lValueRequested": false,
1749
- "memberLocation": "2157:4:122",
1749
+ "memberLocation": "2157:4:132",
1750
1750
  "memberName": "wrap",
1751
1751
  "nodeType": "MemberAccess",
1752
- "src": "2146:15:122",
1752
+ "src": "2146:15:132",
1753
1753
  "typeDescriptions": {
1754
- "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$26605_$",
1754
+ "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$29121_$",
1755
1755
  "typeString": "function (bytes32) pure returns (ResourceId)"
1756
1756
  }
1757
1757
  },
1758
- "id": 50444,
1758
+ "id": 59586,
1759
1759
  "isConstant": false,
1760
1760
  "isLValue": false,
1761
1761
  "isPure": false,
@@ -1764,83 +1764,83 @@
1764
1764
  "nameLocations": [],
1765
1765
  "names": [],
1766
1766
  "nodeType": "FunctionCall",
1767
- "src": "2146:44:122",
1767
+ "src": "2146:44:132",
1768
1768
  "tryCall": false,
1769
1769
  "typeDescriptions": {
1770
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1770
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1771
1771
  "typeString": "ResourceId"
1772
1772
  }
1773
1773
  },
1774
1774
  "nodeType": "VariableDeclarationStatement",
1775
- "src": "2119:71:122"
1775
+ "src": "2119:71:132"
1776
1776
  },
1777
1777
  {
1778
1778
  "assignments": [
1779
- 50448
1779
+ 59590
1780
1780
  ],
1781
1781
  "declarations": [
1782
1782
  {
1783
1783
  "constant": false,
1784
- "id": 50448,
1784
+ "id": 59590,
1785
1785
  "mutability": "mutable",
1786
1786
  "name": "targetTableSelector",
1787
- "nameLocation": "2207:19:122",
1787
+ "nameLocation": "2207:19:132",
1788
1788
  "nodeType": "VariableDeclaration",
1789
- "scope": 50561,
1790
- "src": "2196:30:122",
1789
+ "scope": 59703,
1790
+ "src": "2196:30:132",
1791
1791
  "stateVariable": false,
1792
1792
  "storageLocation": "default",
1793
1793
  "typeDescriptions": {
1794
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1794
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1795
1795
  "typeString": "ResourceId"
1796
1796
  },
1797
1797
  "typeName": {
1798
- "id": 50447,
1798
+ "id": 59589,
1799
1799
  "nodeType": "UserDefinedTypeName",
1800
1800
  "pathNode": {
1801
- "id": 50446,
1801
+ "id": 59588,
1802
1802
  "name": "ResourceId",
1803
1803
  "nameLocations": [
1804
- "2196:10:122"
1804
+ "2196:10:132"
1805
1805
  ],
1806
1806
  "nodeType": "IdentifierPath",
1807
- "referencedDeclaration": 26605,
1808
- "src": "2196:10:122"
1807
+ "referencedDeclaration": 29121,
1808
+ "src": "2196:10:132"
1809
1809
  },
1810
- "referencedDeclaration": 26605,
1811
- "src": "2196:10:122",
1810
+ "referencedDeclaration": 29121,
1811
+ "src": "2196:10:132",
1812
1812
  "typeDescriptions": {
1813
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1813
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1814
1814
  "typeString": "ResourceId"
1815
1815
  }
1816
1816
  },
1817
1817
  "visibility": "internal"
1818
1818
  }
1819
1819
  ],
1820
- "id": 50453,
1820
+ "id": 59595,
1821
1821
  "initialValue": {
1822
1822
  "arguments": [
1823
1823
  {
1824
- "id": 50450,
1824
+ "id": 59592,
1825
1825
  "name": "MODULE_NAMESPACE",
1826
1826
  "nodeType": "Identifier",
1827
1827
  "overloadedDeclarations": [],
1828
- "referencedDeclaration": 50577,
1829
- "src": "2246:16:122",
1828
+ "referencedDeclaration": 59719,
1829
+ "src": "2246:16:132",
1830
1830
  "typeDescriptions": {
1831
1831
  "typeIdentifier": "t_bytes7",
1832
1832
  "typeString": "bytes7"
1833
1833
  }
1834
1834
  },
1835
1835
  {
1836
- "id": 50451,
1836
+ "id": 59593,
1837
1837
  "name": "sourceTableId",
1838
1838
  "nodeType": "Identifier",
1839
1839
  "overloadedDeclarations": [],
1840
- "referencedDeclaration": 50434,
1841
- "src": "2264:13:122",
1840
+ "referencedDeclaration": 59576,
1841
+ "src": "2264:13:132",
1842
1842
  "typeDescriptions": {
1843
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1843
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1844
1844
  "typeString": "ResourceId"
1845
1845
  }
1846
1846
  }
@@ -1852,22 +1852,22 @@
1852
1852
  "typeString": "bytes7"
1853
1853
  },
1854
1854
  {
1855
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1855
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1856
1856
  "typeString": "ResourceId"
1857
1857
  }
1858
1858
  ],
1859
- "id": 50449,
1859
+ "id": 59591,
1860
1860
  "name": "getTargetTableId",
1861
1861
  "nodeType": "Identifier",
1862
1862
  "overloadedDeclarations": [],
1863
- "referencedDeclaration": 50808,
1864
- "src": "2229:16:122",
1863
+ "referencedDeclaration": 59950,
1864
+ "src": "2229:16:132",
1865
1865
  "typeDescriptions": {
1866
- "typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$26605_$returns$_t_userDefinedValueType$_ResourceId_$26605_$",
1866
+ "typeIdentifier": "t_function_internal_pure$_t_bytes7_$_t_userDefinedValueType$_ResourceId_$29121_$returns$_t_userDefinedValueType$_ResourceId_$29121_$",
1867
1867
  "typeString": "function (bytes7,ResourceId) pure returns (ResourceId)"
1868
1868
  }
1869
1869
  },
1870
- "id": 50452,
1870
+ "id": 59594,
1871
1871
  "isConstant": false,
1872
1872
  "isLValue": false,
1873
1873
  "isPure": false,
@@ -1876,78 +1876,78 @@
1876
1876
  "nameLocations": [],
1877
1877
  "names": [],
1878
1878
  "nodeType": "FunctionCall",
1879
- "src": "2229:49:122",
1879
+ "src": "2229:49:132",
1880
1880
  "tryCall": false,
1881
1881
  "typeDescriptions": {
1882
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1882
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1883
1883
  "typeString": "ResourceId"
1884
1884
  }
1885
1885
  },
1886
1886
  "nodeType": "VariableDeclarationStatement",
1887
- "src": "2196:82:122"
1887
+ "src": "2196:82:132"
1888
1888
  },
1889
1889
  {
1890
1890
  "assignments": [
1891
- 50456
1891
+ 59598
1892
1892
  ],
1893
1893
  "declarations": [
1894
1894
  {
1895
1895
  "constant": false,
1896
- "id": 50456,
1896
+ "id": 59598,
1897
1897
  "mutability": "mutable",
1898
1898
  "name": "world",
1899
- "nameLocation": "2296:5:122",
1899
+ "nameLocation": "2296:5:132",
1900
1900
  "nodeType": "VariableDeclaration",
1901
- "scope": 50561,
1902
- "src": "2285:16:122",
1901
+ "scope": 59703,
1902
+ "src": "2285:16:132",
1903
1903
  "stateVariable": false,
1904
1904
  "storageLocation": "default",
1905
1905
  "typeDescriptions": {
1906
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
1906
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
1907
1907
  "typeString": "contract IBaseWorld"
1908
1908
  },
1909
1909
  "typeName": {
1910
- "id": 50455,
1910
+ "id": 59597,
1911
1911
  "nodeType": "UserDefinedTypeName",
1912
1912
  "pathNode": {
1913
- "id": 50454,
1913
+ "id": 59596,
1914
1914
  "name": "IBaseWorld",
1915
1915
  "nameLocations": [
1916
- "2285:10:122"
1916
+ "2285:10:132"
1917
1917
  ],
1918
1918
  "nodeType": "IdentifierPath",
1919
- "referencedDeclaration": 39775,
1920
- "src": "2285:10:122"
1919
+ "referencedDeclaration": 42528,
1920
+ "src": "2285:10:132"
1921
1921
  },
1922
- "referencedDeclaration": 39775,
1923
- "src": "2285:10:122",
1922
+ "referencedDeclaration": 42528,
1923
+ "src": "2285:10:132",
1924
1924
  "typeDescriptions": {
1925
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
1925
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
1926
1926
  "typeString": "contract IBaseWorld"
1927
1927
  }
1928
1928
  },
1929
1929
  "visibility": "internal"
1930
1930
  }
1931
1931
  ],
1932
- "id": 50461,
1932
+ "id": 59603,
1933
1933
  "initialValue": {
1934
1934
  "arguments": [
1935
1935
  {
1936
1936
  "arguments": [],
1937
1937
  "expression": {
1938
1938
  "argumentTypes": [],
1939
- "id": 50458,
1939
+ "id": 59600,
1940
1940
  "name": "_world",
1941
1941
  "nodeType": "Identifier",
1942
1942
  "overloadedDeclarations": [],
1943
- "referencedDeclaration": 39243,
1944
- "src": "2315:6:122",
1943
+ "referencedDeclaration": 41996,
1944
+ "src": "2315:6:132",
1945
1945
  "typeDescriptions": {
1946
1946
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1947
1947
  "typeString": "function () view returns (address)"
1948
1948
  }
1949
1949
  },
1950
- "id": 50459,
1950
+ "id": 59601,
1951
1951
  "isConstant": false,
1952
1952
  "isLValue": false,
1953
1953
  "isPure": false,
@@ -1956,7 +1956,7 @@
1956
1956
  "nameLocations": [],
1957
1957
  "names": [],
1958
1958
  "nodeType": "FunctionCall",
1959
- "src": "2315:8:122",
1959
+ "src": "2315:8:132",
1960
1960
  "tryCall": false,
1961
1961
  "typeDescriptions": {
1962
1962
  "typeIdentifier": "t_address",
@@ -1971,18 +1971,18 @@
1971
1971
  "typeString": "address"
1972
1972
  }
1973
1973
  ],
1974
- "id": 50457,
1974
+ "id": 59599,
1975
1975
  "name": "IBaseWorld",
1976
1976
  "nodeType": "Identifier",
1977
1977
  "overloadedDeclarations": [],
1978
- "referencedDeclaration": 39775,
1979
- "src": "2304:10:122",
1978
+ "referencedDeclaration": 42528,
1979
+ "src": "2304:10:132",
1980
1980
  "typeDescriptions": {
1981
- "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$39775_$",
1981
+ "typeIdentifier": "t_type$_t_contract$_IBaseWorld_$42528_$",
1982
1982
  "typeString": "type(contract IBaseWorld)"
1983
1983
  }
1984
1984
  },
1985
- "id": 50460,
1985
+ "id": 59602,
1986
1986
  "isConstant": false,
1987
1987
  "isLValue": false,
1988
1988
  "isPure": false,
@@ -1991,31 +1991,31 @@
1991
1991
  "nameLocations": [],
1992
1992
  "names": [],
1993
1993
  "nodeType": "FunctionCall",
1994
- "src": "2304:20:122",
1994
+ "src": "2304:20:132",
1995
1995
  "tryCall": false,
1996
1996
  "typeDescriptions": {
1997
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
1997
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
1998
1998
  "typeString": "contract IBaseWorld"
1999
1999
  }
2000
2000
  },
2001
2001
  "nodeType": "VariableDeclarationStatement",
2002
- "src": "2285:39:122"
2002
+ "src": "2285:39:132"
2003
2003
  },
2004
2004
  {
2005
2005
  "assignments": [
2006
- 50463,
2007
- 50465
2006
+ 59605,
2007
+ 59607
2008
2008
  ],
2009
2009
  "declarations": [
2010
2010
  {
2011
2011
  "constant": false,
2012
- "id": 50463,
2012
+ "id": 59605,
2013
2013
  "mutability": "mutable",
2014
2014
  "name": "success",
2015
- "nameLocation": "2370:7:122",
2015
+ "nameLocation": "2370:7:132",
2016
2016
  "nodeType": "VariableDeclaration",
2017
- "scope": 50561,
2018
- "src": "2365:12:122",
2017
+ "scope": 59703,
2018
+ "src": "2365:12:132",
2019
2019
  "stateVariable": false,
2020
2020
  "storageLocation": "default",
2021
2021
  "typeDescriptions": {
@@ -2023,10 +2023,10 @@
2023
2023
  "typeString": "bool"
2024
2024
  },
2025
2025
  "typeName": {
2026
- "id": 50462,
2026
+ "id": 59604,
2027
2027
  "name": "bool",
2028
2028
  "nodeType": "ElementaryTypeName",
2029
- "src": "2365:4:122",
2029
+ "src": "2365:4:132",
2030
2030
  "typeDescriptions": {
2031
2031
  "typeIdentifier": "t_bool",
2032
2032
  "typeString": "bool"
@@ -2036,13 +2036,13 @@
2036
2036
  },
2037
2037
  {
2038
2038
  "constant": false,
2039
- "id": 50465,
2039
+ "id": 59607,
2040
2040
  "mutability": "mutable",
2041
2041
  "name": "returnData",
2042
- "nameLocation": "2392:10:122",
2042
+ "nameLocation": "2392:10:132",
2043
2043
  "nodeType": "VariableDeclaration",
2044
- "scope": 50561,
2045
- "src": "2379:23:122",
2044
+ "scope": 59703,
2045
+ "src": "2379:23:132",
2046
2046
  "stateVariable": false,
2047
2047
  "storageLocation": "memory",
2048
2048
  "typeDescriptions": {
@@ -2050,10 +2050,10 @@
2050
2050
  "typeString": "bytes"
2051
2051
  },
2052
2052
  "typeName": {
2053
- "id": 50464,
2053
+ "id": 59606,
2054
2054
  "name": "bytes",
2055
2055
  "nodeType": "ElementaryTypeName",
2056
- "src": "2379:5:122",
2056
+ "src": "2379:5:132",
2057
2057
  "typeDescriptions": {
2058
2058
  "typeIdentifier": "t_bytes_storage_ptr",
2059
2059
  "typeString": "bytes"
@@ -2062,50 +2062,50 @@
2062
2062
  "visibility": "internal"
2063
2063
  }
2064
2064
  ],
2065
- "id": 50494,
2065
+ "id": 59636,
2066
2066
  "initialValue": {
2067
2067
  "arguments": [
2068
2068
  {
2069
2069
  "arguments": [
2070
2070
  {
2071
2071
  "expression": {
2072
- "id": 50473,
2072
+ "id": 59615,
2073
2073
  "name": "world",
2074
2074
  "nodeType": "Identifier",
2075
2075
  "overloadedDeclarations": [],
2076
- "referencedDeclaration": 50456,
2077
- "src": "2465:5:122",
2076
+ "referencedDeclaration": 59598,
2077
+ "src": "2465:5:132",
2078
2078
  "typeDescriptions": {
2079
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
2079
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
2080
2080
  "typeString": "contract IBaseWorld"
2081
2081
  }
2082
2082
  },
2083
- "id": 50474,
2083
+ "id": 59616,
2084
2084
  "isConstant": false,
2085
2085
  "isLValue": false,
2086
2086
  "isPure": false,
2087
2087
  "lValueRequested": false,
2088
- "memberLocation": "2471:13:122",
2088
+ "memberLocation": "2471:13:132",
2089
2089
  "memberName": "registerTable",
2090
2090
  "nodeType": "MemberAccess",
2091
- "referencedDeclaration": 58194,
2092
- "src": "2465:19:122",
2091
+ "referencedDeclaration": 70169,
2092
+ "src": "2465:19:132",
2093
2093
  "typeDescriptions": {
2094
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26605_$_t_userDefinedValueType$_FieldLayout_$25482_$_t_userDefinedValueType$_Schema_$26688_$_t_userDefinedValueType$_Schema_$26688_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2094
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29121_$_t_userDefinedValueType$_FieldLayout_$27801_$_t_userDefinedValueType$_Schema_$29204_$_t_userDefinedValueType$_Schema_$29204_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2095
2095
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2096
2096
  }
2097
2097
  },
2098
2098
  {
2099
2099
  "components": [
2100
2100
  {
2101
- "id": 50475,
2101
+ "id": 59617,
2102
2102
  "name": "targetTableSelector",
2103
2103
  "nodeType": "Identifier",
2104
2104
  "overloadedDeclarations": [],
2105
- "referencedDeclaration": 50448,
2106
- "src": "2506:19:122",
2105
+ "referencedDeclaration": 59590,
2106
+ "src": "2506:19:132",
2107
2107
  "typeDescriptions": {
2108
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2108
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2109
2109
  "typeString": "ResourceId"
2110
2110
  }
2111
2111
  },
@@ -2114,33 +2114,33 @@
2114
2114
  "expression": {
2115
2115
  "argumentTypes": [],
2116
2116
  "expression": {
2117
- "id": 50476,
2117
+ "id": 59618,
2118
2118
  "name": "KeysWithValue",
2119
2119
  "nodeType": "Identifier",
2120
2120
  "overloadedDeclarations": [],
2121
- "referencedDeclaration": 53272,
2122
- "src": "2537:13:122",
2121
+ "referencedDeclaration": 62414,
2122
+ "src": "2537:13:132",
2123
2123
  "typeDescriptions": {
2124
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53272_$",
2124
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62414_$",
2125
2125
  "typeString": "type(library KeysWithValue)"
2126
2126
  }
2127
2127
  },
2128
- "id": 50477,
2128
+ "id": 59619,
2129
2129
  "isConstant": false,
2130
2130
  "isLValue": false,
2131
2131
  "isPure": false,
2132
2132
  "lValueRequested": false,
2133
- "memberLocation": "2551:14:122",
2133
+ "memberLocation": "2551:14:132",
2134
2134
  "memberName": "getFieldLayout",
2135
2135
  "nodeType": "MemberAccess",
2136
- "referencedDeclaration": 50857,
2137
- "src": "2537:28:122",
2136
+ "referencedDeclaration": 59999,
2137
+ "src": "2537:28:132",
2138
2138
  "typeDescriptions": {
2139
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$25482_$",
2139
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_FieldLayout_$27801_$",
2140
2140
  "typeString": "function () pure returns (FieldLayout)"
2141
2141
  }
2142
2142
  },
2143
- "id": 50478,
2143
+ "id": 59620,
2144
2144
  "isConstant": false,
2145
2145
  "isLValue": false,
2146
2146
  "isPure": false,
@@ -2149,10 +2149,10 @@
2149
2149
  "nameLocations": [],
2150
2150
  "names": [],
2151
2151
  "nodeType": "FunctionCall",
2152
- "src": "2537:30:122",
2152
+ "src": "2537:30:132",
2153
2153
  "tryCall": false,
2154
2154
  "typeDescriptions": {
2155
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25482",
2155
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$27801",
2156
2156
  "typeString": "FieldLayout"
2157
2157
  }
2158
2158
  },
@@ -2161,33 +2161,33 @@
2161
2161
  "expression": {
2162
2162
  "argumentTypes": [],
2163
2163
  "expression": {
2164
- "id": 50479,
2164
+ "id": 59621,
2165
2165
  "name": "KeysWithValue",
2166
2166
  "nodeType": "Identifier",
2167
2167
  "overloadedDeclarations": [],
2168
- "referencedDeclaration": 53272,
2169
- "src": "2579:13:122",
2168
+ "referencedDeclaration": 62414,
2169
+ "src": "2579:13:132",
2170
2170
  "typeDescriptions": {
2171
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53272_$",
2171
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62414_$",
2172
2172
  "typeString": "type(library KeysWithValue)"
2173
2173
  }
2174
2174
  },
2175
- "id": 50480,
2175
+ "id": 59622,
2176
2176
  "isConstant": false,
2177
2177
  "isLValue": false,
2178
2178
  "isPure": false,
2179
2179
  "lValueRequested": false,
2180
- "memberLocation": "2593:12:122",
2180
+ "memberLocation": "2593:12:132",
2181
2181
  "memberName": "getKeySchema",
2182
2182
  "nodeType": "MemberAccess",
2183
- "referencedDeclaration": 50889,
2184
- "src": "2579:26:122",
2183
+ "referencedDeclaration": 60031,
2184
+ "src": "2579:26:132",
2185
2185
  "typeDescriptions": {
2186
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26688_$",
2186
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$29204_$",
2187
2187
  "typeString": "function () pure returns (Schema)"
2188
2188
  }
2189
2189
  },
2190
- "id": 50481,
2190
+ "id": 59623,
2191
2191
  "isConstant": false,
2192
2192
  "isLValue": false,
2193
2193
  "isPure": false,
@@ -2196,10 +2196,10 @@
2196
2196
  "nameLocations": [],
2197
2197
  "names": [],
2198
2198
  "nodeType": "FunctionCall",
2199
- "src": "2579:28:122",
2199
+ "src": "2579:28:132",
2200
2200
  "tryCall": false,
2201
2201
  "typeDescriptions": {
2202
- "typeIdentifier": "t_userDefinedValueType$_Schema_$26688",
2202
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$29204",
2203
2203
  "typeString": "Schema"
2204
2204
  }
2205
2205
  },
@@ -2208,33 +2208,33 @@
2208
2208
  "expression": {
2209
2209
  "argumentTypes": [],
2210
2210
  "expression": {
2211
- "id": 50482,
2211
+ "id": 59624,
2212
2212
  "name": "KeysWithValue",
2213
2213
  "nodeType": "Identifier",
2214
2214
  "overloadedDeclarations": [],
2215
- "referencedDeclaration": 53272,
2216
- "src": "2619:13:122",
2215
+ "referencedDeclaration": 62414,
2216
+ "src": "2619:13:132",
2217
2217
  "typeDescriptions": {
2218
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53272_$",
2218
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62414_$",
2219
2219
  "typeString": "type(library KeysWithValue)"
2220
2220
  }
2221
2221
  },
2222
- "id": 50483,
2222
+ "id": 59625,
2223
2223
  "isConstant": false,
2224
2224
  "isLValue": false,
2225
2225
  "isPure": false,
2226
2226
  "lValueRequested": false,
2227
- "memberLocation": "2633:14:122",
2227
+ "memberLocation": "2633:14:132",
2228
2228
  "memberName": "getValueSchema",
2229
2229
  "nodeType": "MemberAccess",
2230
- "referencedDeclaration": 50921,
2231
- "src": "2619:28:122",
2230
+ "referencedDeclaration": 60063,
2231
+ "src": "2619:28:132",
2232
2232
  "typeDescriptions": {
2233
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$26688_$",
2233
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$29204_$",
2234
2234
  "typeString": "function () pure returns (Schema)"
2235
2235
  }
2236
2236
  },
2237
- "id": 50484,
2237
+ "id": 59626,
2238
2238
  "isConstant": false,
2239
2239
  "isLValue": false,
2240
2240
  "isPure": false,
@@ -2243,10 +2243,10 @@
2243
2243
  "nameLocations": [],
2244
2244
  "names": [],
2245
2245
  "nodeType": "FunctionCall",
2246
- "src": "2619:30:122",
2246
+ "src": "2619:30:132",
2247
2247
  "tryCall": false,
2248
2248
  "typeDescriptions": {
2249
- "typeIdentifier": "t_userDefinedValueType$_Schema_$26688",
2249
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$29204",
2250
2250
  "typeString": "Schema"
2251
2251
  }
2252
2252
  },
@@ -2255,33 +2255,33 @@
2255
2255
  "expression": {
2256
2256
  "argumentTypes": [],
2257
2257
  "expression": {
2258
- "id": 50485,
2258
+ "id": 59627,
2259
2259
  "name": "KeysWithValue",
2260
2260
  "nodeType": "Identifier",
2261
2261
  "overloadedDeclarations": [],
2262
- "referencedDeclaration": 53272,
2263
- "src": "2661:13:122",
2262
+ "referencedDeclaration": 62414,
2263
+ "src": "2661:13:132",
2264
2264
  "typeDescriptions": {
2265
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53272_$",
2265
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62414_$",
2266
2266
  "typeString": "type(library KeysWithValue)"
2267
2267
  }
2268
2268
  },
2269
- "id": 50486,
2269
+ "id": 59628,
2270
2270
  "isConstant": false,
2271
2271
  "isLValue": false,
2272
2272
  "isPure": false,
2273
2273
  "lValueRequested": false,
2274
- "memberLocation": "2675:11:122",
2274
+ "memberLocation": "2675:11:132",
2275
2275
  "memberName": "getKeyNames",
2276
2276
  "nodeType": "MemberAccess",
2277
- "referencedDeclaration": 50943,
2278
- "src": "2661:25:122",
2277
+ "referencedDeclaration": 60085,
2278
+ "src": "2661:25:132",
2279
2279
  "typeDescriptions": {
2280
2280
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2281
2281
  "typeString": "function () pure returns (string memory[] memory)"
2282
2282
  }
2283
2283
  },
2284
- "id": 50487,
2284
+ "id": 59629,
2285
2285
  "isConstant": false,
2286
2286
  "isLValue": false,
2287
2287
  "isPure": false,
@@ -2290,7 +2290,7 @@
2290
2290
  "nameLocations": [],
2291
2291
  "names": [],
2292
2292
  "nodeType": "FunctionCall",
2293
- "src": "2661:27:122",
2293
+ "src": "2661:27:132",
2294
2294
  "tryCall": false,
2295
2295
  "typeDescriptions": {
2296
2296
  "typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
@@ -2302,33 +2302,33 @@
2302
2302
  "expression": {
2303
2303
  "argumentTypes": [],
2304
2304
  "expression": {
2305
- "id": 50488,
2305
+ "id": 59630,
2306
2306
  "name": "KeysWithValue",
2307
2307
  "nodeType": "Identifier",
2308
2308
  "overloadedDeclarations": [],
2309
- "referencedDeclaration": 53272,
2310
- "src": "2700:13:122",
2309
+ "referencedDeclaration": 62414,
2310
+ "src": "2700:13:132",
2311
2311
  "typeDescriptions": {
2312
- "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$53272_$",
2312
+ "typeIdentifier": "t_type$_t_contract$_KeysWithValue_$62414_$",
2313
2313
  "typeString": "type(library KeysWithValue)"
2314
2314
  }
2315
2315
  },
2316
- "id": 50489,
2316
+ "id": 59631,
2317
2317
  "isConstant": false,
2318
2318
  "isLValue": false,
2319
2319
  "isPure": false,
2320
2320
  "lValueRequested": false,
2321
- "memberLocation": "2714:13:122",
2321
+ "memberLocation": "2714:13:132",
2322
2322
  "memberName": "getFieldNames",
2323
2323
  "nodeType": "MemberAccess",
2324
- "referencedDeclaration": 50965,
2325
- "src": "2700:27:122",
2324
+ "referencedDeclaration": 60107,
2325
+ "src": "2700:27:132",
2326
2326
  "typeDescriptions": {
2327
2327
  "typeIdentifier": "t_function_internal_pure$__$returns$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2328
2328
  "typeString": "function () pure returns (string memory[] memory)"
2329
2329
  }
2330
2330
  },
2331
- "id": 50490,
2331
+ "id": 59632,
2332
2332
  "isConstant": false,
2333
2333
  "isLValue": false,
2334
2334
  "isPure": false,
@@ -2337,7 +2337,7 @@
2337
2337
  "nameLocations": [],
2338
2338
  "names": [],
2339
2339
  "nodeType": "FunctionCall",
2340
- "src": "2700:29:122",
2340
+ "src": "2700:29:132",
2341
2341
  "tryCall": false,
2342
2342
  "typeDescriptions": {
2343
2343
  "typeIdentifier": "t_array$_t_string_memory_ptr_$dyn_memory_ptr",
@@ -2345,16 +2345,16 @@
2345
2345
  }
2346
2346
  }
2347
2347
  ],
2348
- "id": 50491,
2348
+ "id": 59633,
2349
2349
  "isConstant": false,
2350
2350
  "isInlineArray": false,
2351
2351
  "isLValue": false,
2352
2352
  "isPure": false,
2353
2353
  "lValueRequested": false,
2354
2354
  "nodeType": "TupleExpression",
2355
- "src": "2494:245:122",
2355
+ "src": "2494:245:132",
2356
2356
  "typeDescriptions": {
2357
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26605_$_t_userDefinedValueType$_FieldLayout_$25482_$_t_userDefinedValueType$_Schema_$26688_$_t_userDefinedValueType$_Schema_$26688_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2357
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29121_$_t_userDefinedValueType$_FieldLayout_$27801_$_t_userDefinedValueType$_Schema_$29204_$_t_userDefinedValueType$_Schema_$29204_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2358
2358
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2359
2359
  }
2360
2360
  }
@@ -2362,41 +2362,41 @@
2362
2362
  "expression": {
2363
2363
  "argumentTypes": [
2364
2364
  {
2365
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26605_$_t_userDefinedValueType$_FieldLayout_$25482_$_t_userDefinedValueType$_Schema_$26688_$_t_userDefinedValueType$_Schema_$26688_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2365
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29121_$_t_userDefinedValueType$_FieldLayout_$27801_$_t_userDefinedValueType$_Schema_$29204_$_t_userDefinedValueType$_Schema_$29204_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$returns$__$",
2366
2366
  "typeString": "function (ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory) external"
2367
2367
  },
2368
2368
  {
2369
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26605_$_t_userDefinedValueType$_FieldLayout_$25482_$_t_userDefinedValueType$_Schema_$26688_$_t_userDefinedValueType$_Schema_$26688_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2369
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29121_$_t_userDefinedValueType$_FieldLayout_$27801_$_t_userDefinedValueType$_Schema_$29204_$_t_userDefinedValueType$_Schema_$29204_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$_t_array$_t_string_memory_ptr_$dyn_memory_ptr_$",
2370
2370
  "typeString": "tuple(ResourceId,FieldLayout,Schema,Schema,string memory[] memory,string memory[] memory)"
2371
2371
  }
2372
2372
  ],
2373
2373
  "expression": {
2374
- "id": 50471,
2374
+ "id": 59613,
2375
2375
  "name": "abi",
2376
2376
  "nodeType": "Identifier",
2377
2377
  "overloadedDeclarations": [],
2378
2378
  "referencedDeclaration": -1,
2379
- "src": "2441:3:122",
2379
+ "src": "2441:3:132",
2380
2380
  "typeDescriptions": {
2381
2381
  "typeIdentifier": "t_magic_abi",
2382
2382
  "typeString": "abi"
2383
2383
  }
2384
2384
  },
2385
- "id": 50472,
2385
+ "id": 59614,
2386
2386
  "isConstant": false,
2387
2387
  "isLValue": false,
2388
2388
  "isPure": true,
2389
2389
  "lValueRequested": false,
2390
- "memberLocation": "2445:10:122",
2390
+ "memberLocation": "2445:10:132",
2391
2391
  "memberName": "encodeCall",
2392
2392
  "nodeType": "MemberAccess",
2393
- "src": "2441:14:122",
2393
+ "src": "2441:14:132",
2394
2394
  "typeDescriptions": {
2395
2395
  "typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$",
2396
2396
  "typeString": "function () pure returns (bytes memory)"
2397
2397
  }
2398
2398
  },
2399
- "id": 50492,
2399
+ "id": 59634,
2400
2400
  "isConstant": false,
2401
2401
  "isLValue": false,
2402
2402
  "isPure": false,
@@ -2405,7 +2405,7 @@
2405
2405
  "nameLocations": [],
2406
2406
  "names": [],
2407
2407
  "nodeType": "FunctionCall",
2408
- "src": "2441:306:122",
2408
+ "src": "2441:306:132",
2409
2409
  "tryCall": false,
2410
2410
  "typeDescriptions": {
2411
2411
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2423,14 +2423,14 @@
2423
2423
  "expression": {
2424
2424
  "arguments": [
2425
2425
  {
2426
- "id": 50468,
2426
+ "id": 59610,
2427
2427
  "name": "world",
2428
2428
  "nodeType": "Identifier",
2429
2429
  "overloadedDeclarations": [],
2430
- "referencedDeclaration": 50456,
2431
- "src": "2414:5:122",
2430
+ "referencedDeclaration": 59598,
2431
+ "src": "2414:5:132",
2432
2432
  "typeDescriptions": {
2433
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
2433
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
2434
2434
  "typeString": "contract IBaseWorld"
2435
2435
  }
2436
2436
  }
@@ -2438,30 +2438,30 @@
2438
2438
  "expression": {
2439
2439
  "argumentTypes": [
2440
2440
  {
2441
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
2441
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
2442
2442
  "typeString": "contract IBaseWorld"
2443
2443
  }
2444
2444
  ],
2445
- "id": 50467,
2445
+ "id": 59609,
2446
2446
  "isConstant": false,
2447
2447
  "isLValue": false,
2448
2448
  "isPure": true,
2449
2449
  "lValueRequested": false,
2450
2450
  "nodeType": "ElementaryTypeNameExpression",
2451
- "src": "2406:7:122",
2451
+ "src": "2406:7:132",
2452
2452
  "typeDescriptions": {
2453
2453
  "typeIdentifier": "t_type$_t_address_$",
2454
2454
  "typeString": "type(address)"
2455
2455
  },
2456
2456
  "typeName": {
2457
- "id": 50466,
2457
+ "id": 59608,
2458
2458
  "name": "address",
2459
2459
  "nodeType": "ElementaryTypeName",
2460
- "src": "2406:7:122",
2460
+ "src": "2406:7:132",
2461
2461
  "typeDescriptions": {}
2462
2462
  }
2463
2463
  },
2464
- "id": 50469,
2464
+ "id": 59611,
2465
2465
  "isConstant": false,
2466
2466
  "isLValue": false,
2467
2467
  "isPure": false,
@@ -2470,28 +2470,28 @@
2470
2470
  "nameLocations": [],
2471
2471
  "names": [],
2472
2472
  "nodeType": "FunctionCall",
2473
- "src": "2406:14:122",
2473
+ "src": "2406:14:132",
2474
2474
  "tryCall": false,
2475
2475
  "typeDescriptions": {
2476
2476
  "typeIdentifier": "t_address",
2477
2477
  "typeString": "address"
2478
2478
  }
2479
2479
  },
2480
- "id": 50470,
2480
+ "id": 59612,
2481
2481
  "isConstant": false,
2482
2482
  "isLValue": false,
2483
2483
  "isPure": false,
2484
2484
  "lValueRequested": false,
2485
- "memberLocation": "2421:12:122",
2485
+ "memberLocation": "2421:12:132",
2486
2486
  "memberName": "delegatecall",
2487
2487
  "nodeType": "MemberAccess",
2488
- "src": "2406:27:122",
2488
+ "src": "2406:27:132",
2489
2489
  "typeDescriptions": {
2490
2490
  "typeIdentifier": "t_function_baredelegatecall_nonpayable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
2491
2491
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2492
2492
  }
2493
2493
  },
2494
- "id": 50493,
2494
+ "id": 59635,
2495
2495
  "isConstant": false,
2496
2496
  "isLValue": false,
2497
2497
  "isPure": false,
@@ -2500,7 +2500,7 @@
2500
2500
  "nameLocations": [],
2501
2501
  "names": [],
2502
2502
  "nodeType": "FunctionCall",
2503
- "src": "2406:347:122",
2503
+ "src": "2406:347:132",
2504
2504
  "tryCall": false,
2505
2505
  "typeDescriptions": {
2506
2506
  "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
@@ -2508,11 +2508,11 @@
2508
2508
  }
2509
2509
  },
2510
2510
  "nodeType": "VariableDeclarationStatement",
2511
- "src": "2364:389:122"
2511
+ "src": "2364:389:132"
2512
2512
  },
2513
2513
  {
2514
2514
  "expression": {
2515
- "id": 50515,
2515
+ "id": 59657,
2516
2516
  "isConstant": false,
2517
2517
  "isLValue": false,
2518
2518
  "isPure": false,
@@ -2520,38 +2520,38 @@
2520
2520
  "leftHandSide": {
2521
2521
  "components": [
2522
2522
  {
2523
- "id": 50495,
2523
+ "id": 59637,
2524
2524
  "name": "success",
2525
2525
  "nodeType": "Identifier",
2526
2526
  "overloadedDeclarations": [],
2527
- "referencedDeclaration": 50463,
2528
- "src": "2810:7:122",
2527
+ "referencedDeclaration": 59605,
2528
+ "src": "2810:7:132",
2529
2529
  "typeDescriptions": {
2530
2530
  "typeIdentifier": "t_bool",
2531
2531
  "typeString": "bool"
2532
2532
  }
2533
2533
  },
2534
2534
  {
2535
- "id": 50496,
2535
+ "id": 59638,
2536
2536
  "name": "returnData",
2537
2537
  "nodeType": "Identifier",
2538
2538
  "overloadedDeclarations": [],
2539
- "referencedDeclaration": 50465,
2540
- "src": "2819:10:122",
2539
+ "referencedDeclaration": 59607,
2540
+ "src": "2819:10:132",
2541
2541
  "typeDescriptions": {
2542
2542
  "typeIdentifier": "t_bytes_memory_ptr",
2543
2543
  "typeString": "bytes memory"
2544
2544
  }
2545
2545
  }
2546
2546
  ],
2547
- "id": 50497,
2547
+ "id": 59639,
2548
2548
  "isConstant": false,
2549
2549
  "isInlineArray": false,
2550
2550
  "isLValue": true,
2551
2551
  "isPure": false,
2552
2552
  "lValueRequested": true,
2553
2553
  "nodeType": "TupleExpression",
2554
- "src": "2809:21:122",
2554
+ "src": "2809:21:132",
2555
2555
  "typeDescriptions": {
2556
2556
  "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
2557
2557
  "typeString": "tuple(bool,bytes memory)"
@@ -2565,57 +2565,57 @@
2565
2565
  "arguments": [
2566
2566
  {
2567
2567
  "expression": {
2568
- "id": 50505,
2568
+ "id": 59647,
2569
2569
  "name": "world",
2570
2570
  "nodeType": "Identifier",
2571
2571
  "overloadedDeclarations": [],
2572
- "referencedDeclaration": 50456,
2573
- "src": "2883:5:122",
2572
+ "referencedDeclaration": 59598,
2573
+ "src": "2883:5:132",
2574
2574
  "typeDescriptions": {
2575
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
2575
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
2576
2576
  "typeString": "contract IBaseWorld"
2577
2577
  }
2578
2578
  },
2579
- "id": 50506,
2579
+ "id": 59648,
2580
2580
  "isConstant": false,
2581
2581
  "isLValue": false,
2582
2582
  "isPure": false,
2583
2583
  "lValueRequested": false,
2584
- "memberLocation": "2889:11:122",
2584
+ "memberLocation": "2889:11:132",
2585
2585
  "memberName": "grantAccess",
2586
2586
  "nodeType": "MemberAccess",
2587
- "referencedDeclaration": 61698,
2588
- "src": "2883:17:122",
2587
+ "referencedDeclaration": 75701,
2588
+ "src": "2883:17:132",
2589
2589
  "typeDescriptions": {
2590
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26605_$_t_address_$returns$__$",
2590
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29121_$_t_address_$returns$__$",
2591
2591
  "typeString": "function (ResourceId,address) external"
2592
2592
  }
2593
2593
  },
2594
2594
  {
2595
2595
  "components": [
2596
2596
  {
2597
- "id": 50507,
2597
+ "id": 59649,
2598
2598
  "name": "targetTableSelector",
2599
2599
  "nodeType": "Identifier",
2600
2600
  "overloadedDeclarations": [],
2601
- "referencedDeclaration": 50448,
2602
- "src": "2903:19:122",
2601
+ "referencedDeclaration": 59590,
2602
+ "src": "2903:19:132",
2603
2603
  "typeDescriptions": {
2604
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
2604
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
2605
2605
  "typeString": "ResourceId"
2606
2606
  }
2607
2607
  },
2608
2608
  {
2609
2609
  "arguments": [
2610
2610
  {
2611
- "id": 50510,
2611
+ "id": 59652,
2612
2612
  "name": "hook",
2613
2613
  "nodeType": "Identifier",
2614
2614
  "overloadedDeclarations": [],
2615
- "referencedDeclaration": 50416,
2616
- "src": "2932:4:122",
2615
+ "referencedDeclaration": 59558,
2616
+ "src": "2932:4:132",
2617
2617
  "typeDescriptions": {
2618
- "typeIdentifier": "t_contract$_KeysWithValueHook_$50372",
2618
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59514",
2619
2619
  "typeString": "contract KeysWithValueHook"
2620
2620
  }
2621
2621
  }
@@ -2623,30 +2623,30 @@
2623
2623
  "expression": {
2624
2624
  "argumentTypes": [
2625
2625
  {
2626
- "typeIdentifier": "t_contract$_KeysWithValueHook_$50372",
2626
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59514",
2627
2627
  "typeString": "contract KeysWithValueHook"
2628
2628
  }
2629
2629
  ],
2630
- "id": 50509,
2630
+ "id": 59651,
2631
2631
  "isConstant": false,
2632
2632
  "isLValue": false,
2633
2633
  "isPure": true,
2634
2634
  "lValueRequested": false,
2635
2635
  "nodeType": "ElementaryTypeNameExpression",
2636
- "src": "2924:7:122",
2636
+ "src": "2924:7:132",
2637
2637
  "typeDescriptions": {
2638
2638
  "typeIdentifier": "t_type$_t_address_$",
2639
2639
  "typeString": "type(address)"
2640
2640
  },
2641
2641
  "typeName": {
2642
- "id": 50508,
2642
+ "id": 59650,
2643
2643
  "name": "address",
2644
2644
  "nodeType": "ElementaryTypeName",
2645
- "src": "2924:7:122",
2645
+ "src": "2924:7:132",
2646
2646
  "typeDescriptions": {}
2647
2647
  }
2648
2648
  },
2649
- "id": 50511,
2649
+ "id": 59653,
2650
2650
  "isConstant": false,
2651
2651
  "isLValue": false,
2652
2652
  "isPure": false,
@@ -2655,7 +2655,7 @@
2655
2655
  "nameLocations": [],
2656
2656
  "names": [],
2657
2657
  "nodeType": "FunctionCall",
2658
- "src": "2924:13:122",
2658
+ "src": "2924:13:132",
2659
2659
  "tryCall": false,
2660
2660
  "typeDescriptions": {
2661
2661
  "typeIdentifier": "t_address",
@@ -2663,16 +2663,16 @@
2663
2663
  }
2664
2664
  }
2665
2665
  ],
2666
- "id": 50512,
2666
+ "id": 59654,
2667
2667
  "isConstant": false,
2668
2668
  "isInlineArray": false,
2669
2669
  "isLValue": false,
2670
2670
  "isPure": false,
2671
2671
  "lValueRequested": false,
2672
2672
  "nodeType": "TupleExpression",
2673
- "src": "2902:36:122",
2673
+ "src": "2902:36:132",
2674
2674
  "typeDescriptions": {
2675
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26605_$_t_address_$",
2675
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29121_$_t_address_$",
2676
2676
  "typeString": "tuple(ResourceId,address)"
2677
2677
  }
2678
2678
  }
@@ -2680,41 +2680,41 @@
2680
2680
  "expression": {
2681
2681
  "argumentTypes": [
2682
2682
  {
2683
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26605_$_t_address_$returns$__$",
2683
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29121_$_t_address_$returns$__$",
2684
2684
  "typeString": "function (ResourceId,address) external"
2685
2685
  },
2686
2686
  {
2687
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26605_$_t_address_$",
2687
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29121_$_t_address_$",
2688
2688
  "typeString": "tuple(ResourceId,address)"
2689
2689
  }
2690
2690
  ],
2691
2691
  "expression": {
2692
- "id": 50503,
2692
+ "id": 59645,
2693
2693
  "name": "abi",
2694
2694
  "nodeType": "Identifier",
2695
2695
  "overloadedDeclarations": [],
2696
2696
  "referencedDeclaration": -1,
2697
- "src": "2868:3:122",
2697
+ "src": "2868:3:132",
2698
2698
  "typeDescriptions": {
2699
2699
  "typeIdentifier": "t_magic_abi",
2700
2700
  "typeString": "abi"
2701
2701
  }
2702
2702
  },
2703
- "id": 50504,
2703
+ "id": 59646,
2704
2704
  "isConstant": false,
2705
2705
  "isLValue": false,
2706
2706
  "isPure": true,
2707
2707
  "lValueRequested": false,
2708
- "memberLocation": "2872:10:122",
2708
+ "memberLocation": "2872:10:132",
2709
2709
  "memberName": "encodeCall",
2710
2710
  "nodeType": "MemberAccess",
2711
- "src": "2868:14:122",
2711
+ "src": "2868:14:132",
2712
2712
  "typeDescriptions": {
2713
2713
  "typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$",
2714
2714
  "typeString": "function () pure returns (bytes memory)"
2715
2715
  }
2716
2716
  },
2717
- "id": 50513,
2717
+ "id": 59655,
2718
2718
  "isConstant": false,
2719
2719
  "isLValue": false,
2720
2720
  "isPure": false,
@@ -2723,7 +2723,7 @@
2723
2723
  "nameLocations": [],
2724
2724
  "names": [],
2725
2725
  "nodeType": "FunctionCall",
2726
- "src": "2868:71:122",
2726
+ "src": "2868:71:132",
2727
2727
  "tryCall": false,
2728
2728
  "typeDescriptions": {
2729
2729
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2741,14 +2741,14 @@
2741
2741
  "expression": {
2742
2742
  "arguments": [
2743
2743
  {
2744
- "id": 50500,
2744
+ "id": 59642,
2745
2745
  "name": "world",
2746
2746
  "nodeType": "Identifier",
2747
2747
  "overloadedDeclarations": [],
2748
- "referencedDeclaration": 50456,
2749
- "src": "2841:5:122",
2748
+ "referencedDeclaration": 59598,
2749
+ "src": "2841:5:132",
2750
2750
  "typeDescriptions": {
2751
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
2751
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
2752
2752
  "typeString": "contract IBaseWorld"
2753
2753
  }
2754
2754
  }
@@ -2756,30 +2756,30 @@
2756
2756
  "expression": {
2757
2757
  "argumentTypes": [
2758
2758
  {
2759
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
2759
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
2760
2760
  "typeString": "contract IBaseWorld"
2761
2761
  }
2762
2762
  ],
2763
- "id": 50499,
2763
+ "id": 59641,
2764
2764
  "isConstant": false,
2765
2765
  "isLValue": false,
2766
2766
  "isPure": true,
2767
2767
  "lValueRequested": false,
2768
2768
  "nodeType": "ElementaryTypeNameExpression",
2769
- "src": "2833:7:122",
2769
+ "src": "2833:7:132",
2770
2770
  "typeDescriptions": {
2771
2771
  "typeIdentifier": "t_type$_t_address_$",
2772
2772
  "typeString": "type(address)"
2773
2773
  },
2774
2774
  "typeName": {
2775
- "id": 50498,
2775
+ "id": 59640,
2776
2776
  "name": "address",
2777
2777
  "nodeType": "ElementaryTypeName",
2778
- "src": "2833:7:122",
2778
+ "src": "2833:7:132",
2779
2779
  "typeDescriptions": {}
2780
2780
  }
2781
2781
  },
2782
- "id": 50501,
2782
+ "id": 59643,
2783
2783
  "isConstant": false,
2784
2784
  "isLValue": false,
2785
2785
  "isPure": false,
@@ -2788,28 +2788,28 @@
2788
2788
  "nameLocations": [],
2789
2789
  "names": [],
2790
2790
  "nodeType": "FunctionCall",
2791
- "src": "2833:14:122",
2791
+ "src": "2833:14:132",
2792
2792
  "tryCall": false,
2793
2793
  "typeDescriptions": {
2794
2794
  "typeIdentifier": "t_address",
2795
2795
  "typeString": "address"
2796
2796
  }
2797
2797
  },
2798
- "id": 50502,
2798
+ "id": 59644,
2799
2799
  "isConstant": false,
2800
2800
  "isLValue": false,
2801
2801
  "isPure": false,
2802
2802
  "lValueRequested": false,
2803
- "memberLocation": "2848:12:122",
2803
+ "memberLocation": "2848:12:132",
2804
2804
  "memberName": "delegatecall",
2805
2805
  "nodeType": "MemberAccess",
2806
- "src": "2833:27:122",
2806
+ "src": "2833:27:132",
2807
2807
  "typeDescriptions": {
2808
2808
  "typeIdentifier": "t_function_baredelegatecall_nonpayable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
2809
2809
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
2810
2810
  }
2811
2811
  },
2812
- "id": 50514,
2812
+ "id": 59656,
2813
2813
  "isConstant": false,
2814
2814
  "isLValue": false,
2815
2815
  "isPure": false,
@@ -2818,26 +2818,26 @@
2818
2818
  "nameLocations": [],
2819
2819
  "names": [],
2820
2820
  "nodeType": "FunctionCall",
2821
- "src": "2833:112:122",
2821
+ "src": "2833:112:132",
2822
2822
  "tryCall": false,
2823
2823
  "typeDescriptions": {
2824
2824
  "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
2825
2825
  "typeString": "tuple(bool,bytes memory)"
2826
2826
  }
2827
2827
  },
2828
- "src": "2809:136:122",
2828
+ "src": "2809:136:132",
2829
2829
  "typeDescriptions": {
2830
2830
  "typeIdentifier": "t_tuple$__$",
2831
2831
  "typeString": "tuple()"
2832
2832
  }
2833
2833
  },
2834
- "id": 50516,
2834
+ "id": 59658,
2835
2835
  "nodeType": "ExpressionStatement",
2836
- "src": "2809:136:122"
2836
+ "src": "2809:136:132"
2837
2837
  },
2838
2838
  {
2839
2839
  "condition": {
2840
- "id": 50518,
2840
+ "id": 59660,
2841
2841
  "isConstant": false,
2842
2842
  "isLValue": false,
2843
2843
  "isPure": false,
@@ -2845,14 +2845,14 @@
2845
2845
  "nodeType": "UnaryOperation",
2846
2846
  "operator": "!",
2847
2847
  "prefix": true,
2848
- "src": "2956:8:122",
2848
+ "src": "2956:8:132",
2849
2849
  "subExpression": {
2850
- "id": 50517,
2850
+ "id": 59659,
2851
2851
  "name": "success",
2852
2852
  "nodeType": "Identifier",
2853
2853
  "overloadedDeclarations": [],
2854
- "referencedDeclaration": 50463,
2855
- "src": "2957:7:122",
2854
+ "referencedDeclaration": 59605,
2855
+ "src": "2957:7:132",
2856
2856
  "typeDescriptions": {
2857
2857
  "typeIdentifier": "t_bool",
2858
2858
  "typeString": "bool"
@@ -2863,19 +2863,19 @@
2863
2863
  "typeString": "bool"
2864
2864
  }
2865
2865
  },
2866
- "id": 50523,
2866
+ "id": 59665,
2867
2867
  "nodeType": "IfStatement",
2868
- "src": "2952:41:122",
2868
+ "src": "2952:41:132",
2869
2869
  "trueBody": {
2870
2870
  "expression": {
2871
2871
  "arguments": [
2872
2872
  {
2873
- "id": 50520,
2873
+ "id": 59662,
2874
2874
  "name": "returnData",
2875
2875
  "nodeType": "Identifier",
2876
2876
  "overloadedDeclarations": [],
2877
- "referencedDeclaration": 50465,
2878
- "src": "2982:10:122",
2877
+ "referencedDeclaration": 59607,
2878
+ "src": "2982:10:132",
2879
2879
  "typeDescriptions": {
2880
2880
  "typeIdentifier": "t_bytes_memory_ptr",
2881
2881
  "typeString": "bytes memory"
@@ -2889,18 +2889,18 @@
2889
2889
  "typeString": "bytes memory"
2890
2890
  }
2891
2891
  ],
2892
- "id": 50519,
2892
+ "id": 59661,
2893
2893
  "name": "revertWithBytes",
2894
2894
  "nodeType": "Identifier",
2895
2895
  "overloadedDeclarations": [],
2896
- "referencedDeclaration": 39849,
2897
- "src": "2966:15:122",
2896
+ "referencedDeclaration": 48971,
2897
+ "src": "2966:15:132",
2898
2898
  "typeDescriptions": {
2899
2899
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
2900
2900
  "typeString": "function (bytes memory) pure"
2901
2901
  }
2902
2902
  },
2903
- "id": 50521,
2903
+ "id": 59663,
2904
2904
  "isConstant": false,
2905
2905
  "isLValue": false,
2906
2906
  "isPure": false,
@@ -2909,21 +2909,21 @@
2909
2909
  "nameLocations": [],
2910
2910
  "names": [],
2911
2911
  "nodeType": "FunctionCall",
2912
- "src": "2966:27:122",
2912
+ "src": "2966:27:132",
2913
2913
  "tryCall": false,
2914
2914
  "typeDescriptions": {
2915
2915
  "typeIdentifier": "t_tuple$__$",
2916
2916
  "typeString": "tuple()"
2917
2917
  }
2918
2918
  },
2919
- "id": 50522,
2919
+ "id": 59664,
2920
2920
  "nodeType": "ExpressionStatement",
2921
- "src": "2966:27:122"
2921
+ "src": "2966:27:132"
2922
2922
  }
2923
2923
  },
2924
2924
  {
2925
2925
  "expression": {
2926
- "id": 50552,
2926
+ "id": 59694,
2927
2927
  "isConstant": false,
2928
2928
  "isLValue": false,
2929
2929
  "isPure": false,
@@ -2931,38 +2931,38 @@
2931
2931
  "leftHandSide": {
2932
2932
  "components": [
2933
2933
  {
2934
- "id": 50524,
2934
+ "id": 59666,
2935
2935
  "name": "success",
2936
2936
  "nodeType": "Identifier",
2937
2937
  "overloadedDeclarations": [],
2938
- "referencedDeclaration": 50463,
2939
- "src": "3079:7:122",
2938
+ "referencedDeclaration": 59605,
2939
+ "src": "3079:7:132",
2940
2940
  "typeDescriptions": {
2941
2941
  "typeIdentifier": "t_bool",
2942
2942
  "typeString": "bool"
2943
2943
  }
2944
2944
  },
2945
2945
  {
2946
- "id": 50525,
2946
+ "id": 59667,
2947
2947
  "name": "returnData",
2948
2948
  "nodeType": "Identifier",
2949
2949
  "overloadedDeclarations": [],
2950
- "referencedDeclaration": 50465,
2951
- "src": "3088:10:122",
2950
+ "referencedDeclaration": 59607,
2951
+ "src": "3088:10:132",
2952
2952
  "typeDescriptions": {
2953
2953
  "typeIdentifier": "t_bytes_memory_ptr",
2954
2954
  "typeString": "bytes memory"
2955
2955
  }
2956
2956
  }
2957
2957
  ],
2958
- "id": 50526,
2958
+ "id": 59668,
2959
2959
  "isConstant": false,
2960
2960
  "isInlineArray": false,
2961
2961
  "isLValue": true,
2962
2962
  "isPure": false,
2963
2963
  "lValueRequested": true,
2964
2964
  "nodeType": "TupleExpression",
2965
- "src": "3078:21:122",
2965
+ "src": "3078:21:132",
2966
2966
  "typeDescriptions": {
2967
2967
  "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
2968
2968
  "typeString": "tuple(bool,bytes memory)"
@@ -2976,55 +2976,55 @@
2976
2976
  "arguments": [
2977
2977
  {
2978
2978
  "expression": {
2979
- "id": 50534,
2979
+ "id": 59676,
2980
2980
  "name": "world",
2981
2981
  "nodeType": "Identifier",
2982
2982
  "overloadedDeclarations": [],
2983
- "referencedDeclaration": 50456,
2984
- "src": "3161:5:122",
2983
+ "referencedDeclaration": 59598,
2984
+ "src": "3161:5:132",
2985
2985
  "typeDescriptions": {
2986
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
2986
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
2987
2987
  "typeString": "contract IBaseWorld"
2988
2988
  }
2989
2989
  },
2990
- "id": 50535,
2990
+ "id": 59677,
2991
2991
  "isConstant": false,
2992
2992
  "isLValue": false,
2993
2993
  "isPure": false,
2994
2994
  "lValueRequested": false,
2995
- "memberLocation": "3167:17:122",
2995
+ "memberLocation": "3167:17:132",
2996
2996
  "memberName": "registerStoreHook",
2997
2997
  "nodeType": "MemberAccess",
2998
- "referencedDeclaration": 58205,
2999
- "src": "3161:23:122",
2998
+ "referencedDeclaration": 70180,
2999
+ "src": "3161:23:132",
3000
3000
  "typeDescriptions": {
3001
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26605_$_t_contract$_IStoreHook_$60985_$_t_uint8_$returns$__$",
3001
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29121_$_t_contract$_IStoreHook_$72763_$_t_uint8_$returns$__$",
3002
3002
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
3003
3003
  }
3004
3004
  },
3005
3005
  {
3006
3006
  "components": [
3007
3007
  {
3008
- "id": 50536,
3008
+ "id": 59678,
3009
3009
  "name": "sourceTableId",
3010
3010
  "nodeType": "Identifier",
3011
3011
  "overloadedDeclarations": [],
3012
- "referencedDeclaration": 50434,
3013
- "src": "3206:13:122",
3012
+ "referencedDeclaration": 59576,
3013
+ "src": "3206:13:132",
3014
3014
  "typeDescriptions": {
3015
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
3015
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
3016
3016
  "typeString": "ResourceId"
3017
3017
  }
3018
3018
  },
3019
3019
  {
3020
- "id": 50537,
3020
+ "id": 59679,
3021
3021
  "name": "hook",
3022
3022
  "nodeType": "Identifier",
3023
3023
  "overloadedDeclarations": [],
3024
- "referencedDeclaration": 50416,
3025
- "src": "3231:4:122",
3024
+ "referencedDeclaration": 59558,
3025
+ "src": "3231:4:132",
3026
3026
  "typeDescriptions": {
3027
- "typeIdentifier": "t_contract$_KeysWithValueHook_$50372",
3027
+ "typeIdentifier": "t_contract$_KeysWithValueHook_$59514",
3028
3028
  "typeString": "contract KeysWithValueHook"
3029
3029
  }
3030
3030
  },
@@ -3033,7 +3033,7 @@
3033
3033
  "typeIdentifier": "t_uint8",
3034
3034
  "typeString": "uint8"
3035
3035
  },
3036
- "id": 50548,
3036
+ "id": 59690,
3037
3037
  "isConstant": false,
3038
3038
  "isLValue": false,
3039
3039
  "isPure": true,
@@ -3043,7 +3043,7 @@
3043
3043
  "typeIdentifier": "t_uint8",
3044
3044
  "typeString": "uint8"
3045
3045
  },
3046
- "id": 50546,
3046
+ "id": 59688,
3047
3047
  "isConstant": false,
3048
3048
  "isLValue": false,
3049
3049
  "isPure": true,
@@ -3053,7 +3053,7 @@
3053
3053
  "typeIdentifier": "t_uint8",
3054
3054
  "typeString": "uint8"
3055
3055
  },
3056
- "id": 50544,
3056
+ "id": 59686,
3057
3057
  "isConstant": false,
3058
3058
  "isLValue": false,
3059
3059
  "isPure": true,
@@ -3063,7 +3063,7 @@
3063
3063
  "typeIdentifier": "t_uint8",
3064
3064
  "typeString": "uint8"
3065
3065
  },
3066
- "id": 50542,
3066
+ "id": 59684,
3067
3067
  "isConstant": false,
3068
3068
  "isLValue": false,
3069
3069
  "isPure": true,
@@ -3073,18 +3073,18 @@
3073
3073
  "typeIdentifier": "t_uint8",
3074
3074
  "typeString": "uint8"
3075
3075
  },
3076
- "id": 50540,
3076
+ "id": 59682,
3077
3077
  "isConstant": false,
3078
3078
  "isLValue": false,
3079
3079
  "isPure": true,
3080
3080
  "lValueRequested": false,
3081
3081
  "leftExpression": {
3082
- "id": 50538,
3082
+ "id": 59680,
3083
3083
  "name": "BEFORE_SET_RECORD",
3084
3084
  "nodeType": "Identifier",
3085
3085
  "overloadedDeclarations": [],
3086
- "referencedDeclaration": 36580,
3087
- "src": "3247:17:122",
3086
+ "referencedDeclaration": 39096,
3087
+ "src": "3247:17:132",
3088
3088
  "typeDescriptions": {
3089
3089
  "typeIdentifier": "t_uint8",
3090
3090
  "typeString": "uint8"
@@ -3093,18 +3093,18 @@
3093
3093
  "nodeType": "BinaryOperation",
3094
3094
  "operator": "|",
3095
3095
  "rightExpression": {
3096
- "id": 50539,
3096
+ "id": 59681,
3097
3097
  "name": "BEFORE_SPLICE_STATIC_DATA",
3098
3098
  "nodeType": "Identifier",
3099
3099
  "overloadedDeclarations": [],
3100
- "referencedDeclaration": 36592,
3101
- "src": "3279:25:122",
3100
+ "referencedDeclaration": 39108,
3101
+ "src": "3279:25:132",
3102
3102
  "typeDescriptions": {
3103
3103
  "typeIdentifier": "t_uint8",
3104
3104
  "typeString": "uint8"
3105
3105
  }
3106
3106
  },
3107
- "src": "3247:57:122",
3107
+ "src": "3247:57:132",
3108
3108
  "typeDescriptions": {
3109
3109
  "typeIdentifier": "t_uint8",
3110
3110
  "typeString": "uint8"
@@ -3113,18 +3113,18 @@
3113
3113
  "nodeType": "BinaryOperation",
3114
3114
  "operator": "|",
3115
3115
  "rightExpression": {
3116
- "id": 50541,
3116
+ "id": 59683,
3117
3117
  "name": "AFTER_SPLICE_STATIC_DATA",
3118
3118
  "nodeType": "Identifier",
3119
3119
  "overloadedDeclarations": [],
3120
- "referencedDeclaration": 36598,
3121
- "src": "3319:24:122",
3120
+ "referencedDeclaration": 39114,
3121
+ "src": "3319:24:132",
3122
3122
  "typeDescriptions": {
3123
3123
  "typeIdentifier": "t_uint8",
3124
3124
  "typeString": "uint8"
3125
3125
  }
3126
3126
  },
3127
- "src": "3247:96:122",
3127
+ "src": "3247:96:132",
3128
3128
  "typeDescriptions": {
3129
3129
  "typeIdentifier": "t_uint8",
3130
3130
  "typeString": "uint8"
@@ -3133,18 +3133,18 @@
3133
3133
  "nodeType": "BinaryOperation",
3134
3134
  "operator": "|",
3135
3135
  "rightExpression": {
3136
- "id": 50543,
3136
+ "id": 59685,
3137
3137
  "name": "BEFORE_SPLICE_DYNAMIC_DATA",
3138
3138
  "nodeType": "Identifier",
3139
3139
  "overloadedDeclarations": [],
3140
- "referencedDeclaration": 36604,
3141
- "src": "3358:26:122",
3140
+ "referencedDeclaration": 39120,
3141
+ "src": "3358:26:132",
3142
3142
  "typeDescriptions": {
3143
3143
  "typeIdentifier": "t_uint8",
3144
3144
  "typeString": "uint8"
3145
3145
  }
3146
3146
  },
3147
- "src": "3247:137:122",
3147
+ "src": "3247:137:132",
3148
3148
  "typeDescriptions": {
3149
3149
  "typeIdentifier": "t_uint8",
3150
3150
  "typeString": "uint8"
@@ -3153,18 +3153,18 @@
3153
3153
  "nodeType": "BinaryOperation",
3154
3154
  "operator": "|",
3155
3155
  "rightExpression": {
3156
- "id": 50545,
3156
+ "id": 59687,
3157
3157
  "name": "AFTER_SPLICE_DYNAMIC_DATA",
3158
3158
  "nodeType": "Identifier",
3159
3159
  "overloadedDeclarations": [],
3160
- "referencedDeclaration": 36610,
3161
- "src": "3399:25:122",
3160
+ "referencedDeclaration": 39126,
3161
+ "src": "3399:25:132",
3162
3162
  "typeDescriptions": {
3163
3163
  "typeIdentifier": "t_uint8",
3164
3164
  "typeString": "uint8"
3165
3165
  }
3166
3166
  },
3167
- "src": "3247:177:122",
3167
+ "src": "3247:177:132",
3168
3168
  "typeDescriptions": {
3169
3169
  "typeIdentifier": "t_uint8",
3170
3170
  "typeString": "uint8"
@@ -3173,34 +3173,34 @@
3173
3173
  "nodeType": "BinaryOperation",
3174
3174
  "operator": "|",
3175
3175
  "rightExpression": {
3176
- "id": 50547,
3176
+ "id": 59689,
3177
3177
  "name": "BEFORE_DELETE_RECORD",
3178
3178
  "nodeType": "Identifier",
3179
3179
  "overloadedDeclarations": [],
3180
- "referencedDeclaration": 36616,
3181
- "src": "3439:20:122",
3180
+ "referencedDeclaration": 39132,
3181
+ "src": "3439:20:132",
3182
3182
  "typeDescriptions": {
3183
3183
  "typeIdentifier": "t_uint8",
3184
3184
  "typeString": "uint8"
3185
3185
  }
3186
3186
  },
3187
- "src": "3247:212:122",
3187
+ "src": "3247:212:132",
3188
3188
  "typeDescriptions": {
3189
3189
  "typeIdentifier": "t_uint8",
3190
3190
  "typeString": "uint8"
3191
3191
  }
3192
3192
  }
3193
3193
  ],
3194
- "id": 50549,
3194
+ "id": 59691,
3195
3195
  "isConstant": false,
3196
3196
  "isInlineArray": false,
3197
3197
  "isLValue": false,
3198
3198
  "isPure": false,
3199
3199
  "lValueRequested": false,
3200
3200
  "nodeType": "TupleExpression",
3201
- "src": "3194:275:122",
3201
+ "src": "3194:275:132",
3202
3202
  "typeDescriptions": {
3203
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26605_$_t_contract$_KeysWithValueHook_$50372_$_t_uint8_$",
3203
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29121_$_t_contract$_KeysWithValueHook_$59514_$_t_uint8_$",
3204
3204
  "typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
3205
3205
  }
3206
3206
  }
@@ -3208,41 +3208,41 @@
3208
3208
  "expression": {
3209
3209
  "argumentTypes": [
3210
3210
  {
3211
- "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$26605_$_t_contract$_IStoreHook_$60985_$_t_uint8_$returns$__$",
3211
+ "typeIdentifier": "t_function_external_nonpayable$_t_userDefinedValueType$_ResourceId_$29121_$_t_contract$_IStoreHook_$72763_$_t_uint8_$returns$__$",
3212
3212
  "typeString": "function (ResourceId,contract IStoreHook,uint8) external"
3213
3213
  },
3214
3214
  {
3215
- "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$26605_$_t_contract$_KeysWithValueHook_$50372_$_t_uint8_$",
3215
+ "typeIdentifier": "t_tuple$_t_userDefinedValueType$_ResourceId_$29121_$_t_contract$_KeysWithValueHook_$59514_$_t_uint8_$",
3216
3216
  "typeString": "tuple(ResourceId,contract KeysWithValueHook,uint8)"
3217
3217
  }
3218
3218
  ],
3219
3219
  "expression": {
3220
- "id": 50532,
3220
+ "id": 59674,
3221
3221
  "name": "abi",
3222
3222
  "nodeType": "Identifier",
3223
3223
  "overloadedDeclarations": [],
3224
3224
  "referencedDeclaration": -1,
3225
- "src": "3137:3:122",
3225
+ "src": "3137:3:132",
3226
3226
  "typeDescriptions": {
3227
3227
  "typeIdentifier": "t_magic_abi",
3228
3228
  "typeString": "abi"
3229
3229
  }
3230
3230
  },
3231
- "id": 50533,
3231
+ "id": 59675,
3232
3232
  "isConstant": false,
3233
3233
  "isLValue": false,
3234
3234
  "isPure": true,
3235
3235
  "lValueRequested": false,
3236
- "memberLocation": "3141:10:122",
3236
+ "memberLocation": "3141:10:132",
3237
3237
  "memberName": "encodeCall",
3238
3238
  "nodeType": "MemberAccess",
3239
- "src": "3137:14:122",
3239
+ "src": "3137:14:132",
3240
3240
  "typeDescriptions": {
3241
3241
  "typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$",
3242
3242
  "typeString": "function () pure returns (bytes memory)"
3243
3243
  }
3244
3244
  },
3245
- "id": 50550,
3245
+ "id": 59692,
3246
3246
  "isConstant": false,
3247
3247
  "isLValue": false,
3248
3248
  "isPure": false,
@@ -3251,7 +3251,7 @@
3251
3251
  "nameLocations": [],
3252
3252
  "names": [],
3253
3253
  "nodeType": "FunctionCall",
3254
- "src": "3137:340:122",
3254
+ "src": "3137:340:132",
3255
3255
  "tryCall": false,
3256
3256
  "typeDescriptions": {
3257
3257
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -3269,14 +3269,14 @@
3269
3269
  "expression": {
3270
3270
  "arguments": [
3271
3271
  {
3272
- "id": 50529,
3272
+ "id": 59671,
3273
3273
  "name": "world",
3274
3274
  "nodeType": "Identifier",
3275
3275
  "overloadedDeclarations": [],
3276
- "referencedDeclaration": 50456,
3277
- "src": "3110:5:122",
3276
+ "referencedDeclaration": 59598,
3277
+ "src": "3110:5:132",
3278
3278
  "typeDescriptions": {
3279
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
3279
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
3280
3280
  "typeString": "contract IBaseWorld"
3281
3281
  }
3282
3282
  }
@@ -3284,30 +3284,30 @@
3284
3284
  "expression": {
3285
3285
  "argumentTypes": [
3286
3286
  {
3287
- "typeIdentifier": "t_contract$_IBaseWorld_$39775",
3287
+ "typeIdentifier": "t_contract$_IBaseWorld_$42528",
3288
3288
  "typeString": "contract IBaseWorld"
3289
3289
  }
3290
3290
  ],
3291
- "id": 50528,
3291
+ "id": 59670,
3292
3292
  "isConstant": false,
3293
3293
  "isLValue": false,
3294
3294
  "isPure": true,
3295
3295
  "lValueRequested": false,
3296
3296
  "nodeType": "ElementaryTypeNameExpression",
3297
- "src": "3102:7:122",
3297
+ "src": "3102:7:132",
3298
3298
  "typeDescriptions": {
3299
3299
  "typeIdentifier": "t_type$_t_address_$",
3300
3300
  "typeString": "type(address)"
3301
3301
  },
3302
3302
  "typeName": {
3303
- "id": 50527,
3303
+ "id": 59669,
3304
3304
  "name": "address",
3305
3305
  "nodeType": "ElementaryTypeName",
3306
- "src": "3102:7:122",
3306
+ "src": "3102:7:132",
3307
3307
  "typeDescriptions": {}
3308
3308
  }
3309
3309
  },
3310
- "id": 50530,
3310
+ "id": 59672,
3311
3311
  "isConstant": false,
3312
3312
  "isLValue": false,
3313
3313
  "isPure": false,
@@ -3316,28 +3316,28 @@
3316
3316
  "nameLocations": [],
3317
3317
  "names": [],
3318
3318
  "nodeType": "FunctionCall",
3319
- "src": "3102:14:122",
3319
+ "src": "3102:14:132",
3320
3320
  "tryCall": false,
3321
3321
  "typeDescriptions": {
3322
3322
  "typeIdentifier": "t_address",
3323
3323
  "typeString": "address"
3324
3324
  }
3325
3325
  },
3326
- "id": 50531,
3326
+ "id": 59673,
3327
3327
  "isConstant": false,
3328
3328
  "isLValue": false,
3329
3329
  "isPure": false,
3330
3330
  "lValueRequested": false,
3331
- "memberLocation": "3117:12:122",
3331
+ "memberLocation": "3117:12:132",
3332
3332
  "memberName": "delegatecall",
3333
3333
  "nodeType": "MemberAccess",
3334
- "src": "3102:27:122",
3334
+ "src": "3102:27:132",
3335
3335
  "typeDescriptions": {
3336
3336
  "typeIdentifier": "t_function_baredelegatecall_nonpayable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$",
3337
3337
  "typeString": "function (bytes memory) returns (bool,bytes memory)"
3338
3338
  }
3339
3339
  },
3340
- "id": 50551,
3340
+ "id": 59693,
3341
3341
  "isConstant": false,
3342
3342
  "isLValue": false,
3343
3343
  "isPure": false,
@@ -3346,26 +3346,26 @@
3346
3346
  "nameLocations": [],
3347
3347
  "names": [],
3348
3348
  "nodeType": "FunctionCall",
3349
- "src": "3102:381:122",
3349
+ "src": "3102:381:132",
3350
3350
  "tryCall": false,
3351
3351
  "typeDescriptions": {
3352
3352
  "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$",
3353
3353
  "typeString": "tuple(bool,bytes memory)"
3354
3354
  }
3355
3355
  },
3356
- "src": "3078:405:122",
3356
+ "src": "3078:405:132",
3357
3357
  "typeDescriptions": {
3358
3358
  "typeIdentifier": "t_tuple$__$",
3359
3359
  "typeString": "tuple()"
3360
3360
  }
3361
3361
  },
3362
- "id": 50553,
3362
+ "id": 59695,
3363
3363
  "nodeType": "ExpressionStatement",
3364
- "src": "3078:405:122"
3364
+ "src": "3078:405:132"
3365
3365
  },
3366
3366
  {
3367
3367
  "condition": {
3368
- "id": 50555,
3368
+ "id": 59697,
3369
3369
  "isConstant": false,
3370
3370
  "isLValue": false,
3371
3371
  "isPure": false,
@@ -3373,14 +3373,14 @@
3373
3373
  "nodeType": "UnaryOperation",
3374
3374
  "operator": "!",
3375
3375
  "prefix": true,
3376
- "src": "3493:8:122",
3376
+ "src": "3493:8:132",
3377
3377
  "subExpression": {
3378
- "id": 50554,
3378
+ "id": 59696,
3379
3379
  "name": "success",
3380
3380
  "nodeType": "Identifier",
3381
3381
  "overloadedDeclarations": [],
3382
- "referencedDeclaration": 50463,
3383
- "src": "3494:7:122",
3382
+ "referencedDeclaration": 59605,
3383
+ "src": "3494:7:132",
3384
3384
  "typeDescriptions": {
3385
3385
  "typeIdentifier": "t_bool",
3386
3386
  "typeString": "bool"
@@ -3391,19 +3391,19 @@
3391
3391
  "typeString": "bool"
3392
3392
  }
3393
3393
  },
3394
- "id": 50560,
3394
+ "id": 59702,
3395
3395
  "nodeType": "IfStatement",
3396
- "src": "3489:41:122",
3396
+ "src": "3489:41:132",
3397
3397
  "trueBody": {
3398
3398
  "expression": {
3399
3399
  "arguments": [
3400
3400
  {
3401
- "id": 50557,
3401
+ "id": 59699,
3402
3402
  "name": "returnData",
3403
3403
  "nodeType": "Identifier",
3404
3404
  "overloadedDeclarations": [],
3405
- "referencedDeclaration": 50465,
3406
- "src": "3519:10:122",
3405
+ "referencedDeclaration": 59607,
3406
+ "src": "3519:10:132",
3407
3407
  "typeDescriptions": {
3408
3408
  "typeIdentifier": "t_bytes_memory_ptr",
3409
3409
  "typeString": "bytes memory"
@@ -3417,18 +3417,18 @@
3417
3417
  "typeString": "bytes memory"
3418
3418
  }
3419
3419
  ],
3420
- "id": 50556,
3420
+ "id": 59698,
3421
3421
  "name": "revertWithBytes",
3422
3422
  "nodeType": "Identifier",
3423
3423
  "overloadedDeclarations": [],
3424
- "referencedDeclaration": 39849,
3425
- "src": "3503:15:122",
3424
+ "referencedDeclaration": 48971,
3425
+ "src": "3503:15:132",
3426
3426
  "typeDescriptions": {
3427
3427
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
3428
3428
  "typeString": "function (bytes memory) pure"
3429
3429
  }
3430
3430
  },
3431
- "id": 50558,
3431
+ "id": 59700,
3432
3432
  "isConstant": false,
3433
3433
  "isLValue": false,
3434
3434
  "isPure": false,
@@ -3437,42 +3437,42 @@
3437
3437
  "nameLocations": [],
3438
3438
  "names": [],
3439
3439
  "nodeType": "FunctionCall",
3440
- "src": "3503:27:122",
3440
+ "src": "3503:27:132",
3441
3441
  "tryCall": false,
3442
3442
  "typeDescriptions": {
3443
3443
  "typeIdentifier": "t_tuple$__$",
3444
3444
  "typeString": "tuple()"
3445
3445
  }
3446
3446
  },
3447
- "id": 50559,
3447
+ "id": 59701,
3448
3448
  "nodeType": "ExpressionStatement",
3449
- "src": "3503:27:122"
3449
+ "src": "3503:27:132"
3450
3450
  }
3451
3451
  }
3452
3452
  ]
3453
3453
  },
3454
3454
  "baseFunctions": [
3455
- 61584
3455
+ 75681
3456
3456
  ],
3457
3457
  "functionSelector": "7c5b0335",
3458
3458
  "implemented": true,
3459
3459
  "kind": "function",
3460
3460
  "modifiers": [],
3461
3461
  "name": "installRoot",
3462
- "nameLocation": "2034:11:122",
3462
+ "nameLocation": "2034:11:132",
3463
3463
  "parameters": {
3464
- "id": 50430,
3464
+ "id": 59572,
3465
3465
  "nodeType": "ParameterList",
3466
3466
  "parameters": [
3467
3467
  {
3468
3468
  "constant": false,
3469
- "id": 50429,
3469
+ "id": 59571,
3470
3470
  "mutability": "mutable",
3471
3471
  "name": "args",
3472
- "nameLocation": "2059:4:122",
3472
+ "nameLocation": "2059:4:132",
3473
3473
  "nodeType": "VariableDeclaration",
3474
- "scope": 50562,
3475
- "src": "2046:17:122",
3474
+ "scope": 59704,
3475
+ "src": "2046:17:132",
3476
3476
  "stateVariable": false,
3477
3477
  "storageLocation": "memory",
3478
3478
  "typeDescriptions": {
@@ -3480,10 +3480,10 @@
3480
3480
  "typeString": "bytes"
3481
3481
  },
3482
3482
  "typeName": {
3483
- "id": 50428,
3483
+ "id": 59570,
3484
3484
  "name": "bytes",
3485
3485
  "nodeType": "ElementaryTypeName",
3486
- "src": "2046:5:122",
3486
+ "src": "2046:5:132",
3487
3487
  "typeDescriptions": {
3488
3488
  "typeIdentifier": "t_bytes_storage_ptr",
3489
3489
  "typeString": "bytes"
@@ -3492,28 +3492,28 @@
3492
3492
  "visibility": "internal"
3493
3493
  }
3494
3494
  ],
3495
- "src": "2045:19:122"
3495
+ "src": "2045:19:132"
3496
3496
  },
3497
3497
  "returnParameters": {
3498
- "id": 50431,
3498
+ "id": 59573,
3499
3499
  "nodeType": "ParameterList",
3500
3500
  "parameters": [],
3501
- "src": "2072:0:122"
3501
+ "src": "2072:0:132"
3502
3502
  },
3503
- "scope": 50572,
3503
+ "scope": 59714,
3504
3504
  "stateMutability": "nonpayable",
3505
3505
  "virtual": false,
3506
3506
  "visibility": "public"
3507
3507
  },
3508
3508
  {
3509
- "id": 50571,
3509
+ "id": 59713,
3510
3510
  "nodeType": "FunctionDefinition",
3511
- "src": "3539:96:122",
3511
+ "src": "3539:96:132",
3512
3512
  "nodes": [],
3513
3513
  "body": {
3514
- "id": 50570,
3514
+ "id": 59712,
3515
3515
  "nodeType": "Block",
3516
- "src": "3582:53:122",
3516
+ "src": "3582:53:132",
3517
3517
  "nodes": [],
3518
3518
  "statements": [
3519
3519
  {
@@ -3521,18 +3521,18 @@
3521
3521
  "arguments": [],
3522
3522
  "expression": {
3523
3523
  "argumentTypes": [],
3524
- "id": 50567,
3524
+ "id": 59709,
3525
3525
  "name": "Module_NonRootInstallNotSupported",
3526
3526
  "nodeType": "Identifier",
3527
3527
  "overloadedDeclarations": [],
3528
- "referencedDeclaration": 61572,
3529
- "src": "3595:33:122",
3528
+ "referencedDeclaration": 75669,
3529
+ "src": "3595:33:132",
3530
3530
  "typeDescriptions": {
3531
3531
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
3532
3532
  "typeString": "function () pure"
3533
3533
  }
3534
3534
  },
3535
- "id": 50568,
3535
+ "id": 59710,
3536
3536
  "isConstant": false,
3537
3537
  "isLValue": false,
3538
3538
  "isPure": false,
@@ -3541,41 +3541,41 @@
3541
3541
  "nameLocations": [],
3542
3542
  "names": [],
3543
3543
  "nodeType": "FunctionCall",
3544
- "src": "3595:35:122",
3544
+ "src": "3595:35:132",
3545
3545
  "tryCall": false,
3546
3546
  "typeDescriptions": {
3547
3547
  "typeIdentifier": "t_tuple$__$",
3548
3548
  "typeString": "tuple()"
3549
3549
  }
3550
3550
  },
3551
- "id": 50569,
3551
+ "id": 59711,
3552
3552
  "nodeType": "RevertStatement",
3553
- "src": "3588:42:122"
3553
+ "src": "3588:42:132"
3554
3554
  }
3555
3555
  ]
3556
3556
  },
3557
3557
  "baseFunctions": [
3558
- 61590
3558
+ 75687
3559
3559
  ],
3560
3560
  "functionSelector": "13861fb5",
3561
3561
  "implemented": true,
3562
3562
  "kind": "function",
3563
3563
  "modifiers": [],
3564
3564
  "name": "install",
3565
- "nameLocation": "3548:7:122",
3565
+ "nameLocation": "3548:7:132",
3566
3566
  "parameters": {
3567
- "id": 50565,
3567
+ "id": 59707,
3568
3568
  "nodeType": "ParameterList",
3569
3569
  "parameters": [
3570
3570
  {
3571
3571
  "constant": false,
3572
- "id": 50564,
3572
+ "id": 59706,
3573
3573
  "mutability": "mutable",
3574
3574
  "name": "",
3575
3575
  "nameLocation": "-1:-1:-1",
3576
3576
  "nodeType": "VariableDeclaration",
3577
- "scope": 50571,
3578
- "src": "3556:12:122",
3577
+ "scope": 59713,
3578
+ "src": "3556:12:132",
3579
3579
  "stateVariable": false,
3580
3580
  "storageLocation": "memory",
3581
3581
  "typeDescriptions": {
@@ -3583,10 +3583,10 @@
3583
3583
  "typeString": "bytes"
3584
3584
  },
3585
3585
  "typeName": {
3586
- "id": 50563,
3586
+ "id": 59705,
3587
3587
  "name": "bytes",
3588
3588
  "nodeType": "ElementaryTypeName",
3589
- "src": "3556:5:122",
3589
+ "src": "3556:5:132",
3590
3590
  "typeDescriptions": {
3591
3591
  "typeIdentifier": "t_bytes_storage_ptr",
3592
3592
  "typeString": "bytes"
@@ -3595,15 +3595,15 @@
3595
3595
  "visibility": "internal"
3596
3596
  }
3597
3597
  ],
3598
- "src": "3555:14:122"
3598
+ "src": "3555:14:132"
3599
3599
  },
3600
3600
  "returnParameters": {
3601
- "id": 50566,
3601
+ "id": 59708,
3602
3602
  "nodeType": "ParameterList",
3603
3603
  "parameters": [],
3604
- "src": "3582:0:122"
3604
+ "src": "3582:0:132"
3605
3605
  },
3606
- "scope": 50572,
3606
+ "scope": 59714,
3607
3607
  "stateMutability": "pure",
3608
3608
  "virtual": false,
3609
3609
  "visibility": "public"
@@ -3613,53 +3613,53 @@
3613
3613
  "baseContracts": [
3614
3614
  {
3615
3615
  "baseName": {
3616
- "id": 50404,
3616
+ "id": 59546,
3617
3617
  "name": "Module",
3618
3618
  "nameLocations": [
3619
- "1661:6:122"
3619
+ "1661:6:132"
3620
3620
  ],
3621
3621
  "nodeType": "IdentifierPath",
3622
- "referencedDeclaration": 39183,
3623
- "src": "1661:6:122"
3622
+ "referencedDeclaration": 41936,
3623
+ "src": "1661:6:132"
3624
3624
  },
3625
- "id": 50405,
3625
+ "id": 59547,
3626
3626
  "nodeType": "InheritanceSpecifier",
3627
- "src": "1661:6:122"
3627
+ "src": "1661:6:132"
3628
3628
  }
3629
3629
  ],
3630
3630
  "canonicalName": "KeysWithValueModule",
3631
3631
  "contractDependencies": [
3632
- 50372
3632
+ 59514
3633
3633
  ],
3634
3634
  "contractKind": "contract",
3635
3635
  "documentation": {
3636
- "id": 50403,
3636
+ "id": 59545,
3637
3637
  "nodeType": "StructuredDocumentation",
3638
- "src": "969:659:122",
3638
+ "src": "969:659:132",
3639
3639
  "text": " This module deploys a hook that is called when a value is set in the `sourceTableId`\n provided in the install methods arguments. The hook keeps track of the keys that map to a given value.\n from value to list of keys with this value. This mapping is stored in a table registered\n by the module at the `targetTableId` provided in the install methods arguments.\n Note: if a table with composite keys is used, only the first key is indexed\n Note: this module currently only supports `installRoot` (via `World.installRootModule`).\n TODO: add support for `install` (via `World.installModule`) by using `callFrom` with the `msgSender()`"
3640
3640
  },
3641
3641
  "fullyImplemented": true,
3642
3642
  "linearizedBaseContracts": [
3643
- 50572,
3644
- 39183,
3645
- 39261,
3646
- 61543,
3647
- 61591,
3648
- 61500
3643
+ 59714,
3644
+ 41936,
3645
+ 42014,
3646
+ 75640,
3647
+ 75688,
3648
+ 75597
3649
3649
  ],
3650
3650
  "name": "KeysWithValueModule",
3651
- "nameLocation": "1638:19:122",
3652
- "scope": 50573,
3651
+ "nameLocation": "1638:19:132",
3652
+ "scope": 59715,
3653
3653
  "usedErrors": [
3654
- 26698,
3655
- 26701,
3656
- 61570,
3657
- 61572
3654
+ 29214,
3655
+ 29217,
3656
+ 75667,
3657
+ 75669
3658
3658
  ],
3659
3659
  "usedEvents": []
3660
3660
  }
3661
3661
  ],
3662
3662
  "license": "MIT"
3663
3663
  },
3664
- "id": 122
3664
+ "id": 132
3665
3665
  }