@latticexyz/world 1.40.0 → 1.41.0

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 (84) hide show
  1. package/LICENSE +21 -0
  2. package/abi/AddressArraySchemaLib.json +718 -869
  3. package/abi/BoolSchemaLib.json +401 -401
  4. package/abi/Bytes.json +1162 -1162
  5. package/abi/CommonBase.json +125 -125
  6. package/abi/DSTest.json +2630 -2630
  7. package/abi/DecodeSlice.json +3883 -3883
  8. package/abi/EncodeArray.json +3336 -3336
  9. package/abi/Hooks.json +1491 -785
  10. package/abi/IMulticall3.json +283 -283
  11. package/abi/IStore.json +623 -421
  12. package/abi/IStoreHook.json +567 -421
  13. package/abi/ISystemHook.json +19 -19
  14. package/abi/Memory.json +131 -131
  15. package/abi/PackedCounterLib.json +683 -683
  16. package/abi/RouteAccess.json +2209 -1159
  17. package/abi/RouteOwnerSchemaLib.json +349 -349
  18. package/abi/RouteOwnerTable.json +297 -297
  19. package/abi/RouteSchemaLib.json +433 -433
  20. package/abi/RouteTable.json +336 -336
  21. package/abi/SchemaLib.json +1211 -1211
  22. package/abi/ScriptBase.json +125 -125
  23. package/abi/SliceInstance.json +429 -429
  24. package/abi/SliceLib.json +429 -429
  25. package/abi/StdAssertions.json +2135 -2135
  26. package/abi/StdChains.json +1051 -1051
  27. package/abi/StdCheats.json +3257 -3257
  28. package/abi/StdCheatsSafe.json +3257 -3257
  29. package/abi/StdInvariant.json +337 -337
  30. package/abi/StdUtils.json +1122 -1122
  31. package/abi/Storage.json +491 -491
  32. package/abi/Store.json +374 -209
  33. package/abi/StoreCore.json +10665 -7865
  34. package/abi/StoreCoreExtended.json +10443 -7722
  35. package/abi/StoreCoreInternal.json +10482 -7638
  36. package/abi/StoreMetadata.json +3719 -2417
  37. package/abi/StoreSwitch.json +1692 -783
  38. package/abi/System.json +16 -16
  39. package/abi/SystemRouteSchemaLib.json +402 -402
  40. package/abi/SystemRouteTable.json +336 -336
  41. package/abi/SystemTable.json +8544 -651
  42. package/abi/SystemTest.json +287 -303
  43. package/abi/Test.json +124 -124
  44. package/abi/TestBase.json +125 -125
  45. package/abi/TestSystem.json +287 -303
  46. package/abi/TightCoder.json +272 -272
  47. package/abi/Utils.json +67 -67
  48. package/abi/Vm.json +1850 -1850
  49. package/abi/VmSafe.json +1850 -1850
  50. package/abi/World.json +5183 -3374
  51. package/abi/WorldTest.json +9983 -10520
  52. package/abi/WorldTestSystem.json +9992 -10503
  53. package/abi/WorldTestTableHook.json +9978 -10511
  54. package/abi/console.json +11417 -11417
  55. package/abi/console2.json +11459 -11459
  56. package/abi/stdError.json +79 -79
  57. package/abi/stdJson.json +1016 -1016
  58. package/abi/stdMath.json +218 -218
  59. package/abi/stdStorage.json +2400 -2400
  60. package/abi/stdStorageSafe.json +2400 -2400
  61. package/package.json +8 -8
  62. package/src/World.sol +78 -32
  63. package/src/schemas/AddressArray.sol +5 -19
  64. package/src/tables/RouteAccess.sol +35 -30
  65. package/src/tables/SystemTable.sol +142 -23
  66. package/types/ethers-contracts/IStore.ts +49 -0
  67. package/types/ethers-contracts/Store.ts +49 -0
  68. package/types/ethers-contracts/World.ts +94 -0
  69. package/types/ethers-contracts/WorldTest.ts +27 -0
  70. package/types/ethers-contracts/factories/IStore__factory.ts +28 -0
  71. package/types/ethers-contracts/factories/StoreCore__factory.ts +2 -23
  72. package/types/ethers-contracts/factories/StoreSwitch__factory.ts +1 -1
  73. package/types/ethers-contracts/factories/Store__factory.ts +81 -0
  74. package/types/ethers-contracts/factories/SystemTest__factory.ts +1 -1
  75. package/types/ethers-contracts/factories/TestSystem__factory.ts +1 -1
  76. package/types/ethers-contracts/factories/WorldTestSystem__factory.ts +12 -1
  77. package/types/ethers-contracts/factories/WorldTestTableHook__factory.ts +1 -1
  78. package/types/ethers-contracts/factories/WorldTest__factory.ts +11 -34
  79. package/types/ethers-contracts/factories/World__factory.ts +70 -30
  80. package/types/ethers-contracts/index.ts +0 -2
  81. package/abi/SystemSchemaLib.json +0 -3704
  82. package/src/schemas/SystemSchema.sol +0 -78
  83. package/types/ethers-contracts/StoreCoreExtended.ts +0 -141
  84. package/types/ethers-contracts/factories/StoreCoreExtended__factory.ts +0 -123
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "abi": [],
3
3
  "bytecode": {
4
- "object": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a8f0c3fef45f006b79ec4ec0281f9e12a3a8edf21020f80de8d7fcbc36f040e564736f6c634300080d0033",
4
+ "object": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f475cc5a51fd42f74ab88d5fefc464d77593a4eceaaa9f149ecbdced9180a77c64736f6c634300080d0033",
5
5
  "sourceMap": "820:1527:67:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;820:1527:67;;;;;;;;;;;;;;;;;",
6
6
  "linkReferences": {}
7
7
  },
8
8
  "deployedBytecode": {
9
- "object": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a8f0c3fef45f006b79ec4ec0281f9e12a3a8edf21020f80de8d7fcbc36f040e564736f6c634300080d0033",
9
+ "object": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f475cc5a51fd42f74ab88d5fefc464d77593a4eceaaa9f149ecbdced9180a77c64736f6c634300080d0033",
10
10
  "sourceMap": "820:1527:67:-:0;;;;;;;;",
11
11
  "linkReferences": {}
12
12
  },
13
13
  "methodIdentifiers": {},
14
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/schemas/Bool.sol\":\"BoolSchemaLib\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=../../node_modules/@latticexyz/\",\":@rari-capital/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/@rari-capital/\",\":@solidstate/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/@solidstate/\",\":abdk-libraries-solidity/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/abdk-libraries-solidity/\",\":base64-sol/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/base64-sol/\",\":create-mud/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/create-mud/\",\":ds-test/=../../node_modules/ds-test/src/\",\":forge-std/=../../node_modules/forge-std/src/\",\":hardhat/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/hardhat/\",\":memmove/=/Users/flomllr/git/latticexyz/mud/node_modules/memmove/src/\",\":solmate/=/Users/flomllr/git/latticexyz/mud/node_modules/solmate/src/\",\":store/=/Users/flomllr/git/latticexyz/mud/packages/store/src/\",\":test/=../store/test/\"]},\"sources\":{\"../../node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0xe881f296ba0fe410faa6395ee4a65b9bf154947aebc6aa323d41a0484504221e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba7f706464d14365ff751936ba96f79f200df7bcd9d9f8abccd0b41387ca7967\",\"dweb:/ipfs/QmTiHgH3ZM2oJoqsbNs3iwwPFNYFNU7m8co87woxRLaUZ6\"]},\"../../node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xbf62a7c112d01458cf6798e22c7e9efb4b429f2a448613465f8a1d04ed4909d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2f3fb1fecc95937b75af7ba625f80c3ea0848dddf2d8a1d1f987e705ebc20086\",\"dweb:/ipfs/QmU8kMF6YBL5QV43CmqdqaquKtn7699npyRJX1o5rHUo8W\"]},\"../../node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xfbea7bdd90fe24c52036c3d429e41004d5166ab0dcdaccac76f9c7c89919b60e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6104878a5b8e1a8c8f7b3bca268c33232380088dfc3c185506fbf9c6de530ece\",\"dweb:/ipfs/QmT1HPAWYXgzNS6BueLwQpLzKAmCUgyiBwbpTF3au3e6yc\"]},\"../../node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xdcd3da381bf9618de6b5e2d6235b1e22c54078242f1b66e897cfaf2776850db5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0511205cfb3c935ffc63cc227745360cd549636da5331f249cc34387b5181f44\",\"dweb:/ipfs/QmVYZ7YCT1rJemmTVRsjXZJ4HsWgspRxqbsbhy8AD1jwey\"]},\"../../node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x4db3052d5a5009da45208715e433556d0fe7aa25f9ec6ba6f7c9711afdaba96e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ee5a2906544f37897175c19423ec50e15a070e94bcd97a5201df29e1dc3c7d0f\",\"dweb:/ipfs/QmeA5iZbRLynduDgkaLMZyY3YrPweDkFExuQEDg1GjdVCc\"]},\"../../node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0xd2eba52a5552d6309fa0796f1a3965c529bb19456cdda6ea0d05050ce5db6a4a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9276795636982ab9c9c245883760aee797e95e84ffc0633362615b54c68fb8fd\",\"dweb:/ipfs/QmYXkMgnLmBeLi8VH1p4hp2bCAxFLiQS97RXbGbBmqU1yD\"]},\"../../node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x64107104822c8aa724b120fb37648d5da0a50e66b80a801e460d968748d9a95c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://afc6e93a56eac7916adbced5c2304c253f22c9c5eed201e4086ea07b1ec36a72\",\"dweb:/ipfs/QmWZEDiEUe3iVEkUYbzzT6dTVYzADJejDmbsjTsXPkk6TY\"]},\"../../node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0fc7628696d72f7c1b2c1e43a29a75c1b3747542bc9769b98a2ce898b1bd4969\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b0251769edbb281e740d40b03526b7d1e206d98eeb1c4e220ac2220c4815f996\",\"dweb:/ipfs/Qmb9CVZ5h7HfAdDnj6n6ybqTHHCyMKkn8EBMFDuqhR1NRn\"]},\"../../node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x944f7b2c759355a951cb78084219769df228ba18c048acdf04fc73393873e082\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://cd71ee24a9ebda3e60a4a13ffee8de06ee6a5eded03ffd89ca734492e3a4dc5f\",\"dweb:/ipfs/QmPU7YJ3eDYcsRnTFkbeA46bmMp34r25nqR1wN2V8wDjUu\"]},\"../../node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x35ec8e612da5f531bcfde473e9983c7cc884b56b4e60761f87d72e988a099a31\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://75a5fd9db9bb0ff5dd04719a40395abf0cf72ea7f5ca9e4fbe1dba2c5ea6e5f8\",\"dweb:/ipfs/QmRTY9PMJW8oDtnY8JA8GJR1NX6sYgpfhRsjGbubhLdXyV\"]},\"../../node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x426216bfa1c0e70640787007a6e39257cf09e586fd04831ea4fb3dd9c5768fc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://38e657fa9cfaebe39477eaff27d1ad4d7eeaf0c0058539d2ec7e6976d93df4f4\",\"dweb:/ipfs/QmRuaxqRjUrHHC2ZyTnpmq6sfrWGCDh91B6F5chFAToU6U\"]},\"../../node_modules/@latticexyz/store/src/tables/Hooks.sol\":{\"keccak256\":\"0xa895573566cc9c43793d2f70117d8386faafe29179f059706a138537920ab9b7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://787f6b2d188298389a1f1ec1e34208b226650b9c72bf1f83f08e9a50ed8e0e08\",\"dweb:/ipfs/QmTuQ5ebVVdD6zAQoHBeVCyBr3qvrTymkcX91Cu7DQxZ2V\"]},\"../../node_modules/@latticexyz/store/src/tables/StoreMetadata.sol\":{\"keccak256\":\"0x39bbbfc9a04d8bea13041e4913873e166d9d347b30e3fa567c5c54c8a3f83c5f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://45ee18f22d00bd3bd026720678d7364645fc17b58c6dc54903942f3d601d095d\",\"dweb:/ipfs/QmcRfyjgEgock7cDkMxH1cH9XNz1x6rAQCMtHe1RgtEPnx\"]},\"../../node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x9109f170227f7430388345c88e0b7f416ea46297b7f0b5011c0b794bd6a95e6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18b046c0706a582cba039bc6cce485bcb3489f089a6dec97f965a7ef6585df93\",\"dweb:/ipfs/QmaL2Wwe3AxzW1Lis7Kcp5sb16Y8inUgTTTWwoc8SvoEzC\"]},\"../../node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x46f0010a3345cbc83f71900b7cd5375fa39e1523f5a34cb67828cfe59128368c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://457cf33b3424d816011d70a8b03a10f0ea376f3e0990ed6657455a43cf82d35b\",\"dweb:/ipfs/QmejskGLC4Hdu5oWQDMwG3TgiLbLXQJPpnLW37yUVGvBmw\"]},\"../../node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0xff0278a4e35174bbed8a38dad8ae7506f725bfe95f0b7c13829c353d68dd25dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://26249ec0c2fa3a3430a2f8edbfc5cd678e34ea1cf1d7490ecaf1e925c976eb85\",\"dweb:/ipfs/QmUpkhr5kFiDKc7rZ2z5HcTf5PkrWVJu5sa31tYv911cPL\"]},\"../../node_modules/forge-std/src/console.sol\":{\"keccak256\":\"0x91d5413c2434ca58fd278b6e1e79fd98d10c83931cc2596a6038eee4daeb34ba\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91ccea707361e48b9b7a161fe81f496b9932bc471e9c4e4e1e9c283f2453cc70\",\"dweb:/ipfs/QmcB66sZhQ6Kz7MUHcLE78YXRUZxoZnnxZjN6yATsbB2ec\"]},\"src/Utils.sol\":{\"keccak256\":\"0x0260ceb2052bc28c5f0026b24708ce5f2981d4303beae7b4cd974817fbf2abf0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e23438bb3b294c333e31dc532000c54c008beed960961db1680cc9662b30e6be\",\"dweb:/ipfs/QmPmLkejjfWhFzQGBc7itZwRnMPdExXsjZurxxxd6XbpL8\"]},\"src/schemas/Bool.sol\":{\"keccak256\":\"0x652e332d348349b4820a0a76a41f12f64c6ec99fe0bb526559a21a2b7a20c31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1a88321e262a10f4bb672c89ca42dc17ef82f09c1e7d9b863ea4e7bc7ade6252\",\"dweb:/ipfs/QmdjW7Pz2GtDW2zyn6eU4FTpNYT55zMV9ivkYhTJiXrX79\"]}},\"version\":1}",
14
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/schemas/Bool.sol\":\"BoolSchemaLib\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=../../node_modules/@latticexyz/\",\":@rari-capital/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/@rari-capital/\",\":@solidstate/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/@solidstate/\",\":abdk-libraries-solidity/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/abdk-libraries-solidity/\",\":base64-sol/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/base64-sol/\",\":create-mud/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/create-mud/\",\":ds-test/=../../node_modules/ds-test/src/\",\":forge-std/=../../node_modules/forge-std/src/\",\":hardhat/=/Users/flomllr/git/latticexyz/mud/packages/store/../../node_modules/hardhat/\",\":memmove/=/Users/flomllr/git/latticexyz/mud/node_modules/memmove/src/\",\":solmate/=/Users/flomllr/git/latticexyz/mud/node_modules/solmate/src/\",\":store/=/Users/flomllr/git/latticexyz/mud/packages/store/src/\",\":test/=../store/test/\"]},\"sources\":{\"../../node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0xe881f296ba0fe410faa6395ee4a65b9bf154947aebc6aa323d41a0484504221e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba7f706464d14365ff751936ba96f79f200df7bcd9d9f8abccd0b41387ca7967\",\"dweb:/ipfs/QmTiHgH3ZM2oJoqsbNs3iwwPFNYFNU7m8co87woxRLaUZ6\"]},\"../../node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0xbf62a7c112d01458cf6798e22c7e9efb4b429f2a448613465f8a1d04ed4909d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2f3fb1fecc95937b75af7ba625f80c3ea0848dddf2d8a1d1f987e705ebc20086\",\"dweb:/ipfs/QmU8kMF6YBL5QV43CmqdqaquKtn7699npyRJX1o5rHUo8W\"]},\"../../node_modules/@latticexyz/store/src/IStore.sol\":{\"keccak256\":\"0xe4e05dbf758852fa668cf4c9877f64c38f1cb57bbce8f8585d6f1c5ec0bba98d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://843235da22b943edfaf0a3b9c1fc1f985e480a3941eda3a9417962bdefd5ae37\",\"dweb:/ipfs/QmWC5TCVhxgJpEvDdNzTHjjwPeupFEUaq8W7AFnxYfsp5P\"]},\"../../node_modules/@latticexyz/store/src/Memory.sol\":{\"keccak256\":\"0xdcd3da381bf9618de6b5e2d6235b1e22c54078242f1b66e897cfaf2776850db5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0511205cfb3c935ffc63cc227745360cd549636da5331f249cc34387b5181f44\",\"dweb:/ipfs/QmVYZ7YCT1rJemmTVRsjXZJ4HsWgspRxqbsbhy8AD1jwey\"]},\"../../node_modules/@latticexyz/store/src/PackedCounter.sol\":{\"keccak256\":\"0x4db3052d5a5009da45208715e433556d0fe7aa25f9ec6ba6f7c9711afdaba96e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ee5a2906544f37897175c19423ec50e15a070e94bcd97a5201df29e1dc3c7d0f\",\"dweb:/ipfs/QmeA5iZbRLynduDgkaLMZyY3YrPweDkFExuQEDg1GjdVCc\"]},\"../../node_modules/@latticexyz/store/src/Schema.sol\":{\"keccak256\":\"0xd2eba52a5552d6309fa0796f1a3965c529bb19456cdda6ea0d05050ce5db6a4a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9276795636982ab9c9c245883760aee797e95e84ffc0633362615b54c68fb8fd\",\"dweb:/ipfs/QmYXkMgnLmBeLi8VH1p4hp2bCAxFLiQS97RXbGbBmqU1yD\"]},\"../../node_modules/@latticexyz/store/src/Slice.sol\":{\"keccak256\":\"0x64107104822c8aa724b120fb37648d5da0a50e66b80a801e460d968748d9a95c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://afc6e93a56eac7916adbced5c2304c253f22c9c5eed201e4086ea07b1ec36a72\",\"dweb:/ipfs/QmWZEDiEUe3iVEkUYbzzT6dTVYzADJejDmbsjTsXPkk6TY\"]},\"../../node_modules/@latticexyz/store/src/Storage.sol\":{\"keccak256\":\"0x0fc7628696d72f7c1b2c1e43a29a75c1b3747542bc9769b98a2ce898b1bd4969\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b0251769edbb281e740d40b03526b7d1e206d98eeb1c4e220ac2220c4815f996\",\"dweb:/ipfs/Qmb9CVZ5h7HfAdDnj6n6ybqTHHCyMKkn8EBMFDuqhR1NRn\"]},\"../../node_modules/@latticexyz/store/src/StoreCore.sol\":{\"keccak256\":\"0x37ee0910803134ee4c3492fa0133ae6103acbb5c0f954eccb30537a1f375f417\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d38b9acd326f87d5e5bfdf9a07ba41536551beb9e5c5fe2e20706c811535cef9\",\"dweb:/ipfs/QmVXcc7ganYPQFExnM6bFu3Gum3WMUVU9z6i5WRJ4MeEYq\"]},\"../../node_modules/@latticexyz/store/src/StoreSwitch.sol\":{\"keccak256\":\"0x423d45c044ed3b3131ecd0243315a237552ad082501a0803310c60959afe7874\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f6c22d26396f5eee8b349d608ad2aef3533e82619c679345b70d51e2a52d115f\",\"dweb:/ipfs/Qmd4L27La3VFacwWi4C4u5X2BqBUQdQJXuyBFdS9BmsUh8\"]},\"../../node_modules/@latticexyz/store/src/Utils.sol\":{\"keccak256\":\"0x426216bfa1c0e70640787007a6e39257cf09e586fd04831ea4fb3dd9c5768fc4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://38e657fa9cfaebe39477eaff27d1ad4d7eeaf0c0058539d2ec7e6976d93df4f4\",\"dweb:/ipfs/QmRuaxqRjUrHHC2ZyTnpmq6sfrWGCDh91B6F5chFAToU6U\"]},\"../../node_modules/@latticexyz/store/src/tables/Hooks.sol\":{\"keccak256\":\"0x0258fdef925b52096212b3f2a067bc30c901c640a29d87708e9bf1e818e022e0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6f02c1f42abbfff233fdd0e635f7a07bd6917a3bb9b10c7187536379f7aed1c7\",\"dweb:/ipfs/QmNbjviQRoqkWWWMo2sYocQZpao7xUMrNuCv8JsCK4RGeq\"]},\"../../node_modules/@latticexyz/store/src/tables/StoreMetadata.sol\":{\"keccak256\":\"0xfb46da9169fade0be64a3c197e10a78e1f69e5684a3ccd706f217a1d21c1d20f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://27fc20b3634e7bfbbb66b79108965a69431c8e7b820617cc7376884ce5e4ba29\",\"dweb:/ipfs/QmWCy9Z4oyovdsSCrTDx3KsgUmFiibEFgbXGQfEinRrZGt\"]},\"../../node_modules/@latticexyz/store/src/tightcoder/DecodeSlice.sol\":{\"keccak256\":\"0x9109f170227f7430388345c88e0b7f416ea46297b7f0b5011c0b794bd6a95e6f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://18b046c0706a582cba039bc6cce485bcb3489f089a6dec97f965a7ef6585df93\",\"dweb:/ipfs/QmaL2Wwe3AxzW1Lis7Kcp5sb16Y8inUgTTTWwoc8SvoEzC\"]},\"../../node_modules/@latticexyz/store/src/tightcoder/EncodeArray.sol\":{\"keccak256\":\"0x46f0010a3345cbc83f71900b7cd5375fa39e1523f5a34cb67828cfe59128368c\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://457cf33b3424d816011d70a8b03a10f0ea376f3e0990ed6657455a43cf82d35b\",\"dweb:/ipfs/QmejskGLC4Hdu5oWQDMwG3TgiLbLXQJPpnLW37yUVGvBmw\"]},\"../../node_modules/@latticexyz/store/src/tightcoder/TightCoder.sol\":{\"keccak256\":\"0xff0278a4e35174bbed8a38dad8ae7506f725bfe95f0b7c13829c353d68dd25dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://26249ec0c2fa3a3430a2f8edbfc5cd678e34ea1cf1d7490ecaf1e925c976eb85\",\"dweb:/ipfs/QmUpkhr5kFiDKc7rZ2z5HcTf5PkrWVJu5sa31tYv911cPL\"]},\"../../node_modules/forge-std/src/console.sol\":{\"keccak256\":\"0x91d5413c2434ca58fd278b6e1e79fd98d10c83931cc2596a6038eee4daeb34ba\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91ccea707361e48b9b7a161fe81f496b9932bc471e9c4e4e1e9c283f2453cc70\",\"dweb:/ipfs/QmcB66sZhQ6Kz7MUHcLE78YXRUZxoZnnxZjN6yATsbB2ec\"]},\"src/Utils.sol\":{\"keccak256\":\"0x0260ceb2052bc28c5f0026b24708ce5f2981d4303beae7b4cd974817fbf2abf0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e23438bb3b294c333e31dc532000c54c008beed960961db1680cc9662b30e6be\",\"dweb:/ipfs/QmPmLkejjfWhFzQGBc7itZwRnMPdExXsjZurxxxd6XbpL8\"]},\"src/schemas/Bool.sol\":{\"keccak256\":\"0x652e332d348349b4820a0a76a41f12f64c6ec99fe0bb526559a21a2b7a20c31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1a88321e262a10f4bb672c89ca42dc17ef82f09c1e7d9b863ea4e7bc7ade6252\",\"dweb:/ipfs/QmdjW7Pz2GtDW2zyn6eU4FTpNYT55zMV9ivkYhTJiXrX79\"]}},\"version\":1}",
15
15
  "metadata": {
16
16
  "compiler": {
17
17
  "version": "0.8.13+commit.abaa5c0e"
@@ -76,10 +76,10 @@
76
76
  "license": "MIT"
77
77
  },
78
78
  "../../node_modules/@latticexyz/store/src/IStore.sol": {
79
- "keccak256": "0xfbea7bdd90fe24c52036c3d429e41004d5166ab0dcdaccac76f9c7c89919b60e",
79
+ "keccak256": "0xe4e05dbf758852fa668cf4c9877f64c38f1cb57bbce8f8585d6f1c5ec0bba98d",
80
80
  "urls": [
81
- "bzz-raw://6104878a5b8e1a8c8f7b3bca268c33232380088dfc3c185506fbf9c6de530ece",
82
- "dweb:/ipfs/QmT1HPAWYXgzNS6BueLwQpLzKAmCUgyiBwbpTF3au3e6yc"
81
+ "bzz-raw://843235da22b943edfaf0a3b9c1fc1f985e480a3941eda3a9417962bdefd5ae37",
82
+ "dweb:/ipfs/QmWC5TCVhxgJpEvDdNzTHjjwPeupFEUaq8W7AFnxYfsp5P"
83
83
  ],
84
84
  "license": "MIT"
85
85
  },
@@ -124,18 +124,18 @@
124
124
  "license": "MIT"
125
125
  },
