@latticexyz/world-modules 2.0.0-main-2e288aa7 → 2.0.0-main-a2e99323
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/AccessControl.sol/AccessControl.json +1 -1
- package/out/AccessControlLib.sol/AccessControlLib.json +1 -1
- package/out/AccessManagementSystem.sol/AccessManagementSystem.json +1 -1
- package/out/AddressArray.sol/AddressArray.json +1 -1
- package/out/Allowances.sol/Allowances.json +1 -1
- package/out/BalanceTransferSystem.sol/BalanceTransferSystem.json +1 -1
- package/out/Balances.sol/Balances.json +1 -1
- package/out/BatchCallSystem.sol/BatchCallSystem.json +1 -1
- package/out/Bool.sol/Bool.json +1 -1
- package/out/Bytes.sol/Bytes.json +1 -1
- package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +1 -1
- package/out/CallboundDelegations.sol/CallboundDelegations.json +1 -1
- package/out/DecodeSlice.sol/DecodeSlice.json +1 -1
- package/out/Delegation.sol/Delegation.json +1 -1
- package/out/DelegationControl.sol/DelegationControl.json +1 -1
- package/out/DelegationControlMock.sol/DelegationControlMock.json +1 -1
- package/out/ERC165Checker.sol/ERC165Checker.json +1 -1
- package/out/ERC20.t.sol/ERC20Test.json +1 -1
- package/out/ERC20Metadata.sol/ERC20Metadata.json +1 -1
- package/out/ERC20Module.sol/ERC20Module.json +1 -1
- package/out/ERC20Module.sol/ERC20ModuleRegistrationLibrary.json +1 -1
- package/out/ERC20Registry.sol/ERC20Registry.json +1 -1
- package/out/ERC20System.sol/ERC20System.json +1 -1
- package/out/ERC721.t.sol/ERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/ERC721Test.json +1 -1
- package/out/ERC721.t.sol/ERC721TokenReceiver.json +1 -1
- package/out/ERC721.t.sol/NonERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/RevertingERC721Recipient.json +1 -1
- package/out/ERC721.t.sol/WrongReturnDataERC721Recipient.json +1 -1
- package/out/ERC721Metadata.sol/ERC721Metadata.json +1 -1
- package/out/ERC721Module.sol/ERC721Module.json +1 -1
- package/out/ERC721Module.sol/ERC721ModuleRegistrationLibrary.json +1 -1
- package/out/ERC721Registry.sol/ERC721Registry.json +1 -1
- package/out/ERC721System.sol/ERC721System.json +1 -1
- package/out/EchoSubscriber.sol/EchoSubscriber.json +1 -1
- package/out/EncodeArray.sol/EncodeArray.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutInstance.json +1 -1
- package/out/FieldLayout.sol/FieldLayoutLib.json +1 -1
- package/out/FieldLayoutEncodeHelper.sol/FieldLayoutEncodeHelper.json +1 -1
- package/out/FunctionSelectors.sol/FunctionSelectors.json +1 -1
- package/out/FunctionSignatures.sol/FunctionSignatures.json +1 -1
- package/out/Hook.sol/HookInstance.json +1 -1
- package/out/Hook.sol/HookLib.json +1 -1
- package/out/Hooks.sol/Hooks.json +1 -1
- package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +1 -1
- package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +1 -1
- package/out/IBaseWorld.sol/IBaseWorld.abi.json +202 -0
- package/out/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +202 -0
- package/out/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/IBatchCallSystem.sol/IBatchCallSystem.json +1 -1
- package/out/IDelegationControl.sol/IDelegationControl.json +1 -1
- package/out/IERC20System.sol/IERC20System.json +1 -1
- package/out/IERC721Metadata.sol/IERC721Metadata.json +1 -1
- package/out/IERC721Receiver.sol/IERC721Receiver.json +1 -1
- package/out/IModule.sol/IModule.json +1 -1
- package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +1 -1
- package/out/IPuppetFactorySystem.sol/IPuppetFactorySystem.json +1 -1
- package/out/IRegistrationSystem.sol/IRegistrationSystem.json +1 -1
- package/out/IStore.sol/IStore.abi.json +202 -0
- package/out/IStore.sol/IStore.abi.json.d.ts +202 -0
- package/out/IStore.sol/IStore.json +1 -1
- package/out/IStoreData.sol/IStoreData.json +1 -1
- package/out/IStoreErrors.sol/IStoreErrors.abi.json +204 -0
- package/out/IStoreErrors.sol/IStoreErrors.abi.json.d.ts +204 -0
- package/out/IStoreErrors.sol/IStoreErrors.json +1 -0
- package/out/IStoreEvents.sol/IStoreEvents.json +1 -1
- package/out/IStoreHook.sol/IStoreHook.json +1 -1
- package/out/IStoreRead.sol/IStoreRead.json +1 -1
- package/out/IStoreRegistration.sol/IStoreRegistration.json +1 -1
- package/out/IStoreWrite.sol/IStoreWrite.json +1 -1
- package/out/ISystemHook.sol/ISystemHook.json +1 -1
- package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +1 -1
- package/out/IWorldErrors.sol/IWorldErrors.json +1 -1
- package/out/IWorldKernel.sol/IWorldCall.json +1 -1
- package/out/IWorldKernel.sol/IWorldKernel.json +1 -1
- package/out/IWorldKernel.sol/IWorldModuleInstallation.json +1 -1
- package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +1 -1
- package/out/InitModule.sol/InitModule.json +1 -1
- package/out/InitModuleAddress.sol/InitModuleAddress.json +1 -1
- package/out/InstalledModules.sol/InstalledModules.json +1 -1
- package/out/KeysInTable.sol/KeysInTable.json +1 -1
- package/out/KeysInTableHook.sol/KeysInTableHook.json +1 -1
- package/out/KeysInTableModule.sol/KeysInTableModule.json +1 -1
- package/out/KeysInTableModule.t.sol/KeysInTableModuleTest.json +1 -1
- package/out/KeysWithValue.sol/KeysWithValue.json +1 -1
- package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1 -1
- package/out/KeysWithValueModule.sol/KeysWithValueModule.json +1 -1
- package/out/KeysWithValueModule.t.sol/KeysWithValueModuleTest.json +1 -1
- package/out/LimitedCallContext.sol/LimitedCallContext.json +1 -1
- package/out/Memory.sol/Memory.json +1 -1
- package/out/Module.sol/Module.json +1 -1
- package/out/ModuleInstallationSystem.sol/ModuleInstallationSystem.json +1 -1
- package/out/NamespaceDelegationControl.sol/NamespaceDelegationControl.json +1 -1
- package/out/NamespaceOwner.sol/NamespaceOwner.json +1 -1
- package/out/OperatorApproval.sol/OperatorApproval.json +1 -1
- package/out/Owners.sol/Owners.json +1 -1
- package/out/PackedCounter.sol/PackedCounterInstance.json +1 -1
- package/out/PackedCounter.sol/PackedCounterLib.json +1 -1
- package/out/Puppet.sol/Puppet.json +1 -1
- package/out/PuppetDelegationControl.sol/PuppetDelegationControl.json +1 -1
- package/out/PuppetFactorySystem.sol/PuppetFactorySystem.json +1 -1
- package/out/PuppetMaster.sol/PuppetMaster.json +1 -1
- package/out/PuppetModule.sol/PuppetModule.json +1 -1
- package/out/PuppetModule.t.sol/PuppetModuleTest.json +1 -1
- package/out/PuppetModule.t.sol/PuppetTestSystem.json +1 -1
- package/out/PuppetRegistry.sol/PuppetRegistry.json +1 -1
- package/out/RegistrationSystem.sol/RegistrationSystem.json +1 -1
- package/out/ResourceAccess.sol/ResourceAccess.json +1 -1
- package/out/ResourceId.sol/ResourceIdInstance.json +1 -1
- package/out/ResourceId.sol/ResourceIdLib.json +1 -1
- package/out/ResourceIds.sol/ResourceIds.json +1 -1
- package/out/RevertSubscriber.sol/RevertSubscriber.json +1 -1
- package/out/Schema.sol/SchemaInstance.json +1 -1
- package/out/Schema.sol/SchemaLib.json +1 -1
- package/out/SchemaEncodeHelper.sol/SchemaEncodeHelper.json +1 -1
- package/out/Slice.sol/SliceInstance.json +1 -1
- package/out/Slice.sol/SliceLib.json +1 -1
- package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +1 -1
- package/out/StandardDelegationsModule.t.sol/StandardDelegationsModuleTest.json +1 -1
- package/out/Storage.sol/Storage.json +1 -1
- package/out/StoreCore.sol/StoreCore.json +1 -1
- package/out/StoreCore.sol/StoreCoreInternal.json +1 -1
- package/out/StoreData.sol/StoreData.json +1 -1
- package/out/StoreHook.sol/StoreHook.json +1 -1
- package/out/StoreHooks.sol/StoreHooks.json +1 -1
- package/out/StoreRead.sol/StoreRead.json +1 -1
- package/out/StoreRegistrationSystem.sol/StoreRegistrationSystem.json +1 -1
- package/out/StoreSwitch.sol/StoreSwitch.json +1 -1
- package/out/System.sol/System.json +1 -1
- package/out/SystemCall.sol/SystemCall.json +1 -1
- package/out/SystemHook.sol/SystemHook.json +1 -1
- package/out/SystemHooks.sol/SystemHooks.json +1 -1
- package/out/SystemRegistry.sol/SystemRegistry.json +1 -1
- package/out/SystemSwitch.sol/SystemSwitch.json +1 -1
- package/out/SystemSwitch.t.sol/EchoSystem.json +1 -1
- package/out/SystemSwitch.t.sol/SystemSwitchTest.json +1 -1
- package/out/SystemboundDelegationControl.sol/SystemboundDelegationControl.json +1 -1
- package/out/SystemboundDelegations.sol/SystemboundDelegations.json +1 -1
- package/out/Systems.sol/Systems.json +1 -1
- package/out/Tables.sol/Tables.json +1 -1
- package/out/TightCoder.sol/TightCoder.json +1 -1
- package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +1 -1
- package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1 -1
- package/out/TokenApproval.sol/TokenApproval.json +1 -1
- package/out/TokenURI.sol/TokenURI.json +1 -1
- package/out/TotalSupply.sol/TotalSupply.json +1 -1
- package/out/TwoFields.sol/TwoFields.json +1 -1
- package/out/UniqueEntity.sol/UniqueEntity.json +1 -1
- package/out/UniqueEntityModule.sol/UniqueEntityModule.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityModuleTest.json +1 -1
- package/out/UniqueEntityModule.t.sol/UniqueEntityTestSystem.json +1 -1
- package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +1 -1
- package/out/UsedKeysIndex.sol/UsedKeysIndex.json +1 -1
- package/out/UserDelegationControl.sol/UserDelegationControl.json +1 -1
- package/out/World.sol/World.json +1 -1
- package/out/World.t.sol/EchoSystemHook.json +1 -1
- package/out/World.t.sol/IWorldTestSystem.json +1 -1
- package/out/World.t.sol/PayableFallbackSystem.json +1 -1
- package/out/World.t.sol/RevertSystemHook.json +1 -1
- package/out/World.t.sol/WorldTest.json +1 -1
- package/out/World.t.sol/WorldTestSystem.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumer.json +1 -1
- package/out/WorldContext.sol/WorldContextConsumerLib.json +1 -1
- package/out/WorldContext.sol/WorldContextProviderLib.json +1 -1
- package/out/WorldRegistrationSystem.sol/WorldRegistrationSystem.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdInstance.json +1 -1
- package/out/WorldResourceId.sol/WorldResourceIdLib.json +1 -1
- package/out/constants.sol/LayoutOffsets.json +1 -1
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +202 -0
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +202 -0
- package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +1 -1
- package/out/query.t.sol/QueryTest.json +1 -1
- package/out/tables/Balances.sol/Balances.json +1 -1
- package/out/world/src/IERC165.sol/IERC165.json +1 -1
- package/package.json +8 -8
- package/src/interfaces/IBaseWorld.sol +1 -0
- package/src/interfaces/IERC20System.sol +1 -0
- package/src/interfaces/IPuppetFactorySystem.sol +1 -0
- package/src/modules/erc721-puppet/IERC721Metadata.sol +1 -0
- package/src/modules/erc721-puppet/IERC721Receiver.sol +1 -0
- package/src/utils/AccessControlLib.sol +1 -0
- package/src/utils/SystemSwitch.sol +1 -0
@@ -1 +1 @@
|
|
1
|
-
{"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"
|
1
|
+
{"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"2363:1714:59:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;2363:1714:59;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"2363:1714:59:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"kind\":\"dev\",\"methods\":{},\"title\":\"WorldResourceIdInstance\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"A library for handling instances of World Resource IDs.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":\"WorldResourceIdInstance\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea\",\"dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539\",\"dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586\",\"dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff\",\"dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea\",\"dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/WorldResourceId.sol":"WorldResourceIdInstance"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4","urls":["bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea","dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411","urls":["bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539","dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261","urls":["bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586","dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797","urls":["bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff","dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465","urls":["bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea","dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk"],"license":"MIT"}},"version":1},"id":59}
|
@@ -1 +1 @@
|
|
1
|
-
{"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"
|
1
|
+
{"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"795:1391:59:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;795:1391:59;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"795:1391:59:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"kind\":\"dev\",\"methods\":{},\"title\":\"WorldResourceIdLib\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"A library for handling World Resource ID encoding and decoding.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":\"WorldResourceIdLib\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/Bytes.sol\":{\"keccak256\":\"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea\",\"dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f\"]},\"node_modules/@latticexyz/store/src/ResourceId.sol\":{\"keccak256\":\"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539\",\"dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw\"]},\"node_modules/@latticexyz/store/src/storeResourceTypes.sol\":{\"keccak256\":\"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586\",\"dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2\"]},\"node_modules/@latticexyz/world/src/WorldResourceId.sol\":{\"keccak256\":\"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff\",\"dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw\"]},\"node_modules/@latticexyz/world/src/constants.sol\":{\"keccak256\":\"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22\",\"dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV\"]},\"node_modules/@latticexyz/world/src/worldResourceTypes.sol\":{\"keccak256\":\"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea\",\"dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/world/src/WorldResourceId.sol":"WorldResourceIdLib"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/Bytes.sol":{"keccak256":"0x3ac04fbbbab8c94b12b5b285e6b96d3323b88677e8efaa4adac2bc98b0903ee4","urls":["bzz-raw://84d29c5ce5a343acbc5555fc70a726e9dc39c90468a7d4cbdf3fee5dd196aeea","dweb:/ipfs/QmSjdbZmcTwxLHsZNxSNp8TK2pmtAoUqcJ6EaCpBj19D5f"],"license":"MIT"},"node_modules/@latticexyz/store/src/ResourceId.sol":{"keccak256":"0x167af6321dc89c2e5850e31949b1d64ab70bb1cc809daa54a030e8ff30f35411","urls":["bzz-raw://e4b1a2d5da7e4f79349f5257a62b4c6ffe110d6e18fe407099aec71a2f3b2539","dweb:/ipfs/QmQXqehp55UecYyuYTiPBKSnuedqYybXfCCjoPPrZ2hnRw"],"license":"MIT"},"node_modules/@latticexyz/store/src/storeResourceTypes.sol":{"keccak256":"0x1c4cb6b3ecf76f614479ab304d7de3ade0e99c7ccfd07717b57c92f699a27261","urls":["bzz-raw://2c9b0e0c9b3b5610d6fd65a8ffd7c54df390a34ccc70d58f4a055c49ad1ea586","dweb:/ipfs/QmP6ffpnR7aRyvq9AiUkVNH6LbGfFP3NDq7E2n2PVcHhp2"],"license":"MIT"},"node_modules/@latticexyz/world/src/WorldResourceId.sol":{"keccak256":"0x6475af14127236618ac8ba4a5549bba13d92f4839df9c17d9b2a730400be9797","urls":["bzz-raw://5491d7aa712f0d3a13e237743ab1b46e9f9cfe2025a761aeadbb9024b36f52ff","dweb:/ipfs/QmQarLY1e6paD1kVjpiUNLrdQszTxHJ2NuaivMbjGarLqw"],"license":"MIT"},"node_modules/@latticexyz/world/src/constants.sol":{"keccak256":"0xb8320f88ed5519a4fe2554ad94815ce328a50fef7719932375d6ce695265c2f5","urls":["bzz-raw://a8f5de30fbcc63e469e46ad4a4d4bcd7d8e4b4f2d31fcf62a04aca48d999af22","dweb:/ipfs/QmXw1jDQM2szfRY3tAGrRy6fEzte6yVFgebJAqCLMDHndV"],"license":"MIT"},"node_modules/@latticexyz/world/src/worldResourceTypes.sol":{"keccak256":"0xeb042e7d3638430f6fd394107f3237cf14e4325154f0098624e8a7826584d465","urls":["bzz-raw://39e0b8eb87616b661f5a4f2fd7e1a727bd19b7fd8d40ad3d93fda26822f433ea","dweb:/ipfs/QmacYMatKV9pwEwirVRY9a6r89RoNs5yk99ic37ieWA8Dk"],"license":"MIT"}},"version":1},"id":59}
|
@@ -1 +1 @@
|
|
1
|
-
{"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"
|
1
|
+
{"abi":[],"bytecode":{"object":"0x602d6037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1217:508:30:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1217:508:30;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x73000000000000000000000000000000000000000030146080604052600080fdfea164736f6c6343000818000a","sourceMap":"1217:508:30:-:0;;;;;;;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.24+commit.e11b9ed9\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"author\":\"MUD (https://mud.dev) by Lattice (https://lattice.xyz)\",\"details\":\"FieldLayout and Schema utilize the same offset values for metadata.\",\"kind\":\"dev\",\"methods\":{},\"title\":\"LayoutOffsets Library\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"This library provides constant offsets for FieldLayout and Schema metadata.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"node_modules/@latticexyz/store/src/constants.sol\":\"LayoutOffsets\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"node_modules/@latticexyz/store/src/constants.sol\":{\"keccak256\":\"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289\",\"dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.24+commit.e11b9ed9"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@latticexyz/=node_modules/@latticexyz/","ds-test/=node_modules/ds-test/src/","forge-std/=node_modules/forge-std/src/"],"optimizer":{"enabled":true,"runs":3000},"metadata":{"bytecodeHash":"none"},"compilationTarget":{"node_modules/@latticexyz/store/src/constants.sol":"LayoutOffsets"},"evmVersion":"paris","libraries":{}},"sources":{"node_modules/@latticexyz/store/src/constants.sol":{"keccak256":"0x88689af9b661f7eb723123fbe212876c2f342cfdb3a01ea7f4e94e9c8f819877","urls":["bzz-raw://f39abf5a2306a4346d9909f98d7808474c85ed46d552a503d2a69f4dccb54289","dweb:/ipfs/QmcBLXR8ckXfoBCntFF8YcoTymKNJv7PkmFpgy4zZtTRUd"],"license":"MIT"}},"version":1},"id":30}
|
@@ -1445,6 +1445,208 @@
|
|
1445
1445
|
],
|
1446
1446
|
"anonymous": false
|
1447
1447
|
},
|
1448
|
+
{
|
1449
|
+
"type": "error",
|
1450
|
+
"name": "Store_IndexOutOfBounds",
|
1451
|
+
"inputs": [
|
1452
|
+
{
|
1453
|
+
"name": "length",
|
1454
|
+
"type": "uint256",
|
1455
|
+
"internalType": "uint256"
|
1456
|
+
},
|
1457
|
+
{
|
1458
|
+
"name": "accessedIndex",
|
1459
|
+
"type": "uint256",
|
1460
|
+
"internalType": "uint256"
|
1461
|
+
}
|
1462
|
+
]
|
1463
|
+
},
|
1464
|
+
{
|
1465
|
+
"type": "error",
|
1466
|
+
"name": "Store_InvalidBounds",
|
1467
|
+
"inputs": [
|
1468
|
+
{
|
1469
|
+
"name": "start",
|
1470
|
+
"type": "uint256",
|
1471
|
+
"internalType": "uint256"
|
1472
|
+
},
|
1473
|
+
{
|
1474
|
+
"name": "end",
|
1475
|
+
"type": "uint256",
|
1476
|
+
"internalType": "uint256"
|
1477
|
+
}
|
1478
|
+
]
|
1479
|
+
},
|
1480
|
+
{
|
1481
|
+
"type": "error",
|
1482
|
+
"name": "Store_InvalidFieldNamesLength",
|
1483
|
+
"inputs": [
|
1484
|
+
{
|
1485
|
+
"name": "expected",
|
1486
|
+
"type": "uint256",
|
1487
|
+
"internalType": "uint256"
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"name": "received",
|
1491
|
+
"type": "uint256",
|
1492
|
+
"internalType": "uint256"
|
1493
|
+
}
|
1494
|
+
]
|
1495
|
+
},
|
1496
|
+
{
|
1497
|
+
"type": "error",
|
1498
|
+
"name": "Store_InvalidKeyNamesLength",
|
1499
|
+
"inputs": [
|
1500
|
+
{
|
1501
|
+
"name": "expected",
|
1502
|
+
"type": "uint256",
|
1503
|
+
"internalType": "uint256"
|
1504
|
+
},
|
1505
|
+
{
|
1506
|
+
"name": "received",
|
1507
|
+
"type": "uint256",
|
1508
|
+
"internalType": "uint256"
|
1509
|
+
}
|
1510
|
+
]
|
1511
|
+
},
|
1512
|
+
{
|
1513
|
+
"type": "error",
|
1514
|
+
"name": "Store_InvalidResourceType",
|
1515
|
+
"inputs": [
|
1516
|
+
{
|
1517
|
+
"name": "expected",
|
1518
|
+
"type": "bytes2",
|
1519
|
+
"internalType": "bytes2"
|
1520
|
+
},
|
1521
|
+
{
|
1522
|
+
"name": "resourceId",
|
1523
|
+
"type": "bytes32",
|
1524
|
+
"internalType": "ResourceId"
|
1525
|
+
},
|
1526
|
+
{
|
1527
|
+
"name": "resourceIdString",
|
1528
|
+
"type": "string",
|
1529
|
+
"internalType": "string"
|
1530
|
+
}
|
1531
|
+
]
|
1532
|
+
},
|
1533
|
+
{
|
1534
|
+
"type": "error",
|
1535
|
+
"name": "Store_InvalidSplice",
|
1536
|
+
"inputs": [
|
1537
|
+
{
|
1538
|
+
"name": "startWithinField",
|
1539
|
+
"type": "uint40",
|
1540
|
+
"internalType": "uint40"
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"name": "deleteCount",
|
1544
|
+
"type": "uint40",
|
1545
|
+
"internalType": "uint40"
|
1546
|
+
},
|
1547
|
+
{
|
1548
|
+
"name": "fieldLength",
|
1549
|
+
"type": "uint40",
|
1550
|
+
"internalType": "uint40"
|
1551
|
+
}
|
1552
|
+
]
|
1553
|
+
},
|
1554
|
+
{
|
1555
|
+
"type": "error",
|
1556
|
+
"name": "Store_InvalidStaticDataLength",
|
1557
|
+
"inputs": [
|
1558
|
+
{
|
1559
|
+
"name": "expected",
|
1560
|
+
"type": "uint256",
|
1561
|
+
"internalType": "uint256"
|
1562
|
+
},
|
1563
|
+
{
|
1564
|
+
"name": "received",
|
1565
|
+
"type": "uint256",
|
1566
|
+
"internalType": "uint256"
|
1567
|
+
}
|
1568
|
+
]
|
1569
|
+
},
|
1570
|
+
{
|
1571
|
+
"type": "error",
|
1572
|
+
"name": "Store_InvalidValueSchemaDynamicLength",
|
1573
|
+
"inputs": [
|
1574
|
+
{
|
1575
|
+
"name": "expected",
|
1576
|
+
"type": "uint256",
|
1577
|
+
"internalType": "uint256"
|
1578
|
+
},
|
1579
|
+
{
|
1580
|
+
"name": "received",
|
1581
|
+
"type": "uint256",
|
1582
|
+
"internalType": "uint256"
|
1583
|
+
}
|
1584
|
+
]
|
1585
|
+
},
|
1586
|
+
{
|
1587
|
+
"type": "error",
|
1588
|
+
"name": "Store_InvalidValueSchemaLength",
|
1589
|
+
"inputs": [
|
1590
|
+
{
|
1591
|
+
"name": "expected",
|
1592
|
+
"type": "uint256",
|
1593
|
+
"internalType": "uint256"
|
1594
|
+
},
|
1595
|
+
{
|
1596
|
+
"name": "received",
|
1597
|
+
"type": "uint256",
|
1598
|
+
"internalType": "uint256"
|
1599
|
+
}
|
1600
|
+
]
|
1601
|
+
},
|
1602
|
+
{
|
1603
|
+
"type": "error",
|
1604
|
+
"name": "Store_InvalidValueSchemaStaticLength",
|
1605
|
+
"inputs": [
|
1606
|
+
{
|
1607
|
+
"name": "expected",
|
1608
|
+
"type": "uint256",
|
1609
|
+
"internalType": "uint256"
|
1610
|
+
},
|
1611
|
+
{
|
1612
|
+
"name": "received",
|
1613
|
+
"type": "uint256",
|
1614
|
+
"internalType": "uint256"
|
1615
|
+
}
|
1616
|
+
]
|
1617
|
+
},
|
1618
|
+
{
|
1619
|
+
"type": "error",
|
1620
|
+
"name": "Store_TableAlreadyExists",
|
1621
|
+
"inputs": [
|
1622
|
+
{
|
1623
|
+
"name": "tableId",
|
1624
|
+
"type": "bytes32",
|
1625
|
+
"internalType": "ResourceId"
|
1626
|
+
},
|
1627
|
+
{
|
1628
|
+
"name": "tableIdString",
|
1629
|
+
"type": "string",
|
1630
|
+
"internalType": "string"
|
1631
|
+
}
|
1632
|
+
]
|
1633
|
+
},
|
1634
|
+
{
|
1635
|
+
"type": "error",
|
1636
|
+
"name": "Store_TableNotFound",
|
1637
|
+
"inputs": [
|
1638
|
+
{
|
1639
|
+
"name": "tableId",
|
1640
|
+
"type": "bytes32",
|
1641
|
+
"internalType": "ResourceId"
|
1642
|
+
},
|
1643
|
+
{
|
1644
|
+
"name": "tableIdString",
|
1645
|
+
"type": "string",
|
1646
|
+
"internalType": "string"
|
1647
|
+
}
|
1648
|
+
]
|
1649
|
+
},
|
1448
1650
|
{
|
1449
1651
|
"type": "error",
|
1450
1652
|
"name": "World_AccessDenied",
|
@@ -1445,6 +1445,208 @@ declare const abi: [
|
|
1445
1445
|
],
|
1446
1446
|
"anonymous": false
|
1447
1447
|
},
|
1448
|
+
{
|
1449
|
+
"type": "error",
|
1450
|
+
"name": "Store_IndexOutOfBounds",
|
1451
|
+
"inputs": [
|
1452
|
+
{
|
1453
|
+
"name": "length",
|
1454
|
+
"type": "uint256",
|
1455
|
+
"internalType": "uint256"
|
1456
|
+
},
|
1457
|
+
{
|
1458
|
+
"name": "accessedIndex",
|
1459
|
+
"type": "uint256",
|
1460
|
+
"internalType": "uint256"
|
1461
|
+
}
|
1462
|
+
]
|
1463
|
+
},
|
1464
|
+
{
|
1465
|
+
"type": "error",
|
1466
|
+
"name": "Store_InvalidBounds",
|
1467
|
+
"inputs": [
|
1468
|
+
{
|
1469
|
+
"name": "start",
|
1470
|
+
"type": "uint256",
|
1471
|
+
"internalType": "uint256"
|
1472
|
+
},
|
1473
|
+
{
|
1474
|
+
"name": "end",
|
1475
|
+
"type": "uint256",
|
1476
|
+
"internalType": "uint256"
|
1477
|
+
}
|
1478
|
+
]
|
1479
|
+
},
|
1480
|
+
{
|
1481
|
+
"type": "error",
|
1482
|
+
"name": "Store_InvalidFieldNamesLength",
|
1483
|
+
"inputs": [
|
1484
|
+
{
|
1485
|
+
"name": "expected",
|
1486
|
+
"type": "uint256",
|
1487
|
+
"internalType": "uint256"
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"name": "received",
|
1491
|
+
"type": "uint256",
|
1492
|
+
"internalType": "uint256"
|
1493
|
+
}
|
1494
|
+
]
|
1495
|
+
},
|
1496
|
+
{
|
1497
|
+
"type": "error",
|
1498
|
+
"name": "Store_InvalidKeyNamesLength",
|
1499
|
+
"inputs": [
|
1500
|
+
{
|
1501
|
+
"name": "expected",
|
1502
|
+
"type": "uint256",
|
1503
|
+
"internalType": "uint256"
|
1504
|
+
},
|
1505
|
+
{
|
1506
|
+
"name": "received",
|
1507
|
+
"type": "uint256",
|
1508
|
+
"internalType": "uint256"
|
1509
|
+
}
|
1510
|
+
]
|
1511
|
+
},
|
1512
|
+
{
|
1513
|
+
"type": "error",
|
1514
|
+
"name": "Store_InvalidResourceType",
|
1515
|
+
"inputs": [
|
1516
|
+
{
|
1517
|
+
"name": "expected",
|
1518
|
+
"type": "bytes2",
|
1519
|
+
"internalType": "bytes2"
|
1520
|
+
},
|
1521
|
+
{
|
1522
|
+
"name": "resourceId",
|
1523
|
+
"type": "bytes32",
|
1524
|
+
"internalType": "ResourceId"
|
1525
|
+
},
|
1526
|
+
{
|
1527
|
+
"name": "resourceIdString",
|
1528
|
+
"type": "string",
|
1529
|
+
"internalType": "string"
|
1530
|
+
}
|
1531
|
+
]
|
1532
|
+
},
|
1533
|
+
{
|
1534
|
+
"type": "error",
|
1535
|
+
"name": "Store_InvalidSplice",
|
1536
|
+
"inputs": [
|
1537
|
+
{
|
1538
|
+
"name": "startWithinField",
|
1539
|
+
"type": "uint40",
|
1540
|
+
"internalType": "uint40"
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"name": "deleteCount",
|
1544
|
+
"type": "uint40",
|
1545
|
+
"internalType": "uint40"
|
1546
|
+
},
|
1547
|
+
{
|
1548
|
+
"name": "fieldLength",
|
1549
|
+
"type": "uint40",
|
1550
|
+
"internalType": "uint40"
|
1551
|
+
}
|
1552
|
+
]
|
1553
|
+
},
|
1554
|
+
{
|
1555
|
+
"type": "error",
|
1556
|
+
"name": "Store_InvalidStaticDataLength",
|
1557
|
+
"inputs": [
|
1558
|
+
{
|
1559
|
+
"name": "expected",
|
1560
|
+
"type": "uint256",
|
1561
|
+
"internalType": "uint256"
|
1562
|
+
},
|
1563
|
+
{
|
1564
|
+
"name": "received",
|
1565
|
+
"type": "uint256",
|
1566
|
+
"internalType": "uint256"
|
1567
|
+
}
|
1568
|
+
]
|
1569
|
+
},
|
1570
|
+
{
|
1571
|
+
"type": "error",
|
1572
|
+
"name": "Store_InvalidValueSchemaDynamicLength",
|
1573
|
+
"inputs": [
|
1574
|
+
{
|
1575
|
+
"name": "expected",
|
1576
|
+
"type": "uint256",
|
1577
|
+
"internalType": "uint256"
|
1578
|
+
},
|
1579
|
+
{
|
1580
|
+
"name": "received",
|
1581
|
+
"type": "uint256",
|
1582
|
+
"internalType": "uint256"
|
1583
|
+
}
|
1584
|
+
]
|
1585
|
+
},
|
1586
|
+
{
|
1587
|
+
"type": "error",
|
1588
|
+
"name": "Store_InvalidValueSchemaLength",
|
1589
|
+
"inputs": [
|
1590
|
+
{
|
1591
|
+
"name": "expected",
|
1592
|
+
"type": "uint256",
|
1593
|
+
"internalType": "uint256"
|
1594
|
+
},
|
1595
|
+
{
|
1596
|
+
"name": "received",
|
1597
|
+
"type": "uint256",
|
1598
|
+
"internalType": "uint256"
|
1599
|
+
}
|
1600
|
+
]
|
1601
|
+
},
|
1602
|
+
{
|
1603
|
+
"type": "error",
|
1604
|
+
"name": "Store_InvalidValueSchemaStaticLength",
|
1605
|
+
"inputs": [
|
1606
|
+
{
|
1607
|
+
"name": "expected",
|
1608
|
+
"type": "uint256",
|
1609
|
+
"internalType": "uint256"
|
1610
|
+
},
|
1611
|
+
{
|
1612
|
+
"name": "received",
|
1613
|
+
"type": "uint256",
|
1614
|
+
"internalType": "uint256"
|
1615
|
+
}
|
1616
|
+
]
|
1617
|
+
},
|
1618
|
+
{
|
1619
|
+
"type": "error",
|
1620
|
+
"name": "Store_TableAlreadyExists",
|
1621
|
+
"inputs": [
|
1622
|
+
{
|
1623
|
+
"name": "tableId",
|
1624
|
+
"type": "bytes32",
|
1625
|
+
"internalType": "ResourceId"
|
1626
|
+
},
|
1627
|
+
{
|
1628
|
+
"name": "tableIdString",
|
1629
|
+
"type": "string",
|
1630
|
+
"internalType": "string"
|
1631
|
+
}
|
1632
|
+
]
|
1633
|
+
},
|
1634
|
+
{
|
1635
|
+
"type": "error",
|
1636
|
+
"name": "Store_TableNotFound",
|
1637
|
+
"inputs": [
|
1638
|
+
{
|
1639
|
+
"name": "tableId",
|
1640
|
+
"type": "bytes32",
|
1641
|
+
"internalType": "ResourceId"
|
1642
|
+
},
|
1643
|
+
{
|
1644
|
+
"name": "tableIdString",
|
1645
|
+
"type": "string",
|
1646
|
+
"internalType": "string"
|
1647
|
+
}
|
1648
|
+
]
|
1649
|
+
},
|
1448
1650
|
{
|
1449
1651
|
"type": "error",
|
1450
1652
|
"name": "World_AccessDenied",
|