126
126
  "../../node_modules/@latticexyz/store/src/StoreCore.sol": {
127
- "keccak256": "0x944f7b2c759355a951cb78084219769df228ba18c048acdf04fc73393873e082",
127
+ "keccak256": "0x37ee0910803134ee4c3492fa0133ae6103acbb5c0f954eccb30537a1f375f417",
128
128
  "urls": [
129
- "bzz-raw://cd71ee24a9ebda3e60a4a13ffee8de06ee6a5eded03ffd89ca734492e3a4dc5f",
130
- "dweb:/ipfs/QmPU7YJ3eDYcsRnTFkbeA46bmMp34r25nqR1wN2V8wDjUu"
129
+ "bzz-raw://d38b9acd326f87d5e5bfdf9a07ba41536551beb9e5c5fe2e20706c811535cef9",
130
+ "dweb:/ipfs/QmVXcc7ganYPQFExnM6bFu3Gum3WMUVU9z6i5WRJ4MeEYq"
131
131
  ],
132
132
  "license": "MIT"
133
133
  },
134
134
  "../../node_modules/@latticexyz/store/src/StoreSwitch.sol": {
135
- "keccak256": "0x35ec8e612da5f531bcfde473e9983c7cc884b56b4e60761f87d72e988a099a31",
135
+ "keccak256": "0x423d45c044ed3b3131ecd0243315a237552ad082501a0803310c60959afe7874",
136
136
  "urls": [
137
- "bzz-raw://75a5fd9db9bb0ff5dd04719a40395abf0cf72ea7f5ca9e4fbe1dba2c5ea6e5f8",
138
- "dweb:/ipfs/QmRTY9PMJW8oDtnY8JA8GJR1NX6sYgpfhRsjGbubhLdXyV"
137
+ "bzz-raw://f6c22d26396f5eee8b349d608ad2aef3533e82619c679345b70d51e2a52d115f",
138
+ "dweb:/ipfs/Qmd4L27La3VFacwWi4C4u5X2BqBUQdQJXuyBFdS9BmsUh8"
139
139
  ],
140
140
  "license": "MIT"
141
141
  },
@@ -148,18 +148,18 @@
148
148
  "license": "MIT"
149
149
  },
150
150
  "../../node_modules/@latticexyz/store/src/tables/Hooks.sol": {
151
- "keccak256": "0xa895573566cc9c43793d2f70117d8386faafe29179f059706a138537920ab9b7",
151
+ "keccak256": "0x0258fdef925b52096212b3f2a067bc30c901c640a29d87708e9bf1e818e022e0",
152
152
  "urls": [
153
- "bzz-raw://787f6b2d188298389a1f1ec1e34208b226650b9c72bf1f83f08e9a50ed8e0e08",
154
- "dweb:/ipfs/QmTuQ5ebVVdD6zAQoHBeVCyBr3qvrTymkcX91Cu7DQxZ2V"
153
+ "bzz-raw://6f02c1f42abbfff233fdd0e635f7a07bd6917a3bb9b10c7187536379f7aed1c7",
154
+ "dweb:/ipfs/QmNbjviQRoqkWWWMo2sYocQZpao7xUMrNuCv8JsCK4RGeq"
155
155
  ],
156
156
  "license": "MIT"
157
157
  },
158
158
  "../../node_modules/@latticexyz/store/src/tables/StoreMetadata.sol": {
159
- "keccak256": "0x39bbbfc9a04d8bea13041e4913873e166d9d347b30e3fa567c5c54c8a3f83c5f",
159
+ "keccak256": "0xfb46da9169fade0be64a3c197e10a78e1f69e5684a3ccd706f217a1d21c1d20f",
160
160
  "urls": [
161
- "bzz-raw://45ee18f22d00bd3bd026720678d7364645fc17b58c6dc54903942f3d601d095d",
162
- "dweb:/ipfs/QmcRfyjgEgock7cDkMxH1cH9XNz1x6rAQCMtHe1RgtEPnx"
161
+ "bzz-raw://27fc20b3634e7bfbbb66b79108965a69431c8e7b820617cc7376884ce5e4ba29",
162
+ "dweb:/ipfs/QmWCy9Z4oyovdsSCrTDx3KsgUmFiibEFgbXGQfEinRrZGt"
163
163
  ],
164
164
  "license": "MIT"
165
165
  },
@@ -216,53 +216,53 @@
216
216
  },
217
217
  "ast": {
218
218
  "absolutePath": "src/schemas/Bool.sol",
219
- "id": 54716,
219
+ "id": 55708,
220
220
  "exportedSymbols": {
221
221
  "BoolSchema": [
222
- 54498
222
+ 55490
223
223
  ],
224
224
  "BoolSchemaLib": [
225
- 54715
225
+ 55707
226
226
  ],
227
227
  "Bytes": [
228
228
  966
229
229
  ],
230
230
  "IStore": [
231
- 1100
231
+ 1112
232
232
  ],
233
233
  "PackedCounter": [
234
- 1137
234
+ 1149
235
235
  ],
236
236
  "PackedCounterLib": [
237
- 1553
237
+ 1565
238
238
  ],
239
239
  "Schema": [
240
- 1561
240
+ 1573
241
241
  ],
242
242
  "SchemaLib": [
243
- 2323
243
+ 2335
244
244
  ],
245
245
  "SchemaType": [
246
246
  204
247
247
  ],
248
248
  "StoreCore": [
249
- 3603
249
+ 3736
250
250
  ],
251
251
  "StoreSwitch": [
252
- 4583
252
+ 4886
253
253
  ],
254
254
  "bytes32ToBool": [
255
- 53114
255
+ 53987
256
256
  ],
257
257
  "console": [
258
- 17649
258
+ 18056
259
259
  ]
260
260
  },
261
261
  "nodeType": "SourceUnit",
262
262
  "src": "32:2316:67",
263
263
  "nodes": [
264
264
  {
265
- "id": 54475,
265
+ "id": 55467,
266
266
  "nodeType": "PragmaDirective",
267
267
  "src": "32:24:67",
268
268
  "nodes": [],
@@ -274,23 +274,23 @@
274
274
  ]
275
275
  },
276
276
  {
277
- "id": 54477,
277
+ "id": 55469,
278
278
  "nodeType": "ImportDirective",
279
279
  "src": "58:48:67",
280
280
  "nodes": [],
281
281
  "absolutePath": "../../node_modules/forge-std/src/console.sol",
282
282
  "file": "forge-std/console.sol",
283
283
  "nameLocation": "-1:-1:-1",
284
- "scope": 54716,
285
- "sourceUnit": 17650,
284
+ "scope": 55708,
285
+ "sourceUnit": 18057,
286
286
  "symbolAliases": [
287
287
  {
288
288
  "foreign": {
289
- "id": 54476,
289
+ "id": 55468,
290
290
  "name": "console",
291
291
  "nodeType": "Identifier",
292
292
  "overloadedDeclarations": [],
293
- "referencedDeclaration": 17649,
293
+ "referencedDeclaration": 18056,
294
294
  "src": "67:7:67",
295
295
  "typeDescriptions": {}
296
296
  },
@@ -300,19 +300,19 @@
300
300
  "unitAlias": ""
301
301
  },
302
302
  {
303
- "id": 54479,
303
+ "id": 55471,
304
304
  "nodeType": "ImportDirective",
305
305
  "src": "107:81:67",
306
306
  "nodes": [],
307
307
  "absolutePath": "../../node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol",
308
308
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
309
309
  "nameLocation": "-1:-1:-1",
310
- "scope": 54716,
310
+ "scope": 55708,
311
311
  "sourceUnit": 271,
312
312
  "symbolAliases": [
313
313
  {
314
314
  "foreign": {
315
- "id": 54478,
315
+ "id": 55470,
316
316
  "name": "SchemaType",
317
317
  "nodeType": "Identifier",
318
318
  "overloadedDeclarations": [],
@@ -326,23 +326,23 @@
326
326
  "unitAlias": ""
327
327
  },
328
328
  {
329
- "id": 54481,
329
+ "id": 55473,
330
330
  "nodeType": "ImportDirective",
331
331
  "src": "189:58:67",
332
332
  "nodes": [],
333
333
  "absolutePath": "../../node_modules/@latticexyz/store/src/IStore.sol",
334
334
  "file": "@latticexyz/store/src/IStore.sol",
335
335
  "nameLocation": "-1:-1:-1",
336
- "scope": 54716,
337
- "sourceUnit": 1132,
336
+ "scope": 55708,
337
+ "sourceUnit": 1144,
338
338
  "symbolAliases": [
339
339
  {
340
340
  "foreign": {
341
- "id": 54480,
341
+ "id": 55472,
342
342
  "name": "IStore",
343
343
  "nodeType": "Identifier",
344
344
  "overloadedDeclarations": [],
345
- "referencedDeclaration": 1100,
345
+ "referencedDeclaration": 1112,
346
346
  "src": "198:6:67",
347
347
  "typeDescriptions": {}
348
348
  },
@@ -352,23 +352,23 @@
352
352
  "unitAlias": ""
353
353
  },
354
354
  {
355
- "id": 54483,
355
+ "id": 55475,
356
356
  "nodeType": "ImportDirective",
357
357
  "src": "248:68:67",
358
358
  "nodes": [],
359
359
  "absolutePath": "../../node_modules/@latticexyz/store/src/StoreSwitch.sol",
360
360
  "file": "@latticexyz/store/src/StoreSwitch.sol",
361
361
  "nameLocation": "-1:-1:-1",
362
- "scope": 54716,
363
- "sourceUnit": 4584,
362
+ "scope": 55708,
363
+ "sourceUnit": 4887,
364
364
  "symbolAliases": [
365
365
  {
366
366
  "foreign": {
367
- "id": 54482,
367
+ "id": 55474,
368
368
  "name": "StoreSwitch",
369
369
  "nodeType": "Identifier",
370
370
  "overloadedDeclarations": [],
371
- "referencedDeclaration": 4583,
371
+ "referencedDeclaration": 4886,
372
372
  "src": "257:11:67",
373
373
  "typeDescriptions": {}
374
374
  },
@@ -378,23 +378,23 @@
378
378
  "unitAlias": ""
379
379
  },
380
380
  {
381
- "id": 54485,
381
+ "id": 55477,
382
382
  "nodeType": "ImportDirective",
383
383
  "src": "317:64:67",
384
384
  "nodes": [],
385
385
  "absolutePath": "../../node_modules/@latticexyz/store/src/StoreCore.sol",
386
386
  "file": "@latticexyz/store/src/StoreCore.sol",
387
387
  "nameLocation": "-1:-1:-1",
388
- "scope": 54716,
389
- "sourceUnit": 4267,
388
+ "scope": 55708,
389
+ "sourceUnit": 4498,
390
390
  "symbolAliases": [
391
391
  {
392
392
  "foreign": {
393
- "id": 54484,
393
+ "id": 55476,
394
394
  "name": "StoreCore",
395
395
  "nodeType": "Identifier",
396
396
  "overloadedDeclarations": [],
397
- "referencedDeclaration": 3603,
397
+ "referencedDeclaration": 3736,
398
398
  "src": "326:9:67",
399
399
  "typeDescriptions": {}
400
400
  },
@@ -404,19 +404,19 @@
404
404
  "unitAlias": ""
405
405
  },
406
406
  {
407
- "id": 54487,
407
+ "id": 55479,
408
408
  "nodeType": "ImportDirective",
409
409
  "src": "382:56:67",
410
410
  "nodes": [],
411
411
  "absolutePath": "../../node_modules/@latticexyz/store/src/Bytes.sol",
412
412
  "file": "@latticexyz/store/src/Bytes.sol",
413
413
  "nameLocation": "-1:-1:-1",
414
- "scope": 54716,
414
+ "scope": 55708,
415
415
  "sourceUnit": 967,
416
416
  "symbolAliases": [
417
417
  {
418
418
  "foreign": {
419
- "id": 54486,
419
+ "id": 55478,
420
420
  "name": "Bytes",
421
421
  "nodeType": "Identifier",
422
422
  "overloadedDeclarations": [],
@@ -430,23 +430,23 @@
430
430
  "unitAlias": ""
431
431
  },
432
432
  {
433
- "id": 54490,
433
+ "id": 55482,
434
434
  "nodeType": "ImportDirective",
435
435
  "src": "439:69:67",
436
436
  "nodes": [],
437
437
  "absolutePath": "../../node_modules/@latticexyz/store/src/Schema.sol",
438
438
  "file": "@latticexyz/store/src/Schema.sol",
439
439
  "nameLocation": "-1:-1:-1",
440
- "scope": 54716,
441
- "sourceUnit": 2324,
440
+ "scope": 55708,
441
+ "sourceUnit": 2336,
442
442
  "symbolAliases": [
443
443
  {
444
444
  "foreign": {
445
- "id": 54488,
445
+ "id": 55480,
446
446
  "name": "Schema",
447
447
  "nodeType": "Identifier",
448
448
  "overloadedDeclarations": [],
449
- "referencedDeclaration": 1561,
449
+ "referencedDeclaration": 1573,
450
450
  "src": "448:6:67",
451
451
  "typeDescriptions": {}
452
452
  },
@@ -454,11 +454,11 @@
454
454
  },
455
455
  {
456
456
  "foreign": {
457
- "id": 54489,
457
+ "id": 55481,
458
458
  "name": "SchemaLib",
459
459
  "nodeType": "Identifier",
460
460
  "overloadedDeclarations": [],
461
- "referencedDeclaration": 2323,
461
+ "referencedDeclaration": 2335,
462
462
  "src": "456:9:67",
463
463
  "typeDescriptions": {}
464
464
  },
@@ -468,23 +468,23 @@
468
468
  "unitAlias": ""
469
469
  },
470
470
  {
471
- "id": 54493,
471
+ "id": 55485,
472
472
  "nodeType": "ImportDirective",
473
473
  "src": "509:90:67",
474
474
  "nodes": [],
475
475
  "absolutePath": "../../node_modules/@latticexyz/store/src/PackedCounter.sol",
476
476
  "file": "@latticexyz/store/src/PackedCounter.sol",
477
477
  "nameLocation": "-1:-1:-1",
478
- "scope": 54716,
479
- "sourceUnit": 1554,
478
+ "scope": 55708,
479
+ "sourceUnit": 1566,
480
480
  "symbolAliases": [
481
481
  {
482
482
  "foreign": {
483
- "id": 54491,
483
+ "id": 55483,
484
484
  "name": "PackedCounter",
485
485
  "nodeType": "Identifier",
486
486
  "overloadedDeclarations": [],
487
- "referencedDeclaration": 1137,
487
+ "referencedDeclaration": 1149,
488
488
  "src": "518:13:67",
489
489
  "typeDescriptions": {}
490
490
  },
@@ -492,11 +492,11 @@
492
492
  },
493
493
  {
494
494
  "foreign": {
495
- "id": 54492,
495
+ "id": 55484,
496
496
  "name": "PackedCounterLib",
497
497
  "nodeType": "Identifier",
498
498
  "overloadedDeclarations": [],
499
- "referencedDeclaration": 1553,
499
+ "referencedDeclaration": 1565,
500
500
  "src": "533:16:67",
501
501
  "typeDescriptions": {}
502
502
  },
@@ -506,23 +506,23 @@
506
506
  "unitAlias": ""
507
507
  },
508
508
  {
509
- "id": 54495,
509
+ "id": 55487,
510
510
  "nodeType": "ImportDirective",
511
511
  "src": "600:45:67",
512
512
  "nodes": [],
513
513
  "absolutePath": "src/Utils.sol",
514
514
  "file": "../Utils.sol",
515
515
  "nameLocation": "-1:-1:-1",
516
- "scope": 54716,
517
- "sourceUnit": 53115,
516
+ "scope": 55708,
517
+ "sourceUnit": 53988,
518
518
  "symbolAliases": [
519
519
  {
520
520
  "foreign": {
521
- "id": 54494,
521
+ "id": 55486,
522
522
  "name": "bytes32ToBool",
523
523
  "nodeType": "Identifier",
524
524
  "overloadedDeclarations": [],
525
- "referencedDeclaration": 53114,
525
+ "referencedDeclaration": 53987,
526
526
  "src": "609:13:67",
527
527
  "typeDescriptions": {}
528
528
  },
@@ -532,7 +532,7 @@
532
532
  "unitAlias": ""
533
533
  },
534
534
  {
535
- "id": 54498,
535
+ "id": 55490,
536
536
  "nodeType": "StructDefinition",
537
537
  "src": "688:35:67",
538
538
  "nodes": [],
@@ -540,12 +540,12 @@
540
540
  "members": [
541
541
  {
542
542
  "constant": false,
543
- "id": 54497,
543
+ "id": 55489,
544
544
  "mutability": "mutable",
545
545
  "name": "value",
546
546
  "nameLocation": "715:5:67",
547
547
  "nodeType": "VariableDeclaration",
548
- "scope": 54498,
548
+ "scope": 55490,
549
549
  "src": "710:10:67",
550
550
  "stateVariable": false,
551
551
  "storageLocation": "default",
@@ -554,7 +554,7 @@
554
554
  "typeString": "bool"
555
555
  },
556
556
  "typeName": {
557
- "id": 54496,
557
+ "id": 55488,
558
558
  "name": "bool",
559
559
  "nodeType": "ElementaryTypeName",
560
560
  "src": "710:4:67",
@@ -568,41 +568,41 @@
568
568
  ],
569
569
  "name": "BoolSchema",
570
570
  "nameLocation": "695:10:67",
571
- "scope": 54716,
571
+ "scope": 55708,
572
572
  "visibility": "public"
573
573
  },
574
574
  {
575
- "id": 54715,
575
+ "id": 55707,
576
576
  "nodeType": "ContractDefinition",
577
577
  "src": "820:1527:67",
578
578
  "nodes": [
579
579
  {
580
- "id": 54514,
580
+ "id": 55506,
581
581
  "nodeType": "FunctionDefinition",
582
582
  "src": "878:112:67",
583
583
  "nodes": [],
584
584
  "body": {
585
- "id": 54513,
585
+ "id": 55505,
586
586
  "nodeType": "Block",
587
587
  "src": "937:53:67",
588
588
  "nodes": [],
589
589
  "statements": [
590
590
  {
591
591
  "expression": {
592
- "id": 54511,
592
+ "id": 55503,
593
593
  "isConstant": false,
594
594
  "isLValue": false,
595
595
  "isPure": false,
596
596
  "lValueRequested": false,
597
597
  "leftHandSide": {
598
- "id": 54505,
598
+ "id": 55497,
599
599
  "name": "schema",
600
600
  "nodeType": "Identifier",
601
601
  "overloadedDeclarations": [],
602
- "referencedDeclaration": 54503,
602
+ "referencedDeclaration": 55495,
603
603
  "src": "943:6:67",
604
604
  "typeDescriptions": {
605
- "typeIdentifier": "t_userDefinedValueType$_Schema_$1561",
605
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$1573",
606
606
  "typeString": "Schema"
607
607
  }
608
608
  },
@@ -612,7 +612,7 @@
612
612
  "arguments": [
613
613
  {
614
614
  "expression": {
615
- "id": 54508,
615
+ "id": 55500,
616
616
  "name": "SchemaType",
617
617
  "nodeType": "Identifier",
618
618
  "overloadedDeclarations": [],
@@ -623,7 +623,7 @@
623
623
  "typeString": "type(enum SchemaType)"
624
624
  }
625
625
  },
626
- "id": 54509,
626
+ "id": 55501,
627
627
  "isConstant": false,
628
628
  "isLValue": false,
629
629
  "isPure": true,
@@ -646,32 +646,32 @@
646
646
  }
647
647
  ],
648
648
  "expression": {
649
- "id": 54506,
649
+ "id": 55498,
650
650
  "name": "SchemaLib",
651
651
  "nodeType": "Identifier",
652
652
  "overloadedDeclarations": [],
653
- "referencedDeclaration": 2323,
653
+ "referencedDeclaration": 2335,
654
654
  "src": "952:9:67",
655
655
  "typeDescriptions": {
656
- "typeIdentifier": "t_type$_t_contract$_SchemaLib_$2323_$",
656
+ "typeIdentifier": "t_type$_t_contract$_SchemaLib_$2335_$",
657
657
  "typeString": "type(library SchemaLib)"
658
658
  }
659
659
  },
660
- "id": 54507,
660
+ "id": 55499,
661
661
  "isConstant": false,
662
662
  "isLValue": false,
663
663
  "isPure": false,
664
664
  "lValueRequested": false,
665
665
  "memberName": "encode",
666
666
  "nodeType": "MemberAccess",
667
- "referencedDeclaration": 1763,
667
+ "referencedDeclaration": 1775,
668
668
  "src": "952:16:67",
669
669
  "typeDescriptions": {
670
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$204_$returns$_t_userDefinedValueType$_Schema_$1561_$",
670
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$204_$returns$_t_userDefinedValueType$_Schema_$1573_$",
671
671
  "typeString": "function (enum SchemaType) pure returns (Schema)"
672
672
  }
673
673
  },
674
- "id": 54510,
674
+ "id": 55502,
675
675
  "isConstant": false,
676
676
  "isLValue": false,
677
677
  "isPure": false,
@@ -682,24 +682,24 @@
682
682
  "src": "952:33:67",
683
683
  "tryCall": false,
684
684
  "typeDescriptions": {
685
- "typeIdentifier": "t_userDefinedValueType$_Schema_$1561",
685
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$1573",
686
686
  "typeString": "Schema"
687
687
  }
688
688
  },
689
689
  "src": "943:42:67",
690
690
  "typeDescriptions": {
691
- "typeIdentifier": "t_userDefinedValueType$_Schema_$1561",
691
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$1573",
692
692
  "typeString": "Schema"
693
693
  }
694
694
  },
695
- "id": 54512,
695
+ "id": 55504,
696
696
  "nodeType": "ExpressionStatement",
697
697
  "src": "943:42:67"
698
698
  }
699
699
  ]
700
700
  },
701
701
  "documentation": {
702
- "id": 54499,
702
+ "id": 55491,
703
703
  "nodeType": "StructuredDocumentation",
704
704
  "src": "846:29:67",
705
705
  "text": "Get the table's schema "
@@ -710,44 +710,44 @@
710
710
  "name": "getSchema",
711
711
  "nameLocation": "887:9:67",
712
712
  "parameters": {
713
- "id": 54500,
713
+ "id": 55492,
714
714
  "nodeType": "ParameterList",
715
715
  "parameters": [],
716
716
  "src": "896:2:67"
717
717
  },
718
718
  "returnParameters": {
719
- "id": 54504,
719
+ "id": 55496,
720
720
  "nodeType": "ParameterList",
721
721
  "parameters": [
722
722
  {
723
723
  "constant": false,
724
- "id": 54503,
724
+ "id": 55495,
725
725
  "mutability": "mutable",
726
726
  "name": "schema",
727
727
  "nameLocation": "929:6:67",
728
728
  "nodeType": "VariableDeclaration",
729
- "scope": 54514,
729
+ "scope": 55506,
730
730
  "src": "922:13:67",
731
731
  "stateVariable": false,
732
732
  "storageLocation": "default",
733
733
  "typeDescriptions": {
734
- "typeIdentifier": "t_userDefinedValueType$_Schema_$1561",
734
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$1573",
735
735
  "typeString": "Schema"
736
736
  },
737
737
  "typeName": {
738
- "id": 54502,
738
+ "id": 55494,
739
739
  "nodeType": "UserDefinedTypeName",
740
740
  "pathNode": {
741
- "id": 54501,
741
+ "id": 55493,
742
742
  "name": "Schema",
743
743
  "nodeType": "IdentifierPath",
744
- "referencedDeclaration": 1561,
744
+ "referencedDeclaration": 1573,
745
745
  "src": "922:6:67"
746
746
  },
747
- "referencedDeclaration": 1561,
747
+ "referencedDeclaration": 1573,
748
748
  "src": "922:6:67",
749
749
  "typeDescriptions": {
750
- "typeIdentifier": "t_userDefinedValueType$_Schema_$1561",
750
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$1573",
751
751
  "typeString": "Schema"
752
752
  }
753
753
  },
@@ -756,18 +756,18 @@
756
756
  ],
757
757
  "src": "921:15:67"
758
758
  },
759
- "scope": 54715,
759
+ "scope": 55707,
760
760
  "stateMutability": "pure",
761
761
  "virtual": false,
762
762
  "visibility": "internal"
763
763
  },
764
764
  {
765
- "id": 54529,
765
+ "id": 55521,
766
766
  "nodeType": "FunctionDefinition",
767
767
  "src": "1031:109:67",
768
768
  "nodes": [],
769
769
  "body": {
770
- "id": 54528,
770
+ "id": 55520,
771
771
  "nodeType": "Block",
772
772
  "src": "1081:59:67",
773
773
  "nodes": [],
@@ -776,11 +776,11 @@
776
776
  "expression": {
777
777
  "arguments": [
778
778
  {
779
- "id": 54523,
779
+ "id": 55515,
780
780
  "name": "tableId",
781
781
  "nodeType": "Identifier",
782
782
  "overloadedDeclarations": [],
783
- "referencedDeclaration": 54517,
783
+ "referencedDeclaration": 55509,
784
784
  "src": "1114:7:67",
785
785
  "typeDescriptions": {
786
786
  "typeIdentifier": "t_uint256",
@@ -791,18 +791,18 @@
791
791
  "arguments": [],
792
792
  "expression": {
793
793
  "argumentTypes": [],
794
- "id": 54524,
794
+ "id": 55516,
795
795
  "name": "getSchema",
796
796
  "nodeType": "Identifier",
797
797
  "overloadedDeclarations": [],
798
- "referencedDeclaration": 54514,
798
+ "referencedDeclaration": 55506,
799
799
  "src": "1123:9:67",
800
800
  "typeDescriptions": {
801
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$1561_$",
801
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$1573_$",
802
802
  "typeString": "function () pure returns (Schema)"
803
803
  }
804
804
  },
805
- "id": 54525,
805
+ "id": 55517,
806
806
  "isConstant": false,
807
807
  "isLValue": false,
808
808
  "isPure": false,
@@ -813,7 +813,7 @@
813
813
  "src": "1123:11:67",
814
814
  "tryCall": false,
815
815
  "typeDescriptions": {
816
- "typeIdentifier": "t_userDefinedValueType$_Schema_$1561",
816
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$1573",
817
817
  "typeString": "Schema"
818
818
  }
819
819
  }
@@ -825,37 +825,37 @@
825
825
  "typeString": "uint256"
826
826
  },
827
827
  {
828
- "typeIdentifier": "t_userDefinedValueType$_Schema_$1561",
828
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$1573",
829
829
  "typeString": "Schema"
830
830
  }
831
831
  ],
832
832
  "expression": {
833
- "id": 54520,
833
+ "id": 55512,
834
834
  "name": "StoreSwitch",
835
835
  "nodeType": "Identifier",
836
836
  "overloadedDeclarations": [],
837
- "referencedDeclaration": 4583,
837
+ "referencedDeclaration": 4886,
838
838
  "src": "1087:11:67",
839
839
  "typeDescriptions": {
840
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$4583_$",
840
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$4886_$",
841
841
  "typeString": "type(library StoreSwitch)"
842
842
  }
843
843
  },
844
- "id": 54522,
844
+ "id": 55514,
845
845
  "isConstant": false,
846
846
  "isLValue": false,
847
847
  "isPure": false,
848
848
  "lValueRequested": false,
849
849
  "memberName": "registerSchema",
850
850
  "nodeType": "MemberAccess",
851
- "referencedDeclaration": 4347,
851
+ "referencedDeclaration": 4578,
852
852
  "src": "1087:26:67",
853
853
  "typeDescriptions": {
854
- "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$_t_userDefinedValueType$_Schema_$1561_$returns$__$",
854
+ "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$_t_userDefinedValueType$_Schema_$1573_$returns$__$",
855
855
  "typeString": "function (uint256,Schema)"
856
856
  }
857
857
  },
858
- "id": 54526,
858
+ "id": 55518,
859
859
  "isConstant": false,
860
860
  "isLValue": false,
861
861
  "isPure": false,
@@ -870,14 +870,14 @@
870
870
  "typeString": "tuple()"
871
871
  }
872
872
  },
873
- "id": 54527,
873
+ "id": 55519,
874
874
  "nodeType": "ExpressionStatement",
875
875
  "src": "1087:48:67"
876
876
  }
877
877
  ]
878
878
  },
879
879
  "documentation": {
880
- "id": 54515,
880
+ "id": 55507,
881
881
  "nodeType": "StructuredDocumentation",
882
882
  "src": "994:34:67",
883
883
  "text": "Register the table's schema "
@@ -888,17 +888,17 @@
888
888
  "name": "registerSchema",
889
889
  "nameLocation": "1040:14:67",
890
890
  "parameters": {
891
- "id": 54518,
891
+ "id": 55510,
892
892
  "nodeType": "ParameterList",
893
893
  "parameters": [
894
894
  {
895
895
  "constant": false,
896
- "id": 54517,
896
+ "id": 55509,
897
897
  "mutability": "mutable",
898
898
  "name": "tableId",
899
899
  "nameLocation": "1063:7:67",
900
900
  "nodeType": "VariableDeclaration",
901
- "scope": 54529,
901
+ "scope": 55521,
902
902
  "src": "1055:15:67",
903
903
  "stateVariable": false,
904
904
  "storageLocation": "default",
@@ -907,7 +907,7 @@
907
907
  "typeString": "uint256"
908
908
  },
909
909
  "typeName": {
910
- "id": 54516,
910
+ "id": 55508,
911
911
  "name": "uint256",
912
912
  "nodeType": "ElementaryTypeName",
913
913
  "src": "1055:7:67",
@@ -922,23 +922,23 @@
922
922
  "src": "1054:17:67"
923
923
  },
924
924
  "returnParameters": {
925
- "id": 54519,
925
+ "id": 55511,
926
926
  "nodeType": "ParameterList",
927
927
  "parameters": [],
928
928
  "src": "1081:0:67"
929
929
  },
930
- "scope": 54715,
930
+ "scope": 55707,
931
931
  "stateMutability": "nonpayable",
932
932
  "virtual": false,
933
933
  "visibility": "internal"
934
934
  },
935
935
  {
936
- "id": 54546,
936
+ "id": 55538,
937
937
  "nodeType": "FunctionDefinition",
938
938
  "src": "1144:117:67",
939
939
  "nodes": [],
940
940
  "body": {
941
- "id": 54545,
941
+ "id": 55537,
942
942
  "nodeType": "Block",
943
943
  "src": "1208:53:67",
944
944
  "nodes": [],
@@ -947,11 +947,11 @@
947
947
  "expression": {
948
948
  "arguments": [
949
949
  {
950
- "id": 54540,
950
+ "id": 55532,
951
951
  "name": "tableId",
952
952
  "nodeType": "Identifier",
953
953
  "overloadedDeclarations": [],
954
- "referencedDeclaration": 54531,
954
+ "referencedDeclaration": 55523,
955
955
  "src": "1235:7:67",
956
956
  "typeDescriptions": {
957
957
  "typeIdentifier": "t_uint256",
@@ -962,18 +962,18 @@
962
962
  "arguments": [],
963
963
  "expression": {
964
964
  "argumentTypes": [],
965
- "id": 54541,
965
+ "id": 55533,
966
966
  "name": "getSchema",
967
967
  "nodeType": "Identifier",
968
968
  "overloadedDeclarations": [],
969
- "referencedDeclaration": 54514,
969
+ "referencedDeclaration": 55506,
970
970
  "src": "1244:9:67",
971
971
  "typeDescriptions": {
972
- "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$1561_$",
972
+ "typeIdentifier": "t_function_internal_pure$__$returns$_t_userDefinedValueType$_Schema_$1573_$",
973
973
  "typeString": "function () pure returns (Schema)"
974
974
  }
975
975
  },
976
- "id": 54542,
976
+ "id": 55534,
977
977
  "isConstant": false,
978
978
  "isLValue": false,
979
979
  "isPure": false,
@@ -984,7 +984,7 @@
984
984
  "src": "1244:11:67",
985
985
  "tryCall": false,
986
986
  "typeDescriptions": {
987
- "typeIdentifier": "t_userDefinedValueType$_Schema_$1561",
987
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$1573",
988
988
  "typeString": "Schema"
989
989
  }
990
990
  }
@@ -996,23 +996,23 @@
996
996
  "typeString": "uint256"
997
997
  },
998
998
  {
999
- "typeIdentifier": "t_userDefinedValueType$_Schema_$1561",
999
+ "typeIdentifier": "t_userDefinedValueType$_Schema_$1573",
1000
1000
  "typeString": "Schema"
1001
1001
  }
1002
1002
  ],
1003
1003
  "expression": {
1004
- "id": 54537,
1004
+ "id": 55529,
1005
1005
  "name": "store",
1006
1006
  "nodeType": "Identifier",
1007
1007
  "overloadedDeclarations": [],
1008
- "referencedDeclaration": 54534,
1008
+ "referencedDeclaration": 55526,
1009
1009
  "src": "1214:5:67",
1010
1010
  "typeDescriptions": {
1011
- "typeIdentifier": "t_contract$_IStore_$1100",
1011
+ "typeIdentifier": "t_contract$_IStore_$1112",
1012
1012
  "typeString": "contract IStore"
1013
1013
  }
1014
1014
  },
1015
- "id": 54539,
1015
+ "id": 55531,
1016
1016
  "isConstant": false,
1017
1017
  "isLValue": false,
1018
1018
  "isPure": false,
@@ -1022,11 +1022,11 @@
1022
1022
  "referencedDeclaration": 1005,
1023
1023
  "src": "1214:20:67",
1024
1024
  "typeDescriptions": {
1025
- "typeIdentifier": "t_function_external_nonpayable$_t_uint256_$_t_userDefinedValueType$_Schema_$1561_$returns$__$",
1025
+ "typeIdentifier": "t_function_external_nonpayable$_t_uint256_$_t_userDefinedValueType$_Schema_$1573_$returns$__$",
1026
1026
  "typeString": "function (uint256,Schema) external"
1027
1027
  }
1028
1028
  },
1029
- "id": 54543,
1029
+ "id": 55535,
1030
1030
  "isConstant": false,
1031
1031
  "isLValue": false,
1032
1032
  "isPure": false,
@@ -1041,7 +1041,7 @@
1041
1041
  "typeString": "tuple()"
1042
1042
  }
1043
1043
  },
1044
- "id": 54544,
1044
+ "id": 55536,
1045
1045
  "nodeType": "ExpressionStatement",
1046
1046
  "src": "1214:42:67"
1047
1047
  }
@@ -1053,17 +1053,17 @@
1053
1053
  "name": "registerSchema",
1054
1054
  "nameLocation": "1153:14:67",
1055
1055
  "parameters": {
1056
- "id": 54535,
1056
+ "id": 55527,
1057
1057
  "nodeType": "ParameterList",
1058
1058
  "parameters": [
1059
1059
  {
1060
1060
  "constant": false,
1061
- "id": 54531,
1061
+ "id": 55523,
1062
1062
  "mutability": "mutable",
1063
1063
  "name": "tableId",
1064
1064
  "nameLocation": "1176:7:67",
1065
1065
  "nodeType": "VariableDeclaration",
1066
- "scope": 54546,
1066
+ "scope": 55538,
1067
1067
  "src": "1168:15:67",
1068
1068
  "stateVariable": false,
1069
1069
  "storageLocation": "default",
@@ -1072,7 +1072,7 @@
1072
1072
  "typeString": "uint256"
1073
1073
  },
1074
1074
  "typeName": {
1075
- "id": 54530,
1075
+ "id": 55522,
1076
1076
  "name": "uint256",
1077
1077
  "nodeType": "ElementaryTypeName",
1078
1078
  "src": "1168:7:67",
@@ -1085,33 +1085,33 @@
1085
1085
  },
1086
1086
  {
1087
1087
  "constant": false,
1088
- "id": 54534,
1088
+ "id": 55526,
1089
1089
  "mutability": "mutable",
1090
1090
  "name": "store",
1091
1091
  "nameLocation": "1192:5:67",
1092
1092
  "nodeType": "VariableDeclaration",
1093
- "scope": 54546,
1093
+ "scope": 55538,
1094
1094
  "src": "1185:12:67",
1095
1095
  "stateVariable": false,
1096
1096
  "storageLocation": "default",
1097
1097
  "typeDescriptions": {
1098
- "typeIdentifier": "t_contract$_IStore_$1100",
1098
+ "typeIdentifier": "t_contract$_IStore_$1112",
1099
1099
  "typeString": "contract IStore"
1100
1100
  },
1101
1101
  "typeName": {
1102
- "id": 54533,
1102
+ "id": 55525,
1103
1103
  "nodeType": "UserDefinedTypeName",
1104
1104
  "pathNode": {
1105
- "id": 54532,
1105
+ "id": 55524,
1106
1106
  "name": "IStore",
1107
1107
  "nodeType": "IdentifierPath",
1108
- "referencedDeclaration": 1100,
1108
+ "referencedDeclaration": 1112,
1109
1109
  "src": "1185:6:67"
1110
1110
  },
1111
- "referencedDeclaration": 1100,
1111
+ "referencedDeclaration": 1112,
1112
1112
  "src": "1185:6:67",
1113
1113
  "typeDescriptions": {
1114
- "typeIdentifier": "t_contract$_IStore_$1100",
1114
+ "typeIdentifier": "t_contract$_IStore_$1112",
1115
1115
  "typeString": "contract IStore"
1116
1116
  }
1117
1117
  },
@@ -1121,40 +1121,40 @@
1121
1121
  "src": "1167:31:67"
1122
1122
  },
1123
1123
  "returnParameters": {
1124
- "id": 54536,
1124
+ "id": 55528,
1125
1125
  "nodeType": "ParameterList",
1126
1126
  "parameters": [],
1127
1127
  "src": "1208:0:67"
1128
1128
  },
1129
- "scope": 54715,
1129
+ "scope": 55707,
1130
1130
  "stateMutability": "nonpayable",
1131
1131
  "virtual": false,
1132
1132
  "visibility": "internal"
1133
1133
  },
1134
1134
  {
1135
- "id": 54585,
1135
+ "id": 55577,
1136
1136
  "nodeType": "FunctionDefinition",
1137
1137
  "src": "1295:229:67",
1138
1138
  "nodes": [],
1139
1139
  "body": {
1140
- "id": 54584,
1140
+ "id": 55576,
1141
1141
  "nodeType": "Block",
1142
1142
  "src": "1375:149:67",
1143
1143
  "nodes": [],
1144
1144
  "statements": [
1145
1145
  {
1146
1146
  "assignments": [
1147
- 54560
1147
+ 55552
1148
1148
  ],
1149
1149
  "declarations": [
1150
1150
  {
1151
1151
  "constant": false,
1152
- "id": 54560,
1152
+ "id": 55552,
1153
1153
  "mutability": "mutable",
1154
1154
  "name": "keyTuple",
1155
1155
  "nameLocation": "1398:8:67",
1156
1156
  "nodeType": "VariableDeclaration",
1157
- "scope": 54584,
1157
+ "scope": 55576,
1158
1158
  "src": "1381:25:67",
1159
1159
  "stateVariable": false,
1160
1160
  "storageLocation": "memory",
@@ -1164,7 +1164,7 @@
1164
1164
  },
1165
1165
  "typeName": {
1166
1166
  "baseType": {
1167
- "id": 54558,
1167
+ "id": 55550,
1168
1168
  "name": "bytes32",
1169
1169
  "nodeType": "ElementaryTypeName",
1170
1170
  "src": "1381:7:67",
@@ -1173,7 +1173,7 @@
1173
1173
  "typeString": "bytes32"
1174
1174
  }
1175
1175
  },
1176
- "id": 54559,
1176
+ "id": 55551,
1177
1177
  "nodeType": "ArrayTypeName",
1178
1178
  "src": "1381:9:67",
1179
1179
  "typeDescriptions": {
@@ -1184,12 +1184,12 @@
1184
1184
  "visibility": "internal"
1185
1185
  }
1186
1186
  ],
1187
- "id": 54566,
1187
+ "id": 55558,
1188
1188
  "initialValue": {
1189
1189
  "arguments": [
1190
1190
  {
1191
1191
  "hexValue": "31",
1192
- "id": 54564,
1192
+ "id": 55556,
1193
1193
  "isConstant": false,
1194
1194
  "isLValue": false,
1195
1195
  "isPure": true,
@@ -1211,7 +1211,7 @@
1211
1211
  "typeString": "int_const 1"
1212
1212
  }
1213
1213
  ],
1214
- "id": 54563,
1214
+ "id": 55555,
1215
1215
  "isConstant": false,
1216
1216
  "isLValue": false,
1217
1217
  "isPure": true,
@@ -1224,7 +1224,7 @@
1224
1224
  },
1225
1225
  "typeName": {
1226
1226
  "baseType": {
1227
- "id": 54561,
1227
+ "id": 55553,
1228
1228
  "name": "bytes32",
1229
1229
  "nodeType": "ElementaryTypeName",
1230
1230
  "src": "1413:7:67",
@@ -1233,7 +1233,7 @@
1233
1233
  "typeString": "bytes32"
1234
1234
  }
1235
1235
  },
1236
- "id": 54562,
1236
+ "id": 55554,
1237
1237
  "nodeType": "ArrayTypeName",
1238
1238
  "src": "1413:9:67",
1239
1239
  "typeDescriptions": {
@@ -1242,7 +1242,7 @@
1242
1242
  }
1243
1243
  }
1244
1244
  },
1245
- "id": 54565,
1245
+ "id": 55557,
1246
1246
  "isConstant": false,
1247
1247
  "isLValue": false,
1248
1248
  "isPure": true,
@@ -1262,28 +1262,28 @@
1262
1262
  },
1263
1263
  {
1264
1264
  "expression": {
1265
- "id": 54571,
1265
+ "id": 55563,
1266
1266
  "isConstant": false,
1267
1267
  "isLValue": false,
1268
1268
  "isPure": false,
1269
1269
  "lValueRequested": false,
1270
1270
  "leftHandSide": {
1271
1271
  "baseExpression": {
1272
- "id": 54567,
1272
+ "id": 55559,
1273
1273
  "name": "keyTuple",
1274
1274
  "nodeType": "Identifier",
1275
1275
  "overloadedDeclarations": [],
1276
- "referencedDeclaration": 54560,
1276
+ "referencedDeclaration": 55552,
1277
1277
  "src": "1431:8:67",
1278
1278
  "typeDescriptions": {
1279
1279
  "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
1280
1280
  "typeString": "bytes32[] memory"
1281
1281
  }
1282
1282
  },
1283
- "id": 54569,
1283
+ "id": 55561,
1284
1284
  "indexExpression": {
1285
1285
  "hexValue": "30",
1286
- "id": 54568,
1286
+ "id": 55560,
1287
1287
  "isConstant": false,
1288
1288
  "isLValue": false,
1289
1289
  "isPure": true,
@@ -1311,11 +1311,11 @@
1311
1311
  "nodeType": "Assignment",
1312
1312
  "operator": "=",
1313
1313
  "rightHandSide": {
1314
- "id": 54570,
1314
+ "id": 55562,
1315
1315
  "name": "key",
1316
1316
  "nodeType": "Identifier",
1317
1317
  "overloadedDeclarations": [],
1318
- "referencedDeclaration": 54551,
1318
+ "referencedDeclaration": 55543,
1319
1319
  "src": "1445:3:67",
1320
1320
  "typeDescriptions": {
1321
1321
  "typeIdentifier": "t_bytes32",
@@ -1328,7 +1328,7 @@
1328
1328
  "typeString": "bytes32"
1329
1329
  }
1330
1330
  },
1331
- "id": 54572,
1331
+ "id": 55564,
1332
1332
  "nodeType": "ExpressionStatement",
1333
1333
  "src": "1431:17:67"
1334
1334
  },
@@ -1336,11 +1336,11 @@
1336
1336
  "expression": {
1337
1337
  "arguments": [
1338
1338
  {
1339
- "id": 54576,
1339
+ "id": 55568,
1340
1340
  "name": "tableId",
1341
1341
  "nodeType": "Identifier",
1342
1342
  "overloadedDeclarations": [],
1343
- "referencedDeclaration": 54549,
1343
+ "referencedDeclaration": 55541,
1344
1344
  "src": "1476:7:67",
1345
1345
  "typeDescriptions": {
1346
1346
  "typeIdentifier": "t_uint256",
@@ -1348,11 +1348,11 @@
1348
1348
  }
1349
1349
  },
1350
1350
  {
1351
- "id": 54577,
1351
+ "id": 55569,
1352
1352
  "name": "keyTuple",
1353
1353
  "nodeType": "Identifier",
1354
1354
  "overloadedDeclarations": [],
1355
- "referencedDeclaration": 54560,
1355
+ "referencedDeclaration": 55552,
1356
1356
  "src": "1485:8:67",
1357
1357
  "typeDescriptions": {
1358
1358
  "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
@@ -1362,11 +1362,11 @@
1362
1362
  {
1363
1363
  "arguments": [
1364
1364
  {
1365
- "id": 54580,
1365
+ "id": 55572,
1366
1366
  "name": "value",
1367
1367
  "nodeType": "Identifier",
1368
1368
  "overloadedDeclarations": [],
1369
- "referencedDeclaration": 54553,
1369
+ "referencedDeclaration": 55545,
1370
1370
  "src": "1512:5:67",
1371
1371
  "typeDescriptions": {
1372
1372
  "typeIdentifier": "t_bool",
@@ -1382,7 +1382,7 @@
1382
1382
  }
1383
1383
  ],
1384
1384
  "expression": {
1385
- "id": 54578,
1385
+ "id": 55570,
1386
1386
  "name": "abi",
1387
1387
  "nodeType": "Identifier",
1388
1388
  "overloadedDeclarations": [],
@@ -1393,7 +1393,7 @@
1393
1393
  "typeString": "abi"
1394
1394
  }
1395
1395
  },
1396
- "id": 54579,
1396
+ "id": 55571,
1397
1397
  "isConstant": false,
1398
1398
  "isLValue": false,
1399
1399
  "isPure": true,
@@ -1406,7 +1406,7 @@
1406
1406
  "typeString": "function () pure returns (bytes memory)"
1407
1407
  }
1408
1408
  },
1409
- "id": 54581,
1409
+ "id": 55573,
1410
1410
  "isConstant": false,
1411
1411
  "isLValue": false,
1412
1412
  "isPure": false,
@@ -1438,32 +1438,32 @@
1438
1438
  }
1439
1439
  ],
1440
1440
  "expression": {
1441
- "id": 54573,
1441
+ "id": 55565,
1442
1442
  "name": "StoreSwitch",
1443
1443
  "nodeType": "Identifier",
1444
1444
  "overloadedDeclarations": [],
1445
- "referencedDeclaration": 4583,
1445
+ "referencedDeclaration": 4886,
1446
1446
  "src": "1454:11:67",
1447
1447
  "typeDescriptions": {
1448
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$4583_$",
1448
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$4886_$",
1449
1449
  "typeString": "type(library StoreSwitch)"
1450
1450
  }
1451
1451
  },
1452
- "id": 54575,
1452
+ "id": 55567,
1453
1453
  "isConstant": false,
1454
1454
  "isLValue": false,
1455
1455
  "isPure": false,
1456
1456
  "lValueRequested": false,
1457
1457
  "memberName": "setRecord",
1458
1458
  "nodeType": "MemberAccess",
1459
- "referencedDeclaration": 4412,
1459
+ "referencedDeclaration": 4677,
1460
1460
  "src": "1454:21:67",
1461
1461
  "typeDescriptions": {
1462
1462
  "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$_t_array$_t_bytes32_$dyn_memory_ptr_$_t_bytes_memory_ptr_$returns$__$",
1463
1463
  "typeString": "function (uint256,bytes32[] memory,bytes memory)"
1464
1464
  }
1465
1465
  },
1466
- "id": 54582,
1466
+ "id": 55574,
1467
1467
  "isConstant": false,
1468
1468
  "isLValue": false,
1469
1469
  "isPure": false,
@@ -1478,14 +1478,14 @@
1478
1478
  "typeString": "tuple()"
1479
1479
  }
1480
1480
  },
1481
- "id": 54583,
1481
+ "id": 55575,
1482
1482
  "nodeType": "ExpressionStatement",
1483
1483
  "src": "1454:65:67"
1484
1484
  }
1485
1485
  ]
1486
1486
  },
1487
1487
  "documentation": {
1488
- "id": 54547,
1488
+ "id": 55539,
1489
1489
  "nodeType": "StructuredDocumentation",
1490
1490
  "src": "1265:27:67",
1491
1491
  "text": "Set the table's data "
@@ -1496,17 +1496,17 @@
1496
1496
  "name": "set",
1497
1497
  "nameLocation": "1304:3:67",
1498
1498
  "parameters": {
1499
- "id": 54554,
1499
+ "id": 55546,
1500
1500
  "nodeType": "ParameterList",
1501
1501
  "parameters": [
1502
1502
  {
1503
1503
  "constant": false,
1504
- "id": 54549,
1504
+ "id": 55541,
1505
1505
  "mutability": "mutable",
1506
1506
  "name": "tableId",
1507
1507
  "nameLocation": "1321:7:67",
1508
1508
  "nodeType": "VariableDeclaration",
1509
- "scope": 54585,
1509
+ "scope": 55577,
1510
1510
  "src": "1313:15:67",
1511
1511
  "stateVariable": false,
1512
1512
  "storageLocation": "default",
@@ -1515,7 +1515,7 @@
1515
1515
  "typeString": "uint256"
1516
1516
  },
1517
1517
  "typeName": {
1518
- "id": 54548,
1518
+ "id": 55540,
1519
1519
  "name": "uint256",
1520
1520
  "nodeType": "ElementaryTypeName",
1521
1521
  "src": "1313:7:67",
@@ -1528,12 +1528,12 @@
1528
1528
  },
1529
1529
  {
1530
1530
  "constant": false,
1531
- "id": 54551,
1531
+ "id": 55543,
1532
1532
  "mutability": "mutable",
1533
1533
  "name": "key",
1534
1534
  "nameLocation": "1342:3:67",
1535
1535
  "nodeType": "VariableDeclaration",
1536
- "scope": 54585,
1536
+ "scope": 55577,
1537
1537
  "src": "1334:11:67",
1538
1538
  "stateVariable": false,
1539
1539
  "storageLocation": "default",
@@ -1542,7 +1542,7 @@
1542
1542
  "typeString": "bytes32"
1543
1543
  },
1544
1544
  "typeName": {
1545
- "id": 54550,
1545
+ "id": 55542,
1546
1546
  "name": "bytes32",
1547
1547
  "nodeType": "ElementaryTypeName",
1548
1548
  "src": "1334:7:67",
@@ -1555,12 +1555,12 @@
1555
1555
  },
1556
1556
  {
1557
1557
  "constant": false,
1558
- "id": 54553,
1558
+ "id": 55545,
1559
1559
  "mutability": "mutable",
1560
1560
  "name": "value",
1561
1561
  "nameLocation": "1356:5:67",
1562
1562
  "nodeType": "VariableDeclaration",
1563
- "scope": 54585,
1563
+ "scope": 55577,
1564
1564
  "src": "1351:10:67",
1565
1565
  "stateVariable": false,
1566
1566
  "storageLocation": "default",
@@ -1569,7 +1569,7 @@
1569
1569
  "typeString": "bool"
1570
1570
  },
1571
1571
  "typeName": {
1572
- "id": 54552,
1572
+ "id": 55544,
1573
1573
  "name": "bool",
1574
1574
  "nodeType": "ElementaryTypeName",
1575
1575
  "src": "1351:4:67",
@@ -1584,40 +1584,40 @@
1584
1584
  "src": "1307:58:67"
1585
1585
  },
1586
1586
  "returnParameters": {
1587
- "id": 54555,
1587
+ "id": 55547,
1588
1588
  "nodeType": "ParameterList",
1589
1589
  "parameters": [],
1590
1590
  "src": "1375:0:67"
1591
1591
  },
1592
- "scope": 54715,
1592
+ "scope": 55707,
1593
1593
  "stateMutability": "nonpayable",
1594
1594
  "virtual": false,
1595
1595
  "visibility": "internal"
1596
1596
  },
1597
1597
  {
1598
- "id": 54626,
1598
+ "id": 55618,
1599
1599
  "nodeType": "FunctionDefinition",
1600
1600
  "src": "1528:241:67",
1601
1601
  "nodes": [],
1602
1602
  "body": {
1603
- "id": 54625,
1603
+ "id": 55617,
1604
1604
  "nodeType": "Block",
1605
1605
  "src": "1626:143:67",
1606
1606
  "nodes": [],
1607
1607
  "statements": [
1608
1608
  {
1609
1609
  "assignments": [
1610
- 54601
1610
+ 55593
1611
1611
  ],
1612
1612
  "declarations": [
1613
1613
  {
1614
1614
  "constant": false,
1615
- "id": 54601,
1615
+ "id": 55593,
1616
1616
  "mutability": "mutable",
1617
1617
  "name": "keyTuple",
1618
1618
  "nameLocation": "1649:8:67",
1619
1619
  "nodeType": "VariableDeclaration",
1620
- "scope": 54625,
1620
+ "scope": 55617,
1621
1621
  "src": "1632:25:67",
1622
1622
  "stateVariable": false,
1623
1623
  "storageLocation": "memory",
@@ -1627,7 +1627,7 @@
1627
1627
  },
1628
1628
  "typeName": {
1629
1629
  "baseType": {
1630
- "id": 54599,
1630
+ "id": 55591,
1631
1631
  "name": "bytes32",
1632
1632
  "nodeType": "ElementaryTypeName",
1633
1633
  "src": "1632:7:67",
@@ -1636,7 +1636,7 @@
1636
1636
  "typeString": "bytes32"
1637
1637
  }
1638
1638
  },
1639
- "id": 54600,
1639
+ "id": 55592,
1640
1640
  "nodeType": "ArrayTypeName",
1641
1641
  "src": "1632:9:67",
1642
1642
  "typeDescriptions": {
@@ -1647,12 +1647,12 @@
1647
1647
  "visibility": "internal"
1648
1648
  }
1649
1649
  ],
1650
- "id": 54607,
1650
+ "id": 55599,
1651
1651
  "initialValue": {
1652
1652
  "arguments": [
1653
1653
  {
1654
1654
  "hexValue": "31",
1655
- "id": 54605,
1655
+ "id": 55597,
1656
1656
  "isConstant": false,
1657
1657
  "isLValue": false,
1658
1658
  "isPure": true,
@@ -1674,7 +1674,7 @@
1674
1674
  "typeString": "int_const 1"
1675
1675
  }
1676
1676
  ],
1677
- "id": 54604,
1677
+ "id": 55596,
1678
1678
  "isConstant": false,
1679
1679
  "isLValue": false,
1680
1680
  "isPure": true,
@@ -1687,7 +1687,7 @@
1687
1687
  },
1688
1688
  "typeName": {
1689
1689
  "baseType": {
1690
- "id": 54602,
1690
+ "id": 55594,
1691
1691
  "name": "bytes32",
1692
1692
  "nodeType": "ElementaryTypeName",
1693
1693
  "src": "1664:7:67",
@@ -1696,7 +1696,7 @@
1696
1696
  "typeString": "bytes32"
1697
1697
  }
1698
1698
  },
1699
- "id": 54603,
1699
+ "id": 55595,
1700
1700
  "nodeType": "ArrayTypeName",
1701
1701
  "src": "1664:9:67",
1702
1702
  "typeDescriptions": {
@@ -1705,7 +1705,7 @@
1705
1705
  }
1706
1706
  }
1707
1707
  },
1708
- "id": 54606,
1708
+ "id": 55598,
1709
1709
  "isConstant": false,
1710
1710
  "isLValue": false,
1711
1711
  "isPure": true,
@@ -1725,28 +1725,28 @@
1725
1725
  },
1726
1726
  {
1727
1727
  "expression": {
1728
- "id": 54612,
1728
+ "id": 55604,
1729
1729
  "isConstant": false,
1730
1730
  "isLValue": false,
1731
1731
  "isPure": false,
1732
1732
  "lValueRequested": false,
1733
1733
  "leftHandSide": {
1734
1734
  "baseExpression": {
1735
- "id": 54608,
1735
+ "id": 55600,
1736
1736
  "name": "keyTuple",
1737
1737
  "nodeType": "Identifier",
1738
1738
  "overloadedDeclarations": [],
1739
- "referencedDeclaration": 54601,
1739
+ "referencedDeclaration": 55593,
1740
1740
  "src": "1682:8:67",
1741
1741
  "typeDescriptions": {
1742
1742
  "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
1743
1743
  "typeString": "bytes32[] memory"
1744
1744
  }
1745
1745
  },
1746
- "id": 54610,
1746
+ "id": 55602,
1747
1747
  "indexExpression": {
1748
1748
  "hexValue": "30",
1749
- "id": 54609,
1749
+ "id": 55601,
1750
1750
  "isConstant": false,
1751
1751
  "isLValue": false,
1752
1752
  "isPure": true,
@@ -1774,11 +1774,11 @@
1774
1774
  "nodeType": "Assignment",
1775
1775
  "operator": "=",
1776
1776
  "rightHandSide": {
1777
- "id": 54611,
1777
+ "id": 55603,
1778
1778
  "name": "key",
1779
1779
  "nodeType": "Identifier",
1780
1780
  "overloadedDeclarations": [],
1781
- "referencedDeclaration": 54592,
1781
+ "referencedDeclaration": 55584,
1782
1782
  "src": "1696:3:67",
1783
1783
  "typeDescriptions": {
1784
1784
  "typeIdentifier": "t_bytes32",
@@ -1791,7 +1791,7 @@
1791
1791
  "typeString": "bytes32"
1792
1792
  }
1793
1793
  },
1794
- "id": 54613,
1794
+ "id": 55605,
1795
1795
  "nodeType": "ExpressionStatement",
1796
1796
  "src": "1682:17:67"
1797
1797
  },
@@ -1799,11 +1799,11 @@
1799
1799
  "expression": {
1800
1800
  "arguments": [
1801
1801
  {
1802
- "id": 54617,
1802
+ "id": 55609,
1803
1803
  "name": "tableId",
1804
1804
  "nodeType": "Identifier",
1805
1805
  "overloadedDeclarations": [],
1806
- "referencedDeclaration": 54587,
1806
+ "referencedDeclaration": 55579,
1807
1807
  "src": "1721:7:67",
1808
1808
  "typeDescriptions": {
1809
1809
  "typeIdentifier": "t_uint256",
@@ -1811,11 +1811,11 @@
1811
1811
  }
1812
1812
  },
1813
1813
  {
1814
- "id": 54618,
1814
+ "id": 55610,
1815
1815
  "name": "keyTuple",
1816
1816
  "nodeType": "Identifier",
1817
1817
  "overloadedDeclarations": [],
1818
- "referencedDeclaration": 54601,
1818
+ "referencedDeclaration": 55593,
1819
1819
  "src": "1730:8:67",
1820
1820
  "typeDescriptions": {
1821
1821
  "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
@@ -1825,11 +1825,11 @@
1825
1825
  {
1826
1826
  "arguments": [
1827
1827
  {
1828
- "id": 54621,
1828
+ "id": 55613,
1829
1829
  "name": "value",
1830
1830
  "nodeType": "Identifier",
1831
1831
  "overloadedDeclarations": [],
1832
- "referencedDeclaration": 54594,
1832
+ "referencedDeclaration": 55586,
1833
1833
  "src": "1757:5:67",
1834
1834
  "typeDescriptions": {
1835
1835
  "typeIdentifier": "t_bool",
@@ -1845,7 +1845,7 @@
1845
1845
  }
1846
1846
  ],
1847
1847
  "expression": {
1848
- "id": 54619,
1848
+ "id": 55611,
1849
1849
  "name": "abi",
1850
1850
  "nodeType": "Identifier",
1851
1851
  "overloadedDeclarations": [],
@@ -1856,7 +1856,7 @@
1856
1856
  "typeString": "abi"
1857
1857
  }
1858
1858
  },
1859
- "id": 54620,
1859
+ "id": 55612,
1860
1860
  "isConstant": false,
1861
1861
  "isLValue": false,
1862
1862
  "isPure": true,
@@ -1869,7 +1869,7 @@
1869
1869
  "typeString": "function () pure returns (bytes memory)"
1870
1870
  }
1871
1871
  },
1872
- "id": 54622,
1872
+ "id": 55614,
1873
1873
  "isConstant": false,
1874
1874
  "isLValue": false,
1875
1875
  "isPure": false,
@@ -1901,18 +1901,18 @@
1901
1901
  }
1902
1902
  ],
1903
1903
  "expression": {
1904
- "id": 54614,
1904
+ "id": 55606,
1905
1905
  "name": "store",
1906
1906
  "nodeType": "Identifier",
1907
1907
  "overloadedDeclarations": [],
1908
- "referencedDeclaration": 54590,
1908
+ "referencedDeclaration": 55582,
1909
1909
  "src": "1705:5:67",
1910
1910
  "typeDescriptions": {
1911
- "typeIdentifier": "t_contract$_IStore_$1100",
1911
+ "typeIdentifier": "t_contract$_IStore_$1112",
1912
1912
  "typeString": "contract IStore"
1913
1913
  }
1914
1914
  },
1915
- "id": 54616,
1915
+ "id": 55608,
1916
1916
  "isConstant": false,
1917
1917
  "isLValue": false,
1918
1918
  "isPure": false,
@@ -1926,7 +1926,7 @@
1926
1926
  "typeString": "function (uint256,bytes32[] memory,bytes memory) external"
1927
1927
  }
1928
1928
  },
1929
- "id": 54623,
1929
+ "id": 55615,
1930
1930
  "isConstant": false,
1931
1931
  "isLValue": false,
1932
1932
  "isPure": false,
@@ -1941,7 +1941,7 @@
1941
1941
  "typeString": "tuple()"
1942
1942
  }
1943
1943
  },
1944
- "id": 54624,
1944
+ "id": 55616,
1945
1945
  "nodeType": "ExpressionStatement",
1946
1946
  "src": "1705:59:67"
1947
1947
  }
@@ -1953,17 +1953,17 @@
1953
1953
  "name": "set",
1954
1954
  "nameLocation": "1537:3:67",
1955
1955
  "parameters": {
1956
- "id": 54595,
1956
+ "id": 55587,
1957
1957
  "nodeType": "ParameterList",
1958
1958
  "parameters": [
1959
1959
  {
1960
1960
  "constant": false,
1961
- "id": 54587,
1961
+ "id": 55579,
1962
1962
  "mutability": "mutable",
1963
1963
  "name": "tableId",
1964
1964
  "nameLocation": "1554:7:67",
1965
1965
  "nodeType": "VariableDeclaration",
1966
- "scope": 54626,
1966
+ "scope": 55618,
1967
1967
  "src": "1546:15:67",
1968
1968
  "stateVariable": false,
1969
1969
  "storageLocation": "default",
@@ -1972,7 +1972,7 @@
1972
1972
  "typeString": "uint256"
1973
1973
  },
1974
1974
  "typeName": {
1975
- "id": 54586,
1975
+ "id": 55578,
1976
1976
  "name": "uint256",
1977
1977
  "nodeType": "ElementaryTypeName",
1978
1978
  "src": "1546:7:67",
@@ -1985,33 +1985,33 @@
1985
1985
  },
1986
1986
  {
1987
1987
  "constant": false,
1988
- "id": 54590,
1988
+ "id": 55582,
1989
1989
  "mutability": "mutable",
1990
1990
  "name": "store",
1991
1991
  "nameLocation": "1574:5:67",
1992
1992
  "nodeType": "VariableDeclaration",
1993
- "scope": 54626,
1993
+ "scope": 55618,
1994
1994
  "src": "1567:12:67",
1995
1995
  "stateVariable": false,
1996
1996
  "storageLocation": "default",
1997
1997
  "typeDescriptions": {
1998
- "typeIdentifier": "t_contract$_IStore_$1100",
1998
+ "typeIdentifier": "t_contract$_IStore_$1112",
1999
1999
  "typeString": "contract IStore"
2000
2000
  },
2001
2001
  "typeName": {
2002
- "id": 54589,
2002
+ "id": 55581,
2003
2003
  "nodeType": "UserDefinedTypeName",
2004
2004
  "pathNode": {
2005
- "id": 54588,
2005
+ "id": 55580,
2006
2006
  "name": "IStore",
2007
2007
  "nodeType": "IdentifierPath",
2008
- "referencedDeclaration": 1100,
2008
+ "referencedDeclaration": 1112,
2009
2009
  "src": "1567:6:67"
2010
2010
  },
2011
- "referencedDeclaration": 1100,
2011
+ "referencedDeclaration": 1112,
2012
2012
  "src": "1567:6:67",
2013
2013
  "typeDescriptions": {
2014
- "typeIdentifier": "t_contract$_IStore_$1100",
2014
+ "typeIdentifier": "t_contract$_IStore_$1112",
2015
2015
  "typeString": "contract IStore"
2016
2016
  }
2017
2017
  },
@@ -2019,12 +2019,12 @@
2019
2019
  },
2020
2020
  {
2021
2021
  "constant": false,
2022
- "id": 54592,
2022
+ "id": 55584,
2023
2023
  "mutability": "mutable",
2024
2024
  "name": "key",
2025
2025
  "nameLocation": "1593:3:67",
2026
2026
  "nodeType": "VariableDeclaration",
2027
- "scope": 54626,
2027
+ "scope": 55618,
2028
2028
  "src": "1585:11:67",
2029
2029
  "stateVariable": false,
2030
2030
  "storageLocation": "default",
@@ -2033,7 +2033,7 @@
2033
2033
  "typeString": "bytes32"
2034
2034
  },
2035
2035
  "typeName": {
2036
- "id": 54591,
2036
+ "id": 55583,
2037
2037
  "name": "bytes32",
2038
2038
  "nodeType": "ElementaryTypeName",
2039
2039
  "src": "1585:7:67",
@@ -2046,12 +2046,12 @@
2046
2046
  },
2047
2047
  {
2048
2048
  "constant": false,
2049
- "id": 54594,
2049
+ "id": 55586,
2050
2050
  "mutability": "mutable",
2051
2051
  "name": "value",
2052
2052
  "nameLocation": "1607:5:67",
2053
2053
  "nodeType": "VariableDeclaration",
2054
- "scope": 54626,
2054
+ "scope": 55618,
2055
2055
  "src": "1602:10:67",
2056
2056
  "stateVariable": false,
2057
2057
  "storageLocation": "default",
@@ -2060,7 +2060,7 @@
2060
2060
  "typeString": "bool"
2061
2061
  },
2062
2062
  "typeName": {
2063
- "id": 54593,
2063
+ "id": 55585,
2064
2064
  "name": "bool",
2065
2065
  "nodeType": "ElementaryTypeName",
2066
2066
  "src": "1602:4:67",
@@ -2075,40 +2075,40 @@
2075
2075
  "src": "1540:76:67"
2076
2076
  },
2077
2077
  "returnParameters": {
2078
- "id": 54596,
2078
+ "id": 55588,
2079
2079
  "nodeType": "ParameterList",
2080
2080
  "parameters": [],
2081
2081
  "src": "1626:0:67"
2082
2082
  },
2083
- "scope": 54715,
2083
+ "scope": 55707,
2084
2084
  "stateMutability": "nonpayable",
2085
2085
  "virtual": false,
2086
2086
  "visibility": "internal"
2087
2087
  },
2088
2088
  {
2089
- "id": 54669,
2089
+ "id": 55661,
2090
2090
  "nodeType": "FunctionDefinition",
2091
2091
  "src": "1803:257:67",
2092
2092
  "nodes": [],
2093
2093
  "body": {
2094
- "id": 54668,
2094
+ "id": 55660,
2095
2095
  "nodeType": "Block",
2096
2096
  "src": "1875:185:67",
2097
2097
  "nodes": [],
2098
2098
  "statements": [
2099
2099
  {
2100
2100
  "assignments": [
2101
- 54640
2101
+ 55632
2102
2102
  ],
2103
2103
  "declarations": [
2104
2104
  {
2105
2105
  "constant": false,
2106
- "id": 54640,
2106
+ "id": 55632,
2107
2107
  "mutability": "mutable",
2108
2108
  "name": "keyTuple",
2109
2109
  "nameLocation": "1898:8:67",
2110
2110
  "nodeType": "VariableDeclaration",
2111
- "scope": 54668,
2111
+ "scope": 55660,
2112
2112
  "src": "1881:25:67",
2113
2113
  "stateVariable": false,
2114
2114
  "storageLocation": "memory",
@@ -2118,7 +2118,7 @@
2118
2118
  },
2119
2119
  "typeName": {
2120
2120
  "baseType": {
2121
- "id": 54638,
2121
+ "id": 55630,
2122
2122
  "name": "bytes32",
2123
2123
  "nodeType": "ElementaryTypeName",
2124
2124
  "src": "1881:7:67",
@@ -2127,7 +2127,7 @@
2127
2127
  "typeString": "bytes32"
2128
2128
  }
2129
2129
  },
2130
- "id": 54639,
2130
+ "id": 55631,
2131
2131
  "nodeType": "ArrayTypeName",
2132
2132
  "src": "1881:9:67",
2133
2133
  "typeDescriptions": {
@@ -2138,12 +2138,12 @@
2138
2138
  "visibility": "internal"
2139
2139
  }
2140
2140
  ],
2141
- "id": 54646,
2141
+ "id": 55638,
2142
2142
  "initialValue": {
2143
2143
  "arguments": [
2144
2144
  {
2145
2145
  "hexValue": "31",
2146
- "id": 54644,
2146
+ "id": 55636,
2147
2147
  "isConstant": false,
2148
2148
  "isLValue": false,
2149
2149
  "isPure": true,
@@ -2165,7 +2165,7 @@
2165
2165
  "typeString": "int_const 1"
2166
2166
  }
2167
2167
  ],
2168
- "id": 54643,
2168
+ "id": 55635,
2169
2169
  "isConstant": false,
2170
2170
  "isLValue": false,
2171
2171
  "isPure": true,
@@ -2178,7 +2178,7 @@
2178
2178
  },
2179
2179
  "typeName": {
2180
2180
  "baseType": {
2181
- "id": 54641,
2181
+ "id": 55633,
2182
2182
  "name": "bytes32",
2183
2183
  "nodeType": "ElementaryTypeName",
2184
2184
  "src": "1913:7:67",
@@ -2187,7 +2187,7 @@
2187
2187
  "typeString": "bytes32"
2188
2188
  }
2189
2189
  },
2190
- "id": 54642,
2190
+ "id": 55634,
2191
2191
  "nodeType": "ArrayTypeName",
2192
2192
  "src": "1913:9:67",
2193
2193
  "typeDescriptions": {
@@ -2196,7 +2196,7 @@
2196
2196
  }
2197
2197
  }
2198
2198
  },
2199
- "id": 54645,
2199
+ "id": 55637,
2200
2200
  "isConstant": false,
2201
2201
  "isLValue": false,
2202
2202
  "isPure": true,
@@ -2216,28 +2216,28 @@
2216
2216
  },
2217
2217
  {
2218
2218
  "expression": {
2219
- "id": 54651,
2219
+ "id": 55643,
2220
2220
  "isConstant": false,
2221
2221
  "isLValue": false,
2222
2222
  "isPure": false,
2223
2223
  "lValueRequested": false,
2224
2224
  "leftHandSide": {
2225
2225
  "baseExpression": {
2226
- "id": 54647,
2226
+ "id": 55639,
2227
2227
  "name": "keyTuple",
2228
2228
  "nodeType": "Identifier",
2229
2229
  "overloadedDeclarations": [],
2230
- "referencedDeclaration": 54640,
2230
+ "referencedDeclaration": 55632,
2231
2231
  "src": "1931:8:67",
2232
2232
  "typeDescriptions": {
2233
2233
  "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
2234
2234
  "typeString": "bytes32[] memory"
2235
2235
  }
2236
2236
  },
2237
- "id": 54649,
2237
+ "id": 55641,
2238
2238
  "indexExpression": {
2239
2239
  "hexValue": "30",
2240
- "id": 54648,
2240
+ "id": 55640,
2241
2241
  "isConstant": false,
2242
2242
  "isLValue": false,
2243
2243
  "isPure": true,
@@ -2265,11 +2265,11 @@
2265
2265
  "nodeType": "Assignment",
2266
2266
  "operator": "=",
2267
2267
  "rightHandSide": {
2268
- "id": 54650,
2268
+ "id": 55642,
2269
2269
  "name": "key",
2270
2270
  "nodeType": "Identifier",
2271
2271
  "overloadedDeclarations": [],
2272
- "referencedDeclaration": 54631,
2272
+ "referencedDeclaration": 55623,
2273
2273
  "src": "1945:3:67",
2274
2274
  "typeDescriptions": {
2275
2275
  "typeIdentifier": "t_bytes32",
@@ -2282,23 +2282,23 @@
2282
2282
  "typeString": "bytes32"
2283
2283
  }
2284
2284
  },
2285
- "id": 54652,
2285
+ "id": 55644,
2286
2286
  "nodeType": "ExpressionStatement",
2287
2287
  "src": "1931:17:67"
2288
2288
  },
2289
2289
  {
2290
2290
  "assignments": [
2291
- 54654
2291
+ 55646
2292
2292
  ],
2293
2293
  "declarations": [
2294
2294
  {
2295
2295
  "constant": false,
2296
- "id": 54654,
2296
+ "id": 55646,
2297
2297
  "mutability": "mutable",
2298
2298
  "name": "blob",
2299
2299
  "nameLocation": "1967:4:67",
2300
2300
  "nodeType": "VariableDeclaration",
2301
- "scope": 54668,
2301
+ "scope": 55660,
2302
2302
  "src": "1954:17:67",
2303
2303
  "stateVariable": false,
2304
2304
  "storageLocation": "memory",
@@ -2307,7 +2307,7 @@
2307
2307
  "typeString": "bytes"
2308
2308
  },
2309
2309
  "typeName": {
2310
- "id": 54653,
2310
+ "id": 55645,
2311
2311
  "name": "bytes",
2312
2312
  "nodeType": "ElementaryTypeName",
2313
2313
  "src": "1954:5:67",
@@ -2319,15 +2319,15 @@
2319
2319
  "visibility": "internal"
2320
2320
  }
2321
2321
  ],
2322
- "id": 54660,
2322
+ "id": 55652,
2323
2323
  "initialValue": {
2324
2324
  "arguments": [
2325
2325
  {
2326
- "id": 54657,
2326
+ "id": 55649,
2327
2327
  "name": "tableId",
2328
2328
  "nodeType": "Identifier",
2329
2329
  "overloadedDeclarations": [],
2330
- "referencedDeclaration": 54629,
2330
+ "referencedDeclaration": 55621,
2331
2331
  "src": "1996:7:67",
2332
2332
  "typeDescriptions": {
2333
2333
  "typeIdentifier": "t_uint256",
@@ -2335,11 +2335,11 @@
2335
2335
  }
2336
2336
  },
2337
2337
  {
2338
- "id": 54658,
2338
+ "id": 55650,
2339
2339
  "name": "keyTuple",
2340
2340
  "nodeType": "Identifier",
2341
2341
  "overloadedDeclarations": [],
2342
- "referencedDeclaration": 54640,
2342
+ "referencedDeclaration": 55632,
2343
2343
  "src": "2005:8:67",
2344
2344
  "typeDescriptions": {
2345
2345
  "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
@@ -2359,32 +2359,32 @@
2359
2359
  }
2360
2360
  ],
2361
2361
  "expression": {
2362
- "id": 54655,
2362
+ "id": 55647,
2363
2363
  "name": "StoreSwitch",
2364
2364
  "nodeType": "Identifier",
2365
2365
  "overloadedDeclarations": [],
2366
- "referencedDeclaration": 4583,
2366
+ "referencedDeclaration": 4886,
2367
2367
  "src": "1974:11:67",
2368
2368
  "typeDescriptions": {
2369
- "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$4583_$",
2369
+ "typeIdentifier": "t_type$_t_contract$_StoreSwitch_$4886_$",
2370
2370
  "typeString": "type(library StoreSwitch)"
2371
2371
  }
2372
2372
  },
2373
- "id": 54656,
2373
+ "id": 55648,
2374
2374
  "isConstant": false,
2375
2375
  "isLValue": false,
2376
2376
  "isPure": false,
2377
2377
  "lValueRequested": false,
2378
2378
  "memberName": "getRecord",
2379
2379
  "nodeType": "MemberAccess",
2380
- "referencedDeclaration": 4511,
2380
+ "referencedDeclaration": 4814,
2381
2381
  "src": "1974:21:67",
2382
2382
  "typeDescriptions": {
2383
2383
  "typeIdentifier": "t_function_internal_view$_t_uint256_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2384
2384
  "typeString": "function (uint256,bytes32[] memory) view returns (bytes memory)"
2385
2385
  }
2386
2386
  },
2387
- "id": 54659,
2387
+ "id": 55651,
2388
2388
  "isConstant": false,
2389
2389
  "isLValue": false,
2390
2390
  "isPure": false,
@@ -2408,11 +2408,11 @@
2408
2408
  {
2409
2409
  "arguments": [
2410
2410
  {
2411
- "id": 54664,
2411
+ "id": 55656,
2412
2412
  "name": "blob",
2413
2413
  "nodeType": "Identifier",
2414
2414
  "overloadedDeclarations": [],
2415
- "referencedDeclaration": 54654,
2415
+ "referencedDeclaration": 55646,
2416
2416
  "src": "2049:4:67",
2417
2417
  "typeDescriptions": {
2418
2418
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2427,7 +2427,7 @@
2427
2427
  "typeString": "bytes memory"
2428
2428
  }
2429
2429
  ],
2430
- "id": 54663,
2430
+ "id": 55655,
2431
2431
  "isConstant": false,
2432
2432
  "isLValue": false,
2433
2433
  "isPure": true,
@@ -2439,14 +2439,14 @@
2439
2439
  "typeString": "type(bytes32)"
2440
2440
  },
2441
2441
  "typeName": {
2442
- "id": 54662,
2442
+ "id": 55654,
2443
2443
  "name": "bytes32",
2444
2444
  "nodeType": "ElementaryTypeName",
2445
2445
  "src": "2041:7:67",
2446
2446
  "typeDescriptions": {}
2447
2447
  }
2448
2448
  },
2449
- "id": 54665,
2449
+ "id": 55657,
2450
2450
  "isConstant": false,
2451
2451
  "isLValue": false,
2452
2452
  "isPure": false,
@@ -2469,18 +2469,18 @@
2469
2469
  "typeString": "bytes32"
2470
2470
  }
2471
2471
  ],
2472
- "id": 54661,
2472
+ "id": 55653,
2473
2473
  "name": "bytes32ToBool",
2474
2474
  "nodeType": "Identifier",
2475
2475
  "overloadedDeclarations": [],
2476
- "referencedDeclaration": 53114,
2476
+ "referencedDeclaration": 53987,
2477
2477
  "src": "2027:13:67",
2478
2478
  "typeDescriptions": {
2479
2479
  "typeIdentifier": "t_function_internal_pure$_t_bytes32_$returns$_t_bool_$",
2480
2480
  "typeString": "function (bytes32) pure returns (bool)"
2481
2481
  }
2482
2482
  },
2483
- "id": 54666,
2483
+ "id": 55658,
2484
2484
  "isConstant": false,
2485
2485
  "isLValue": false,
2486
2486
  "isPure": false,
@@ -2495,15 +2495,15 @@
2495
2495
  "typeString": "bool"
2496
2496
  }
2497
2497
  },
2498
- "functionReturnParameters": 54635,
2499
- "id": 54667,
2498
+ "functionReturnParameters": 55627,
2499
+ "id": 55659,
2500
2500
  "nodeType": "Return",
2501
2501
  "src": "2020:35:67"
2502
2502
  }
2503
2503
  ]
2504
2504
  },
2505
2505
  "documentation": {
2506
- "id": 54627,
2506
+ "id": 55619,
2507
2507
  "nodeType": "StructuredDocumentation",
2508
2508
  "src": "1773:27:67",
2509
2509
  "text": "Get the table's data "
@@ -2514,17 +2514,17 @@
2514
2514
  "name": "get",
2515
2515
  "nameLocation": "1812:3:67",
2516
2516
  "parameters": {
2517
- "id": 54632,
2517
+ "id": 55624,
2518
2518
  "nodeType": "ParameterList",
2519
2519
  "parameters": [
2520
2520
  {
2521
2521
  "constant": false,
2522
- "id": 54629,
2522
+ "id": 55621,
2523
2523
  "mutability": "mutable",
2524
2524
  "name": "tableId",
2525
2525
  "nameLocation": "1824:7:67",
2526
2526
  "nodeType": "VariableDeclaration",
2527
- "scope": 54669,
2527
+ "scope": 55661,
2528
2528
  "src": "1816:15:67",
2529
2529
  "stateVariable": false,
2530
2530
  "storageLocation": "default",
@@ -2533,7 +2533,7 @@
2533
2533
  "typeString": "uint256"
2534
2534
  },
2535
2535
  "typeName": {
2536
- "id": 54628,
2536
+ "id": 55620,
2537
2537
  "name": "uint256",
2538
2538
  "nodeType": "ElementaryTypeName",
2539
2539
  "src": "1816:7:67",
@@ -2546,12 +2546,12 @@
2546
2546
  },
2547
2547
  {
2548
2548
  "constant": false,
2549
- "id": 54631,
2549
+ "id": 55623,
2550
2550
  "mutability": "mutable",
2551
2551
  "name": "key",
2552
2552
  "nameLocation": "1841:3:67",
2553
2553
  "nodeType": "VariableDeclaration",
2554
- "scope": 54669,
2554
+ "scope": 55661,
2555
2555
  "src": "1833:11:67",
2556
2556
  "stateVariable": false,
2557
2557
  "storageLocation": "default",
@@ -2560,7 +2560,7 @@
2560
2560
  "typeString": "bytes32"
2561
2561
  },
2562
2562
  "typeName": {
2563
- "id": 54630,
2563
+ "id": 55622,
2564
2564
  "name": "bytes32",
2565
2565
  "nodeType": "ElementaryTypeName",
2566
2566
  "src": "1833:7:67",
@@ -2575,17 +2575,17 @@
2575
2575
  "src": "1815:30:67"
2576
2576
  },
2577
2577
  "returnParameters": {
2578
- "id": 54635,
2578
+ "id": 55627,
2579
2579
  "nodeType": "ParameterList",
2580
2580
  "parameters": [
2581
2581
  {
2582
2582
  "constant": false,
2583
- "id": 54634,
2583
+ "id": 55626,
2584
2584
  "mutability": "mutable",
2585
2585
  "name": "",
2586
2586
  "nameLocation": "-1:-1:-1",
2587
2587
  "nodeType": "VariableDeclaration",
2588
- "scope": 54669,
2588
+ "scope": 55661,
2589
2589
  "src": "1869:4:67",
2590
2590
  "stateVariable": false,
2591
2591
  "storageLocation": "default",
@@ -2594,7 +2594,7 @@
2594
2594
  "typeString": "bool"
2595
2595
  },
2596
2596
  "typeName": {
2597
- "id": 54633,
2597
+ "id": 55625,
2598
2598
  "name": "bool",
2599
2599
  "nodeType": "ElementaryTypeName",
2600
2600
  "src": "1869:4:67",
@@ -2608,35 +2608,35 @@
2608
2608
  ],
2609
2609
  "src": "1868:6:67"
2610
2610
  },
2611
- "scope": 54715,
2611
+ "scope": 55707,
2612
2612
  "stateMutability": "view",
2613
2613
  "virtual": false,
2614
2614
  "visibility": "internal"
2615
2615
  },
2616
2616
  {
2617
- "id": 54714,
2617
+ "id": 55706,
2618
2618
  "nodeType": "FunctionDefinition",
2619
2619
  "src": "2064:281:67",
2620
2620
  "nodes": [],
2621
2621
  "body": {
2622
- "id": 54713,
2622
+ "id": 55705,
2623
2623
  "nodeType": "Block",
2624
2624
  "src": "2166:179:67",
2625
2625
  "nodes": [],
2626
2626
  "statements": [
2627
2627
  {
2628
2628
  "assignments": [
2629
- 54685
2629
+ 55677
2630
2630
  ],
2631
2631
  "declarations": [
2632
2632
  {
2633
2633
  "constant": false,
2634
- "id": 54685,
2634
+ "id": 55677,
2635
2635
  "mutability": "mutable",
2636
2636
  "name": "keyTuple",
2637
2637
  "nameLocation": "2189:8:67",
2638
2638
  "nodeType": "VariableDeclaration",
2639
- "scope": 54713,
2639
+ "scope": 55705,
2640
2640
  "src": "2172:25:67",
2641
2641
  "stateVariable": false,
2642
2642
  "storageLocation": "memory",
@@ -2646,7 +2646,7 @@
2646
2646
  },
2647
2647
  "typeName": {
2648
2648
  "baseType": {
2649
- "id": 54683,
2649
+ "id": 55675,
2650
2650
  "name": "bytes32",
2651
2651
  "nodeType": "ElementaryTypeName",
2652
2652
  "src": "2172:7:67",
@@ -2655,7 +2655,7 @@
2655
2655
  "typeString": "bytes32"
2656
2656
  }
2657
2657
  },
2658
- "id": 54684,
2658
+ "id": 55676,
2659
2659
  "nodeType": "ArrayTypeName",
2660
2660
  "src": "2172:9:67",
2661
2661
  "typeDescriptions": {
@@ -2666,12 +2666,12 @@
2666
2666
  "visibility": "internal"
2667
2667
  }
2668
2668
  ],
2669
- "id": 54691,
2669
+ "id": 55683,
2670
2670
  "initialValue": {
2671
2671
  "arguments": [
2672
2672
  {
2673
2673
  "hexValue": "31",
2674
- "id": 54689,
2674
+ "id": 55681,
2675
2675
  "isConstant": false,
2676
2676
  "isLValue": false,
2677
2677
  "isPure": true,
@@ -2693,7 +2693,7 @@
2693
2693
  "typeString": "int_const 1"
2694
2694
  }
2695
2695
  ],
2696
- "id": 54688,
2696
+ "id": 55680,
2697
2697
  "isConstant": false,
2698
2698
  "isLValue": false,
2699
2699
  "isPure": true,
@@ -2706,7 +2706,7 @@
2706
2706
  },
2707
2707
  "typeName": {
2708
2708
  "baseType": {
2709
- "id": 54686,
2709
+ "id": 55678,
2710
2710
  "name": "bytes32",
2711
2711
  "nodeType": "ElementaryTypeName",
2712
2712
  "src": "2204:7:67",
@@ -2715,7 +2715,7 @@
2715
2715
  "typeString": "bytes32"
2716
2716
  }
2717
2717
  },
2718
- "id": 54687,
2718
+ "id": 55679,
2719
2719
  "nodeType": "ArrayTypeName",
2720
2720
  "src": "2204:9:67",
2721
2721
  "typeDescriptions": {
@@ -2724,7 +2724,7 @@
2724
2724
  }
2725
2725
  }
2726
2726
  },
2727
- "id": 54690,
2727
+ "id": 55682,
2728
2728
  "isConstant": false,
2729
2729
  "isLValue": false,
2730
2730
  "isPure": true,
@@ -2744,28 +2744,28 @@
2744
2744
  },
2745
2745
  {
2746
2746
  "expression": {
2747
- "id": 54696,
2747
+ "id": 55688,
2748
2748
  "isConstant": false,
2749
2749
  "isLValue": false,
2750
2750
  "isPure": false,
2751
2751
  "lValueRequested": false,
2752
2752
  "leftHandSide": {
2753
2753
  "baseExpression": {
2754
- "id": 54692,
2754
+ "id": 55684,
2755
2755
  "name": "keyTuple",
2756
2756
  "nodeType": "Identifier",
2757
2757
  "overloadedDeclarations": [],
2758
- "referencedDeclaration": 54685,
2758
+ "referencedDeclaration": 55677,
2759
2759
  "src": "2222:8:67",
2760
2760
  "typeDescriptions": {
2761
2761
  "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
2762
2762
  "typeString": "bytes32[] memory"
2763
2763
  }
2764
2764
  },
2765
- "id": 54694,
2765
+ "id": 55686,
2766
2766
  "indexExpression": {
2767
2767
  "hexValue": "30",
2768
- "id": 54693,
2768
+ "id": 55685,
2769
2769
  "isConstant": false,
2770
2770
  "isLValue": false,
2771
2771
  "isPure": true,
@@ -2793,11 +2793,11 @@
2793
2793
  "nodeType": "Assignment",
2794
2794
  "operator": "=",
2795
2795
  "rightHandSide": {
2796
- "id": 54695,
2796
+ "id": 55687,
2797
2797
  "name": "key",
2798
2798
  "nodeType": "Identifier",
2799
2799
  "overloadedDeclarations": [],
2800
- "referencedDeclaration": 54676,
2800
+ "referencedDeclaration": 55668,
2801
2801
  "src": "2236:3:67",
2802
2802
  "typeDescriptions": {
2803
2803
  "typeIdentifier": "t_bytes32",
@@ -2810,23 +2810,23 @@
2810
2810
  "typeString": "bytes32"
2811
2811
  }
2812
2812
  },
2813
- "id": 54697,
2813
+ "id": 55689,
2814
2814
  "nodeType": "ExpressionStatement",
2815
2815
  "src": "2222:17:67"
2816
2816
  },
2817
2817
  {
2818
2818
  "assignments": [
2819
- 54699
2819
+ 55691
2820
2820
  ],
2821
2821
  "declarations": [
2822
2822
  {
2823
2823
  "constant": false,
2824
- "id": 54699,
2824
+ "id": 55691,
2825
2825
  "mutability": "mutable",
2826
2826
  "name": "blob",
2827
2827
  "nameLocation": "2258:4:67",
2828
2828
  "nodeType": "VariableDeclaration",
2829
- "scope": 54713,
2829
+ "scope": 55705,
2830
2830
  "src": "2245:17:67",
2831
2831
  "stateVariable": false,
2832
2832
  "storageLocation": "memory",
@@ -2835,7 +2835,7 @@
2835
2835
  "typeString": "bytes"
2836
2836
  },
2837
2837
  "typeName": {
2838
- "id": 54698,
2838
+ "id": 55690,
2839
2839
  "name": "bytes",
2840
2840
  "nodeType": "ElementaryTypeName",
2841
2841
  "src": "2245:5:67",
@@ -2847,15 +2847,15 @@
2847
2847
  "visibility": "internal"
2848
2848
  }
2849
2849
  ],
2850
- "id": 54705,
2850
+ "id": 55697,
2851
2851
  "initialValue": {
2852
2852
  "arguments": [
2853
2853
  {
2854
- "id": 54702,
2854
+ "id": 55694,
2855
2855
  "name": "tableId",
2856
2856
  "nodeType": "Identifier",
2857
2857
  "overloadedDeclarations": [],
2858
- "referencedDeclaration": 54671,
2858
+ "referencedDeclaration": 55663,
2859
2859
  "src": "2281:7:67",
2860
2860
  "typeDescriptions": {
2861
2861
  "typeIdentifier": "t_uint256",
@@ -2863,11 +2863,11 @@
2863
2863
  }
2864
2864
  },
2865
2865
  {
2866
- "id": 54703,
2866
+ "id": 55695,
2867
2867
  "name": "keyTuple",
2868
2868
  "nodeType": "Identifier",
2869
2869
  "overloadedDeclarations": [],
2870
- "referencedDeclaration": 54685,
2870
+ "referencedDeclaration": 55677,
2871
2871
  "src": "2290:8:67",
2872
2872
  "typeDescriptions": {
2873
2873
  "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
@@ -2887,32 +2887,32 @@
2887
2887
  }
2888
2888
  ],
2889
2889
  "expression": {
2890
- "id": 54700,
2890
+ "id": 55692,
2891
2891
  "name": "store",
2892
2892
  "nodeType": "Identifier",
2893
2893
  "overloadedDeclarations": [],
2894
- "referencedDeclaration": 54674,
2894
+ "referencedDeclaration": 55666,
2895
2895
  "src": "2265:5:67",
2896
2896
  "typeDescriptions": {
2897
- "typeIdentifier": "t_contract$_IStore_$1100",
2897
+ "typeIdentifier": "t_contract$_IStore_$1112",
2898
2898
  "typeString": "contract IStore"
2899
2899
  }
2900
2900
  },
2901
- "id": 54701,
2901
+ "id": 55693,
2902
2902
  "isConstant": false,
2903
2903
  "isLValue": false,
2904
2904
  "isPure": false,
2905
2905
  "lValueRequested": false,
2906
2906
  "memberName": "getRecord",
2907
2907
  "nodeType": "MemberAccess",
2908
- "referencedDeclaration": 1071,
2908
+ "referencedDeclaration": 1083,
2909
2909
  "src": "2265:15:67",
2910
2910
  "typeDescriptions": {
2911
2911
  "typeIdentifier": "t_function_external_view$_t_uint256_$_t_array$_t_bytes32_$dyn_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2912
2912
  "typeString": "function (uint256,bytes32[] memory) view external returns (bytes memory)"
2913
2913
  }
2914
2914
  },
2915
- "id": 54704,
2915
+ "id": 55696,
2916
2916
  "isConstant": false,
2917
2917
  "isLValue": false,
2918
2918
  "isPure": false,
@@ -2936,11 +2936,11 @@
2936
2936
  {
2937
2937
  "arguments": [
2938
2938
  {
2939
- "id": 54709,
2939
+ "id": 55701,
2940
2940
  "name": "blob",
2941
2941
  "nodeType": "Identifier",
2942
2942
  "overloadedDeclarations": [],
2943
- "referencedDeclaration": 54699,
2943
+ "referencedDeclaration": 55691,
2944
2944
  "src": "2334:4:67",
2945
2945
  "typeDescriptions": {
2946
2946
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -2955,7 +2955,7 @@
2955
2955
  "typeString": "bytes memory"
2956
2956
  }
2957
2957
  ],
2958
- "id": 54708,
2958
+ "id": 55700,
2959
2959
  "isConstant": false,
2960
2960
  "isLValue": false,
2961
2961
  "isPure": true,
@@ -2967,14 +2967,14 @@
2967
2967
  "typeString": "type(bytes32)"
2968
2968
  },
2969
2969
  "typeName": {
2970
- "id": 54707,
2970
+ "id": 55699,
2971
2971
  "name": "bytes32",
2972
2972
  "nodeType": "ElementaryTypeName",
2973
2973
  "src": "2326:7:67",
2974
2974
  "typeDescriptions": {}
2975
2975
  }
2976
2976
  },
2977
- "id": 54710,
2977
+ "id": 55702,
2978
2978
  "isConstant": false,
2979
2979
  "isLValue": false,
2980
2980
  "isPure": false,
@@ -2997,18 +2997,18 @@
2997
2997
  "typeString": "bytes32"
2998
2998
  }
2999
2999
  ],
3000
- "id": 54706,
3000
+ "id": 55698,
3001
3001
  "name": "bytes32ToBool",
3002
3002
  "nodeType": "Identifier",
3003
3003
  "overloadedDeclarations": [],
3004
- "referencedDeclaration": 53114,
3004
+ "referencedDeclaration": 53987,
3005
3005
  "src": "2312:13:67",
3006
3006
  "typeDescriptions": {
3007
3007
  "typeIdentifier": "t_function_internal_pure$_t_bytes32_$returns$_t_bool_$",
3008
3008
  "typeString": "function (bytes32) pure returns (bool)"
3009
3009
  }
3010
3010
  },
3011
- "id": 54711,
3011
+ "id": 55703,
3012
3012
  "isConstant": false,
3013
3013
  "isLValue": false,
3014
3014
  "isPure": false,
@@ -3023,8 +3023,8 @@
3023
3023
  "typeString": "bool"
3024
3024
  }
3025
3025
  },
3026
- "functionReturnParameters": 54680,
3027
- "id": 54712,
3026
+ "functionReturnParameters": 55672,
3027
+ "id": 55704,
3028
3028
  "nodeType": "Return",
3029
3029
  "src": "2305:35:67"
3030
3030
  }
@@ -3036,17 +3036,17 @@
3036
3036
  "name": "get",
3037
3037
  "nameLocation": "2073:3:67",
3038
3038
  "parameters": {
3039
- "id": 54677,
3039
+ "id": 55669,
3040
3040
  "nodeType": "ParameterList",
3041
3041
  "parameters": [
3042
3042
  {
3043
3043
  "constant": false,
3044
- "id": 54671,
3044
+ "id": 55663,
3045
3045
  "mutability": "mutable",
3046
3046
  "name": "tableId",
3047
3047
  "nameLocation": "2090:7:67",
3048
3048
  "nodeType": "VariableDeclaration",
3049
- "scope": 54714,
3049
+ "scope": 55706,
3050
3050
  "src": "2082:15:67",
3051
3051
  "stateVariable": false,
3052
3052
  "storageLocation": "default",
@@ -3055,7 +3055,7 @@
3055
3055
  "typeString": "uint256"
3056
3056
  },
3057
3057
  "typeName": {
3058
- "id": 54670,
3058
+ "id": 55662,
3059
3059
  "name": "uint256",
3060
3060
  "nodeType": "ElementaryTypeName",
3061
3061
  "src": "2082:7:67",
@@ -3068,33 +3068,33 @@
3068
3068
  },
3069
3069
  {
3070
3070
  "constant": false,
3071
- "id": 54674,
3071
+ "id": 55666,
3072
3072
  "mutability": "mutable",
3073
3073
  "name": "store",
3074
3074
  "nameLocation": "2110:5:67",
3075
3075
  "nodeType": "VariableDeclaration",
3076
- "scope": 54714,
3076
+ "scope": 55706,
3077
3077
  "src": "2103:12:67",
3078
3078
  "stateVariable": false,
3079
3079
  "storageLocation": "default",
3080
3080
  "typeDescriptions": {
3081
- "typeIdentifier": "t_contract$_IStore_$1100",
3081
+ "typeIdentifier": "t_contract$_IStore_$1112",
3082
3082
  "typeString": "contract IStore"
3083
3083
  },
3084
3084
  "typeName": {
3085
- "id": 54673,
3085
+ "id": 55665,
3086
3086
  "nodeType": "UserDefinedTypeName",
3087
3087
  "pathNode": {
3088
- "id": 54672,
3088
+ "id": 55664,
3089
3089
  "name": "IStore",
3090
3090
  "nodeType": "IdentifierPath",
3091
- "referencedDeclaration": 1100,
3091
+ "referencedDeclaration": 1112,
3092
3092
  "src": "2103:6:67"
3093
3093
  },
3094
- "referencedDeclaration": 1100,
3094
+ "referencedDeclaration": 1112,
3095
3095
  "src": "2103:6:67",
3096
3096
  "typeDescriptions": {
3097
- "typeIdentifier": "t_contract$_IStore_$1100",
3097
+ "typeIdentifier": "t_contract$_IStore_$1112",
3098
3098
  "typeString": "contract IStore"
3099
3099
  }
3100
3100
  },
@@ -3102,12 +3102,12 @@
3102
3102
  },
3103
3103
  {
3104
3104
  "constant": false,
3105
- "id": 54676,
3105
+ "id": 55668,
3106
3106
  "mutability": "mutable",
3107
3107
  "name": "key",
3108
3108
  "nameLocation": "2129:3:67",
3109
3109
  "nodeType": "VariableDeclaration",
3110
- "scope": 54714,
3110
+ "scope": 55706,
3111
3111
  "src": "2121:11:67",
3112
3112
  "stateVariable": false,
3113
3113
  "storageLocation": "default",
@@ -3116,7 +3116,7 @@
3116
3116
  "typeString": "bytes32"
3117
3117
  },
3118
3118
  "typeName": {
3119
- "id": 54675,
3119
+ "id": 55667,
3120
3120
  "name": "bytes32",
3121
3121
  "nodeType": "ElementaryTypeName",
3122
3122
  "src": "2121:7:67",
@@ -3131,17 +3131,17 @@
3131
3131
  "src": "2076:60:67"
3132
3132
  },
3133
3133
  "returnParameters": {
3134
- "id": 54680,
3134
+ "id": 55672,
3135
3135
  "nodeType": "ParameterList",
3136
3136
  "parameters": [
3137
3137
  {
3138
3138
  "constant": false,
3139
- "id": 54679,
3139
+ "id": 55671,
3140
3140
  "mutability": "mutable",
3141
3141
  "name": "",
3142
3142
  "nameLocation": "-1:-1:-1",
3143
3143
  "nodeType": "VariableDeclaration",
3144
- "scope": 54714,
3144
+ "scope": 55706,
3145
3145
  "src": "2160:4:67",
3146
3146
  "stateVariable": false,
3147
3147
  "storageLocation": "default",
@@ -3150,7 +3150,7 @@
3150
3150
  "typeString": "bool"
3151
3151
  },
3152
3152
  "typeName": {
3153
- "id": 54678,
3153
+ "id": 55670,
3154
3154
  "name": "bool",
3155
3155
  "nodeType": "ElementaryTypeName",
3156
3156
  "src": "2160:4:67",
@@ -3164,7 +3164,7 @@
3164
3164
  ],
3165
3165
  "src": "2159:6:67"
3166
3166
  },
3167
- "scope": 54715,
3167
+ "scope": 55707,
3168
3168
  "stateMutability": "view",
3169
3169
  "virtual": false,
3170
3170
  "visibility": "internal"
@@ -3177,11 +3177,11 @@
3177
3177
  "contractKind": "library",
3178
3178
  "fullyImplemented": true,
3179
3179
  "linearizedBaseContracts": [
3180
- 54715
3180
+ 55707
3181
3181
  ],
3182
3182
  "name": "BoolSchemaLib",
3183
3183
  "nameLocation": "828:13:67",
3184
- "scope": 54716,
3184
+ "scope": 55708,
3185
3185
  "usedErrors": []
3186
3186
  }
3187
3187
  ],